diff --git a/icomity-theme/TODO b/icomity-theme/TODO new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/icomity-theme/VERSAO b/icomity-theme/VERSAO new file mode 100644 index 0000000000000000000000000000000000000000..77d6f4ca23711533e724789a0a0045eab28c5ea6 --- /dev/null +++ b/icomity-theme/VERSAO @@ -0,0 +1 @@ +0.0.0 diff --git a/icomity-theme/gerar.sh b/icomity-theme/gerar.sh new file mode 100755 index 0000000000000000000000000000000000000000..adf7235568c89ba0f7ffcd08345250c0bdc279d3 --- /dev/null +++ b/icomity-theme/gerar.sh @@ -0,0 +1,62 @@ +#!/bin/bash +# gerar.sh +# Copyright (c) 2006 by Bruno Ribas <ribas@ufpr.br> + +DIRTMP=$(mktemp -d) +VERSAO=$(cat VERSAO) + +#arrumar versao +#$1 tipo de incremento +MAJOR=$(echo $VERSAO| cut -d'.' -f1) +MINOR=$(echo $VERSAO| cut -d'.' -f2) +REVISION=$(echo $VERSAO| cut -d'.' -f3) + +case $1 in + Minor) + ((MINOR++)) + REVISION=0 + ;; + Major) + ((MAJOR++)) + MINOR=0 + REVISION=0 + ;; + help) + echo "Uso: $0 Major|Minor|Revision" + echo ' Major - Altera versao Major' + echo ' Minor - Altera versao Minor' + exit + ;; + *) + ((REVISION++)) + ;; +esac + +VERSAO="${MAJOR}.${MINOR}.${REVISION}" +echo "$VERSAO" > VERSAO + + +#Compila a documentacao do pacote no diretorio doc/ +#cd doc/ +#hevea -text *.tex +#hevea -text *.tex +#cd ../ + +cp -r pacote $DIRTMP + +#Copia a documentacao compilada para dentro do pacote. +#cp doc/*.txt $DIRTMP/pacote/usr/share/doc/prd-* + +cd $DIRTMP +find . -name ".svn" -exec rm -rf {} \; &>/dev/null +sed -i -e "s/Version:/Version: $VERSAO/" pacote/DEBIAN/control + +fakeroot dpkg -b pacote . + +cd - + +cp $DIRTMP/*deb . +rm -rf $DIRTMP + + +# vim:tabstop=4:shiftwidth=4:encoding=iso-8859-1 diff --git a/icomity-theme/pacote/DEBIAN/control b/icomity-theme/pacote/DEBIAN/control new file mode 100644 index 0000000000000000000000000000000000000000..16c458679d8e7491a8700b40316be7ea714fa161 --- /dev/null +++ b/icomity-theme/pacote/DEBIAN/control @@ -0,0 +1,7 @@ +Package: icomity-theme +Priority: important +Section: main +Version: +Maintainer: LE Maintainer <le_maintainer@c3sl.ufpr.br> +Description: iComity Icon Theme +Architecture: i386 diff --git a/icomity-theme/pacote/usr/local/share/doc/icomity-theme/AUTHORS b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/AUTHORS new file mode 100644 index 0000000000000000000000000000000000000000..f8550841176dcc02f84cd8807309db68c5a312ca --- /dev/null +++ b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/AUTHORS @@ -0,0 +1,3 @@ +Please, look inside copyright.notice. + +(though it is very outdated and probably very inaccurate - going to be fixed on version 1.0) diff --git a/icomity-theme/pacote/usr/local/share/doc/icomity-theme/AUTHORS.general b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/AUTHORS.general new file mode 100644 index 0000000000000000000000000000000000000000..2b7a62f493d47e407b7b985ea98dff1238a57e0a --- /dev/null +++ b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/AUTHORS.general @@ -0,0 +1,10 @@ +Andre C. Barros <andre.cbarros@yahoo.com> +KDE Oxygen Icon Theme Artists +Everaldo (Crystal Clear Icon Theme) +Tango Icon Theme Artists +Gnome Icon Theme Artists +Artists that posted their work on Open Clipart Project and +on commons.wikimedia.org. Many thanks! +Apple Inc. (inspiration) +Sun (also font of inspiration) +Microsoft (font of inspiration also) diff --git a/icomity-theme/pacote/usr/local/share/doc/icomity-theme/COPYING b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..f8550841176dcc02f84cd8807309db68c5a312ca --- /dev/null +++ b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/COPYING @@ -0,0 +1,3 @@ +Please, look inside copyright.notice. + +(though it is very outdated and probably very inaccurate - going to be fixed on version 1.0) diff --git a/icomity-theme/pacote/usr/local/share/doc/icomity-theme/README b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/README new file mode 100644 index 0000000000000000000000000000000000000000..4b3b3324d8d8a43cca91aa41d3943a3af0b1f077 --- /dev/null +++ b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/README @@ -0,0 +1 @@ +See copyright.notice \ No newline at end of file diff --git a/icomity-theme/pacote/usr/local/share/doc/icomity-theme/copyright.notice b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/copyright.notice new file mode 100644 index 0000000000000000000000000000000000000000..3441993332a2757760c7d1be9315ff35a1975d2a --- /dev/null +++ b/icomity-theme/pacote/usr/local/share/doc/icomity-theme/copyright.notice @@ -0,0 +1,677 @@ +This is an attempt to assign the deserved credits to icon authors used on iComity theme. + +There are some logos of companies/products used on this icon set. These must be considered +copyrighted material and are only used with the intent to better represent the kind of +object they are associated to. On request of copyright/trademark company owner, they will +be deleted of the package. + +What I think is my original work will be marked with asterisk, sometimes with a indication +of the inspiration origin after it. They are by default CCSA2.5 (see below) unless stated on +contrary. The ones I could not locate the author or identify correctly the license will get +a '?'. Note that most of these were posted on Open Clipart Library, Commons Wikimedia or on +(xfce|gnome|kde)-look and carry one kind or other of free license. + +Anyone that can track the right origin of any icon feel free to send one email indicating +the source to me, what I will check out. + +I know that mistakes will be made and I will try to correct them the best I can. + +Andre - andre.cbarros@yahoo.com + +---------------------------------------------------------------------------------------------------------------------- +Special thanks to: + +Adrien Facélina (http://perso.orange.fr/eriollsdesigns/icons.html). Balloon and other components of Lanthys_SVG. LGPL + +Alexandre Moore - Sa-ki (http://sa-ki.deviantart.com/). Snowish is one of the best icon themes I saw. GPL + +Andrew Fitzsimon - Etiquette Icon Theme. Very good icon set. CCSA + +Andrew Ryan Enyart - Arenyart (http://arenyart.googlepages.com/). KReal and svgIcons packages. Very nice set. AL2 + +Jeff Waugh and Daniel Holbach - Ubuntu Human. Great icons and ideas. CCSA2.5 + +Kitae Kim - Jini Icon Theme. Another fantastic collection. Got many layouts from it. CCSA2.5 + +Everaldo (http://www.everaldo.com) of Crystal icons. The quality of his icons are amazing. LGPL + +InFeRnODeMoN (http://thedarkstar.openfmi.net/). Lots of nice icons on realitiK Reloaded. GPL + +Julian Prenner - apj (?). Gnome_wind. Good icons. GPL + +Daniel Fore - (?). Macesque. Nice removable hard disks icons. ? + +KDE Oxygen Icon Theme Artists - Probably would not have started this project if I were following their +development steps. Got many icons from them. Wonderful icons. + +Gnome and Tango Icon Theme Artists - Fantastic icons, very well thought usually. If you want to learn +how an icon should be made when using few colors, there is no best place to look at. And they look nice +even at diminute sizes! + +Apple - even though not being a user of their machines, I have to admit that many ideas came from the +spectacular icons they (their artists) created. Some will ever looks like a rip off - my sinceres +apologies should it be the case. Thanks for raise the bar on user interfaces. + +Microsoft - They for sure are source of inspiration sometimes. Thanks for that. And even more thanks +for give a chance to open software with their Vista launch. + +---------------------------------------------------------------------------------------------------------------------- +Some abreviations used on the following list +Artistic License 2 - AL2 +GNU Public License - GPL +Lesser GPL - LGPL +Creative Commons Attribution-ShareAlike 2.5 - CCSA2.5 +GNU Free Documentation License - GFDL +Public Domain - PD +Open Clipart Library - OCL +Trademark - Trademark + +---------------------------------------------------------------------------------------------------------------------- + +OBS.: Note that there are many icons that will be changed on final release. Also most of unassigned icons are the Xfce + default ones which will probably be replaced. + +---------------------------------------------------------------------------------------------------------------------- +Icon License Source/Author Obs. +---------------------------------------------------------------------------------------------------------------------- +apps/abiword.svg ? ? Tweaks of the original icon. +apps/acroread.svgz LGPL CrystalSVG +apps/amarok.svgz ? ? +apps/applets-screenshooter.svg AL2/LGPL KReal/Lanthys cam / pic +apps/blender.svg TM ? Redrawing of logo by me +apps/bluefish-icon.svg LGPL CrystalSVG Just edited colors +apps/burn.svg * +apps/ddd.svg ? ?/* Compositing +apps/dict.svg PD Robbie Fitzsimon +apps/digikam.svg AL2 KReal +apps/emule.svg ? ? Bad link on gnome-look now +apps/evolution.svg * +apps/file-manager.svg GPL RealistiK Tweaks +apps/firefox.svg TM Dariusz Arciszewski Mix elements + tweak +apps/gftp.svg * +apps/gimp.svg LGPL Kristaline Tweaks +apps/gnome-applications.svg LGPL Crystal/Gnome_wind/Adrien Combination +apps/gnome-audio.svg * +apps/gnome-calculator.svg ? Refactoring +apps/gnome-cdplayer-icon.svg * +apps/gnome-desktop-config.svg GPL */Gnome_wind Refactoring +apps/gnome-devel.svg ? */? Refactoring +apps/gnome-fs-trash_empty.svg GPL divilinux divi Tweaks +apps/gnome-fs-trash_full.svg GPL divilinux divi Tweaks +apps/gnome-globe.svg * +apps/gnome-graphics.svg GPL Staiu Kasabov-Nuvizus.com Nice icon +apps/gnome_help.svg ? +apps/gnome-info.svg * +apps/gnome-joystick.svg GFDL Piotr Michal Jaworski +apps/gnome-library.svg * +apps/gnome-logout.svg GPL2 xfce icon theme +apps/gnome-multimedia.svg * +apps/gnome-other.svg * +apps/gnome-package.svg * +apps/gnome-pdf.svgz LGPL CrystalSVG +apps/gnome-searchtool.svg * +apps/gnome-settings.svg GPL Gnome_wind/* Composition +apps/gnome-shutdown.svg GPL2 xfce icon them +apps/gnome-starthere.svg * +apps/gnome-system.svg GPL */Gnome_wind Composition +apps/gnome-terminal.svg ? Refactoring +apps/gnome-util.svg * +apps/group.svg ? ? Redrawing +apps/help_index.svgz ? +apps/inkscape.svg ? +apps/keyboard.svgz LGPL CrystalSVG +apps/kfm_home.svgz GPL CrystalSVG Tweaks +apps/lyx.svg CCSA Etiquette +apps/mplayer.svg ? Tweaks +apps/ooo_base.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/ooo_calc.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/ooo_chart.svg GPL (?) Addendum by me +apps/ooo_draw.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/ooo_impress.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/ooo_math.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/ooo_setup.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/ooo_writer.svg GPL (?) http://ui.openoffice.org/VisualDesign/OOo20MimeType.html +apps/option/personal.svgz GPL CrystalSVG +apps/option/users.svgz GPL CrystalSVG +apps/palm-pilot.svg GPL Luciano Lourenco/Gnome_wind Refactored/combined +apps/personal.svg ? ? Redrawing +apps/search.svg * +apps/settings.svg * +apps/skype.svgz GPL realistiK +apps/thunderbird.svg CCSA Etiquette Refactoring +apps/web-browser.svg * +apps/xarchiver.svg * +apps/xcdroast.svg * +apps/xfce4-panel.svg GPL2 xfce icon theme +apps/xfce4-splash.svg ? Gnome_wind/Stefan Bazelkov splash Tweaks/composition +apps/xfce-edit.svg ? Lanthys/Jonathan Dietrich pencil Tweaks/composition +apps/xfce-filemanager.svg GPL realistiK +apps/xfce-games.svg GFDL Rubik's cube from Wikimedia +apps/xfce-gnome-mailcheck.svg * +apps/xfce-graphics.svg GPL Staiu Kasabov-Nuvizus.com +apps/xfce-gtk-paste.svg GPL RealistiK +apps/xfce-internet.svg * +apps/xfce-lockscreen.svg PD AJ Ashton - OCL +apps/xfce-mail.svg * +apps/xfce-multimedia.svg * +apps/xfce-newmail.svg * +apps/xfce-nomail.svg * +apps/xfce-oldmail.svg * +apps/xfce-printer.svg * +apps/xfce-schedule.svg PD Mauro Olivo - OCL Tweaks +apps/xfce-system-exit.svg GPL2 xfce icon theme +apps/xfce-system-info.svg * +apps/xfce-system-settings.svg * +apps/xfce-terminal.svg ? Refactoring +apps/xfce-unknown.svg * +apps/xfce-utils.svg LGPL */CrystalSVG Tweaks/composition +apps/xine.svg GPL darjeeling92 +apps/xsane.svg * +apps/x.svgz TM Tweaks +devices/battery.svg PD Jean Victor Bali +devices/camcorder.svg * +devices/cam.svg AL2 KReal +devices/gamepad.svg ? Refactoring +devices/gnome-dev-cdrom-audio.svg * +devices/gnome-dev-cdrom.svg * +devices/gnome-dev-compressed.svg * +devices/gnome-dev-disc-cdr.svg * +devices/gnome-dev-disc-cdrw.svg * +devices/gnome-dev-disc-dvdram.svg * +devices/gnome-dev-disc-dvdrom.svg * +devices/gnome-dev-disc-dvdr-plus.svg * +devices/gnome-dev-disc-dvdr.svg * +devices/gnome-dev-disc-dvdrw-plus.svg * +devices/gnome-dev-disc-dvdrw.svg * +devices/gnome-dev-dvd.svg * +devices/gnome-dev-floppy.svg AL2 KReal +devices/gnome-dev-harddisk-1394.svg GPL Gnome_wind Refactoring +devices/gnome-dev-harddisk-scsi.svg GPL Gnome_wind Refactoring +devices/gnome-dev-harddisk.svg GPL Gnome_wind Refactoring +devices/gnome-dev-harddisk-usb.svg GPL Gnome_wind Refactoring +devices/gnome-dev-jazdisk.svg CCSA2.5 Human +devices/gnome-dev-keyboard.svg * +devices/gnome-dev-media-cf.svg CCSA2.5 Human +devices/gnome-dev-media-ms.svg CCSA2.5 Human +devices/gnome-dev-media-sdmmc.svg CCSA2.5 Human +devices/gnome-dev-media-sm.svg CCSA2.5 Human +devices/gnome-dev-mem.svg PD Magnus Erik Tweaks +devices/gnome-dev-mouse-ball.svg * +devices/gnome-dev-mouse-optical.svg * +devices/gnome-dev-network.svg * +devices/gnome-dev-pcmcia.svg CCSA2.5 Human +devices/gnome-dev-printer.svg * +devices/gnome-dev-removable-1394.svg ? Macesque Tweaks +devices/gnome-dev-removable-scsi.svg ? Macesque Tweaks +devices/gnome-dev-removable.svg ? Macesque Tweaks +devices/gnome-dev-removable-usb.svg ? Macesque Tweaks +devices/gnome-dev-scanner.svg ? +devices/gnome-dev-symlink.svg ? +devices/gnome-dev-zipdisk.svg CCSA2.5 Human +devices/gnome-fs-usb.svg AL2 KReal Tweaks +devices/headphone.svg GPL2 Ludi Maciel +devices/ipod.svg GPL Snowish +devices/joystick.svg GFDL Piotr Michal Jaworski +devices/laptop.svg ? Tweeks +devices/microphone.svg ? Magnatune by Vinizzz Tweaks +devices/monitor.svg GPL Gnome_wind Refactoring +devices/mp3player.svg GPL Sam Baynham +devices/network_fs.svg * +devices/option/cam.svg PD aj_ashton +devices/option/gnome-dev-harddisk-1394.svg CCSA2.5 Human +devices/option/gnome-dev-harddisk-scsi.svg CCSA2.5 Human +devices/option/gnome-dev-harddisk.svg CCSA2.5 Human +devices/option/gnome-dev-harddisk-usb.svg CCSA2.5 Human +devices/option/gnome-dev-removable-1394.svg CCSA2.5 Human +devices/option/gnome-dev-removable-scsi.svg CCSA2.5 Human +devices/option/gnome-dev-removable.svg CCSA2.5 Human +devices/option/gnome-dev-removable-usb.svg CCSA2.5 Human +devices/printer-class.svg CCSA2.5 Kitae Kim of Jini Theme Tweaks/composition +devices/projector.svg GPL Staiu Kasabov-Nuvizus.com Little tweak +devices/server.svg * +devices/tv.svg GPL Scripture SVG Tweaks +devices/webcam.svg * +filesystems/blockdevice.svg ? ? Inspired on Apple original? +filesystems/chardevice.svg ? ? Refactoring +filesystems/core.svg GPL ? Inspired by MazeNL77 icon +filesystems/directory.svg * +filesystems/gnome-fs-blockdev.svg GPL * See blockdevice.svg +filesystems/gnome-fs-client.svg GPL * See monitor.svg +filesystems/gnome-fs-desktop.svg GPL * See monitor.svg +filesystems/gnome-fs-directory-accept.svg * +filesystems/gnome-fs-executable.svg * +filesystems/gnome-fs-fifo.svg * +filesystems/gnome-fs-file-broken.svg * +filesystems/gnome-fs-ftp.svg * +filesystems/gnome-fs-home.svg LGPL * See home.svg +filesystems/gnome-fs-lib.svg * +filesystems/gnome-fs-nfs.svg * +filesystems/gnome-fs-remote.svg GPL * See monitor.svg +filesystems/gnome-fs-smb.svg ? * Has a TM symbol +filesystems/gnome-fs-socket.svg * Apple inspired +filesystems/gnome-fs-ssh.svg * +filesystems/gnome-fs-trash2-empty.svg GPL divilinux divi Tweaks +filesystems/gnome-fs-trash2-full.svg GPL divilinux divi Tweaks +filesystems/gnome-fs-trash-empty.svg GPL divilinux divi Tweaks +filesystems/gnome-fs-trash-full.svg GPL divilinux divi Tweaks +filesystems/mount-point.svg * +filesystems/network_fs.svg * +filesystems/option/gnome-fs-ftp.svg * +filesystems/option/gnome-fs-home.svg * +filesystems/option/gnome-fs-smb.svg * +filesystems/option/gnome-fs-ssh.svg * +filesystems/option/gnome-fs-trash-empty.svg ? Tweaks +filesystems/option/gnome-fs-trash-full.svg ? Tweaks +mimetypes/application-binary.svg LGPL CrystalSVG Tweaks +mimetypes/application-dvi.svg LGPL CrystalSVG Tweaks +mimetypes/application-flash.svg TM Tweaks +mimetypes/application-octet-stream.svg LGPL CrystalSVG Tweaks +mimetypes/application-ogg.svg +mimetypes/application-pdf.svg +mimetypes/application-pgp-encrypted.svg +mimetypes/application-pgp-keys.svg +mimetypes/application-pgp.svg +mimetypes/application-php.svg +mimetypes/application-postscript.svg +mimetypes/application-qif.svg +mimetypes/application-rhythmbox-effect.svg +mimetypes/application-rhythmbox-playlist.svg +mimetypes/application-rtf.svg +mimetypes/application-smil.svg +mimetypes/application.svg +mimetypes/application-tex.svg +mimetypes/application-vnd.ms-access.svg +mimetypes/application-vnd.ms-excel.svg +mimetypes/application-vnd.ms-powerpoint.svg +mimetypes/application-vnd.ms-word.svg +mimetypes/application-vnd.rn-realmedia.svg +mimetypes/application-vnd.stardivision.base.svg +mimetypes/application-vnd.stardivision.calc.svg +mimetypes/application-vnd.stardivision.chart.svg +mimetypes/application-vnd.stardivision.draw.svg +mimetypes/application-vnd.stardivision.impress.svg +mimetypes/application-vnd.stardivision.math.svg +mimetypes/application-vnd.stardivision.writer.svg +mimetypes/application-vnd.sun.xml.calc.svg +mimetypes/application-vnd.sun.xml.chart.svg +mimetypes/application-vnd.sun.xml.draw.svg +mimetypes/application-vnd.sun.xml.impress.svg +mimetypes/application-vnd.sun.xml.math.svg +mimetypes/application-vnd.sun.xml.writer.svg +mimetypes/application-x-abiword.svg +mimetypes/application-x-arj.svg +mimetypes/application-x-blender.svg +mimetypes/application-x-bz2.svg +mimetypes/application-x-bz.svg +mimetypes/application-x-cd-image.svg +mimetypes/application-x-cpio-compressed.svg +mimetypes/application-x-cpio.svg +mimetypes/application-x-deb.svg +mimetypes/application-x-desktop.svg +mimetypes/application-x-dia-diagram.svg +mimetypes/application-x-dvi.svg +mimetypes/application-x-executable.svg +mimetypes/application-x-flash.svg +mimetypes/application-x-font-bitmap.svg +mimetypes/application-x-font-otf.svg +mimetypes/application-x-font.svg +mimetypes/application-x-font-ttf.svg +mimetypes/application-x-font-type1.svg +mimetypes/application-x-gettext-translation.svg +mimetypes/application-x-glade.svg +mimetypes/application-x-gnucash.svg +mimetypes/application-x-gnumeric.svg +mimetypes/application-x-gtktalog.svg +mimetypes/application-x-gz.svg +mimetypes/application-x-hqx.svg +mimetypes/application-x-javalib.svg +mimetypes/application-x-kde-app-info.svg +mimetypes/application-x-kexi.svg +mimetypes/application-x-killustrator.svg +mimetypes/application-x-kpresenter.svg +mimetypes/application-x-kspread.svg +mimetypes/application-x-kword.svg +mimetypes/application-x-lha.svg +mimetypes/application-x-lhz.svg +mimetypes/application-x-object.svg +mimetypes/application-x-perl.svg +mimetypes/application-x-php.svg +mimetypes/application-x-python-bytecode.svg +mimetypes/application-x-python.svg +mimetypes/application-x-qw.svg +mimetypes/application-x-rar.svg +mimetypes/application-x-reject.svg +mimetypes/application-x-rpm.svg +mimetypes/application-x-sharedlib.svg +mimetypes/application-x-share-library-la.svg +mimetypes/application-x-shellscript.svg +mimetypes/application-x-shockwave-flash.svg +mimetypes/application-x-sit.svg +mimetypes/application-x-smil.svg +mimetypes/application-x-tar.svg +mimetypes/application-x-taz.svg +mimetypes/application-x-tbz.svg +mimetypes/application-x-tex.svg +mimetypes/application-x-tgz.svg +mimetypes/application-x-trash.svg +mimetypes/application-x-zip.svg +mimetypes/application-x-zoo.svg +mimetypes/application-x-z.svg +mimetypes/audio-ac3.svg +mimetypes/audio-aiff.svg +mimetypes/audio-basic.svg +mimetypes/audio-midi.svg +mimetypes/audio-mod.svg +mimetypes/audio-mp3.svg +mimetypes/audio-ogg.svg +mimetypes/audio-realaudiosvg.svg +mimetypes/audio-s3m.svg +mimetypes/audio-stm.svg +mimetypes/audio.svg +mimetypes/audio-ulaw.svg +mimetypes/audio-voc.svg +mimetypes/audio-wav.svg +mimetypes/audio-wma.svg +mimetypes/audio-xi.svg +mimetypes/audio-x-it.svg +mimetypes/audio-x-mpegurl.svg +mimetypes/audio-xm.svg +mimetypes/documents.svg +mimetypes/image-bmp.svg +mimetypes/image-gif.svg +mimetypes/image-ief.svg +mimetypes/image-jpeg.svg +mimetypes/image-png.svg +mimetypes/image.svg +mimetypes/image-svg.svg +mimetypes/image-tiff.svg +mimetypes/image-x-3ds.svg +mimetypes/image-x-applix-graphic.svg +mimetypes/image-x-cmu-raster.svg +mimetypes/image-x-portable-anymap.svg +mimetypes/image-x-portable-bitmap.svg +mimetypes/image-x-portable-greymap.svg +mimetypes/image-x-portable-pixmap.svg +mimetypes/image-x-psd.svg +mimetypes/image-x-rgb.svg +mimetypes/image-x-tga.svg +mimetypes/image-x-xbitmap.svg +mimetypes/image-x-xcf.svg +mimetypes/image-x-xfig.svg +mimetypes/image-x-xpixmap.svg +mimetypes/image-x-xwindowdum.svg +mimetypes/option/text-x-csh.svg +mimetypes/option/text-x-sh.svg +mimetypes/option/text-x-zsh.svg +mimetypes/text-css.svg +mimetypes/text-html.svg +mimetypes/text-sgml.svg +mimetypes/text.svg +mimetypes/text-x-authors.svg +mimetypes/text-x-chdr.svg +mimetypes/text-x-c-header.svg +mimetypes/text-x-copying.svg +mimetypes/text-x-credits.svg +mimetypes/text-x-csharp.svg +mimetypes/text-x-csh.svg +mimetypes/text-x-c++src.svg +mimetypes/text-x-csrc.svg +mimetypes/text-x-c.svg +mimetypes/text-x-c++.svg +mimetypes/text-x-gettext-translation.svg +mimetypes/text-x-haskell.svg +mimetypes/text-x-install.svg +mimetypes/text-x-java.svg +mimetypes/text-x-literate-haskell.svg +mimetypes/text-x-log.svg +mimetypes/text-x-lyx.svg +mimetypes/text-x-makefile.svg +mimetypes/text-xml.svg +mimetypes/text-x-patch.svg +mimetypes/text-x-perl.svg +mimetypes/text-x-python.svg +mimetypes/text-x-readme.svg +mimetypes/text-x-scheme.svg +mimetypes/text-x-sh.svg +mimetypes/text-x-tex.svg +mimetypes/text-x-troff-man.svg +mimetypes/text-x-vcalendar.svg +mimetypes/text-x-vcard.svg +mimetypes/text-x-xslt.svg +mimetypes/text-x-zsh.svg +mimetypes/video-mpeg.svg +mimetypes/video-quicktime.svg +mimetypes/video-realplayer.svg +mimetypes/video.svg +mimetypes/video-x-mp2.svg +mimetypes/video-x-mp4.svg +mimetypes/video-x-ms-asf.svg +mimetypes/video-x-msvideo.svg +mimetypes/video-x-ms-wmv.svg +mimetypes/x-directory-nfs-server.svg +mimetypes/x-directory-smb-server.svg +mimetypes/x-directory-smb-share.svg +mimetypes/x-directory-smb-workgroup.svg +mimetypes/x-gdesklets-display.svg +misc/antivirus.svgz +misc/attach.svg +misc/binocle.svg +misc/bug.svg +misc/calc.svg +misc/cell_phonel.svgz +misc/certificate.svg +misc/colours.svg +misc/compass.svg +misc/debian.svg +misc/energy.svgz +misc/executable.svg +misc/exit.svgz +misc/favorites.svg +misc/firewall.svg +misc/floppy-blue.svg +misc/floppy-green.svg +misc/floppy-red.svg +misc/floppy-white.svg +misc/f-memory.svg +misc/fs-win.svg +misc/hardware.svgz +misc/hybern.svgz +misc/icon_view.svg +misc/keyboard2.svg +misc/keyboard.svg +misc/lock.svgz +misc/medal.svg +misc/money.svg +misc/new_session.svgz +misc/news.svg +misc/notes.svg +misc/overview.svgz +misc/reboot.svgz +misc/root_terminal.svg +misc/run.svg +misc/services.svg +misc/settings.svg +misc/sm.svg +misc/sound.svg +misc/stand_by.svgz +misc/system-check.svg +misc/system.svg +misc/tabwin.svg +misc/taskbar.svg +misc/taskmanager.svg +misc/ui.svg +misc/usb_key.svg +misc/vacuum-cleaner.svg +misc/webcam.svg +misc/wksp.svg +misc/wm.svg +misc/xclock.svgz +misc/xeyes.svgz +misc/xfce4-appfinder.svg +stock/accept.svg * +stock/arrow.svg * +stock/bookmarks.svg * +stock/media-backward.svg * +stock/media-eject.svg * +stock/media-forward.svg * +stock/media-mute.svg * +stock/media-next.svg * +stock/media-pause.svg * +stock/media-play.svg * +stock/media-prev.svg * +stock/media-record.svg * +stock/media-shuffle.svg * +stock/media-stop.svg * +stock/m-font.svg * +stock/m-lock.svg PD AJ Ashton - OCL +stock/m-spreadsheet.svg +stock/option/m-font.svg +stock/option/reload.svg +stock/option/stock_dialog_question.svg +stock/option/stock_dialog_warning.svg +stock/option/stock_no.svg +stock/option/stock_stop.svg +stock/option/stock_yes.svg +stock/public.svg LGPL CrystalSVG Tweaks +stock/rox-select.svg +stock/rox-show-details.svg +stock/rox-show-hidden.svg * +stock/stock_about.svg * +stock/stock_accessories.svg * +stock/stock_add.svg * +stock/stock_amusements.svg ? Refactoring +stock/stock_apply.svg * +stock/stock_attach.svg PD Valessio Brito +stock/stock_balance.svg * +stock/stock_bold.svg * +stock/stock_book_open.svg GPL * +stock/stock_book.svg GPL * +stock/stock_cancel.svg * +stock/stock_cdrom.svg * +stock/stock_clear.svg +stock/stock_close.svg * +stock/stock_color_picker.svg +stock/stock_connect.svg * +stock/stock_convert.svg +stock/stock_copy.svg +stock/stock_cut.svg * +stock/stock_delete.svg GPL divilinux divi Tweaks +stock/stock_dialog_authentication.svgz GPL realistiK +stock/stock_dialog_error.svg * +stock/stock_dialog_info.svg * +stock/stock_dialog_question.svg * +stock/stock_dialog_warning.svg * +stock/stock_disconnect.svg * +stock/stock_dnd_multiple.svg +stock/stock_dnd.svg +stock/stock_download.svg +stock/stock_edit.svg ? Lanthys/Jonathan Dietrich pencil Tweaks/composition +stock/stock_epiphany-bookmark-page.svg +stock/stock_execute.svg * +stock/stock_export.svg +stock/stock_file-properties.svg * +stock/stock_find-and-replace.svg ? */Jonathan Dietrich pencil Composition +stock/stock_find.svg * +stock/stock_floppy.svg AL2 KReal +stock/stock_folder-copy.svg +stock/stock_folder-move.svg +stock/stock_folder-properties.svg * +stock/stock_folder.svg * +stock/stock_fullscreen.svg * +stock/stock_go-back.svg * +stock/stock_go-down.svg * +stock/stock_go-forward.svg * +stock/stock_goto-bottom.svg * +stock/stock_goto-first.svg * +stock/stock_goto-last.svg * +stock/stock_goto-top.svg * +stock/stock_go-up.svg * +stock/stock_harddisk.svg +stock/stock_help.svg +stock/stock_history.svgz +stock/stock_home.svgz +stock/stock_import.svg +stock/stock_indent.svg +stock/stock_index.svg +stock/stock_insert-image.svg +stock/stock_insert-object.svg +stock/stock_insert-table.svg +stock/stock_internet.svg +stock/stock_italic.svg +stock/stock_jump-to.svg +stock/stock_justify-center.svg +stock/stock_justify-fill.svg +stock/stock_justify-left.svg +stock/stock_justify-right.svg +stock/stock_line-in.svg +stock/stock_logout.svg +stock/stock_mailto.svg +stock/stock_mic.svg ? Magnatune by Vinizzz Tweaks +stock/stock_missing-image.svg +stock/stock_multimedia.svg * +stock/stock_network.svg * +stock/stock_new.svg * +stock/stock_new-tab.svg +stock/stock_no.svg * +stock/stock_ok.svg * +stock/stock_open.svg * +stock/stock_paste.svg +stock/stock_preferences.svg +stock/stock_print-preview.svg * +stock/stock_print.svg * +stock/stock_properties.svg * +stock/stock_quit.svg GPL2 xfce icon theme +stock/stock_redo.svg * +stock/stock_refresh.svg * +stock/stock_remove.svg * +stock/stock_repeat.svg * +stock/stock_reset.svg +stock/stock_revert-to-saved.svg +stock/stock_run.svg * +stock/stock_save-as.svg ? KReal/Jonathan Dietrich pencil Composition +stock/stock_save.svg AL2 KReal +stock/stock_screenshot.svg ? Lanthys/KReal Composition +stock/stock_search.svg * +stock/stock_select-color.svg ? Apple inspired +stock/stock_select-font.svg +stock/stock_sort-ascending.svg * +stock/stock_sort-descending.svg * +stock/stock_spell-check.svg * +stock/stock_stop.svg * +stock/stock_strikethrough.svg +stock/stock_undelete.svg +stock/stock_underline.svg +stock/stock_undo.svg * +stock/stock_unindent.svg +stock/stock_unknown.svg * +stock/stock_volume.svg * +stock/stock_yes.svg LGPL CristalSVG Tweaks +stock/stock_zoom-100.svg * +stock/stock_zoom-fit.svg * +stock/stock_zoom-in.svg * +stock/stock_zoom-out.svg * +stock/volume-max.svg * +stock/volume-medium.svg * +stock/volume-min.svg * +stock/volume-mute.svg * +stock/volume-zero.svg * +stock/xfce-utils.svg LGPL */CristalSVG Composition +symbols/app.svg +symbols/denied.svg +symbols/error.svg +symbols/execute.svg +symbols/firewire.svg +symbols/locked.svg +symbols/minus.svg +symbols/new.svg +symbols/ok.svg +symbols/plus.svg +symbols/printer.svg +symbols/run.svg +symbols/scsi.svg +symbols/search.svg +symbols/server.svg +symbols/sound.svg +symbols/usb.svg +symbols/web.svg +emotes/* GPL2 gnome \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/accept.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/accept.png new file mode 100644 index 0000000000000000000000000000000000000000..e5db6a489ca7d8e916edcafeac3359bed41b1834 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/add.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/add.png new file mode 120000 index 0000000000000000000000000000000000000000..f3ba7491956fb0f9a68f0958e105e27bcc685660 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/add.png @@ -0,0 +1 @@ +../../128x128/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/address-book-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/address-book-new.png new file mode 100644 index 0000000000000000000000000000000000000000..3a6f23bcc1f6ef6d0e6984b6c60903c96f53338a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/address-book-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/application-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/application-exit.png new file mode 100644 index 0000000000000000000000000000000000000000..44f4e7dd9d9cff66d2088ebcb97f3c209ab06133 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/application-exit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/apply.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/apply.png new file mode 100644 index 0000000000000000000000000000000000000000..b9df92a75175030eb98fcade87c4819ee360dc54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/apply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/appointment-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/appointment-new.png new file mode 100644 index 0000000000000000000000000000000000000000..ec2f197bf1cc1ab9a9e77794f24a947aeef6a4b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/appointment-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/back.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/back.png new file mode 120000 index 0000000000000000000000000000000000000000..a79c00ea718569ba686be443ce19771cf9fcaa1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/back.png @@ -0,0 +1 @@ +../../128x128/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/bookmark-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/bookmark-new.png new file mode 100644 index 0000000000000000000000000000000000000000..fb48a06e298278d858bd150848d1b8feea8735e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/bookmark-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0089473ca2f7150001844733fd5f81ab1c478465 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/bottom.png @@ -0,0 +1 @@ +../../128x128/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..e126324d81f220a6823580ca8605c435603f4275 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/cancel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/color-picker.png new file mode 100644 index 0000000000000000000000000000000000000000..8748eb64af583603d7a157a96fcd2f2278d3a3f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/color-picker.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/contact-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..863d08d9b739fa82e0aefad2f33a864fffc3a42b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/contact-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/convert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/convert.png new file mode 100644 index 0000000000000000000000000000000000000000..4c45276e79458508a2bebfc41d83ddca6cf45e02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/convert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/copy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/copy.png new file mode 100644 index 0000000000000000000000000000000000000000..438ec66390e19eecf1751e208e0fd72e6b355ec8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-export.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-export.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7ae0115cd5f0321e6c458c31192e57deb1271b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-export.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-import.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-import.png new file mode 100644 index 0000000000000000000000000000000000000000..860f7932d9e76ab897447d88d8e404dd0106208a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-import.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-new.png new file mode 100644 index 0000000000000000000000000000000000000000..44ef74af696f485772fd637e7491be5b4339d9f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-open-recent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-open-recent.png new file mode 100644 index 0000000000000000000000000000000000000000..c82ee1d85fa08bc8c0dc19d056d1b8c3d6908d75 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-open-recent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-open.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1c9814b477f14ce6104dba28de09a9cb25adb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-page-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-page-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..62d233807ea4cade0841d1f8c3f54ae070a566f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-page-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-print-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..95470f04de5acd9a0bbec568d5e0a20aa943f3ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-print-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-print.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-print.png new file mode 100644 index 0000000000000000000000000000000000000000..6c85bf01bd18e739ce71d2795da858b6bb0e1854 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-print.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..dad9f0b298ecb13056ba5dc9e6b9e552bbed070a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..59dd4345f765a5d24503f646ceab0f5070c4bedd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-revert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-save-as.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad7ccbbacbfc8b7fedb59bdbdf8e885f39bb9c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-save-as.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-save.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-save.png new file mode 100644 index 0000000000000000000000000000000000000000..5d7cbd229c0d9457ca32ad9fca25a1db811fcb92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-save.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-send.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-send.png new file mode 100644 index 0000000000000000000000000000000000000000..a33e087b18b16400b6f61ec8dbaa0384ec82a802 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/document-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/down.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/down.png new file mode 120000 index 0000000000000000000000000000000000000000..a24c171b7ae46e689220511a302182fb7271c1a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/down.png @@ -0,0 +1 @@ +../../128x128/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..02c0b38d71dbfec4c3aff255eb3f8e898deccc44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..81ffdd9fca74bbc47f30a31e1301e3e40a095304 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-cut.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-delete.png new file mode 100644 index 0000000000000000000000000000000000000000..56b553b3195565adcd03a8d2c666400e300a153e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-delete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-find-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-find-replace.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6b55e3c223e742122d04be45b8d7f44ee0a727 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-find-replace.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-find.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-find.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec19656de0c874cc68e679eb08af5a0720c75d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-find.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-paste.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1bae07b03172eb2f8ad3c585fc2f58d02baca2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-paste.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-redo.png new file mode 100644 index 0000000000000000000000000000000000000000..043a200ac8e6a5ebb83859565d55b1a43124233b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-redo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-select-all.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-select-all.png new file mode 100644 index 0000000000000000000000000000000000000000..e84b9febdabaaa2f2f145215551eae167fd7ec31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-select-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-undo.png new file mode 100644 index 0000000000000000000000000000000000000000..ea9b9bad3fa3c51e3ba76d0ca03b8d3b6279857e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/edit-undo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/editdelete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/editdelete.png new file mode 120000 index 0000000000000000000000000000000000000000..a0b4576b5bb27044e1400f0c7511735550ea23cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/editdelete.png @@ -0,0 +1 @@ +../../128x128/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filefind.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filefind.png new file mode 120000 index 0000000000000000000000000000000000000000..449a2bd335fce2c9a8a470917d2110a45d1099e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filefind.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filenew.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filenew.png new file mode 120000 index 0000000000000000000000000000000000000000..6b3632435e41794511a694239348e26839b33120 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filenew.png @@ -0,0 +1 @@ +../../128x128/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/fileprint.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/fileprint.png new file mode 120000 index 0000000000000000000000000000000000000000..6bfd951e9d0fb5d28400971edd14d6a53a87e434 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/fileprint.png @@ -0,0 +1 @@ +../../128x128/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filequickprint.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filequickprint.png new file mode 120000 index 0000000000000000000000000000000000000000..17d7df7211f34cadecbbe1b6ebad24e9b151167b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filequickprint.png @@ -0,0 +1 @@ +../../128x128/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filesave.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filesave.png new file mode 120000 index 0000000000000000000000000000000000000000..557a6c4c8f32c68fe6fdac13c863e43720967811 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filesave.png @@ -0,0 +1 @@ +../../128x128/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filesaveas.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filesaveas.png new file mode 120000 index 0000000000000000000000000000000000000000..49c859206a7b72894b3e17c75bb5ac7e0b0b34a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/filesaveas.png @@ -0,0 +1 @@ +../../128x128/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/find.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/find.png new file mode 120000 index 0000000000000000000000000000000000000000..449a2bd335fce2c9a8a470917d2110a45d1099e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/find.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/finish.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/finish.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/finish.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/first.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/first.png new file mode 120000 index 0000000000000000000000000000000000000000..78c22f2601836052221e3c2cac839cd17b564702 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/first.png @@ -0,0 +1 @@ +../../128x128/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/folder-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/folder-new.png new file mode 100644 index 0000000000000000000000000000000000000000..6358e517e37adbd9b7d174b4b026dc997da4bfee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/folder-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/folder_new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/folder_new.png new file mode 120000 index 0000000000000000000000000000000000000000..414eae95e6fd8167a634f9d3b4d5e1aaf9446fb0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/folder_new.png @@ -0,0 +1 @@ +../../128x128/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/forbidden.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/forbidden.png new file mode 100644 index 0000000000000000000000000000000000000000..39fccce483317c037cfd59d09e811d2142c61f42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/forbidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-indent-less.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-indent-less.png new file mode 100644 index 0000000000000000000000000000000000000000..cde306987d958962856dff155421f8ec9338748c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-indent-less.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-indent-more.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-indent-more.png new file mode 100644 index 0000000000000000000000000000000000000000..b8e0879ab8b7c914c4fef4d0ee52e31d3c07e160 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-indent-more.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-center.png new file mode 100644 index 0000000000000000000000000000000000000000..366ca8ea9dbea6ebdcc3a53792b2839275846107 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..e6cb09662b8dcbe7e3ebe6d50f2f17d3788183c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-fill.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd9bc98682c9fe0751dc27295441c306aa94e38 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-right.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4c437b4cc17e0752f41c58fde2ecf7b3ec386d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-justify-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-bold.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a112a98abf0b35d948d9d315260867e7f41372 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-bold.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-direction-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-direction-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0dd80b6b828237095770582e696334fd76f1b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-direction-ltr.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-direction-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-direction-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..0738b3de89c3f8065ad99bab6fa89a6337b3105d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-direction-rtl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-italic.png new file mode 100644 index 0000000000000000000000000000000000000000..bde33d051d1335da55c0a8d75d76666577b0f9c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-italic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-strikethrough.png new file mode 100644 index 0000000000000000000000000000000000000000..9f1b3df02f490971319ec5e4f2a13ba716c4e619 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-strikethrough.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-underline.png new file mode 100644 index 0000000000000000000000000000000000000000..6cde1f8cf605ba131c81ab9927823737b28a5ebb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/format-text-underline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/forward.png new file mode 120000 index 0000000000000000000000000000000000000000..5d8ee9a52e8de8850c1b6e548baa72966f69db7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/forward.png @@ -0,0 +1 @@ +../../128x128/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..8c688f6ffe4ccf4d2511ff61b621313ab863cf6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gnome-lockscreen.png @@ -0,0 +1 @@ +../../128x128/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gnome-run.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gnome-run.png new file mode 120000 index 0000000000000000000000000000000000000000..51f8bf7bfb89efe8c0d6f32d43baea87111c2abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gnome-run.png @@ -0,0 +1 @@ +../../128x128/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..944744d0146ea2abf2fa971441428c41eb22d4d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-bottom.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-down.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6ed417f69d09e0b260be87ebbc3b3e3c18b5ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-down.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-first.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-first.png new file mode 100644 index 0000000000000000000000000000000000000000..26017c0658f2973c903e89ae1bad8f41562fe394 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-first.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-home.png new file mode 100644 index 0000000000000000000000000000000000000000..8394b3ddbe122a887882461e2704c2bde7ee1eed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-jump.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-jump.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1f8871e2e01a33244191c1e54519c9d8926d49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-jump.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-last.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-last.png new file mode 100644 index 0000000000000000000000000000000000000000..b379ac6c3cb1175e53cfcd16c28edf4126fac582 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-last.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-next.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-next.png new file mode 100644 index 0000000000000000000000000000000000000000..8c8987e325a1c4702ccb9ed78b3c69f1048982ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-next.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-previous.png new file mode 100644 index 0000000000000000000000000000000000000000..23e9c36fad35da29d8834547cd6c61f2569de0c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-previous.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-to.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-to.png new file mode 100644 index 0000000000000000000000000000000000000000..6df818b3f85c243f55bfcf54cd6d994f0949c51f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-to.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-top.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..6b30297eac281303c76074d24e5058d6d91619db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-top.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-up.png new file mode 100644 index 0000000000000000000000000000000000000000..86b441722164b7f87e7056a6f8f116ed00185515 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/go-up.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gohome.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gohome.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gohome.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..f3ba7491956fb0f9a68f0958e105e27bcc685660 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-add.png @@ -0,0 +1 @@ +../../128x128/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..a0b4576b5bb27044e1400f0c7511735550ea23cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-delete.png @@ -0,0 +1 @@ +../../128x128/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..cc96e19aaf3b9d2fd77f3dd5043a62d7aba67aa4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..449a2bd335fce2c9a8a470917d2110a45d1099e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-find.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..f6a2a0846fa043f19003f5f5c62be98749ea07cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-fullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-back-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-back-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..a79c00ea718569ba686be443ce19771cf9fcaa1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-back-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-back-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-back-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..5d8ee9a52e8de8850c1b6e548baa72966f69db7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-back-rtl.png @@ -0,0 +1 @@ +../../128x128/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..a24c171b7ae46e689220511a302182fb7271c1a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-down.png @@ -0,0 +1 @@ +../../128x128/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-forward-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-forward-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..5d8ee9a52e8de8850c1b6e548baa72966f69db7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-forward-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-forward-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-forward-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-forward-rtl.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..c553caff7e6d93b5552c30db150dfe6117bbbf5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-go-up.png @@ -0,0 +1 @@ +../../128x128/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0089473ca2f7150001844733fd5f81ab1c478465 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../128x128/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-first-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-first-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..78c22f2601836052221e3c2cac839cd17b564702 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-first-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-first-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-first-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-first-rtl.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-last-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-last-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-last-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-last-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-last-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..78c22f2601836052221e3c2cac839cd17b564702 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-last-rtl.png @@ -0,0 +1 @@ +../../128x128/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..e4a63aa78a220a4c5c0f71f130770ef65117d2cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-goto-top.png @@ -0,0 +1 @@ +../../128x128/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-home.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..915424b787dd0859e60c843fb6672795b49d39ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..6b3632435e41794511a694239348e26839b33120 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-new.png @@ -0,0 +1 @@ +../../128x128/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..17d7df7211f34cadecbbe1b6ebad24e9b151167b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-print-preview.png @@ -0,0 +1 @@ +../../128x128/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..6bfd951e9d0fb5d28400971edd14d6a53a87e434 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-print.png @@ -0,0 +1 @@ +../../128x128/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..132823e1b5b41cac6ea0ecf4f87a9d79fb2b563d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-remove.png @@ -0,0 +1 @@ +../../128x128/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..49c859206a7b72894b3e17c75bb5ac7e0b0b34a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-save-as.png @@ -0,0 +1 @@ +../../128x128/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..557a6c4c8f32c68fe6fdac13c863e43720967811 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-save.png @@ -0,0 +1 @@ +../../128x128/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..1e52eaa28e2e764bd8590619b53023c7cad18eb3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-100.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..e914db84561f74b8b7e2df735dfa99fa4fd7b4dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..56aa68c6c40a48b8b6f06990243d1af34ea2838b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-in.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..152e66fdbfd325b07b9f29db255a9fffb900d0c3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/gtk-zoom-out.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-about.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-about.png new file mode 100644 index 0000000000000000000000000000000000000000..e0dadc81e4d76989bb12f5346ee24faeb81ab2ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-about.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-contents.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-contents.png new file mode 100644 index 0000000000000000000000000000000000000000..76705e3dbd064e12ab4740c25872778045b40855 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-contents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-faq.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-faq.png new file mode 100644 index 0000000000000000000000000000000000000000..b606133c46125679b6fca86c8b26584172b64e6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/help-faq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/hint.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/hint.png new file mode 100644 index 0000000000000000000000000000000000000000..33136d777c288c34a5dfc95ac75a354d93882210 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/hint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/home.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/home.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-image.png new file mode 100644 index 0000000000000000000000000000000000000000..a65d77bab8c20108ec9443c83ae32d3a1dfd8bdf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-link.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-link.png new file mode 100644 index 0000000000000000000000000000000000000000..04602d759f6c14e11833fd498abb49ada1248e92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-object.png new file mode 100644 index 0000000000000000000000000000000000000000..8ade7889272f25d5280607fcf42d01aea901e79b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-table.png new file mode 100644 index 0000000000000000000000000000000000000000..d93d8e1cea2ec969ecbb8c45224cd278569a1ec8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-table.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-text.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-text.png new file mode 100644 index 0000000000000000000000000000000000000000..33a29ba33b86b06bb4b8454d3e4097f39e44e49c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/insert-text.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/jump.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/jump.png new file mode 120000 index 0000000000000000000000000000000000000000..425574638677f2c6fe59bd7d5157cc034272178b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/jump.png @@ -0,0 +1 @@ +../../128x128/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/kfm_home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/kfm_home.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/kfm_home.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/last.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/last.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/last.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/list-add.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..56e040e6a5595613cdec35a122a9793300901fe8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/list-add.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/list-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..0df103cd3e4689428d6950808a377ebb17688531 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/list-remove.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/lock.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/lock.png new file mode 120000 index 0000000000000000000000000000000000000000..8c688f6ffe4ccf4d2511ff61b621313ab863cf6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/lock.png @@ -0,0 +1 @@ +../../128x128/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..07ea9c475916c550e854cf7a82ff8abfa7249064 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-important.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-important.png new file mode 100644 index 0000000000000000000000000000000000000000..ae1f3d336f9672bcb453b2e7fb5ae0281564ee1e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-junk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-junk.png new file mode 100644 index 0000000000000000000000000000000000000000..475ec6f5d1e28d18fc5fcd0fa07b548ebad766d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-junk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-read.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-read.png new file mode 100644 index 0000000000000000000000000000000000000000..87819a46636ff272b2ae77599f0f52bb0a7f220e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-unread.png new file mode 100644 index 0000000000000000000000000000000000000000..05065032f08b11043f8d70cc912a2c52ace06442 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-mark-unread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-message-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-message-new.png new file mode 100644 index 0000000000000000000000000000000000000000..c9374144e3e8e37e53662b80c5f74b0c9641b5aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-message-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-reply-all.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-reply-all.png new file mode 100644 index 0000000000000000000000000000000000000000..ee3fd5b0ff6281976227540eb563eea6feb6aa11 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-reply-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-reply-sender.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-reply-sender.png new file mode 100644 index 0000000000000000000000000000000000000000..36de0726a6d858539f125b6f0db89736c55f715c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-reply-sender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-send-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-send-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..85a9110ae45b7d1a2dc120efa90201260003489b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-send-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-send.png new file mode 100644 index 0000000000000000000000000000000000000000..0abff4e7266f5a6cd6e5cdbbcb106b66a26aa271 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail.png new file mode 100644 index 0000000000000000000000000000000000000000..b8bf5ad6254970c0f0a98e6fc5c4d5e9ad88fe80 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-eject.png new file mode 100644 index 0000000000000000000000000000000000000000..7f534e858cde99e8b9330cfcf38ae2b193f407a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-eject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..f68bfb9f408ebb7f9a3bea85369962e7e2d85abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-mute.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..29152d8985bd60c44805b02f4ff2aac58799a3c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-pause.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-start.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-start.png new file mode 100644 index 0000000000000000000000000000000000000000..a025a546961666a8500a8de56d11a9127b05259a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-start.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..df01cbc6d346210a9e0f460be3b071b06a35f601 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playback-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playlist-repeat.png new file mode 100644 index 0000000000000000000000000000000000000000..68da48ef425fc058cc66fe624b52dd710e040f46 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playlist-repeat.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playlist-shuffle.png new file mode 100644 index 0000000000000000000000000000000000000000..974c4cf1e7c1d53b912e25f4ba67d4668cb2e75a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-playlist-shuffle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-record.png new file mode 100644 index 0000000000000000000000000000000000000000..8f70a9976e5cb208b6866b94fd39b41cd4b23e0a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-record.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-seek-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-seek-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..df7b110071d80d7c31f1d44da363266737d160e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-seek-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-seek-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-seek-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a38fb7171a7ca0932ab047fc6ec198e2cc23c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-seek-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-skip-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-skip-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..ca69c1ec356068f4a82c9c7841a84f60f8e8ae81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-skip-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-skip-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-skip-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..5330af6711775492044d046c737240cf1bfcd630 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/media-skip-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/multimedia-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/multimedia-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..16100f6dd9baa7ce71c36c93e43f93f9d3e05a1a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/multimedia-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/network-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/network-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..58968ec52ddde005782a1c9960976311bb97ca76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/network-connect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/network-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/network-disconnect.png new file mode 100644 index 0000000000000000000000000000000000000000..21513f03becb8e80831cf03bd421f7ed0dabe2db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/network-disconnect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/next.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/next.png new file mode 120000 index 0000000000000000000000000000000000000000..5d8ee9a52e8de8850c1b6e548baa72966f69db7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/next.png @@ -0,0 +1 @@ +../../128x128/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-flip-horizontal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-flip-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..ade1f252badf094a28f2a03254bfe05f5d4bdcd2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-flip-horizontal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-flip-vertical.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-flip-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..3b089a88011dfc498cb1c4feffb87311ac0668a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-flip-vertical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-rotate-left.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-rotate-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e0e715c894dbbab4c1ac64e75f4767be2d5710e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-rotate-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-rotate-right.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-rotate-right.png new file mode 100644 index 0000000000000000000000000000000000000000..6781d4fb3a7d2cd6867d635c80ef1c89dd9348ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/object-rotate-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/previous.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/previous.png new file mode 120000 index 0000000000000000000000000000000000000000..a79c00ea718569ba686be443ce19771cf9fcaa1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/previous.png @@ -0,0 +1 @@ +../../128x128/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/process-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/process-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..52268ab650c467aea5255299c446db969283f719 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/process-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/redhat-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/redhat-home.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/redhat-home.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/remove.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/remove.png new file mode 120000 index 0000000000000000000000000000000000000000..132823e1b5b41cac6ea0ecf4f87a9d79fb2b563d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/remove.png @@ -0,0 +1 @@ +../../128x128/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/reply.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/reply.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1821d10412d34504c6126b80c8e82a7c06fa2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/reply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/send.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/send.png new file mode 100644 index 0000000000000000000000000000000000000000..fbfb73ab43bac1a184a9f88dacb5d3dc536bd984 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/start.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/start.png new file mode 120000 index 0000000000000000000000000000000000000000..78c22f2601836052221e3c2cac839cd17b564702 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/start.png @@ -0,0 +1 @@ +../../128x128/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0089473ca2f7150001844733fd5f81ab1c478465 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_bottom.png @@ -0,0 +1 @@ +../../128x128/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..a0b4576b5bb27044e1400f0c7511735550ea23cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_delete.png @@ -0,0 +1 @@ +../../128x128/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_down.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_down.png new file mode 120000 index 0000000000000000000000000000000000000000..a24c171b7ae46e689220511a302182fb7271c1a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_down.png @@ -0,0 +1 @@ +../../128x128/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_first.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_first.png new file mode 120000 index 0000000000000000000000000000000000000000..78c22f2601836052221e3c2cac839cd17b564702 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_first.png @@ -0,0 +1 @@ +../../128x128/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..f6a2a0846fa043f19003f5f5c62be98749ea07cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_fullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_home.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_last.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_last.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_last.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..915424b787dd0859e60c843fb6672795b49d39ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_leave-fullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_left.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_left.png new file mode 120000 index 0000000000000000000000000000000000000000..a79c00ea718569ba686be443ce19771cf9fcaa1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_left.png @@ -0,0 +1 @@ +../../128x128/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..414eae95e6fd8167a634f9d3b4d5e1aaf9446fb0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-dir.png @@ -0,0 +1 @@ +../../128x128/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-text.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-text.png new file mode 120000 index 0000000000000000000000000000000000000000..6b3632435e41794511a694239348e26839b33120 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-text.png @@ -0,0 +1 @@ +../../128x128/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-window.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-window.png new file mode 120000 index 0000000000000000000000000000000000000000..0062ae101df948875f382001431a14b5ad678dcf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_new-window.png @@ -0,0 +1 @@ +../../128x128/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..17d7df7211f34cadecbbe1b6ebad24e9b151167b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_print-preview.png @@ -0,0 +1 @@ +../../128x128/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..6bfd951e9d0fb5d28400971edd14d6a53a87e434 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_print.png @@ -0,0 +1 @@ +../../128x128/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_right.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_right.png new file mode 120000 index 0000000000000000000000000000000000000000..5d8ee9a52e8de8850c1b6e548baa72966f69db7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_right.png @@ -0,0 +1 @@ +../../128x128/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..49c859206a7b72894b3e17c75bb5ac7e0b0b34a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_save-as.png @@ -0,0 +1 @@ +../../128x128/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..557a6c4c8f32c68fe6fdac13c863e43720967811 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_save.png @@ -0,0 +1 @@ +../../128x128/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_search-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_search-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..cc96e19aaf3b9d2fd77f3dd5043a62d7aba67aa4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_search-and-replace.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..449a2bd335fce2c9a8a470917d2110a45d1099e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_search.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_top.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_top.png new file mode 120000 index 0000000000000000000000000000000000000000..e4a63aa78a220a4c5c0f71f130770ef65117d2cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_top.png @@ -0,0 +1 @@ +../../128x128/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_up.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_up.png new file mode 120000 index 0000000000000000000000000000000000000000..c553caff7e6d93b5552c30db150dfe6117bbbf5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_up.png @@ -0,0 +1 @@ +../../128x128/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-1.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-1.png new file mode 120000 index 0000000000000000000000000000000000000000..1e52eaa28e2e764bd8590619b53023c7cad18eb3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-1.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..56aa68c6c40a48b8b6f06990243d1af34ea2838b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-in.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..152e66fdbfd325b07b9f29db255a9fffb900d0c3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-out.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-page.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-page.png new file mode 120000 index 0000000000000000000000000000000000000000..e914db84561f74b8b7e2df735dfa99fa4fd7b4dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stock_zoom-page.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stop.png new file mode 120000 index 0000000000000000000000000000000000000000..e87cf2162d5dedd1206cd289afb9634758494f68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/stop.png @@ -0,0 +1 @@ +../../128x128/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/sync.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/sync.png new file mode 100644 index 0000000000000000000000000000000000000000..50174eece44deccf61e6612865673acf6e9095b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/sync.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-hybernate.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-hybernate.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5c7ca639f9bc030f0b1e7817172a6f84a4ab8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-hybernate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-lock-screen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-lock-screen.png new file mode 100644 index 0000000000000000000000000000000000000000..ab055874cca760b3e73a315f39a63b42cb82943e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-lock-screen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-log-out.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..a0da0f2cac16b054617831a895697532ec377bbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-log-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..2c04f745d898af2064b0f39740648eeb529ded4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-reboot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-run.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-run.png new file mode 100644 index 0000000000000000000000000000000000000000..98eeb42e9c607e77a72b3abbb44e8dabec3efd8e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-run.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-search.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-search.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8e96794a5623e8d6125b39f3516e8285cae847 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..4d019ff63fa29e6486ef221b01615f0063fb71c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-shutdown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-suspend.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-suspend.png new file mode 100644 index 0000000000000000000000000000000000000000..666388a9c96fb106506a6af1ed69c9d84afec5a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-suspend.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-switch-user.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-switch-user.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d3d925bb4f50a3db7d35eb4c7f36a38ee7d916 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/system-switch-user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/tab-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/tab-new.png new file mode 100644 index 0000000000000000000000000000000000000000..76cb17091d31db46635113be6225af5aec3cdaa6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/tab-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/tools-check-spelling.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/tools-check-spelling.png new file mode 100644 index 0000000000000000000000000000000000000000..304c95332843a1bb9d93c0eb0b050da073cae850 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/tools-check-spelling.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/top.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/top.png new file mode 120000 index 0000000000000000000000000000000000000000..e4a63aa78a220a4c5c0f71f130770ef65117d2cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/top.png @@ -0,0 +1 @@ +../../128x128/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/up.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/up.png new file mode 120000 index 0000000000000000000000000000000000000000..c553caff7e6d93b5552c30db150dfe6117bbbf5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/up.png @@ -0,0 +1 @@ +../../128x128/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-fullscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..f9474b0d33c81474c6bd27a1cd5e1e0eea8cbc78 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-fullscreen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..579210432e5e6c82c07f9453d433d58815eabbff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-refresh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-restore.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-restore.png new file mode 100644 index 0000000000000000000000000000000000000000..831698404309e833912efb78bfc2221008e2caf7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-restore.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-sort-ascending.png new file mode 100644 index 0000000000000000000000000000000000000000..a90731b7328a04d46b97923f1a8a5288e6bf9c64 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-sort-ascending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-sort-descending.png new file mode 100644 index 0000000000000000000000000000000000000000..121c1f46ff04acfc28d3dd097d46e14fcc27e7da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/view-sort-descending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window-close.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window-close.png new file mode 100644 index 0000000000000000000000000000000000000000..3f10f2eab4ddd5b1c44e894d0dd1356be76aa723 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window-close.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window-new.png new file mode 100644 index 0000000000000000000000000000000000000000..d31a7dd664d97a6d8b5bce2e340c36ea1d5340da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window.png new file mode 100644 index 0000000000000000000000000000000000000000..d5937409394ed5f2019cc7a67c9667a0e346a362 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..f6a2a0846fa043f19003f5f5c62be98749ea07cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_fullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_new.png new file mode 120000 index 0000000000000000000000000000000000000000..0062ae101df948875f382001431a14b5ad678dcf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_new.png @@ -0,0 +1 @@ +../../128x128/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_nofullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_nofullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..915424b787dd0859e60c843fb6672795b49d39ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/window_nofullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..8c688f6ffe4ccf4d2511ff61b621313ab863cf6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/xfce-system-lock.png @@ -0,0 +1 @@ +../../128x128/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-best-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-best-fit.png new file mode 100644 index 0000000000000000000000000000000000000000..0d6be6d06ae2ab6f5d460285c5a73dd37c6f5594 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-best-fit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-in.png new file mode 100644 index 0000000000000000000000000000000000000000..541c45e418f05b69893196a33b5ea98a0a76b1bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-in.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-original.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-original.png new file mode 100644 index 0000000000000000000000000000000000000000..efd27747a9c4d9b4ed5763895f7d169192db72b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-original.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-out.png new file mode 100644 index 0000000000000000000000000000000000000000..3d3e566ef0849989eb0acb79a530438c8be7bd26 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/actions/zoom-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/Terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/Terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..1cd19cf7ba6c203afcb1aee7cf20cf15a0e4a241 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/Terminal.png @@ -0,0 +1 @@ +../../128x128/misc/root_terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/Thunar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/Thunar.png new file mode 100644 index 0000000000000000000000000000000000000000..a5e64c98a3c59ff8d1341ee45764fb3e1e2c678c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/Thunar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..cc306c5dcd86691f7afd1348330e56e50c4ce6b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f700fed480a9e40699070b4978cb406af22520 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..b8e077bfc8d6927040fd1e55339ec43b238833d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-calculator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-character-map.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-character-map.png new file mode 100644 index 0000000000000000000000000000000000000000..9616b7f7bbbbb0e2d853fbd26f09524db0984b0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-character-map.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-dictionary-web.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-dictionary-web.png new file mode 100644 index 0000000000000000000000000000000000000000..c29a9e58127f7de74e58f3d801ad5903392fe9bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-dictionary-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-dictionary.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-dictionary.png new file mode 100644 index 0000000000000000000000000000000000000000..9ad7f9f2a010c0f4179c066f016f4cb36be0168a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-dictionary.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-snapshot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-snapshot.png new file mode 100644 index 0000000000000000000000000000000000000000..6af430e38c430f075a69a54d20f13a0b6ab9ea1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-snapshot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb21e42c1bb19494c2bad59b19c350e7b25c043 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/accessories-text-editor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/acroread.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/acroread.png new file mode 100644 index 0000000000000000000000000000000000000000..676be768cb7c0f4b2d55b1dcc8cc3be6f970f12a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/acroread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/amarok.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/amarok.png new file mode 100644 index 0000000000000000000000000000000000000000..c2df470f6aec95e761475c9c923ec8425c1aeac2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/amarok.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/antivirus.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/antivirus.png new file mode 100644 index 0000000000000000000000000000000000000000..0567be2e428b45d0fc988119c37de97dedfa1435 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/antivirus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applets-screenshooter.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applets-screenshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..ed108fe507ff865fc5c9e05a2409110e72c57398 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applets-screenshooter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applications-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applications-internet.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..5f459212d1584aea25bdd930ac12e72dbd579eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/applications-other.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/arts.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/arts.png new file mode 120000 index 0000000000000000000000000000000000000000..18ef1a111503b2d13abf99dd176bef2628f58c79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/arts.png @@ -0,0 +1 @@ +../../128x128/apps/multimedia-preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/azureus.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/azureus.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9664a91b740c7814adf3ebdef645e32f3e989b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/azureus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/background.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/background.png new file mode 120000 index 0000000000000000000000000000000000000000..139c076d754a61d8e184a8123ec7fb211db12560 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/background.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/blender.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/blender.png new file mode 100644 index 0000000000000000000000000000000000000000..03e4c60d4c038ba8b0741e8bd3ea72437239b9b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/bluefish-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/bluefish-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..47c3865c731827e813353444b06afeaeaa70ed4a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/bluefish-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..cc31f450a58e23a0c595f176ef5e04dadcc83100 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/cdplayer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a9049f60e5473cb120d5999ea09ab5250d7369d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/cdplayer-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/chart.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/chart.png new file mode 100644 index 0000000000000000000000000000000000000000..058864b8e1eca1fc71841c0c5c95472deb9bfa5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/database.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/database.png new file mode 100644 index 0000000000000000000000000000000000000000..afab4cc1958dca0a61c2f136f97c6374c8499dbb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/database.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ddd.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ddd.png new file mode 100644 index 0000000000000000000000000000000000000000..e9fdfad27534e5ca8ea8952ce84b4ea47913fae9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ddd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/digikam.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/digikam.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b3de87795916725cc19e2f965f06f54bc6d785 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/digikam.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/digikamcameraclient.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/digikamcameraclient.png new file mode 100644 index 0000000000000000000000000000000000000000..6efff69dcada745e1d0f0011e0ccafe867fd071b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/digikamcameraclient.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/emule.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/emule.png new file mode 100644 index 0000000000000000000000000000000000000000..08b90f78a718cb5033d30c43af7b9783fda26e7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/emule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/evolution.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/evolution.png new file mode 120000 index 0000000000000000000000000000000000000000..c5653b8cdb6a4bd03fb35b491b36dd825f0f5534 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/evolution.png @@ -0,0 +1 @@ +../../128x128/actions/mail.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/file-manager.png new file mode 120000 index 0000000000000000000000000000000000000000..21363ddf49271745015797c2e5e76395ecd8d959 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/file-manager.png @@ -0,0 +1 @@ +../../128x128/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/file-roller.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/file-roller.png new file mode 100644 index 0000000000000000000000000000000000000000..62a97fa9ab439c082fbc8b53d0f920cefe246242 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/file-roller.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/firefox.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/firefox.png new file mode 100644 index 0000000000000000000000000000000000000000..5a78da5c1b6230c64d5782d1e76159c619698107 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/firefox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/firewall.png new file mode 100644 index 0000000000000000000000000000000000000000..327c608a49fa2a1bd99a9dc2af9efcda11533c8a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/firewall.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gftp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gftp.png new file mode 100644 index 0000000000000000000000000000000000000000..0e404825f1dc30776690d84cb7c9e84115f86f4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gimp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gimp.png new file mode 100644 index 0000000000000000000000000000000000000000..b4a0ce02edde513cfa54e7ea8a33f45e3465bec2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gimp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..d1c8c70754d1b4dafaac341dbe2018d0c7c8c50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-applications.png @@ -0,0 +1 @@ +../../128x128/categories/applications-other.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..6daa2c954b20e340564d0130704b5cd40ebd8a93 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-calculator.png new file mode 120000 index 0000000000000000000000000000000000000000..c91e077357c9c88da66a6e3c19f64840e0f67efd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-calculator.png @@ -0,0 +1 @@ +../../128x128/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-cdplayer-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..cb0680daa681712f89d72a111c8dd5c76c89d587 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-cdplayer-icon.png @@ -0,0 +1 @@ +../../128x128/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-desktop-config.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-desktop-config.png new file mode 120000 index 0000000000000000000000000000000000000000..f977f53ffdf7b16aa51ce96c48a7d3229231c9ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-desktop-config.png @@ -0,0 +1 @@ +../../128x128/categories/preferences-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..a34594a678cda75e5ea7f8339f561463e37ab65a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-devel.png @@ -0,0 +1 @@ +../../128x128/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-globe.png new file mode 100644 index 0000000000000000000000000000000000000000..e8767b81537ffb70e3d1263835db2f42339b5951 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-globe.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..0e72bb8452427b65d20476c21a0b82ea10888b8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-graphics.png @@ -0,0 +1 @@ +../../128x128/apps/xfce-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-help.png new file mode 120000 index 0000000000000000000000000000000000000000..d39c860d8227270dc8c2d8074a19240b750d0d59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-help.png @@ -0,0 +1 @@ +../../128x128/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-info.png new file mode 120000 index 0000000000000000000000000000000000000000..666a4eaa790b04aa75dae57cba5f72eabf06771f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-info.png @@ -0,0 +1 @@ +../../128x128/apps/xfce-system-info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-joystick.png new file mode 100644 index 0000000000000000000000000000000000000000..65fcab400fff97876470fd0a155219d060de1ddb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-joystick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-library.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-library.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5b3c3b2494100bb3d212ebe410803f6b4b3712 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-library.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..8c688f6ffe4ccf4d2511ff61b621313ab863cf6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-lockscreen.png @@ -0,0 +1 @@ +../../128x128/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..6c06f577c7259979536da917f01ee64d0dcce11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-logout.png @@ -0,0 +1 @@ +../../128x128/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-media-player-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-media-player-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..cb0680daa681712f89d72a111c8dd5c76c89d587 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-media-player-icon.png @@ -0,0 +1 @@ +../../128x128/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..c62cc51d3a5eb7773db63685a8e75b9de028cd4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-mixer.png @@ -0,0 +1 @@ +../../128x128/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-monitor.png new file mode 120000 index 0000000000000000000000000000000000000000..7bcce5c4f2607e0b7f6d081eae17170ec3a1574d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-monitor.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d0b63fd72e31f75113f49562913740ff5b7b596b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-multimedia.png @@ -0,0 +1 @@ +../../128x128/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-other.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-other.png new file mode 100644 index 0000000000000000000000000000000000000000..75b79aba58247032eed070357ea123296a34cbff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..b60febca8163595c322b8409d1067a6dadf06e56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-package.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-package.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..db586a1628a58c25f24cbcfb84c94e968d6b6bb9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-pdf.png @@ -0,0 +1 @@ +../../128x128/apps/acroread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-searchtool.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-searchtool.png new file mode 120000 index 0000000000000000000000000000000000000000..a33380acb80242e7ff3135f56314ff63dd4d7875 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-searchtool.png @@ -0,0 +1 @@ +../../128x128/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-accessibility-technologies.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-accessibility-technologies.png new file mode 120000 index 0000000000000000000000000000000000000000..100c16ff4ee502d3cf972719d4ef4967b4ad3a94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-accessibility-technologies.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-accessibility.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-background.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-background.png new file mode 120000 index 0000000000000000000000000000000000000000..139c076d754a61d8e184a8123ec7fb211db12560 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-background.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-ui-behavior.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-ui-behavior.png new file mode 100644 index 0000000000000000000000000000000000000000..eb817899971ac46609ee9d04b28cf578582ea53c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings-ui-behavior.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..843bf4bc0c99cb0f8767b7e2f172393596bb5dfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-settings.png @@ -0,0 +1 @@ +../../128x128/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..236cb8ed08dd9398ebb1b039526c9682909f0db7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-shutdown.png @@ -0,0 +1 @@ +../../128x128/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-starthere.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-starthere.png new file mode 120000 index 0000000000000000000000000000000000000000..92cd146a0738cb047a933d232899637101ee769e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-starthere.png @@ -0,0 +1 @@ +../../128x128/places/start-here.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-system.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-system.png new file mode 120000 index 0000000000000000000000000000000000000000..d6d5cf854a195c9e7b12c6e71257d4b7e2adaa9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-system.png @@ -0,0 +1 @@ +../../128x128/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..fd42198b2b99529f74d63b787eb63273c930db51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-terminal.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..cb4494df7acbfd3911ab58e44980243f346f451b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gnome-util.png @@ -0,0 +1 @@ +../../128x128/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gqview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gqview.png new file mode 100644 index 0000000000000000000000000000000000000000..72b43a39430245277fa2b57adca180453c65b243 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gqview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..df9cea633916bb5d040b99382c099201be99bf27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gtk-help.png @@ -0,0 +1 @@ +../../128x128/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gxine.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gxine.png new file mode 120000 index 0000000000000000000000000000000000000000..d5dbe45f19d11482274d1da74c7ab34233d86f9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/gxine.png @@ -0,0 +1 @@ +../../128x128/apps/xine.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help-browser.png new file mode 100644 index 0000000000000000000000000000000000000000..7812a75954ad81c6970bde656ddc6132c338d9c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help-browser.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help.png new file mode 120000 index 0000000000000000000000000000000000000000..df9cea633916bb5d040b99382c099201be99bf27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help.png @@ -0,0 +1 @@ +../../128x128/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help2.png new file mode 100644 index 0000000000000000000000000000000000000000..34eedb3a462109a46727ea14f3bd35fcc3634aa0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/help2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-aim.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-aim.png new file mode 100644 index 0000000000000000000000000000000000000000..82361480a0c151439062a9c14272c5d1698124e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-aim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-icq.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-icq.png new file mode 100644 index 0000000000000000000000000000000000000000..3e936d3e40db5df7e36ad076a5b0a608516eb07b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-icq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-jabber.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-jabber.png new file mode 100644 index 0000000000000000000000000000000000000000..3d355ec4b9bea2bde4f6674c08a2e0c91f4c8d79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-jabber.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-msn.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-msn.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc24afc219434e401b932063dd36a3e7260c371 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-msn.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-nov.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-nov.png new file mode 100644 index 0000000000000000000000000000000000000000..dde7e780419b0f111cfda26b9b6de3c887506a8a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-nov.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-yahoo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-yahoo.png new file mode 100644 index 0000000000000000000000000000000000000000..ca82690d61dfdff55ed9c0ec1874ecc5174c6777 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/im-yahoo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/inkscape.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/inkscape.png new file mode 100644 index 0000000000000000000000000000000000000000..a5f76936a22b8922db844f3189d3e5cdab6a5317 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/inkscape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kcmsound.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kcmsound.png new file mode 120000 index 0000000000000000000000000000000000000000..c62cc51d3a5eb7773db63685a8e75b9de028cd4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kcmsound.png @@ -0,0 +1 @@ +../../128x128/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kedit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kedit.png new file mode 120000 index 0000000000000000000000000000000000000000..260cb89d3dcacfbcb9e9ff8e7dc24e47fa050a73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kedit.png @@ -0,0 +1 @@ +../../128x128/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..7eeb8be3ad440319b402cee7e849b471c668ac7b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kfm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kfm.png new file mode 120000 index 0000000000000000000000000000000000000000..21363ddf49271745015797c2e5e76395ecd8d959 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kfm.png @@ -0,0 +1 @@ +../../128x128/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/khelpcenter.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/khelpcenter.png new file mode 120000 index 0000000000000000000000000000000000000000..df9cea633916bb5d040b99382c099201be99bf27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/khelpcenter.png @@ -0,0 +1 @@ +../../128x128/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/konsole.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/konsole.png new file mode 120000 index 0000000000000000000000000000000000000000..fd42198b2b99529f74d63b787eb63273c930db51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/konsole.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..383217fad7e0606022837a26e945f993d632dad9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/kscreensaver.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ksysguard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ksysguard.png new file mode 120000 index 0000000000000000000000000000000000000000..7bcce5c4f2607e0b7f6d081eae17170ec3a1574d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ksysguard.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/limewire.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/limewire.png new file mode 100644 index 0000000000000000000000000000000000000000..15faca7bb51095ff68002ff270436f9aa5cacff2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/limewire.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/logviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/logviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..2b393173ae58e112dfcdf4a96820be893cb57483 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/logviewer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..485bc03c5907adda60e0d88d7488abd7dc46ec65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/mplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..49925f4a3fd4778c84ae383fb107fc35873f7529 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/mplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-balance-control.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-balance-control.png new file mode 100644 index 0000000000000000000000000000000000000000..40b393dfd0c2892f16050ccad01043e7129a25a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-balance-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-control-center.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-control-center.png new file mode 100644 index 0000000000000000000000000000000000000000..43f79a7a973521b1aa0dbcc2993ec0c80f9a56d4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-control-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-preferences.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e214fd6f2dcb89732190c134bd747c9cafbc90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-preferences.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-volume-control.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-volume-control.png new file mode 100644 index 0000000000000000000000000000000000000000..db6e40f192209a3020c8fba29f19f0cfde9ba185 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia-volume-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d0b63fd72e31f75113f49562913740ff5b7b596b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/multimedia.png @@ -0,0 +1 @@ +../../128x128/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/netbeans.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/netbeans.png new file mode 100644 index 0000000000000000000000000000000000000000..40dd9a6c116fda1f386932cc250217c31f5c025e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/netbeans.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-base.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-base.png new file mode 100644 index 0000000000000000000000000000000000000000..63404d41096e25fb1df909c462b85307306e873c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..2d8c82431edf0fea9875de676c91e64f53242743 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..104cb973a9dd16e0849b36f683f1c9d5c9794b6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ffb7ab19e8b3a68a9abb088547a8d7be7c0874 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-math.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-math.png new file mode 100644 index 0000000000000000000000000000000000000000..829ee9af4919424d44560ab469b229d7ac3e69c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..bec6d8204a18b1266db6b19eceb77ae2fa663341 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..54e1a5a5a0a5d3841ffa26457f8f5478b9b5a6fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo-writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_base.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_base.png new file mode 120000 index 0000000000000000000000000000000000000000..38a60f96c62a70a604d906506861afe81fb4d767 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_base.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_calc.png new file mode 120000 index 0000000000000000000000000000000000000000..e37bcd31897c00100f732af214cfa3ab84ffd3f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_calc.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_draw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_draw.png new file mode 120000 index 0000000000000000000000000000000000000000..60d6732e35ec934344362f79c0c93b482c298fc7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_draw.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_impress.png new file mode 120000 index 0000000000000000000000000000000000000000..49999667a02b078f0970a728ea2b24d9790de265 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_impress.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_math.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_math.png new file mode 120000 index 0000000000000000000000000000000000000000..fa1767cdb29961bc6ef48f6e4b9a5338eac065d8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_math.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_setup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_setup.png new file mode 120000 index 0000000000000000000000000000000000000000..2067e8ffa3a7432d062d9786977231dc67768e43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_setup.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_writer.png new file mode 120000 index 0000000000000000000000000000000000000000..7730aa8feb76ef7c4047c5409bd70e992d77fe43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ooo_writer.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-base.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-base.png new file mode 120000 index 0000000000000000000000000000000000000000..38a60f96c62a70a604d906506861afe81fb4d767 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-base.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-calc.png new file mode 120000 index 0000000000000000000000000000000000000000..e37bcd31897c00100f732af214cfa3ab84ffd3f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-calc.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-draw.png new file mode 120000 index 0000000000000000000000000000000000000000..60d6732e35ec934344362f79c0c93b482c298fc7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-draw.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-impress.png new file mode 120000 index 0000000000000000000000000000000000000000..49999667a02b078f0970a728ea2b24d9790de265 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-impress.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-math.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-math.png new file mode 120000 index 0000000000000000000000000000000000000000..fa1767cdb29961bc6ef48f6e4b9a5338eac065d8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-math.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-setup.png new file mode 120000 index 0000000000000000000000000000000000000000..2067e8ffa3a7432d062d9786977231dc67768e43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-setup.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-writer.png new file mode 120000 index 0000000000000000000000000000000000000000..7730aa8feb76ef7c4047c5409bd70e992d77fe43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg-writer.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg.png new file mode 120000 index 0000000000000000000000000000000000000000..2067e8ffa3a7432d062d9786977231dc67768e43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openofficeorg.png @@ -0,0 +1 @@ +../../128x128/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openterm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openterm.png new file mode 120000 index 0000000000000000000000000000000000000000..fd42198b2b99529f74d63b787eb63273c930db51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/openterm.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/opera.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/opera.png new file mode 100644 index 0000000000000000000000000000000000000000..c624b189c15fdc83dbd67c07093209dc59d8c8df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/opera.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/palm-pilot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/palm-pilot.png new file mode 120000 index 0000000000000000000000000000000000000000..25ad02fc42dd0f3fb10e68828e0d1fbb5fa6e425 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/palm-pilot.png @@ -0,0 +1 @@ +../../128x128/devices/pda.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-accessibility.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..efeab6e5a3c4b71e09b252f06bec622ff6111769 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-accessibility.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-default-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-default-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..6102931fc8ef007f8fe6cd74360f5b839e627321 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-default-applications.png @@ -0,0 +1 @@ +../../128x128/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-font.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-font.png new file mode 100644 index 0000000000000000000000000000000000000000..19b14586c1a58cf07135c75ce8092abb17f75031 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-font.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-keyboard-shortcuts.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-keyboard-shortcuts.png new file mode 100644 index 0000000000000000000000000000000000000000..c1dd9d8a18d4706e16686fdc399f6d3daf50b209 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..ba59f0edc29b93b7ec29962226518ae45930c2b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-locale.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-locale.png new file mode 100644 index 0000000000000000000000000000000000000000..e0df641b5670a46af5e18152d56698f684ac1756 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-locale.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-remote-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-remote-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..ab38b004b69fb211d4aa0bb5990d1f5cc07618d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-remote-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..9f50ab28dc9d0b3768ccabe877c09365efc0b2e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-screensaver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-theme.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-theme.png new file mode 100644 index 0000000000000000000000000000000000000000..2f759c340c3e7607fbdbf6aa245930ea725667da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-theme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-wallpaper.png new file mode 100644 index 0000000000000000000000000000000000000000..3336ef4ec56ee52b4cadaf35648146b05793bb34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-desktop-wallpaper.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-system-windows.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-system-windows.png new file mode 100644 index 0000000000000000000000000000000000000000..77e6d06e6e12ef470c66af559aa2c4ead996e72d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/preferences-system-windows.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/redhat-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/redhat-filemanager.png new file mode 120000 index 0000000000000000000000000000000000000000..21363ddf49271745015797c2e5e76395ecd8d959 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/redhat-filemanager.png @@ -0,0 +1 @@ +../../128x128/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ristretto.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ristretto.png new file mode 100644 index 0000000000000000000000000000000000000000..56c5b5db2729e62b6a8bbd8e6bb2dcd0cd669d86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/ristretto.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/screensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..383217fad7e0606022837a26e945f993d632dad9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/screensaver.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/search.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/search.png new file mode 100644 index 0000000000000000000000000000000000000000..2a42d73e636c891cc6c0871f0755759d0d5a1426 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..38f87121d251b9cf90da9d171b7f37ebbbd6052d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/skype.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/skype.png new file mode 100644 index 0000000000000000000000000000000000000000..8393fa771c434f1cbc56c84534c84c5cdcd9cdbd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/skype.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..df9cea633916bb5d040b99382c099201be99bf27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/stock_help.png @@ -0,0 +1 @@ +../../128x128/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-date.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-date.png new file mode 100644 index 0000000000000000000000000000000000000000..2c4202be6656fd5396eb08f73730dc015cbae8b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-date.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-display.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-display.png new file mode 100644 index 0000000000000000000000000000000000000000..d19666ff1b9e65c0c7646af010bcc701f55ef99a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..a6ad2a88074395c58023d1b18549434e4aea82be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-keyboard.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-language.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-language.png new file mode 120000 index 0000000000000000000000000000000000000000..6dc2aff1841107026845a586937ddc6d9cc30d28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-language.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-locale.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-netboot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-netboot.png new file mode 120000 index 0000000000000000000000000000000000000000..a21fb6a67fa8acecacd35f5c0e09e40ecea106fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-netboot.png @@ -0,0 +1 @@ +../../128x128/misc/network-boot-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..8efd3b783375e64b0aac29009a3fe2d1eea73c45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-samba.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-samba.png new file mode 100644 index 0000000000000000000000000000000000000000..3cef09b465effab16283cbf77c728c480461c9f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-samba.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-securitylevel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-securitylevel.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d760f8f8e739659234b6d7753b49413676b40a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-securitylevel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-services.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-services.png new file mode 120000 index 0000000000000000000000000000000000000000..6d2324555d4756a4e7a50e997c3ffaf114e47db2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-services.png @@ -0,0 +1 @@ +../../128x128/categories/system-services.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-soundcard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-soundcard.png new file mode 100644 index 0000000000000000000000000000000000000000..6975848e64667a35b91a9ff217d90416d4ae20e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-soundcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-users.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-users.png new file mode 100644 index 0000000000000000000000000000000000000000..3d461ceb9cd8031433568fcd38bac9173a1b2b9d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-config-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-file-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..47204e9db166d85ffa41eded69d508d2ef15b53e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-file-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-software-installer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-software-installer.png new file mode 100644 index 0000000000000000000000000000000000000000..e87e7e5dd790b3aceb0f15da28ac9e0ee9b78452 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-software-installer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-software-update.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-software-update.png new file mode 100644 index 0000000000000000000000000000000000000000..fe8f5c4d9da84e565caf29f773cef01a25704162 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-software-update.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-users.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..a39e976f558ac75e68ae24190bced47271d22d2f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/system-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..fd42198b2b99529f74d63b787eb63273c930db51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/terminal.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/text-editor.png new file mode 120000 index 0000000000000000000000000000000000000000..260cb89d3dcacfbcb9e9ff8e7dc24e47fa050a73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/text-editor.png @@ -0,0 +1 @@ +../../128x128/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/thunderbird.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/thunderbird.png new file mode 100644 index 0000000000000000000000000000000000000000..5a3359d6a41fd3958a3283837c5df49a98b36d05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/thunderbird.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/transmission.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/transmission.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2a1a6ecc10e70237ba961fc0c7da1c79e0cfd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/transmission.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/user-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/user-info.png new file mode 100644 index 0000000000000000000000000000000000000000..dffe028c6cf986dcd3eb8dff950504c4b6ea84e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/user-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-network-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-network-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..8dce4b50bc42c145b6341ef316dd8d93c8a05bd3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-network-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-system-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-system-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..fef8d586ccb81517164951b739576692d1153c98 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-system-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..a6c91461d529fc8db98431f124998814bd8a8574 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utilities-terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utils.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utils.png new file mode 100644 index 0000000000000000000000000000000000000000..78273f353066c0ff36ac9ea65f88c057719f7010 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/utils.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/vim.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/vim.png new file mode 100644 index 0000000000000000000000000000000000000000..bb60a058b3ebc35b5d017b947a2aa15fbdd4cf74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/vim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/vlc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b351222c0d3cb5f2cd9a81aad78e5f00db91f6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/vlc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/volume-knob.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/volume-knob.png new file mode 120000 index 0000000000000000000000000000000000000000..c62cc51d3a5eb7773db63685a8e75b9de028cd4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/volume-knob.png @@ -0,0 +1 @@ +../../128x128/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wallpaper.png new file mode 120000 index 0000000000000000000000000000000000000000..139c076d754a61d8e184a8123ec7fb211db12560 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wallpaper.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/web-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/web-browser.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/web-browser.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wine.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wine.png new file mode 100644 index 0000000000000000000000000000000000000000..5012b6024b898f18db120cbe6c2050668da49728 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wine2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wine2.png new file mode 100644 index 0000000000000000000000000000000000000000..9d177bb894db75692a5a7e1b3c6914ecac2a438a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wine2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wmtweaks.png new file mode 120000 index 0000000000000000000000000000000000000000..238f6a49737676491a3cf18913467951f50b5c3c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/wmtweaks.png @@ -0,0 +1 @@ +../../128x128/misc/wmtweaks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/x.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/x.png new file mode 100644 index 0000000000000000000000000000000000000000..ed2fa6a537df3fdf6039ac71255f9ae8b2819794 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/x.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xarchiver.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xarchiver.png new file mode 100644 index 0000000000000000000000000000000000000000..14f5dee62dc45a19fcd1348a3096c307e6597a08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xarchiver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xcdroast.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xcdroast.png new file mode 100644 index 0000000000000000000000000000000000000000..c675d47b0d63557e0b3d082a701eaa285bd57a10 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xcdroast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..bd8bc5b377a214622796a90d13c07a878a18665b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfcalendar.png @@ -0,0 +1 @@ +../../128x128/apps/calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..260cb89d3dcacfbcb9e9ff8e7dc24e47fa050a73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-edit.png @@ -0,0 +1 @@ +../../128x128/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-filemanager.png new file mode 100644 index 0000000000000000000000000000000000000000..abb4bdeb7cb811714f6e145af17e83a729e3d372 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-filemanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..85506125474c72f656db3df6f51e3ead9baf0749 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-games.png @@ -0,0 +1 @@ +../../128x128/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..44948ac5459634693b363b2da377d6f91e74ff9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-graphics.png @@ -0,0 +1 @@ +../../128x128/categories/applications-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..80f823872b1a319fbcb50cf0eedbae36c9bf3683 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-gtk-paste.png @@ -0,0 +1 @@ +../../128x128/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-internet.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..c571cbeee25eb41292200336781cf35f6b818a40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mailcheck.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mailcheck.png new file mode 120000 index 0000000000000000000000000000000000000000..cf637338803b670350662be2b66289a8657e886b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mailcheck.png @@ -0,0 +1 @@ +../../128x128/actions/mail-send-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-man.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-man.png new file mode 120000 index 0000000000000000000000000000000000000000..d39c860d8227270dc8c2d8074a19240b750d0d59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-man.png @@ -0,0 +1 @@ +../../128x128/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..dd15cf2627776962c62895386adb3684efff85fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-mouse.png @@ -0,0 +1 @@ +../../128x128/apps/xfce4-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d0b63fd72e31f75113f49562913740ff5b7b596b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-multimedia.png @@ -0,0 +1 @@ +../../128x128/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-newmail.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-newmail.png new file mode 120000 index 0000000000000000000000000000000000000000..76c51de2786a54e76d56c1eccfad78e9b1877dc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-newmail.png @@ -0,0 +1 @@ +../../128x128/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-nomail.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-nomail.png new file mode 100644 index 0000000000000000000000000000000000000000..99bfdb943339aa95c6c36f36ea9d3d49fe14fd97 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-nomail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-oldmail.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-oldmail.png new file mode 120000 index 0000000000000000000000000000000000000000..f0214c77b910c2f44a4d95db114092e3080a45e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-oldmail.png @@ -0,0 +1 @@ +../../128x128/actions/mail-mark-read.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-printer.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-schedule.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-schedule.png new file mode 100644 index 0000000000000000000000000000000000000000..f1120765da4ddee97eea66be355507d30e998bf0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-schedule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-sound.png new file mode 120000 index 0000000000000000000000000000000000000000..05dc42047fecd6d43fd9e2f760d78b8437c079ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-sound.png @@ -0,0 +1 @@ +../../128x128/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-exit.png new file mode 120000 index 0000000000000000000000000000000000000000..236cb8ed08dd9398ebb1b039526c9682909f0db7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-exit.png @@ -0,0 +1 @@ +../../128x128/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-info.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcdadd16f2e34ff66913a50e7c908f4cbaec41b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..7bb33f38e2cd4f21eed1163b91ec9891de01ca32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-lock.png @@ -0,0 +1 @@ +../../128x128/apps/gnome-lockscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..1a8ec71fdfd36c097f9294dd6abad35c149d73e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-system-settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..fd42198b2b99529f74d63b787eb63273c930db51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-terminal.png @@ -0,0 +1 @@ +../../128x128/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..9ff4de8e66f459c65ca2bf1902bfd5dff80a3bcf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-trash_empty.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-trash-empty.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..4cb1352e69c905a955083ffd85dc62b451d808ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-trash_full.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..a220bad866a81ca2ab8feb93dd7886fb79adc063 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-unknown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..cb4494df7acbfd3911ab58e44980243f346f451b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce-utils.png @@ -0,0 +1 @@ +../../128x128/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-appfinder.png new file mode 120000 index 0000000000000000000000000000000000000000..c65afe2728bf768f744e34bf9b10d776788e69c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-appfinder.png @@ -0,0 +1 @@ +../../128x128/misc/xfce4-appfinder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-backdrop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-backdrop.png new file mode 120000 index 0000000000000000000000000000000000000000..139c076d754a61d8e184a8123ec7fb211db12560 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-backdrop.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..ecfa40f0455476b2bd457e0e660cf96d0ef96aa1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-display.png @@ -0,0 +1 @@ +../../128x128/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-iconbox.png new file mode 120000 index 0000000000000000000000000000000000000000..523079e83697f65bc05130619cc61c25d5d69b76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-iconbox.png @@ -0,0 +1 @@ +../../128x128/misc/iconbox.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..1d4a39450add8c8c56a21e3b91f0cc62af77f47f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-keyboard.png @@ -0,0 +1 @@ +../../128x128/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-menueditor.png new file mode 120000 index 0000000000000000000000000000000000000000..e330f2d66513714ebcba81cfec89331023ff4fbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-menueditor.png @@ -0,0 +1 @@ +../../128x128/misc/menueditor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..05dc42047fecd6d43fd9e2f760d78b8437c079ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-mixer.png @@ -0,0 +1 @@ +../../128x128/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..c2247ef7c88d157865ae0b939af3d2285a895809 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-mouse.png @@ -0,0 +1 @@ +../../128x128/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-panel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-panel.png new file mode 100644 index 0000000000000000000000000000000000000000..6f42593bf719a69f96dfb73db16843583d9e72e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-panel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-session.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-session.png new file mode 120000 index 0000000000000000000000000000000000000000..e162a52e7983e19ab8a568b8ec48aff309e5084d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-session.png @@ -0,0 +1 @@ +../../128x128/misc/sm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..843bf4bc0c99cb0f8767b7e2f172393596bb5dfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-settings.png @@ -0,0 +1 @@ +../../128x128/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-splash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-splash.png new file mode 100644 index 0000000000000000000000000000000000000000..0b94b7112e09d62c3899dd489caa39528264f48b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-splash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-taskbar.png new file mode 120000 index 0000000000000000000000000000000000000000..c34394f6350af327f5d249c054cba0a040b457dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-taskbar.png @@ -0,0 +1 @@ +../../128x128/misc/taskbar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-ui.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-ui.png new file mode 120000 index 0000000000000000000000000000000000000000..52a2ceb19804e9c6511867c51d7e45943aa616f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-ui.png @@ -0,0 +1 @@ +../../128x128/misc/ui.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-workspaces.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-workspaces.png new file mode 120000 index 0000000000000000000000000000000000000000..2952b66923c9143a0dbf93635b538570eed5d239 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfce4-workspaces.png @@ -0,0 +1 @@ +../../128x128/misc/wksp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..6c06f577c7259979536da917f01ee64d0dcce11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-logout.png @@ -0,0 +1 @@ +../../128x128/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-reboot.png new file mode 120000 index 0000000000000000000000000000000000000000..5d87f0e0304d802c9f26dbcf19d16a22e560652e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-reboot.png @@ -0,0 +1 @@ +../../128x128/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..236cb8ed08dd9398ebb1b039526c9682909f0db7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfsm-shutdown.png @@ -0,0 +1 @@ +../../128x128/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfwm4.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfwm4.png new file mode 120000 index 0000000000000000000000000000000000000000..5efa6ff12f1a89736d2630aa6db168f3d9aabd69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xfwm4.png @@ -0,0 +1 @@ +../../128x128/misc/wm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xine.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xine.png new file mode 100644 index 0000000000000000000000000000000000000000..afb55e401adae2e9bbf52d9563269583b6cb2794 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xsane.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xsane.png new file mode 100644 index 0000000000000000000000000000000000000000..16afc6a410279c468da2886a6cc28e97509dd89e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xsane.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..383217fad7e0606022837a26e945f993d632dad9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/apps/xscreensaver.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-accessories.png new file mode 100644 index 0000000000000000000000000000000000000000..50d11925bc4edc47fde644aed7b507078acf569d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-accessories.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-development.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..32d124c48d704e402c4815a156b2f23b670fe75a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-development.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-education.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-education.png new file mode 100644 index 0000000000000000000000000000000000000000..f396c07e7712995c5ab758ce5932dad121dfe20b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-education.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-engineering.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-engineering.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb75ecfeb8acace4dfb6c96b5961b8dd01a77eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-engineering.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-games.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-games.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a363bb51acbff16648d88b7b66a132854a6056 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-games.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-graphics.png new file mode 100644 index 0000000000000000000000000000000000000000..8a60ffd2a3aba6fdbcaaee6566f0c88cc39bcac7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-graphics.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-internet.png new file mode 100644 index 0000000000000000000000000000000000000000..f094937509aded22a2bcd2cb692175501adb00ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-internet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..4de63e1eee6163adb4915b7831a1e25c68de8ae0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-office.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-office.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9e9b98839d2a6bfcf6c7cd232f5993dd47e3c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-office.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..6102931fc8ef007f8fe6cd74360f5b839e627321 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-other.png @@ -0,0 +1 @@ +../../128x128/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-science.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-science.png new file mode 100644 index 0000000000000000000000000000000000000000..1676f44ebe7dea6cd397af055021e0d9f5299de1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-science.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-system.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-system.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ade5478a4ee18353c4868f30750892756c440f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-utilities.png new file mode 100644 index 0000000000000000000000000000000000000000..5c32e61a5cee33106baf2f6b42dd8cfebcbb3010 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/applications-utilities.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/extension.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/extension.png new file mode 100644 index 0000000000000000000000000000000000000000..c14f4fd220f8272545c5bc965f1c7cc978212d97 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/extension.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..a34594a678cda75e5ea7f8339f561463e37ab65a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-devel.png @@ -0,0 +1 @@ +../../128x128/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-globe.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-globe.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-joystick.png new file mode 120000 index 0000000000000000000000000000000000000000..a4c0a9e04c63ff5bb7f8457553d0888caa7732e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-joystick.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-fun.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..54f54075e0797333f0a47b07dab22ec0fe7e136d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/gnome-util.png @@ -0,0 +1 @@ +../../128x128/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_development.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_development.png new file mode 120000 index 0000000000000000000000000000000000000000..a34594a678cda75e5ea7f8339f561463e37ab65a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_development.png @@ -0,0 +1 @@ +../../128x128/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_games.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_games.png new file mode 120000 index 0000000000000000000000000000000000000000..85506125474c72f656db3df6f51e3ead9baf0749 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_games.png @@ -0,0 +1 @@ +../../128x128/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_network.png new file mode 120000 index 0000000000000000000000000000000000000000..85d7edd2a774b7399ef3b62df8698abdd98ef466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_network.png @@ -0,0 +1 @@ +../../128x128/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3520168ef44b5f0109eac6f929bfe034cb1b768c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_settings.png @@ -0,0 +1 @@ +../../128x128/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_utilities.png new file mode 120000 index 0000000000000000000000000000000000000000..54f54075e0797333f0a47b07dab22ec0fe7e136d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/package_utilities.png @@ -0,0 +1 @@ +../../128x128/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop-peripherals.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop-peripherals.png new file mode 100644 index 0000000000000000000000000000000000000000..985516f828beccd1c77e6acb989023552b5ecc7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop-peripherals.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop-personal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop-personal.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7bd9ad2f61a34d47f191366567f6dbbaf1ed56 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop-personal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..49a1f2766e005e5fa710e0f6979c94ab94eebb49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-other.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-other.png new file mode 100644 index 0000000000000000000000000000000000000000..8c6e34cd6e8494411971c7298d6f11c0d5439d67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-system-network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-system-network.png new file mode 100644 index 0000000000000000000000000000000000000000..e35e74921909f6b5acae52d27df1ac57a2ea9a2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-system-network.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-system.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..1a8ec71fdfd36c097f9294dd6abad35c149d73e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/preferences-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..7ac533793376fc4cf85399f53fdcbe041bb7a408 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-accessories.png @@ -0,0 +1 @@ +../../128x128/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-games.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-games.png new file mode 120000 index 0000000000000000000000000000000000000000..85506125474c72f656db3df6f51e3ead9baf0749 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-games.png @@ -0,0 +1 @@ +../../128x128/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-internet.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-programming.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-programming.png new file mode 120000 index 0000000000000000000000000000000000000000..a34594a678cda75e5ea7f8339f561463e37ab65a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-programming.png @@ -0,0 +1 @@ +../../128x128/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-system_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-system_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3520168ef44b5f0109eac6f929bfe034cb1b768c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/redhat-system_settings.png @@ -0,0 +1 @@ +../../128x128/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/stock_internet.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-favorites.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..61a186735d691f17586b3f75acbbf6a4e02be499 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-favorites.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-help.png new file mode 100644 index 0000000000000000000000000000000000000000..d203c7df66dceb8a26df63836e5e79ba6623ef1e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-help.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-services.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-services.png new file mode 100644 index 0000000000000000000000000000000000000000..ffcb4eecdd2fb309d43f16b66371e69ae7abc692 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/system-services.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..85506125474c72f656db3df6f51e3ead9baf0749 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-games.png @@ -0,0 +1 @@ +../../128x128/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-internet.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-system-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3520168ef44b5f0109eac6f929bfe034cb1b768c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-system-settings.png @@ -0,0 +1 @@ +../../128x128/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..54f54075e0797333f0a47b07dab22ec0fe7e136d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/categories/xfce-utils.png @@ -0,0 +1 @@ +../../128x128/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/3floppy_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/3floppy_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..e934fc1e8224e742bf343325177146f306d71f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/3floppy_unmount.png @@ -0,0 +1 @@ +../../128x128/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-card.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-card.png new file mode 100644 index 0000000000000000000000000000000000000000..52d9648d64d31248f70756cca7e38c46359425ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-input-line.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-input-line.png new file mode 100644 index 0000000000000000000000000000000000000000..f5d772a80c22de2c6d3bfb152f73aa1bb32d5ecb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-input-line.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-input-microphone.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-input-microphone.png new file mode 100644 index 0000000000000000000000000000000000000000..0cff9137866d01d72b436da83bba962f2f58f5e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/audio-input-microphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/battery.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/battery.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ebe0d326a5dac695580882c15825bc7fa7258e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/battery.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camara-video-security.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camara-video-security.png new file mode 100644 index 0000000000000000000000000000000000000000..0b7ab80b92dfecfdecc138a62b0a99e68f9e542f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camara-video-security.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-photo-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-photo-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..5da6dfc1af97c51ed8f5eae40844142e4fdd4d3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-photo-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-photo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-photo.png new file mode 100644 index 0000000000000000000000000000000000000000..8f26d5855b2d141d0d28d05f5b3521e002e33806 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-photo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-video-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-video-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..da5fbdf3106a2fa9dc2ca691549759eee4030415 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-video-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-video.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-video.png new file mode 100644 index 0000000000000000000000000000000000000000..242928d86e9a4b435e91bc5f816d567ee183dd90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-video.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-web.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-web.png new file mode 100644 index 0000000000000000000000000000000000000000..cdf1c624fd3952f76c3560d8659917447e3f24a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/camera-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cdrom_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cdrom_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cdrom_unmount.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cdwriter_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cdwriter_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cdwriter_unmount.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/chardevice.png new file mode 120000 index 0000000000000000000000000000000000000000..ecfa40f0455476b2bd457e0e660cf96d0ef96aa1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/chardevice.png @@ -0,0 +1 @@ +../../128x128/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/computer-portable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/computer-portable.png new file mode 100644 index 0000000000000000000000000000000000000000..f0204f3bc76378ae66d8505e685605391610e23d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/computer-portable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/computer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..3aeb7b0ee46191c0e09e060792dfe2679eccf45d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/computer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cpu.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cpu.png new file mode 120000 index 0000000000000000000000000000000000000000..3b50a4b4fabebf8e1ddedb0b6bece2deae7a7a3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/cpu.png @@ -0,0 +1 @@ +../../128x128/devices/processor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/dev-pcmcia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/dev-pcmcia.png new file mode 100644 index 0000000000000000000000000000000000000000..30d61facc6e0a9909955e1d65f1c8a1b3fd808b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/dev-pcmcia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/display.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/display.png new file mode 120000 index 0000000000000000000000000000000000000000..ecfa40f0455476b2bd457e0e660cf96d0ef96aa1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/display.png @@ -0,0 +1 @@ +../../128x128/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..a6a4d3b822daf5b153f1178af78baf61fa0e5742 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-cdrom.png @@ -0,0 +1 @@ +../../128x128/devices/drive-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..58ce9ce8d7fa6034443b30b292d8a6d5ded98102 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..a69174b3cf50a7a7fef7713f73d90c4b979f8d13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..389e3919706460d82daa9dd33c669ae8cf29f825 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..c8a925e31b661b64fd001092a6e37ed2b5bfc157 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-harddisk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..a760e460efde9a6bce1a628ae48f5465456bd9d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7092b9fd2546a81f769760220f5acaa1c80266 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..f01f91e016e0354d2790b2e9581a4877bb018977 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..19cda52a7effb061e831f0efeb0714dcc9b16d9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..84fb1ee12dcb475a6afe751760a92fb0d9fcf01c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..aa5811d98cb24ef603a6b2136e6b5dbe0d616b56 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f7f05937cc68b6c6f8c873b81a24011084fd90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media.png new file mode 100644 index 0000000000000000000000000000000000000000..26e68b61fd80c8f3417f3a4c0fa681ea94c9f934 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/drive-removable-media.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/dvd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/dvd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/dvd_unmount.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/fs-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/fs-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..53bc1578f24b9bea029c60cabda352407d0177fe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/fs-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-battery.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-battery.png new file mode 120000 index 0000000000000000000000000000000000000000..9a009ac2d22135df05b4e6ad982f25b308d96270 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-battery.png @@ -0,0 +1 @@ +../../128x128/devices/battery.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-cdrom-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..04186820163f8e45e78c948b7f466fd00d178eb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +../../128x128/devices/media-cdrom-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-cdrom.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-computer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-computer.png new file mode 120000 index 0000000000000000000000000000000000000000..d6d5cf854a195c9e7b12c6e71257d4b7e2adaa9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-computer.png @@ -0,0 +1 @@ +../../128x128/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-cdr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-cdr.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-cdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-cdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdr-plus.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdr.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdram.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdram.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-dvd.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-dvd.png new file mode 120000 index 0000000000000000000000000000000000000000..15765880a936543de3d137c452c55893f2529f87 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-dvd.png @@ -0,0 +1 @@ +../../128x128/devices/media-dvd-movie.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..e934fc1e8224e742bf343325177146f306d71f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-floppy.png @@ -0,0 +1 @@ +../../128x128/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-harddisk.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-ipod.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-ipod.png new file mode 120000 index 0000000000000000000000000000000000000000..eaad2f0055a6fc58b3e67f154aadbd972ba3d081 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-ipod.png @@ -0,0 +1 @@ +../../128x128/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-jazdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-jazdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..f4f6042b4b8058f4d25a65c12378f3deba286e9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-jazdisk.png @@ -0,0 +1 @@ +../../128x128/devices/media-jaz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..1d4a39450add8c8c56a21e3b91f0cc62af77f47f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-keyboard.png @@ -0,0 +1 @@ +../../128x128/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-cf.png new file mode 120000 index 0000000000000000000000000000000000000000..11a8c0f26a90a93d11cbf36a2f7950ef11e4ba51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-cf.png @@ -0,0 +1 @@ +../../128x128/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-ms.png new file mode 120000 index 0000000000000000000000000000000000000000..11a8c0f26a90a93d11cbf36a2f7950ef11e4ba51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-ms.png @@ -0,0 +1 @@ +../../128x128/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-sdmmc.png new file mode 120000 index 0000000000000000000000000000000000000000..11a8c0f26a90a93d11cbf36a2f7950ef11e4ba51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-sdmmc.png @@ -0,0 +1 @@ +../../128x128/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-sm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-sm.png new file mode 120000 index 0000000000000000000000000000000000000000..11a8c0f26a90a93d11cbf36a2f7950ef11e4ba51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-media-sm.png @@ -0,0 +1 @@ +../../128x128/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-mouse-ball.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-mouse-ball.png new file mode 120000 index 0000000000000000000000000000000000000000..769058f2e236f41540b01c55d76b0e86124d8e55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-mouse-ball.png @@ -0,0 +1 @@ +../../128x128/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-mouse-optical.png new file mode 120000 index 0000000000000000000000000000000000000000..c2247ef7c88d157865ae0b939af3d2285a895809 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-mouse-optical.png @@ -0,0 +1 @@ +../../128x128/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-network.png new file mode 120000 index 0000000000000000000000000000000000000000..85d7edd2a774b7399ef3b62df8698abdd98ef466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-network.png @@ -0,0 +1 @@ +../../128x128/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-printer.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..29ba3ef10a1a8fa799905d8414f119e65d3e336c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable-1394.png @@ -0,0 +1 @@ +../../128x128/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..29ba3ef10a1a8fa799905d8414f119e65d3e336c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable-usb.png @@ -0,0 +1 @@ +../../128x128/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable.png new file mode 120000 index 0000000000000000000000000000000000000000..29ba3ef10a1a8fa799905d8414f119e65d3e336c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-removable.png @@ -0,0 +1 @@ +../../128x128/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-scanner.png new file mode 120000 index 0000000000000000000000000000000000000000..8b5fd096b1b20147e2ba14d557b1b59c734bf48a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-scanner.png @@ -0,0 +1 @@ +../../128x128/devices/scanner.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-symlink.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-symlink.png new file mode 100644 index 0000000000000000000000000000000000000000..79837b1c9304ebce39677e3aab0ce3e16fed71af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-symlink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-zipdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-zipdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..1224e3c196ae49d42b406b38b09bbedc8837881d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-dev-zipdisk.png @@ -0,0 +1 @@ +../../128x128/devices/media-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..d6d5cf854a195c9e7b12c6e71257d4b7e2adaa9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gnome-fs-client.png @@ -0,0 +1 @@ +../../128x128/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-cdrom.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..e934fc1e8224e742bf343325177146f306d71f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-floppy.png @@ -0,0 +1 @@ +../../128x128/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/gtk-harddisk.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/harddrive.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/harddrive.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/harddrive.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/hdd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/hdd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/hdd_unmount.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/headphone.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/headphone.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4f27b329d32aa18c6307ce407c8cd3db1e7911 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/headphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-gaming.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-gaming.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a1a8dfc811b99224f454ade3d90e6f6c2599fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-gaming.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..e2fc176b508ca9f7c0ffb2f1d90872cbda0f77f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-mouse-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..bed2140dd0ee20d57761c0be7d9e7e680933722e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-mouse-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..5f8ad1f3b55a3865b30dced513874c67267c1f7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-mouse.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-tablet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-tablet.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8a87098c6c3eea7b0da507b5672fbf59c5b514 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/input-tablet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/ipod_mount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/ipod_mount.png new file mode 120000 index 0000000000000000000000000000000000000000..eaad2f0055a6fc58b3e67f154aadbd972ba3d081 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/ipod_mount.png @@ -0,0 +1 @@ +../../128x128/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..1d4a39450add8c8c56a21e3b91f0cc62af77f47f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/keyboard.png @@ -0,0 +1 @@ +../../128x128/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/kjobviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/kjobviewer.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/kjobviewer.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/kxkb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/kxkb.png new file mode 120000 index 0000000000000000000000000000000000000000..1d4a39450add8c8c56a21e3b91f0cc62af77f47f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/kxkb.png @@ -0,0 +1 @@ +../../128x128/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cassete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cassete.png new file mode 100644 index 0000000000000000000000000000000000000000..ec04cfbedb5c75ebb01c29c718761021beb156c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cassete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cassete2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cassete2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec04cfbedb5c75ebb01c29c718761021beb156c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cassete2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..741c7cfd3eabe5989d5f003097c23e29c6844b06 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cdrom-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..a7c5a8ee07e2647763e150754e41b2f07da058ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cdrom.png @@ -0,0 +1 @@ +../../128x128/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..37389404fbd4549ba874ddf5552ff263f7b885e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-cf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-dvd-movie.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-dvd-movie.png new file mode 100644 index 0000000000000000000000000000000000000000..91c5baf84c9448737dc377d89fc3fe88cb23b31a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-dvd-movie.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..8b90c73b706237d817151c00738c29d2fc14bef5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-floppy.png new file mode 100644 index 0000000000000000000000000000000000000000..7437ef57304e4ddb6d7a2eb10587cf832bc38484 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-floppy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-jaz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-jaz.png new file mode 100644 index 0000000000000000000000000000000000000000..5c17c1328d9e16676469ed66d6187703f3eb3119 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-jaz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-ms.png new file mode 100644 index 0000000000000000000000000000000000000000..e64dcfc22c35a16432cded85754384bc74c6de81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-ms.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..45678beae414dd937049eb025e7302d73b18863b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..cd8e09a7795e739ba0c047daa170926c30e5704e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-sdmmc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-tape.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..e755be2ccedb4dcad3c688b912dae5da30ace32c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-tape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-vinyl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-vinyl.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2ba8eaf8ff64902f0691d4805b4f188bf3df16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-vinyl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..168c3d8dd9941c178bdd3d7045c23a5a27ea8b55 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/media-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/memory.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/memory.png new file mode 100644 index 0000000000000000000000000000000000000000..2533a5ebe8bc2d646753ec1107760698c6525d7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/memory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/modem.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/modem.png new file mode 100644 index 0000000000000000000000000000000000000000..2f94bddebf38c39f855ebc121750ff37a01363ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/modem.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..769058f2e236f41540b01c55d76b0e86124d8e55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/mouse.png @@ -0,0 +1 @@ +../../128x128/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/multimedia-player.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/multimedia-player.png new file mode 100644 index 0000000000000000000000000000000000000000..c9e05612ba43f4010ec497cae6f7e6e0558d877c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/multimedia-player.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-card-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-card-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6661b5b5e3ddf45312b0cfe1c0ebe6f5688e5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-card-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-card-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-card-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..932c74a0d5a43fde827086b636c413c69edd465f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-card-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..f0796af3042629962101408c6c0d0d2dd3231c99 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..26a89457d6e58d8247d84f57df345dadca31ed4a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network_fs.png new file mode 120000 index 0000000000000000000000000000000000000000..e3f282c6abfbb035a49a4cbec5b6638f00fed3ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/network_fs.png @@ -0,0 +1 @@ +../../128x128/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/pda.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..4e04971495e942fcff775b27716afcdf34748cfe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/pda.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/phone.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..4513b749deb283829407467110c14d4a63ef73b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/phone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer-class.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer-class.png new file mode 100644 index 0000000000000000000000000000000000000000..d97bd0af8e16c245ef14d93441d685c75239ebcf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer-class.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer-remote.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer.png new file mode 100644 index 0000000000000000000000000000000000000000..002a31671e3adc202d0c1465d5e31c9f98230855 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer1.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer1.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printer1.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printmgr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printmgr.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/printmgr.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/processor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/processor.png new file mode 100644 index 0000000000000000000000000000000000000000..db578b61c12c8a5e1fe0bf79f311a01f3bdb7be0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/processor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/remote.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/remote.png new file mode 100644 index 0000000000000000000000000000000000000000..f6958008f790a4d7222b09f459511a1e434a71ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..6309cb3747e73ab540cd6f8ddde0b8e5a0c4cd13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/scanner.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/stock_printers.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/stock_printers.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/stock_printers.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/system-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/system-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..e934fc1e8224e742bf343325177146f306d71f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/system-floppy.png @@ -0,0 +1 @@ +../../128x128/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/system.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/system.png new file mode 120000 index 0000000000000000000000000000000000000000..d6d5cf854a195c9e7b12c6e71257d4b7e2adaa9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/system.png @@ -0,0 +1 @@ +../../128x128/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/usbpendrive_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/usbpendrive_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..29ba3ef10a1a8fa799905d8414f119e65d3e336c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/usbpendrive_unmount.png @@ -0,0 +1 @@ +../../128x128/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-card.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-card.png new file mode 100644 index 0000000000000000000000000000000000000000..992690f10f1dc5ec07411ac0d23a558557abf618 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-display.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-display.png new file mode 100644 index 0000000000000000000000000000000000000000..7e7c2539b1422146792c98eef6e25adfb0ea28aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-projector.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-projector.png new file mode 100644 index 0000000000000000000000000000000000000000..62304314bbcf912401798820e2182215d3afd2dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-projector.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-television.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-television.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e5b44bfacbe6584193f0c79c3ea5faa139bcbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/video-television.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce-printer.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..ecfa40f0455476b2bd457e0e660cf96d0ef96aa1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-display.png @@ -0,0 +1 @@ +../../128x128/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..1d4a39450add8c8c56a21e3b91f0cc62af77f47f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-keyboard.png @@ -0,0 +1 @@ +../../128x128/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..769058f2e236f41540b01c55d76b0e86124d8e55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/xfce4-mouse.png @@ -0,0 +1 @@ +../../128x128/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_HD.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_HD.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_HD.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_idetude.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_idetude.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_idetude.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..769058f2e236f41540b01c55d76b0e86124d8e55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_mouse.png @@ -0,0 +1 @@ +../../128x128/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_printer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_printer.png new file mode 120000 index 0000000000000000000000000000000000000000..2387300f688672e7a3a9a4ecf4ac50d84bbeec88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/devices/yast_printer.png @@ -0,0 +1 @@ +../../128x128/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-bookmarks.png new file mode 100644 index 0000000000000000000000000000000000000000..62a0d1e3cfa52145c5fa3d5f1cdf45ad8098affa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-bookmarks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-camera.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-camera.png new file mode 120000 index 0000000000000000000000000000000000000000..0ff5ad4af2474aad38c1759f3ea9cf7ee064ec36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-camera.png @@ -0,0 +1 @@ +../../128x128/devices/camera-photo-pocket.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-certified.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-certified.png new file mode 100644 index 0000000000000000000000000000000000000000..20c45853ad3a8e724d48c4b2c10d6f9ca7f7d9ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-certified.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..b093794769ac39ec27803c868df738bd75eb0fa4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-added.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-added.png new file mode 100644 index 0000000000000000000000000000000000000000..f461c9a69b0e0535c1525a3d3d4a359abe82e936 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-added.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-conflict.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..fba8446e6c85626b01ba91bf34ce03f18912adb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-conflict.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-removed.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-removed.png new file mode 100644 index 0000000000000000000000000000000000000000..aa295550618a3dae45b920d329d32d16c752911f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-cvs-removed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-danger.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..cf15afb5748b3ac3710964a491803076d319a53d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-danger.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-default.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-default.png new file mode 100644 index 0000000000000000000000000000000000000000..68c02a4a77d40e5b091cb17d880003141eb2933d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-default.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-desktop-2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-desktop-2.png new file mode 100644 index 0000000000000000000000000000000000000000..e6ddfd43b53bc3a4fa90c09d65b8c8d143169f26 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-desktop-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..c02f5cffa06bedbd6d2b83c47824425b676bed42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-distinguished.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-distinguished.png new file mode 100644 index 0000000000000000000000000000000000000000..b579f0e38f02fe2816ad363c167ea6610afad284 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-distinguished.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-documents.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-documents.png new file mode 100644 index 0000000000000000000000000000000000000000..78130224b6eebe8a72286e716f0202786bec4eac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-documents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-downloads-2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-downloads-2.png new file mode 100644 index 0000000000000000000000000000000000000000..29f5c12b87d5118f98283f88c3f9e0b1c9a96672 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-downloads-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-downloads.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..5b6d8cc53a7d483a39229111fd0b07b0190e0485 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-downloads.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-error.png new file mode 100644 index 0000000000000000000000000000000000000000..15a2b148bc9fcc0e55ab063bd8c8f7b2a63cfe29 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-favorite.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..4c34d9f57514ee850886fd4044ec418fb83df3ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-favorite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-fun.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-fun.png new file mode 100644 index 0000000000000000000000000000000000000000..65fcab400fff97876470fd0a155219d060de1ddb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-fun.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..04f8fcbca7aa2da6c05b11b76a554aeb05d762ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-important.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-important.png new file mode 100644 index 0000000000000000000000000000000000000000..5834a0319f6daf37fbe4b5257972340f2380ba69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..67cc05c4bb95f512968df4af30162a9750c7418e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-money.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-money.png new file mode 100644 index 0000000000000000000000000000000000000000..554ea7104c5a8512af53baae98ff7104b11588e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..4de63e1eee6163adb4915b7831a1e25c68de8ae0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-new.png new file mode 100644 index 0000000000000000000000000000000000000000..62987b817aeeab9758bef56c0f082060bc4187f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-noread.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-noread.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbaf945b26935e7d588c8c18097b820f63ba268 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-noread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-nowrite.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-nowrite.png new file mode 100644 index 0000000000000000000000000000000000000000..80dc24de3a2d901ddf24d0826f46a1dcea7ee47a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-nowrite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-ohno.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-ohno.png new file mode 100644 index 0000000000000000000000000000000000000000..6e9e0ada800d093326cc21ef008de4b0ef1b474b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-ohno.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-package.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-package.png new file mode 100644 index 0000000000000000000000000000000000000000..f9e01cf178923b2d5824207bff5e41ba8af19d90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-package.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-photos.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-photos.png new file mode 120000 index 0000000000000000000000000000000000000000..1859048a2e4da26120df2fa1c3a63acc5b93a94d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-photos.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-pictures.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-pictures.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-pictures.png new file mode 100644 index 0000000000000000000000000000000000000000..f697a9a766c896d01c51333480465f1d3745ca0a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-pictures.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-public.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-public.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ba534acec497486234ff537e8a43cdb309b127 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-public.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-readonly.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-readonly.png new file mode 120000 index 0000000000000000000000000000000000000000..561fe6020a0506e60ac156168f6c16c311d02aa6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-readonly.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-relax.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-relax.png new file mode 100644 index 0000000000000000000000000000000000000000..56bc30fe7603176f59dadc5ac6b4e67e05aedfda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-relax.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-shared.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-shared.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bc1313afcfc295c1216562bbdf3942d4161d76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-shared.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-sound.png new file mode 100644 index 0000000000000000000000000000000000000000..e511501382add11e29a5159bbf7b99327d12885b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-sound.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-special.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-special.png new file mode 100644 index 0000000000000000000000000000000000000000..e374395e9623a4d5767474c38dad27e9412bb156 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-special.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-symbolic-link.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-symbolic-link.png new file mode 100644 index 0000000000000000000000000000000000000000..f5770b66934a5a645c75bc1a674a689e90de8cae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-symbolic-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-symbolic-link2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-symbolic-link2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf6d46ee9dc56b27f2ca76079bb179aad2616892 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-symbolic-link2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-system.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-system.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ade5478a4ee18353c4868f30750892756c440f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-unreadable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-unreadable.png new file mode 120000 index 0000000000000000000000000000000000000000..3c875b3d4e30edf72fccaca087a2d4443620fa3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-unreadable.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-noread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..d6bbfb9f873d67a75311c5911691957fe8883bbe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-web.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-web.png new file mode 100644 index 0000000000000000000000000000000000000000..4618f8eb29679b0fbb7ebaee42b02aa3fc91c728 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emblems/emblem-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-angel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-angel.png new file mode 100644 index 0000000000000000000000000000000000000000..55df3a0effb824cf18c73aabd05caf1095980a9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-angel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-angry.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-angry.png new file mode 100644 index 0000000000000000000000000000000000000000..2c3b752d685fdf4cfbde2cbd4d0a2dacada48580 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-angry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..7c708da30973ac99a7d48e214094ac1e4f9881e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-crying.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-crying.png new file mode 100644 index 0000000000000000000000000000000000000000..3345e66c44a93fc9b1e5cff752f792e05893d2da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-crying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-devilish.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-devilish.png new file mode 100644 index 0000000000000000000000000000000000000000..427fae28c88e4d796782938e5c22742fe5a0ebc0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-devilish.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-embarrassed.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-embarrassed.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1eaad25503a0a04cb1cfa165f133465d14dbe7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-embarrassed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-kiss.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..d72ad28c663452324316bc8956d53d9022ace3e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-kiss.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-laugh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-laugh.png new file mode 100644 index 0000000000000000000000000000000000000000..1607774a411eb8f50fe7d3bca3f50f05abb13c56 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-laugh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-monkey.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f0e93850ba54eec9c8f8e2da1f52aaf2aff71e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-monkey.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-plain.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-plain.png new file mode 100644 index 0000000000000000000000000000000000000000..f5117f40f21c2ad9a4e63841d8a831f9132619fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-plain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-raspberry.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..ab68513478e454fe4e6d5214c53ae818dd856550 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-raspberry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-sad.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-sad.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f22c90e34049abeb42e952cc0a9c7b4148370a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-sad.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-sick.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-sick.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d5eaac394a7ff16bad60f23c55af98de26fd4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-sick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smile-big.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smile-big.png new file mode 100644 index 0000000000000000000000000000000000000000..7ffcd7d572edb1686ba9c5f30d450979435f4f86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smile-big.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smile.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smile.png new file mode 100644 index 0000000000000000000000000000000000000000..ca6d4c42f8d37407ff9c3329cb1d6d7febd054ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smirk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smirk.png new file mode 100644 index 0000000000000000000000000000000000000000..631969b019ab3108ec47ecccc541c73732cfba47 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-smirk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-surprise.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-surprise.png new file mode 100644 index 0000000000000000000000000000000000000000..24c6531bf4bd218cea2946d09753d893af1f07dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-surprise.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-tired.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-tired.png new file mode 100644 index 0000000000000000000000000000000000000000..8625ac1914c450047fadf7bca3e5af366f39aaa4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-tired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-uncertain.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-uncertain.png new file mode 100644 index 0000000000000000000000000000000000000000..4e971b80d9631f2308934731b99ad85f02d4a0ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-uncertain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-uncertainty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-uncertainty.png new file mode 100644 index 0000000000000000000000000000000000000000..54080ee6cd47f7fb1f8d49b442ee7b98f3566e34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-uncertainty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-wink.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-wink.png new file mode 100644 index 0000000000000000000000000000000000000000..81834f08145842f232ad1c10f35002623183bfd3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-wink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-worried.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-worried.png new file mode 100644 index 0000000000000000000000000000000000000000..fa78b66aefc73a0d9201ba5a6484afaa2c38c7a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/emotes/face-worried.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/blockdevice.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/blockdevice.png new file mode 100644 index 0000000000000000000000000000000000000000..6a13918bc665233b82f72adb9ab737eedca7156d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/blockdevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/chardevice.png new file mode 100644 index 0000000000000000000000000000000000000000..3c79b8ede2643fbedbfefffba62a6eb4a08d30a0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/chardevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/core.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/core.png new file mode 100644 index 0000000000000000000000000000000000000000..6e9e0ada800d093326cc21ef008de4b0ef1b474b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/core.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/directory-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/directory-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..df65253d4ba4010e940a3d606883de15eff8dc0b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/directory-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/directory.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/directory.png new file mode 100644 index 0000000000000000000000000000000000000000..0d507cda2dde77d0785c18c45b8c98cc45028a30 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/directory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-fifo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-fifo.png new file mode 100644 index 0000000000000000000000000000000000000000..dd40b2b10b4180efdb41d54e6deeb88432de300a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-fifo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-lib.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-lib.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5b3c3b2494100bb3d212ebe410803f6b4b3712 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-lib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-remote.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd960b66a25b0629aea31907bbff7ab33180cf9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-socket.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-socket.png new file mode 100644 index 0000000000000000000000000000000000000000..2439db8425726b5c5176b05b83b3cf21a4dc9706 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-socket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..efef65770cd3afc77edbd570200e2cd37a88fa63 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-full.png new file mode 100644 index 0000000000000000000000000000000000000000..0239e49d9a5b53b6cc062e917e7046c0ac996416 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..eb2ad591d4a7826492d9d8c2966999e436ff6a70 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash2-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash3-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash3-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..8cb6f6d8d1c256b810ce21149ebd388964f879a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash3-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash3-full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash3-full.png new file mode 100644 index 0000000000000000000000000000000000000000..317748e4eb762573f9a1e9afb4d0f927cd76c91c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/fs-trash3-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-blockdev.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-blockdev.png new file mode 100644 index 0000000000000000000000000000000000000000..20d7788aa1ab9d1fe91b1a3ce8a372f85da731fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-blockdev.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..d6d5cf854a195c9e7b12c6e71257d4b7e2adaa9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-client.png @@ -0,0 +1 @@ +../../128x128/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..c7a2ee5a4e62eef014770335670f527d6a571b23 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory-accept.png new file mode 100644 index 0000000000000000000000000000000000000000..5093d3c0f7e9e7513d542d2522a5282e90d69808 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory-accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory-visiting.png new file mode 100644 index 0000000000000000000000000000000000000000..44084d27dfcdb9b004ff8415422d11086ec71205 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory-visiting.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..e184c72174fb137cc3bbe006dd233802ae660b39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-directory.png @@ -0,0 +1 @@ +../../128x128/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..c18f7dd3b7dd333782ad0176f82b81b04a9dea5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-file-broken.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-file-broken.png new file mode 100644 index 0000000000000000000000000000000000000000..ad801276fd39eb0f4f4f707c88111c6087f47246 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-file-broken.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-ftp.png new file mode 100644 index 0000000000000000000000000000000000000000..e461b623f8db810381417b35944a33c17af62e34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-ftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..1f80192d75b1320e6e984fa76975d1bcd37c126f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-home.png @@ -0,0 +1 @@ +../../128x128/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..e3f282c6abfbb035a49a4cbec5b6638f00fed3ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-network.png @@ -0,0 +1 @@ +../../128x128/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..ad50b964263904f5cabaadf876156a0d9a2b739e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-regular.png new file mode 100644 index 0000000000000000000000000000000000000000..2de79c0e9ea28fbd0406f83b0c8f0fbc2df8792b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-regular.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-share.png new file mode 100644 index 0000000000000000000000000000000000000000..c7f70ab915b3f73d55e1f1ee89fdcaa27332f5ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb-share.png new file mode 100644 index 0000000000000000000000000000000000000000..728c9f78ede1ce85c1acc18b63863168b6a31f9b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..e78d9c4ccc0dbaab9bb6e16af2e234619a9e17bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb.png new file mode 100644 index 0000000000000000000000000000000000000000..9c63148e59e627b241df1f3e8e98026f33d7098d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-smb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-ssh.png new file mode 100644 index 0000000000000000000000000000000000000000..28e5616f0c62c2cb4fe9e5f9c5a78063513e623b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-ssh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-trash-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..10de4de2ad6f4dc64b4a5ec7bf41f3c8fa944c7b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-trash-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..162f2a039eeb0ebb7231e6463440f4ec1a4f54a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa8681318ab6f256fc937c906021fa977ee675f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/gnome-fs-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/mount-point.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/mount-point.png new file mode 100644 index 0000000000000000000000000000000000000000..4c87de83296ded0896df89451c142c1cd484d27f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/mount-point.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/network_fs.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd30583387dec701c66aaa92bcbb111670d31bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/network_fs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/open_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/open_folder.png new file mode 100644 index 0000000000000000000000000000000000000000..52f069188de3846be1cc0f027ed671b326d2bb87 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/open_folder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/user-home.png new file mode 120000 index 0000000000000000000000000000000000000000..1f80192d75b1320e6e984fa76975d1bcd37c126f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/filesystems/user-home.png @@ -0,0 +1 @@ +../../128x128/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..a32b5580ece19e37541e3667877d85b9ce6d6a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-backward.png @@ -0,0 +1 @@ +../../128x128/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..6c5c71799b4dc1f8f30a1ca95bd0c521e27e2f9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-eject.png @@ -0,0 +1 @@ +../../128x128/stock/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-next.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-next.png new file mode 120000 index 0000000000000000000000000000000000000000..47a8772cbdbd7bd1cc99e18bf16dcd51752fa42e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-next.png @@ -0,0 +1 @@ +../../128x128/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..44e7513ff535b850a67e475453f5afef642ba90f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-pause.png @@ -0,0 +1 @@ +../../128x128/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-play.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-play.png new file mode 120000 index 0000000000000000000000000000000000000000..78e80fba2ea4509798d379aae2c05993b94b5577 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-play.png @@ -0,0 +1 @@ +../../128x128/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed380832ff7bc94fc6898d093218e2a98e6058a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-prev.png @@ -0,0 +1 @@ +../../128x128/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-record.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-record.png new file mode 120000 index 0000000000000000000000000000000000000000..b26e6e2ba3892ca56f40210495d8a58d231846cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-record.png @@ -0,0 +1 @@ +../../128x128/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..450ff3dcdf29b4deefd2793a77f7756d2e95874e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/cdplayer-stop.png @@ -0,0 +1 @@ +../../128x128/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..689a41cd1049f4dd8fc230e34dbad2ae42239a3a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../128x128/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-bookmarks.png new file mode 120000 index 0000000000000000000000000000000000000000..fb2164e398aec4026c3fdc1a5b4e46632e7c17f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-bookmarks.png @@ -0,0 +1 @@ +../../128x128/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-download.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-download.png new file mode 120000 index 0000000000000000000000000000000000000000..9e790517e9a0bef8d56ff04878dd3b8bc255ea09 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-download.png @@ -0,0 +1 @@ +../../128x128/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-history.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-history.png new file mode 120000 index 0000000000000000000000000000000000000000..8e36942349308ec2ed1fe6fa3b636922e1415812 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-history.png @@ -0,0 +1 @@ +../../128x128/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..615055010bba66c9140f6fea16aab87a465c3388 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-mailto.png @@ -0,0 +1 @@ +../../128x128/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..4904ce076568bb126c9c46331b930acc4aebc0e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/epiphany-new-tab.png @@ -0,0 +1 @@ +../../128x128/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-about.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-about.png new file mode 120000 index 0000000000000000000000000000000000000000..f78f744e9ed87495c9c0b7ad5e31a3d4bf492a1c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-about.png @@ -0,0 +1 @@ +../../128x128/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-attach.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-attach.png new file mode 120000 index 0000000000000000000000000000000000000000..6050d236e152387c06215b62883906a9c963cc10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-attach.png @@ -0,0 +1 @@ +../../128x128/stock/stock_attach.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-blue.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..5160ab066da1e4180a1a4f9c95a70623ca09b44e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-blue.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-green.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-green.png new file mode 120000 index 0000000000000000000000000000000000000000..fb2164e398aec4026c3fdc1a5b4e46632e7c17f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-green.png @@ -0,0 +1 @@ +../../128x128/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-red.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-red.png new file mode 100644 index 0000000000000000000000000000000000000000..809ab9b71dea2e42fbe48e9b582fc6b41c635cc8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-red.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-yellow.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..350744c9c4ed76472ffefe2706955bf873285678 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-book-yellow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..5e4438bf59f500a0e808fec9076d7648a912b29d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-line-in.png @@ -0,0 +1 @@ +../../128x128/stock/stock_line-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-mic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-mic.png new file mode 120000 index 0000000000000000000000000000000000000000..478a84fb5859cf17d371952b288d77aa778ba130 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-mic.png @@ -0,0 +1 @@ +../../128x128/stock/stock_mic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-volume.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-volume.png new file mode 120000 index 0000000000000000000000000000000000000000..ed5d11a8431f3ace72d4188ef43d80cdf6a1c1bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gnome-stock-volume.png @@ -0,0 +1 @@ +../../128x128/stock/stock_volume.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-about.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-about.png new file mode 120000 index 0000000000000000000000000000000000000000..f78f744e9ed87495c9c0b7ad5e31a3d4bf492a1c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-about.png @@ -0,0 +1 @@ +../../128x128/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..b3c74d2a3158b93f23ae093477320f3083e7c7aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-add.png @@ -0,0 +1 @@ +../../128x128/stock/stock_add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-apply.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-apply.png new file mode 120000 index 0000000000000000000000000000000000000000..2d3a06d5971c5c86fd94bf42f4779c8e9fdc637b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-apply.png @@ -0,0 +1 @@ +../../128x128/stock/stock_apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-bold.png new file mode 120000 index 0000000000000000000000000000000000000000..3bf844ea956747961e717bc29b2f64a96c1570a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-bold.png @@ -0,0 +1 @@ +../../128x128/stock/stock_bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..5dd02130cd088bcaf4283af1bbd8f59a28cb4357 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cancel.png @@ -0,0 +1 @@ +../../128x128/stock/stock_cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..49b9a2a4cbf369962ca0577dfb2e6237cb44b671 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cdrom.png @@ -0,0 +1 @@ +../../128x128/stock/stock_cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..1128ae49967b195eb2beef4530490dd7c3a79146 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-clear.png @@ -0,0 +1 @@ +../../128x128/stock/stock_clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-close.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-close.png new file mode 120000 index 0000000000000000000000000000000000000000..2ce7d541132de9087cb5865d783c3cecd617405d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-close.png @@ -0,0 +1 @@ +../../128x128/stock/stock_close.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-color-picker.png new file mode 120000 index 0000000000000000000000000000000000000000..282633eba18c834ccc0d583f92193218b6006426 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-color-picker.png @@ -0,0 +1 @@ +../../128x128/stock/stock_color_picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-connect.png new file mode 120000 index 0000000000000000000000000000000000000000..fe3c39b4007b8fa36f66a5ae4d350182a642b053 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-connect.png @@ -0,0 +1 @@ +../../128x128/stock/stock_connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-convert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-convert.png new file mode 120000 index 0000000000000000000000000000000000000000..02e5a6771d55e39c525830187ce3b58e1f349ee9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-convert.png @@ -0,0 +1 @@ +../../128x128/stock/stock_convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-copy.png new file mode 120000 index 0000000000000000000000000000000000000000..d3e519fcb375c8046e9aaa5f826ec396d2d7dfbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-copy.png @@ -0,0 +1 @@ +../../128x128/stock/stock_copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cut.png new file mode 120000 index 0000000000000000000000000000000000000000..560d4859aed0786b13757f795d09bf5e1fa1a14d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-cut.png @@ -0,0 +1 @@ +../../128x128/stock/stock_cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..567f5edd434f2142565e2add240344404378b91f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-delete.png @@ -0,0 +1 @@ +../../128x128/stock/stock_delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..b4a7b60a7a2f918c78891b7752e7d5b03211fdfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-error.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dialog_error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..7cd469a990f6ed8f7f27b8ef723090c990993fc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-info.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dialog_info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-question.png new file mode 120000 index 0000000000000000000000000000000000000000..5536d80382d6b07c84e7e993c41b5c2f418a96c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-question.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..9276a0da57a4ce87a1cdd44ee14d6b7f4cd53b52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..39d9b923bd9cfde385c19523f0e468d15aa8f701 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-directory.png @@ -0,0 +1 @@ +../../128x128/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..82eadbd594a7f4b84dd72e86883cb2527c2d1d1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-disconnect.png @@ -0,0 +1 @@ +../../128x128/stock/stock_disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..47f4345e5da038896fbf067f25ea4e30c7d55ee2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dnd-multiple.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dnd.png new file mode 120000 index 0000000000000000000000000000000000000000..3fdd8e7ff415b8c4db2161468e8ba9d87b1cc57d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-dnd.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dnd.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-execute.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-execute.png new file mode 120000 index 0000000000000000000000000000000000000000..4f8db4c7256a75455420b0974a9e4d1feb0487eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-execute.png @@ -0,0 +1 @@ +../../128x128/stock/stock_execute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..2e395e03685176a9670608bbbf6a34f00bfcfe0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-file.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..a33a7c6b3c2ef87d40c51a8a85bd4290e33647e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../128x128/stock/stock_find-and-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..dbd0f61e3c3c22bd1e807724c9c432049e0fbf34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-find.png @@ -0,0 +1 @@ +../../128x128/stock/stock_find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..bdf9054511c517b85b132f262e33a4a4fff7372e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-floppy.png @@ -0,0 +1 @@ +../../128x128/stock/stock_floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..6b0a83d22479feb60658728cdea7d28b40b764b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-back.png @@ -0,0 +1 @@ +../../128x128/stock/stock_go-back.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..4f2e3aabb3082e96f91e02731fbd0166dac179ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-down.png @@ -0,0 +1 @@ +../../128x128/stock/stock_go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..8196e5e4ce17f14fdc857b2c17fe6c3e731184f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-forward.png @@ -0,0 +1 @@ +../../128x128/stock/stock_go-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..51999a2a3a35f9e1e885b3697ed93304cec45bda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-go-up.png @@ -0,0 +1 @@ +../../128x128/stock/stock_go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..e15c8835bda053d9ee6e93db634f12b1e1143feb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../128x128/stock/stock_goto-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..a17fbeb19eed978b10fe705666efdc5ed64ce6e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-first.png @@ -0,0 +1 @@ +../../128x128/stock/stock_goto-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..4f10a3d52d48163899b6bd4398b2295c37f596bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-last.png @@ -0,0 +1 @@ +../../128x128/stock/stock_goto-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..c9e0023473b73009982c2b7642be2acc9ce1372c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-goto-top.png @@ -0,0 +1 @@ +../../128x128/stock/stock_goto-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..c145bb204aff6615b449e65597dd34bd6b0dd37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-harddisk.png @@ -0,0 +1 @@ +../../128x128/stock/stock_harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..91ae747b40038281ea461e0f79cf79989b94745c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-help.png @@ -0,0 +1 @@ +../../128x128/stock/stock_help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..7718a629f321b509a5247f2772c50d6936658bb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-home.png @@ -0,0 +1 @@ +../../128x128/stock/stock_home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-indent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-indent.png new file mode 120000 index 0000000000000000000000000000000000000000..2b02f536cad0a590f8ffb60432593e95ae469413 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-indent.png @@ -0,0 +1 @@ +../../128x128/stock/stock_indent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-index.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-index.png new file mode 120000 index 0000000000000000000000000000000000000000..029fe052afbfa21dbefbb4a413a82aa47e56b566 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-index.png @@ -0,0 +1 @@ +../../128x128/stock/stock_index.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-italic.png new file mode 120000 index 0000000000000000000000000000000000000000..fbbaf38da43de3ac4250313bff76b32959d61aaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-italic.png @@ -0,0 +1 @@ +../../128x128/stock/stock_italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..901b01399dc5e25888767b51f449e299bb4d696c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-jump-to.png @@ -0,0 +1 @@ +../../128x128/stock/stock_jump-to.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..c4e52b3614b9025ce63fcff0c04e466134181124 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-center.png @@ -0,0 +1 @@ +../../128x128/stock/stock_justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..b768855a13395afd8b397c1923f4acbc24b9d6fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-fill.png @@ -0,0 +1 @@ +../../128x128/stock/stock_justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..ea227edbe3944cdb018749ff5b7fa665e454eb2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-left.png @@ -0,0 +1 @@ +../../128x128/stock/stock_justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..63e68ff758718142618a9656fcb1f0ab482f8b18 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-justify-right.png @@ -0,0 +1 @@ +../../128x128/stock/stock_justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..060e2096c5b0e741df228342ded5c87670342749 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-forward.png @@ -0,0 +1 @@ +../../128x128/stock/media-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..47a8772cbdbd7bd1cc99e18bf16dcd51752fa42e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-next.png @@ -0,0 +1 @@ +../../128x128/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..44e7513ff535b850a67e475453f5afef642ba90f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-pause.png @@ -0,0 +1 @@ +../../128x128/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..78e80fba2ea4509798d379aae2c05993b94b5577 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-play.png @@ -0,0 +1 @@ +../../128x128/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-previous.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed380832ff7bc94fc6898d093218e2a98e6058a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-previous.png @@ -0,0 +1 @@ +../../128x128/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..b26e6e2ba3892ca56f40210495d8a58d231846cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-record.png @@ -0,0 +1 @@ +../../128x128/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-rewind.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-rewind.png new file mode 120000 index 0000000000000000000000000000000000000000..a32b5580ece19e37541e3667877d85b9ce6d6a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-rewind.png @@ -0,0 +1 @@ +../../128x128/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..450ff3dcdf29b4deefd2793a77f7756d2e95874e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-media-stop.png @@ -0,0 +1 @@ +../../128x128/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..3531d78daa1bc4ed0eed8704f3e1f46d62c7a7ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-missing-image.png @@ -0,0 +1 @@ +../../128x128/stock/stock_missing-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..fef07de6d54f1f39a29837045d985a879aac2578 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-network.png @@ -0,0 +1 @@ +../../128x128/stock/stock_network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..294d921036f8e19c24fd1ede454deb92821039e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-new.png @@ -0,0 +1 @@ +../../128x128/stock/stock_new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-no.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-no.png new file mode 120000 index 0000000000000000000000000000000000000000..7030edaf1657e260e21b93d28bed10f2c9b942a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-no.png @@ -0,0 +1 @@ +../../128x128/stock/stock_no.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..fc7a282ac8990094dc7219ac0a239828e2692c2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-ok.png @@ -0,0 +1 @@ +../../128x128/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-open.png new file mode 120000 index 0000000000000000000000000000000000000000..39d9b923bd9cfde385c19523f0e468d15aa8f701 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-open.png @@ -0,0 +1 @@ +../../128x128/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..b512ab779c8eb9b0ac24f09a43d602952b66490f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-paste.png @@ -0,0 +1 @@ +../../128x128/stock/stock_paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..3849e17cb617ec1f12abbde453877cbc1db910d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-preferences.png @@ -0,0 +1 @@ +../../128x128/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..e0998ff578eedb6036fb62724e95bb298ae9eb72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-print-preview.png @@ -0,0 +1 @@ +../../128x128/stock/stock_print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..e6f14b60a8d8fac756beb32755ac81ee07292c02 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-print.png @@ -0,0 +1 @@ +../../128x128/stock/stock_print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..ce8b30a7708a8ed5d7c28877a27e07dc8327de10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-properties.png @@ -0,0 +1 @@ +../../128x128/stock/stock_properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-quit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-quit.png new file mode 120000 index 0000000000000000000000000000000000000000..056fd13b718b6bdc86a134a1ba6b355e8807709b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-quit.png @@ -0,0 +1 @@ +../../128x128/stock/stock_quit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..d25182ed560dd6f9ab14312e517ea7ec0e9f1bae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-redo.png @@ -0,0 +1 @@ +../../128x128/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..0efe87f74738755428b001eec23f397a7a1ae2d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-refresh.png @@ -0,0 +1 @@ +../../128x128/stock/stock_refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..e0c4336e810ee1aefb960b3cdffcbdabf774f893 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-remove.png @@ -0,0 +1 @@ +../../128x128/stock/stock_remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..52d116020364ba2460e248d69ded663858ee8e02 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-revert-to-saved.png @@ -0,0 +1 @@ +../../128x128/stock/stock_revert-to-saved.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..60315abe294e8a45d97479c58fade1ff466f6e32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-save-as.png @@ -0,0 +1 @@ +../../128x128/stock/stock_save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..af682cb95636fe69c4ef3a489d4ddbc815680822 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-save.png @@ -0,0 +1 @@ +../../128x128/stock/stock_save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-select-color.png new file mode 120000 index 0000000000000000000000000000000000000000..9c98c1d633e8310c56fcc717a8fb77235e95f404 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-select-color.png @@ -0,0 +1 @@ +../../128x128/stock/stock_select-color.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..9c76f29ef21efac24e262f9d61ff8d24b95fa0f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-select-font.png @@ -0,0 +1 @@ +../../128x128/stock/stock_select-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..2585288b1c046fe3386ffdf99ae86688a0627d30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-sort-ascending.png @@ -0,0 +1 @@ +../../128x128/stock/stock_sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..475f3e36ada4db918fe38f569e6934419ef242bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-sort-descending.png @@ -0,0 +1 @@ +../../128x128/stock/stock_sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..463992faa401206d3ad8cdab51e245a340945956 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-spell-check.png @@ -0,0 +1 @@ +../../128x128/stock/stock_spell-check.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..9276a0da57a4ce87a1cdd44ee14d6b7f4cd53b52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-dialog-warning.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..2e8d11d415091c9dcf8b4412bc58f71ff5a62ba1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-edit.png @@ -0,0 +1 @@ +../../128x128/stock/stock_edit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-export.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-export.png new file mode 120000 index 0000000000000000000000000000000000000000..8d772adfc8e332d1a7ebead2d1b8b89f7246584e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-export.png @@ -0,0 +1 @@ +../../128x128/stock/stock_export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-import.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-import.png new file mode 120000 index 0000000000000000000000000000000000000000..0b14f8d4b6745e57a4ebc9e4ff413f076b1d61e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-import.png @@ -0,0 +1 @@ +../../128x128/stock/stock_import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..e56b14a9e2cbad9636af9288d7717e934fd62376 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-image.png @@ -0,0 +1 @@ +../../128x128/stock/stock_insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..3cdf3f50573979e5c9854ae91523ee36acd718e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-object.png @@ -0,0 +1 @@ +../../128x128/stock/stock_insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..f11e38f058a2970bf894d7e0a1199ac550fcee9e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-insert-table.png @@ -0,0 +1 @@ +../../128x128/stock/stock_insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..fc7a282ac8990094dc7219ac0a239828e2692c2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-ok.png @@ -0,0 +1 @@ +../../128x128/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-reset.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-reset.png new file mode 120000 index 0000000000000000000000000000000000000000..ab03d83492f61d38f6584135dee3eacc75afcf8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-reset.png @@ -0,0 +1 @@ +../../128x128/stock/stock_reset.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-revert.png new file mode 120000 index 0000000000000000000000000000000000000000..a1e04a76a855076581a158033cf95adb0114e25f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-revert.png @@ -0,0 +1 @@ +../../128x128/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..07331c896637f5142d5b2b578ac8f2ceb40bec4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stock-stop.png @@ -0,0 +1 @@ +../../128x128/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..07331c896637f5142d5b2b578ac8f2ceb40bec4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-stop.png @@ -0,0 +1 @@ +../../128x128/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..1769bbda142584d4848242390a5405a4b56822db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-strikethrough.png @@ -0,0 +1 @@ +../../128x128/stock/stock_strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..c2a8051e455d2bbfe38557e1a478dae83cbf456d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-undelete.png @@ -0,0 +1 @@ +../../128x128/stock/stock_undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-underline.png new file mode 120000 index 0000000000000000000000000000000000000000..273b65fdbe03db1c8a6b9f1b4552ae48a3a3101f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-underline.png @@ -0,0 +1 @@ +../../128x128/stock/stock_underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..a1e04a76a855076581a158033cf95adb0114e25f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-undo.png @@ -0,0 +1 @@ +../../128x128/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..688ceca5de26ba4c29eba51009b8686ba2e2d2e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-unindent.png @@ -0,0 +1 @@ +../../128x128/stock/stock_unindent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-yes.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-yes.png new file mode 120000 index 0000000000000000000000000000000000000000..c7184b1f583807ce69b1c98f4e541e6958abfdaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-yes.png @@ -0,0 +1 @@ +../../128x128/stock/stock_yes.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..e4ed2932837fe3fbfc23226ac42eb9f55b8d1066 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-100.png @@ -0,0 +1 @@ +../../128x128/stock/stock_zoom-100.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..cc8b871869bcb1077a5d32b239c857cc5fdcb3ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../128x128/stock/stock_zoom-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3c524f92d82949a619597f0d7f8e18fbb7e3d77e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-in.png @@ -0,0 +1 @@ +../../128x128/stock/stock_zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..dfb187c71fabde750aef58e9ae98f136c0a69018 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/gtk-zoom-out.png @@ -0,0 +1 @@ +../../128x128/stock/stock_zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..8f853c5cdfd09c4cd219456c44bcc0509a3a3bdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-accessories.png @@ -0,0 +1 @@ +../../128x128/stock/stock_accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..02ebf351ad537eeb38079175cc086fbf685a0fa2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-amusements.png @@ -0,0 +1 @@ +../../128x128/stock/stock_amusements.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..0ccde366254c56204815b21bf7fd326a1dd6516b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-internet.png @@ -0,0 +1 @@ +../../128x128/stock/stock_internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..b139f7a878f6d22a573f1bfcf1d2b8be368f075e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-logout.png @@ -0,0 +1 @@ +../../128x128/stock/stock_logout.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..e6e9c0cf8301a5abf012f8b071d11a5fc7cb47b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-multimedia.png @@ -0,0 +1 @@ +../../128x128/stock/stock_multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-run.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-run.png new file mode 120000 index 0000000000000000000000000000000000000000..be5336c5719aec6b06d52a002f603057eb08b5a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-run.png @@ -0,0 +1 @@ +../../128x128/stock/stock_run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..bf2adcdee2d2008debfa730373c0a65b00bdd091 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/panel-screenshot.png @@ -0,0 +1 @@ +../../128x128/stock/stock_screenshot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-select.png new file mode 120000 index 0000000000000000000000000000000000000000..5d1ce13db80b73eae6e0bb799acc3bb979f03d2b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-select.png @@ -0,0 +1 @@ +../../128x128/stock/rox-select.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-show-details.png new file mode 120000 index 0000000000000000000000000000000000000000..393b94513235dd9107d115e37119ea62e3e1e0f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-show-details.png @@ -0,0 +1 @@ +../../128x128/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-show-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..da75bd1b8786320fc77a2e6cd274b004467503af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/rox-show-hidden.png @@ -0,0 +1 @@ +../../128x128/stock/rox-show-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/session-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/session-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..3849e17cb617ec1f12abbde453877cbc1db910d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/session-stock-edit.png @@ -0,0 +1 @@ +../../128x128/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-download.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-download.png new file mode 120000 index 0000000000000000000000000000000000000000..9e790517e9a0bef8d56ff04878dd3b8bc255ea09 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-download.png @@ -0,0 +1 @@ +../../128x128/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-history.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-history.png new file mode 120000 index 0000000000000000000000000000000000000000..8e36942349308ec2ed1fe6fa3b636922e1415812 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-history.png @@ -0,0 +1 @@ +../../128x128/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..615055010bba66c9140f6fea16aab87a465c3388 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock-mailto.png @@ -0,0 +1 @@ +../../128x128/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_add-bookmark.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_add-bookmark.png new file mode 120000 index 0000000000000000000000000000000000000000..689a41cd1049f4dd8fc230e34dbad2ae42239a3a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_add-bookmark.png @@ -0,0 +1 @@ +../../128x128/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b061f2333719a4f6923234636fbe0d403cdf1edd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_fullscreen.png @@ -0,0 +1 @@ +../../128x128/stock/stock_fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_mail-send.png new file mode 120000 index 0000000000000000000000000000000000000000..615055010bba66c9140f6fea16aab87a465c3388 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_mail-send.png @@ -0,0 +1 @@ +../../128x128/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_new_tab.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_new_tab.png new file mode 120000 index 0000000000000000000000000000000000000000..4904ce076568bb126c9c46331b930acc4aebc0e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_new_tab.png @@ -0,0 +1 @@ +../../128x128/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..d25182ed560dd6f9ab14312e517ea7ec0e9f1bae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_redo.png @@ -0,0 +1 @@ +../../128x128/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..a1e04a76a855076581a158033cf95adb0114e25f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_undo.png @@ -0,0 +1 @@ +../../128x128/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_view-html-source.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_view-html-source.png new file mode 120000 index 0000000000000000000000000000000000000000..393b94513235dd9107d115e37119ea62e3e1e0f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/stock_view-html-source.png @@ -0,0 +1 @@ +../../128x128/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/terminal-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/terminal-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..3849e17cb617ec1f12abbde453877cbc1db910d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/terminal-edit.png @@ -0,0 +1 @@ +../../128x128/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..f30117296dae8af71c3580bf8872442052e4a669 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-max.png @@ -0,0 +1 @@ +../../128x128/stock/volume-max.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..bd91ebb42b09ffbce9f4e462551314aba6191a36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-med.png @@ -0,0 +1 @@ +../../128x128/stock/volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..f18a9e71ea5254df40ae7b946aae286a499f0924 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-min.png @@ -0,0 +1 @@ +../../128x128/stock/volume-min.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..cbe3985485e29eb88933e8c3f2904f4912fba863 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-mute.png @@ -0,0 +1 @@ +../../128x128/stock/volume-mute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..abe6f5d84759ac00da8669d424ce1b4c9808eb79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/gtk/volume-zero.png @@ -0,0 +1 @@ +../../128x128/stock/volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-binary.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-binary.png new file mode 120000 index 0000000000000000000000000000000000000000..6f9539a51a82da71aa52913afb3609f0462e9269 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-binary.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-octet-stream.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..91565f7997bd9cfa40835d479d20497901337ce1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-certificate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..8e56418b152d5865bdeaae6ee10c2fcc487bea92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..07ef27f951a86ca7768cbc6033d17d99bde34c4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-msword.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-octet-stream.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-octet-stream.png new file mode 100644 index 0000000000000000000000000000000000000000..5343a9f7bc6f3bcb4ea09104cd5a51c83a1e0ca9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-octet-stream.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-ogg.png new file mode 100644 index 0000000000000000000000000000000000000000..503c44817ee9e25cb44db158c50d131c69430357 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-ogg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..2f2632561149d125d40748ecd423e356d3baf261 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pdf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..57543170de830df9bff201a8d8a14f83895d037b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp-keys.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp-keys.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5dfb11d85c256c2b2ba77d850b9758371b4738 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp-keys.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp.png new file mode 100644 index 0000000000000000000000000000000000000000..81853aeeeae47ab175e6074043511cb7d47372b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-pgp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-postscript.png new file mode 100644 index 0000000000000000000000000000000000000000..8e90ea2942ec5954647df270b3a858f46a9d3ad4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-postscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-qif.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-qif.png new file mode 100644 index 0000000000000000000000000000000000000000..ec072b4bc89de5b85d7b1d3414cb6b491470b801 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-qif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rhythmbox-effect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rhythmbox-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..46fbd4f6047bea5dd1e994622559cf740713949a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rhythmbox-effect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rhythmbox-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rhythmbox-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..0f10b2ed7727a6cacaa5dab41f0e2a2afa9b6c02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rhythmbox-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rtf.png new file mode 100644 index 0000000000000000000000000000000000000000..d46480d38e4a39fe7682b078163d54f6dd7b406e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-rtf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-smil.png new file mode 100644 index 0000000000000000000000000000000000000000..36de755a7f791e30d171981917647f9c2e3fba0e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-smil.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-access.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-access.png new file mode 100644 index 0000000000000000000000000000000000000000..b4fb94b3f3d7e893ec58e23bdaf68dbb2c9eb810 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-access.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-excel.png new file mode 100644 index 0000000000000000000000000000000000000000..cef37a738fe137d5ca63e4ee8a282b11362c4137 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-excel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-powerpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce77abf8c5bbf06822a2ad647e676de9c01c423 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-powerpoint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-word.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-word.png new file mode 100644 index 0000000000000000000000000000000000000000..486c54199fd47468e07c6a556c1abb52bee87505 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.ms-word.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.rn-realmedia.png new file mode 100644 index 0000000000000000000000000000000000000000..e939ca649e49c74ae8fddb5f579a61d9f1f3c342 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.rn-realmedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.base.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.base.png new file mode 100644 index 0000000000000000000000000000000000000000..aa15daa7c0ae41499d785716ceb5db31745d9536 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..0e86755cff2126338b501defbcf373bb66e788c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..e1e5cffa9e7961134f2c1d5de0a18304df6f9b07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..35692dca5b569739b054950accb050ac5c1d9e5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..95dcc26ff090fe04ec3147247b51622af039b68f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.math.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.math.png new file mode 100644 index 0000000000000000000000000000000000000000..97f9815f5331922cf32109de4296ad3a719ec652 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c5efece2e2947bb5a0e8dac1a13c31a891497e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.stardivision.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6e1c98c4eb1b0684d93f0bb69f9fe6898830c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..92f80dffea96af70fd0b3f6ba9fd478bd344f124 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..5f63c47c48361fe1460c69e5db0f71d3349f481c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..bb32ee7a75c06f448e3c3585b07457a20624a46e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.math.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.math.png new file mode 100644 index 0000000000000000000000000000000000000000..c8987f045dfdf067c3a4518562f065045af4fe86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..a188e8cd2a423382a7cd2bc51fd7143e2bd0a02c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-vnd.sun.xml.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-7za.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-7za.png new file mode 100644 index 0000000000000000000000000000000000000000..72525e8eeaa1b8b8c1e283cdf66a4179413dc7ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-7za.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..1973e23685e0b94d5277e242768e236b14df4e08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..8d51a976cb6c03373413308b9deb3c17c1970fe6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-archive.png @@ -0,0 +1 @@ +../../128x128/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-arj.png new file mode 100644 index 0000000000000000000000000000000000000000..688c468111206ca97315f86ef6fd4103d0ae4cc0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-arj.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-blender.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-blender.png new file mode 100644 index 0000000000000000000000000000000000000000..24494829ef6096cee358c6ad2157740124765962 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bz.png new file mode 100644 index 0000000000000000000000000000000000000000..00d591199dde507e54961f2d1db5c3f68eba565a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bzip-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..e2f1469a5a1519c5c625ec17a4c3addc2365aea2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bzip-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bzip.png new file mode 100644 index 0000000000000000000000000000000000000000..9043459a2ea85318bfd9074b36a5a26ec151c8e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-bzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cd-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cd-image.png new file mode 100644 index 0000000000000000000000000000000000000000..098d9f7ed2d1bcd6ea992561f2f631f0ced21954 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cd-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-compress.png new file mode 100644 index 0000000000000000000000000000000000000000..9923fa43db44dcdf4a4cf8b27c5264d2905389b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-compress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..9284a6e5ff59ed2fa747750a7ff304fe6c57a3bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cpio-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..29f0617ffaa465dee8d45caa249cbda5c3a2b314 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cpio-compressed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cpio.png new file mode 100644 index 0000000000000000000000000000000000000000..7662c72e651347500dbad3697b6cd6c8aaf4c812 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-cpio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-deb.png new file mode 100644 index 0000000000000000000000000000000000000000..e92dcfe83b387869a1b5d057b867019975463a58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-deb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..bc41004bdafbfc2e8e7a2c738316f1040c4bfa22 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-dia-diagram.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-dia-diagram.png new file mode 100644 index 0000000000000000000000000000000000000000..203470ad77ee08a98012a5fc4f38a8497b6adba4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-dia-diagram.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-dvi.png new file mode 100644 index 0000000000000000000000000000000000000000..514a392e513a576d0043e6b9a2f853700bdc37ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-dvi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..c18f7dd3b7dd333782ad0176f82b81b04a9dea5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..84800b0d46598ef9f67adaf647736b6a95d02fff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-flash.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-asm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-asm.png new file mode 120000 index 0000000000000000000000000000000000000000..4d12e2c866d80d385fea05ffacb30c87c867af1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-asm.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..4d12e2c866d80d385fea05ffacb30c87c867af1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-bdf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..22f3367103a9e1ae79c3148072bebefffd46ae0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..4d12e2c866d80d385fea05ffacb30c87c867af1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-otf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-otf.png new file mode 100644 index 0000000000000000000000000000000000000000..dea843c3d1c5975762e04d04c733466551f3e898 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-otf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..4d12e2c866d80d385fea05ffacb30c87c867af1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-pcf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-ttf.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2fbe5e8497cbaf81fde3a6afe63e68a1bc9c39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-ttf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-type1.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-type1.png new file mode 100644 index 0000000000000000000000000000000000000000..890bc94c1a6984a0fc43dd3c875172f430e88584 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-font-type1.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..1991740a36036453d13fec0b7cef31c7ff00a85e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-glade.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-glade.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0699336915b2db4a7f55717883ce4b56c7ef41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-glade.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gnucash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gnucash.png new file mode 100644 index 0000000000000000000000000000000000000000..1b28f416855851fd7b2158814fc495718881e070 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gnucash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gnumeric.png new file mode 100644 index 0000000000000000000000000000000000000000..bea65a86c6283ba1352dc8b3f023adfcca6e254d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gnumeric.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gtktalog.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gtktalog.png new file mode 100644 index 0000000000000000000000000000000000000000..f177a2d262e51fac55b8be5fc7dfd27c1abc5aab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gtktalog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gzip.png new file mode 100644 index 0000000000000000000000000000000000000000..20bcba9e5f67676e17ff027c171ad25c1447a785 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-gzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-java-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-java-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..5a63e5dd9b0bdd3aeaf4b902c92ac0505d038d5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-java-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-javalib.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-javalib.png new file mode 120000 index 0000000000000000000000000000000000000000..59fa558b70a081f2394384656080495147b9d15d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-javalib.png @@ -0,0 +1 @@ +../../128x128/mimetypes/gnome-mime-application-x-jar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kde-app-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kde-app-info.png new file mode 100644 index 0000000000000000000000000000000000000000..0a98df120f9f4cde265d4e20b231a059c170261a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kde-app-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-killustrator.png new file mode 100644 index 0000000000000000000000000000000000000000..871433a2ec2696f78bf20cc821a18bf278059c68 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-killustrator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kpresenter.png new file mode 100644 index 0000000000000000000000000000000000000000..52b53eabe4e48bea1c23a25abac30d8073b5371b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kpresenter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kspread.png new file mode 100644 index 0000000000000000000000000000000000000000..c01070a76225212a8982e05c242a746057149598 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kspread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kword.png new file mode 100644 index 0000000000000000000000000000000000000000..62b7f90618af3e6be2fde4299886f971ffd1c09e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-kword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-lha.png new file mode 100644 index 0000000000000000000000000000000000000000..fa3f473e43936184274afd5bdff6da6e7a750ee3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-lha.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-lhz.png new file mode 100644 index 0000000000000000000000000000000000000000..980c045ec15a92523836b4264b6f26c31238b854 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-lhz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-object.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-object.png new file mode 100644 index 0000000000000000000000000000000000000000..7a6bfcb51321065d593a812b24bfc940aeb1bdc7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-perl.png new file mode 100644 index 0000000000000000000000000000000000000000..8c21901257bc5153db81f93d1205aa3377c6f207 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-perl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-php.png new file mode 100644 index 0000000000000000000000000000000000000000..220c8eedf036a57a0e178396ab88acc68d10f702 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-php.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-python-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5fc4422862c4cd47e8d3cbcb6924029a74471d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-python-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-python.png new file mode 100644 index 0000000000000000000000000000000000000000..beb312eb8019adc1877172beeb9b716538df5813 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-python.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-qw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-qw.png new file mode 100644 index 0000000000000000000000000000000000000000..ec072b4bc89de5b85d7b1d3414cb6b491470b801 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-qw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-rar.png new file mode 100644 index 0000000000000000000000000000000000000000..eb9e5b1314400580c88b24023c0a03966ae014dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-rar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-reject.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-reject.png new file mode 100644 index 0000000000000000000000000000000000000000..3e222d8ce401df3cb5cdf327247544c793cda4a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-reject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-rpm.png new file mode 100644 index 0000000000000000000000000000000000000000..551b3d3b3fa0e89ce2031a21e306047a9a584670 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-rpm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-ruby.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..69a18373517ea651de910c2f3581ad4584afa9e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-ruby.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-share-library-la.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-share-library-la.png new file mode 100644 index 0000000000000000000000000000000000000000..943505ed22dd445f041f763650c0417a9ce60ff3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-share-library-la.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-sharedlib.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-sharedlib.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5b3c3b2494100bb3d212ebe410803f6b4b3712 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-sharedlib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-shellscript.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e09b5b15d2d272c0c54d4687e65d5ef19be35f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-shellscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-shockwave-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..56a61b0993275e3354ddba2d4a1825efd3a7c166 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-shockwave-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-smil.png new file mode 120000 index 0000000000000000000000000000000000000000..2ea2152d8cad7511bf9c7b97c84bab18ee96fb8f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-smil.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-smil.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-stuffit.png new file mode 100644 index 0000000000000000000000000000000000000000..1ed0be8c9c72c0804d2c18c23bc50ad41462087a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-stuffit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..f34ad8e5a8bfa7c3951ca0701e9ef832fcdb9575 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tarz.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4c341a109b2695410ca73af82aa052c9140bcd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tarz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tex.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2d237ca53335717cc8e1c9712bc61005622a19 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-tex.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..bd371338b2cf0979f2590af85c9cac1097459db5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-x-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..14b75890f282bf620c1fd3f7ab9fedee249cb414 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application.png new file mode 100644 index 0000000000000000000000000000000000000000..c18f7dd3b7dd333782ad0176f82b81b04a9dea5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/application.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/ascii.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-ac3.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-ac3.png new file mode 100644 index 0000000000000000000000000000000000000000..1caa00ec8c8c50ed32577e74c932050e60f7ebe6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-ac3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..06bc7cc46d5bfb94671213fb4f515ec5fcdee0a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-basic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..02846bd66fbf4616ae7d902a93017dac4b0d7c07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-basic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-midi.png new file mode 100644 index 0000000000000000000000000000000000000000..003c2dc628473f8623de6c8ff74e07c9fe423a1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-midi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..f0849e5bbf0ee1a3169909f1d1cb0a504ddefb9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-ogg.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-wma.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-wma.png new file mode 100644 index 0000000000000000000000000000000000000000..37f1de31487f8af8407d9e7cbebbd399fa0e40ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-wma.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..06bc7cc46d5bfb94671213fb4f515ec5fcdee0a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..74d51e563789cb80bb9493dfd22fab087b77c10f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-it.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-it.png new file mode 100644 index 0000000000000000000000000000000000000000..f3d243cceaaf5c9e90a5e18b3c7e4253a4eed08b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-it.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-midi.png new file mode 120000 index 0000000000000000000000000000000000000000..fc37e877cce3b0dc10df32a5fe9c3392d6116e22 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-midi.png @@ -0,0 +1 @@ +../../128x128/mimetypes/audio-midi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mod.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mod.png new file mode 100644 index 0000000000000000000000000000000000000000..9955ee48b2092562932c5bbdb6bacbbecabc29d5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mod.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mp3.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mp3.png new file mode 100644 index 0000000000000000000000000000000000000000..81c2da152403bc801960e87942021a7d6f48d292 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mp3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mpegurl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mpegurl.png new file mode 100644 index 0000000000000000000000000000000000000000..5b5d1bfd38673da331731873848615c525322411 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-mpegurl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-pn-realaudio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-pn-realaudio.png new file mode 100644 index 0000000000000000000000000000000000000000..4ad40fe3cc336f9aa3ea98d34893b6eb22802258 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-pn-realaudio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-s3m.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-s3m.png new file mode 100644 index 0000000000000000000000000000000000000000..319fdb2498654fe7dd6646fa76d1b41ca0b4d25c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-s3m.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-stm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-stm.png new file mode 100644 index 0000000000000000000000000000000000000000..665b283d5d44193f7ffb9842cf656c467ea0f53e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-stm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-ulaw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-ulaw.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2a6c826b633e8dce1362d7f12e90116d8ea87e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-ulaw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-voc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-voc.png new file mode 100644 index 0000000000000000000000000000000000000000..432ccaf8d04e894cedd8ea516e954a3bbe12a1ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-voc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-wav.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-wav.png new file mode 100644 index 0000000000000000000000000000000000000000..57e07a03e220b39880e7a9b92288d3f6aa7d6876 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-wav.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-xi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-xi.png new file mode 100644 index 0000000000000000000000000000000000000000..beee4edca8ddc5d9b62ac8c9cfe2dd9103a27485 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-xi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-xm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-xm.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c60daf5edc3c9b3e6031b8886605ee75afed60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio-x-xm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio.png new file mode 120000 index 0000000000000000000000000000000000000000..f16e240742950b5d01e9b1666c07e17a5d3be3cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/audio.png @@ -0,0 +1 @@ +../../128x128/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/binary.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/binary.png new file mode 120000 index 0000000000000000000000000000000000000000..30142c2141519353af87912a6b67330babb4b0d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/binary.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/contents2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/contents2.png new file mode 120000 index 0000000000000000000000000000000000000000..b2bb82cfc4318ab288d32eb90f289e0ff8dc44f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/contents2.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/deb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/deb.png new file mode 120000 index 0000000000000000000000000000000000000000..053e8f933c1a013ee0a14852d76c61ea8f13c639 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/deb.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/document.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/document.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/document.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/empty.png new file mode 120000 index 0000000000000000000000000000000000000000..2e395e03685176a9670608bbbf6a34f00bfcfe0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/empty.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/exec.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/exec.png new file mode 120000 index 0000000000000000000000000000000000000000..30142c2141519353af87912a6b67330babb4b0d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/exec.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/folder_tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/folder_tar.png new file mode 120000 index 0000000000000000000000000000000000000000..2796bebca9820dad14c6ee04806dcdc8b107e230 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/folder_tar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..c400d763088f8ab916c074f0df7b22c9bb28eae8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font.png new file mode 120000 index 0000000000000000000000000000000000000000..53403f39253ef49a0f1bed526ebe389b829865eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font.png @@ -0,0 +1 @@ +../../128x128/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_bitmap.png new file mode 120000 index 0000000000000000000000000000000000000000..4d12e2c866d80d385fea05ffacb30c87c867af1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_bitmap.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_truetype.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_truetype.png new file mode 120000 index 0000000000000000000000000000000000000000..29cd929466151354fdd4aade7ab02d6d186d7efc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_truetype.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_type1.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_type1.png new file mode 120000 index 0000000000000000000000000000000000000000..2f50d8916a9a8a19a8adbbbb68cba11805baae08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/font_type1.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-fs-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..30142c2141519353af87912a6b67330babb4b0d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-fs-executable.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-fs-regular.png new file mode 120000 index 0000000000000000000000000000000000000000..2e395e03685176a9670608bbbf6a34f00bfcfe0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-fs-regular.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-magicpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-magicpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..c74746f867fd0ada5cca59595b10630c84cb8e7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-magicpoint.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..07ef27f951a86ca7768cbc6033d17d99bde34c4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-msword.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..f0849e5bbf0ee1a3169909f1d1cb0a504ddefb9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-ogg.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..918a189f06a2d11ee6fd2c6b2db2b9249007bb86 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-pdf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-pdf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-postscript.png new file mode 120000 index 0000000000000000000000000000000000000000..929bfff482d86671b60c6529bc2e736fc3e65bc0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-postscript.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-postscript.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-rtf.png new file mode 120000 index 0000000000000000000000000000000000000000..10891489776d15ef2946be505ad723e041c45c37 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-rtf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-rtf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png new file mode 120000 index 0000000000000000000000000000000000000000..4408fbc764e6d44e1ade05057684ce707d827e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.ms-excel.png new file mode 120000 index 0000000000000000000000000000000000000000..2dbde54712e005fa7a35d6b7f701345630a53518 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.ms-excel.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.ms-excel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..6eceadce4c5ae8543a50e3a47269e32817adf673 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.ms-powerpoint.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..5b39a5745c4fcb05ad5b90821986b23ea8efdae0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png new file mode 120000 index 0000000000000000000000000000000000000000..5b39a5745c4fcb05ad5b90821986b23ea8efdae0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png new file mode 120000 index 0000000000000000000000000000000000000000..c74746f867fd0ada5cca59595b10630c84cb8e7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..4408fbc764e6d44e1ade05057684ce707d827e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png new file mode 120000 index 0000000000000000000000000000000000000000..6c42f3264e4b40c76f99c774da418c59cfd8300e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png new file mode 120000 index 0000000000000000000000000000000000000000..7ba16a330e1c82fce1524dd9e326c114c4d7d735 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png new file mode 120000 index 0000000000000000000000000000000000000000..7ba16a330e1c82fce1524dd9e326c114c4d7d735 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia.png new file mode 120000 index 0000000000000000000000000000000000000000..7ba16a330e1c82fce1524dd9e326c114c4d7d735 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.rn-realmedia.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..4408fbc764e6d44e1ade05057684ce707d827e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.calc.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..c74746f867fd0ada5cca59595b10630c84cb8e7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.impress.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..2a7851475d5c3522107b5c4a3f1c92f62a61cadc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.sun.xml.calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png new file mode 120000 index 0000000000000000000000000000000000000000..db67721de2a9e3c85f872861802825662694410a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.sun.xml.draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..742ce8aa6ba31535177aaa9bcdfb8dbc4c447092 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.sun.xml.impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..a9200085a6af8a3e8fe05e64abc442055d7262ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-vnd.sun.xml.writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-wordperfect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-wordperfect.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-wordperfect.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-7z-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-7z-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..c036c421b4fea26332d851d547e1eb615b6f0d9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-7z-compressed.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-7za.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-abiword.png new file mode 120000 index 0000000000000000000000000000000000000000..a41d49141a2ca30196c9e85e6288c23f25b23b27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-abiword.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-abiword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-applix-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..4408fbc764e6d44e1ade05057684ce707d827e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-applix-spreadsheet.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-applix-word.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-applix-word.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-applix-word.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..8d51a976cb6c03373413308b9deb3c17c1970fe6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-archive.png @@ -0,0 +1 @@ +../../128x128/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-arj.png new file mode 120000 index 0000000000000000000000000000000000000000..6e68ab064e61c43308238b4764524123f28ebf0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-arj.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-arj.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..3553542c2ecfdcedf4e604f21de5f5881781c4b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-bzip-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-bzip.png new file mode 120000 index 0000000000000000000000000000000000000000..f1a6a42b12a024b53de726421b4b2722f3118937 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-bzip.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-bzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-compress.png new file mode 120000 index 0000000000000000000000000000000000000000..f8ef3c03eabc555dba27762155f79bf0c8f5a9ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-compress.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-compress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..582f6e794f1492a09b9d93025f4af11f96b172f9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-compressed-tar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-cpio-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..98ceafc140beb41db8ba93f9919b6b35778a20e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-cpio-compressed.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-cpio-compressed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-cpio.png new file mode 120000 index 0000000000000000000000000000000000000000..ea5ec2dea601a8a8601a1ccb795fa9199d1c8d74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-cpio.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-cpio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-deb.png new file mode 120000 index 0000000000000000000000000000000000000000..053e8f933c1a013ee0a14852d76c61ea8f13c639 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-deb.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-dvi.png new file mode 120000 index 0000000000000000000000000000000000000000..238d261f9f0ccc2f1d2949580aa3d6fccb1d321c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-dvi.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-dvi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..30142c2141519353af87912a6b67330babb4b0d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-executable.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..2f50d8916a9a8a19a8adbbbb68cba11805baae08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-afm.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..53403f39253ef49a0f1bed526ebe389b829865eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-bdf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..53403f39253ef49a0f1bed526ebe389b829865eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..53403f39253ef49a0f1bed526ebe389b829865eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-pcf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-sunos-news.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-sunos-news.png new file mode 120000 index 0000000000000000000000000000000000000000..53403f39253ef49a0f1bed526ebe389b829865eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-sunos-news.png @@ -0,0 +1 @@ +../../128x128/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-ttf.png new file mode 120000 index 0000000000000000000000000000000000000000..29cd929466151354fdd4aade7ab02d6d186d7efc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-font-ttf.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gnumeric.png new file mode 120000 index 0000000000000000000000000000000000000000..bccd18890bcbc546eff19eb6338498a19e5c8f1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gnumeric.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-gnumeric.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gzip.png new file mode 120000 index 0000000000000000000000000000000000000000..580f9d7265d21de2ea4af93406f08753668ecbac --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gzip.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-gzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gzpostscript.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gzpostscript.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-gzpostscript.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-jar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-jar.png new file mode 120000 index 0000000000000000000000000000000000000000..8d51a976cb6c03373413308b9deb3c17c1970fe6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-jar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-killustrator.png new file mode 120000 index 0000000000000000000000000000000000000000..e95af07e9468d1540b3039fd0315f1480e161187 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-killustrator.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-killustrator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kpresenter.png new file mode 120000 index 0000000000000000000000000000000000000000..4b650aa13ab74a0188554573de9c1b604e29cf80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kpresenter.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-kpresenter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kspread.png new file mode 120000 index 0000000000000000000000000000000000000000..b86bf11699c2a99c5a1d83d4f6803c1e2f68358b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kspread.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-kspread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kword.png new file mode 120000 index 0000000000000000000000000000000000000000..3b64c18584a8fcfaa87d4be3486851a28fa78bfe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-kword.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-kword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-lha.png new file mode 120000 index 0000000000000000000000000000000000000000..824faa5dc5c82a808f46cafc6d7bc3d685425fbf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-lha.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-lha.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-lhz.png new file mode 120000 index 0000000000000000000000000000000000000000..fcf578f5d3f614ce2e63db29a8b60d99c03293fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-lhz.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-lhz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-ms-dos-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..30142c2141519353af87912a6b67330babb4b0d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-ms-dos-executable.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-perl.png new file mode 120000 index 0000000000000000000000000000000000000000..bc423a8a38560223fb5076e3a58eb1a04c77b7c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-perl.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-perl.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-php.png new file mode 120000 index 0000000000000000000000000000000000000000..d486c12487dc7e7bb707f5afa63fbc1eac1d4a59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-php.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-php.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-python-bytecode.png new file mode 120000 index 0000000000000000000000000000000000000000..e7be997c2403eb255a86ed2caa20dd354ffb0886 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-python-bytecode.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-python-bytecode.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-rar.png new file mode 120000 index 0000000000000000000000000000000000000000..9f79a287e61108c0871c713f4eeddc293506f944 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-rar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-rar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..81082b83137032077ab6701901e51c8e530fa4cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-rpm.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-scribus.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-scribus.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-scribus.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..0fc6735393a190b72968524553972e31c33b0555 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-shellscript.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-shockwave-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..c0d7438d5af635dbaa8885a382483180942d2650 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-shockwave-flash.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-shockwave-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-stuffit.png new file mode 120000 index 0000000000000000000000000000000000000000..bdc69225a18c86acfddcaa3c3d16111a5de36155 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-stuffit.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-stuffit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..2796bebca9820dad14c6ee04806dcdc8b107e230 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tarz.png new file mode 120000 index 0000000000000000000000000000000000000000..980beb21f1bb6aedf538683eb1312742ba43260e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tarz.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-tarz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..8ddf251db5b8509274fcee9f4f68d6f222c2bad2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-x-tex.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-zip.png new file mode 120000 index 0000000000000000000000000000000000000000..5d2823f0c0f952f57e5b8af318bd3130ea610cd2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-application-zip.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..f16e240742950b5d01e9b1666c07e17a5d3be3cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-audio.png @@ -0,0 +1 @@ +../../128x128/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-image.png new file mode 120000 index 0000000000000000000000000000000000000000..2fd00278b67a61649bb43f76c0c9f7daba9fc814 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-image.png @@ -0,0 +1 @@ +../../128x128/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-html.png new file mode 120000 index 0000000000000000000000000000000000000000..6c42f3264e4b40c76f99c774da418c59cfd8300e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-html.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-vnd.wap.wml.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-vnd.wap.wml.png new file mode 120000 index 0000000000000000000000000000000000000000..6c42f3264e4b40c76f99c774da418c59cfd8300e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-vnd.wap.wml.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-csh.png new file mode 120000 index 0000000000000000000000000000000000000000..0fc6735393a190b72968524553972e31c33b0555 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-csh.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-python.png new file mode 120000 index 0000000000000000000000000000000000000000..b354d4115847fc43017679da1322f5cdf4d42ace --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-python.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-python.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-sh.png new file mode 120000 index 0000000000000000000000000000000000000000..0fc6735393a190b72968524553972e31c33b0555 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-sh.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..76c6038107fbe9cc35e2e3416effcba92f10e09b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-vcalendar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..b2bb82cfc4318ab288d32eb90f289e0ff8dc44f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-vcard.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-zsh.png new file mode 120000 index 0000000000000000000000000000000000000000..0fc6735393a190b72968524553972e31c33b0555 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text-x-zsh.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-text.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-video.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-video.png new file mode 120000 index 0000000000000000000000000000000000000000..9d92013f5fff9939b9e2b1ebd902109d4aa171e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-video.png @@ -0,0 +1 @@ +../../128x128/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..2f50d8916a9a8a19a8adbbbb68cba11805baae08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-mime-x-font-afm.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..8d51a976cb6c03373413308b9deb3c17c1970fe6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gnome-package.png @@ -0,0 +1 @@ +../../128x128/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..2e395e03685176a9670608bbbf6a34f00bfcfe0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/gtk-file.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/html.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/html.png new file mode 120000 index 0000000000000000000000000000000000000000..6c42f3264e4b40c76f99c774da418c59cfd8300e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/html.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-bmp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-bmp.png new file mode 100644 index 0000000000000000000000000000000000000000..415f49b877b47589542a4df65c64ba2a385032a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-bmp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-gif.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-gif.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa68a66a9c2ce6e736f47e08550766b01a87621 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-gif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-ief.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-ief.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4638ae33c90d924f27021da9a16ba0224f2781 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-ief.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-jpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-jpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..975b5c3d2417b628950dac5916ab9658008c03a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-jpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-png.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-png.png new file mode 100644 index 0000000000000000000000000000000000000000..4223718255f6c3547954a5e01a2365cb00975feb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-png.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svg+xml.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svg+xml.png new file mode 120000 index 0000000000000000000000000000000000000000..e911c95ac56588d75482443dfa74b3c1bda45c09 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svg+xml.png @@ -0,0 +1 @@ +../../128x128/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svg.png new file mode 100644 index 0000000000000000000000000000000000000000..b08fe3f1c0a73a4e72f8d029249a8d474c836110 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svgz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svgz.png new file mode 120000 index 0000000000000000000000000000000000000000..e911c95ac56588d75482443dfa74b3c1bda45c09 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-svgz.png @@ -0,0 +1 @@ +../../128x128/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-tiff.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-tiff.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7af42bac864010f88ede5061f4bc96943d5aa7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-tiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-3ds.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-3ds.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5a0954d18189efc297f9a18e82c2077517642a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-3ds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-applix-graphic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-applix-graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..570ee998b690d3525037656b421e2729f1d1e94d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-applix-graphic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-cmu-raster.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-cmu-raster.png new file mode 100644 index 0000000000000000000000000000000000000000..a6662b73e455dce77a661641368b1bd2e7396124 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-cmu-raster.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..b565e5603be1b999c6a0b5b56db15eb481e51fb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-anymap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-anymap.png new file mode 100644 index 0000000000000000000000000000000000000000..92a93a67279a22a8b3bdd7aa2200c1127637a43d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-anymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..0cbf5e34942ea8d725620faf98de9bb71812cc6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-greymap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-greymap.png new file mode 100644 index 0000000000000000000000000000000000000000..6d3ab9b42e93ca1e4837cbf69600987d464a0af6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-greymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-pixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-pixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..c7437e3755fc7f9756d986e3e27c230bdb36388a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-portable-pixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-psd.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-psd.png new file mode 100644 index 0000000000000000000000000000000000000000..b81e1f7bcc53a05413781555b15008a217c0f651 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-psd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-rgb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3d0bbdb6c1112a78f471598573611cc50ded6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-rgb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-tga.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-tga.png new file mode 100644 index 0000000000000000000000000000000000000000..6a687381de239a17b185ef58f6078b3693beefbb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-tga.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xbitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xbitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..e33207d40ba5ae68c1b7e6c7ff2be45aea946004 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xbitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xcf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xcf.png new file mode 100644 index 0000000000000000000000000000000000000000..8bfb64cb587415c3bb93df2d8aba637834810d63 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xcf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xfig.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xfig.png new file mode 100644 index 0000000000000000000000000000000000000000..c425e38682a22f4bc24a8dc869e18702308d9f5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xfig.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xpixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xpixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a26fef8460eb8defa83c16b9e04983783e2a51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xpixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xwindowdum.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xwindowdum.png new file mode 100644 index 0000000000000000000000000000000000000000..1a2dac29c34670f68137b81b8cbe0a121dd01cfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image-x-xwindowdum.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image.png new file mode 120000 index 0000000000000000000000000000000000000000..2fd00278b67a61649bb43f76c0c9f7daba9fc814 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/image.png @@ -0,0 +1 @@ +../../128x128/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/kpresenter_kpr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/kpresenter_kpr.png new file mode 120000 index 0000000000000000000000000000000000000000..c74746f867fd0ada5cca59595b10630c84cb8e7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/kpresenter_kpr.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/mime_ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/mime_ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/mime_ascii.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/misc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/misc.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/misc.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7a18256b22ca8a4f99e4a7e3e52e2b32e201584a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package.png new file mode 120000 index 0000000000000000000000000000000000000000..8d51a976cb6c03373413308b9deb3c17c1970fe6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package.png @@ -0,0 +1 @@ +../../128x128/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package_editors.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package_editors.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package_editors.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package_wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package_wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/package_wordprocessing.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/plan.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/plan.png new file mode 120000 index 0000000000000000000000000000000000000000..76c6038107fbe9cc35e2e3416effcba92f10e09b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/plan.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..81082b83137032077ab6701901e51c8e530fa4cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/rpm.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..0fc6735393a190b72968524553972e31c33b0555 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/shellscript.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..f16e240742950b5d01e9b1666c07e17a5d3be3cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/sound.png @@ -0,0 +1 @@ +../../128x128/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..4408fbc764e6d44e1ade05057684ce707d827e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/spreadsheet.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_addressbook.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_addressbook.png new file mode 120000 index 0000000000000000000000000000000000000000..b2bb82cfc4318ab288d32eb90f289e0ff8dc44f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_addressbook.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_calendar.png new file mode 120000 index 0000000000000000000000000000000000000000..76c6038107fbe9cc35e2e3416effcba92f10e09b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_calendar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_certificate.png new file mode 120000 index 0000000000000000000000000000000000000000..3c0450b7069a53ce5664550826f4bb3b0c966f6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_certificate.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-certificate.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_script.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_script.png new file mode 120000 index 0000000000000000000000000000000000000000..0fc6735393a190b72968524553972e31c33b0555 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/stock_script.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/tar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/tar.png new file mode 120000 index 0000000000000000000000000000000000000000..2796bebca9820dad14c6ee04806dcdc8b107e230 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/tar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/template_source.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/template_source.png new file mode 120000 index 0000000000000000000000000000000000000000..f5b88dfe59b85f6c1a9a3fc763d719fb04bffcbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/template_source.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic-template.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-css.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-css.png new file mode 100644 index 0000000000000000000000000000000000000000..dd51849e4f5610a1f3abc89188ebccef6fe76788 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-css.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-html.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9dab4d517863110a3ac70b7b88b3b3c31706a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-html.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-sgml.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-sgml.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d233f71d167b5bbc25e67c344ae3356abd2356 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-sgml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-authors.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-authors.png new file mode 100644 index 0000000000000000000000000000000000000000..6476559a9ac992825896c183f194c21b6cbfab39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-authors.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c++.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c++.png new file mode 100644 index 0000000000000000000000000000000000000000..83bc410aa82414b2c4d53e88c95a776e2e199a53 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c++.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c++src.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c++src.png new file mode 120000 index 0000000000000000000000000000000000000000..2f28db8bd41572e24fa7bdc23ada43eae88e82af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c++src.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-c++.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c-header.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c-header.png new file mode 100644 index 0000000000000000000000000000000000000000..7140b190d04e25c0886ff95e2646356f18736eef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c-header.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c.png new file mode 100644 index 0000000000000000000000000000000000000000..49d7e92fb22e206c7d4c2ba414aa896918d8f3ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-c.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-chdr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-chdr.png new file mode 120000 index 0000000000000000000000000000000000000000..d02fd33088fba69ab9755707d49ecb4a3e5abcab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-chdr.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-c-header.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-copying.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-copying.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa833a893e37b1823874ad30b59de9079dfbfef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-copying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-credits.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-credits.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f733356397ee85ae1f0ab96eaa20b292cc7bae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-credits.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csh.png new file mode 100644 index 0000000000000000000000000000000000000000..e99b2344dc793a2e611981cbea8dfe445195e602 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csharp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csharp.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc837ff05ef8a237d1aec2df7e9bba4f2b845dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csharp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csrc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csrc.png new file mode 120000 index 0000000000000000000000000000000000000000..c1ddcf992ab9b3386b7a4d4869928e7c225f0e0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-csrc.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-c.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-generic-template.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-generic-template.png new file mode 100644 index 0000000000000000000000000000000000000000..89a56d14a2d6b6449749d56ad0cb7cd7d7e6321c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-generic-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..262b388ea29444f354c55b47612e45a567266584 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..836e708ea1ed7a73dac9c87d6228eafb0ec528ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1837eeaf1e8174f3a169565e74980a26138cca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-install.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-install.png new file mode 100644 index 0000000000000000000000000000000000000000..a798bd615947b1ff890d0d54a6b37debfe82ec97 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-install.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-java.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-java.png new file mode 100644 index 0000000000000000000000000000000000000000..a849095519e439461a0e0f8811139135df496a51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-java.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-literate-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-literate-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd6423f1e7e80b5441824f721a01d4113eb56b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-literate-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-log.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-log.png new file mode 100644 index 0000000000000000000000000000000000000000..ada8bd0351f048eecaea0fa2698172c58d6c488e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-log.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..d45d7c203811c20c823216bc85a2d0fabaf40803 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-makefile.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-makefile.png new file mode 100644 index 0000000000000000000000000000000000000000..d26dd94e7b3fee5f283eb9aac1cd284d54618880 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-makefile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-patch.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-patch.png new file mode 100644 index 0000000000000000000000000000000000000000..6dcadb1dd71e11f4cf63e1ab733253987d7d4345 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-patch.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3565e622a885811bd377af93b7cca4abdef7a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-readme.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-readme.png new file mode 100644 index 0000000000000000000000000000000000000000..c3168dab7581914ac1fb345d4b10fb0183a7045c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-readme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-scheme.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-scheme.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3b7ba1478cf754a023580a9f9467a4624ef6c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-scheme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-script.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-script.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae40ee93dc1521f757d59eac36a1ff39e443664 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-script.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-sh.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e09b5b15d2d272c0c54d4687e65d5ef19be35f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-sh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..8ddf251db5b8509274fcee9f4f68d6f222c2bad2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-tex.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-troff-man.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-troff-man.png new file mode 100644 index 0000000000000000000000000000000000000000..3e17b3f4ffdba0f8d6306bd9259fd9ba52449f9b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-troff-man.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-vcalendar.png new file mode 100644 index 0000000000000000000000000000000000000000..06d7aee2702e364d5711a744eb04d5e5b07897eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-vcalendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-vcard.png new file mode 100644 index 0000000000000000000000000000000000000000..88bf4bf272612e78582155678824eaf7616d5d7c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-vcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-xslt.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-xslt.png new file mode 100644 index 0000000000000000000000000000000000000000..160b371e2f65ce434dbf55a47c7ee6b8eaffe734 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-xslt.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-zsh.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3b997d71c1163e9c2f17d63671b976681fc436 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-x-zsh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-xml.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-xml.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7663b5f5435f995d47ac6d5ad36796a82d6687 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text-xml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/text.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/tgz.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/tgz.png new file mode 120000 index 0000000000000000000000000000000000000000..582f6e794f1492a09b9d93025f4af11f96b172f9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/tgz.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/txt.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/txt.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/txt.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/txt2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/txt2.png new file mode 120000 index 0000000000000000000000000000000000000000..82239acaae09d3eadd6af215b0597d1c68162cfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/txt2.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..2e395e03685176a9670608bbbf6a34f00bfcfe0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/unknown.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..76c6038107fbe9cc35e2e3416effcba92f10e09b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/vcalendar.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..b2bb82cfc4318ab288d32eb90f289e0ff8dc44f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/vcard.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-mpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-mpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..6d61c3e2f995b3702079a5f3a82d877638eeb915 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-mpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-quicktime.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-quicktime.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb9cb155db5d677996c422e7059f325b50723d5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-quicktime.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-realplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-realplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..05062a1445033d361e0151666e2bca2aca102ce1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-realplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa5f4c20bc4ff5d91798e1e1358d34e142e2981 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-mp2.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-mp2.png new file mode 100644 index 0000000000000000000000000000000000000000..2475e41ef7ef35b1d84922dab66afdbedc82a9ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-mp2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-mp4.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-mp4.png new file mode 100644 index 0000000000000000000000000000000000000000..1e8a0835773c598e7d26a0bf908b996de40c5782 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-mp4.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-ms-asf.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-ms-asf.png new file mode 100644 index 0000000000000000000000000000000000000000..f41efd536d200cea504165ece42062eaaef3b836 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-ms-asf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-ms-wmv.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-ms-wmv.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe2abf90a2b35be5c881ea2b06f92a9b30b4a67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-ms-wmv.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-msvideo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-msvideo.png new file mode 100644 index 0000000000000000000000000000000000000000..f73f07f77779d700e0a606efe0d3b4fd37bf4791 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video-x-msvideo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video.png new file mode 120000 index 0000000000000000000000000000000000000000..9d92013f5fff9939b9e2b1ebd902109d4aa171e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/video.png @@ -0,0 +1 @@ +../../128x128/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..bb69428baedb7c97cb7bb9efaf8ecd068c2f2512 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/wordprocessing.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/www.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/www.png new file mode 120000 index 0000000000000000000000000000000000000000..6c42f3264e4b40c76f99c774da418c59cfd8300e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/www.png @@ -0,0 +1 @@ +../../128x128/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..acb2e573ba68473f304d1ffa7a45831a4de9fc76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-nfs-server.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..d2a0dea47e8dd09257133e7d376b5df96548d909 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-server.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..bb259881cdbe31a29a275a7bb2b125739fc4a613 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-share.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..a8c54e755d7abe7d4e30d68923935416313b92dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..2f50d8916a9a8a19a8adbbbb68cba11805baae08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-font-afm.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-gdesklets-display.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-gdesklets-display.png new file mode 120000 index 0000000000000000000000000000000000000000..1b9b49a6c586269449cc88805dc4aca262acd6e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-gdesklets-display.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-x-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..be6314ff98d98303e167cf22c1a1f7d2ac7d8372 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..e6319f5d0a181ccd2dc829a9459306e3365943d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-document.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-document.png new file mode 100644 index 0000000000000000000000000000000000000000..c0035dd268fb819bbbad0bf19202d24bc41e7c6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-document.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-drawing.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-drawing.png new file mode 100644 index 0000000000000000000000000000000000000000..b9b3de24ad0cb17c04aa89c154674e4689124c62 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-drawing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-presentation.png new file mode 100644 index 0000000000000000000000000000000000000000..682d4189cb5ae9ce31367112173318db4485bee7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-presentation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000000000000000000000000000000000000..991f0f7518cde8d6c43cfb31af655de91f06168e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/x-office-spreadsheet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/zip.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/zip.png new file mode 120000 index 0000000000000000000000000000000000000000..5d2823f0c0f952f57e5b8af318bd3130ea610cd2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/mimetypes/zip.png @@ -0,0 +1 @@ +../../128x128/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/arrow.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..a3672b6df027e150fea8b8ba56d90776b3638145 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/arrow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/calc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/calc.png new file mode 120000 index 0000000000000000000000000000000000000000..c91e077357c9c88da66a6e3c19f64840e0f67efd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/calc.png @@ -0,0 +1 @@ +../../128x128/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/chronometer.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..b4dc63c7e9c0c612d45be3f432009c279fbe5b47 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/chronometer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/debian.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/debian.png new file mode 100644 index 0000000000000000000000000000000000000000..029427fe50f9ff3169a28ec78fe0721b0e789eae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/debian.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/decrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..e2ee03a4d5640dcdead0dcaf808a907c3d17547a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/decrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..43419a07fc9ad9c0924984fedec5e9d0ecad62bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/f-memory.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/f-memory.png new file mode 120000 index 0000000000000000000000000000000000000000..f98a758d784991013f343023e9fef51cbc63f6e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/f-memory.png @@ -0,0 +1 @@ +../../128x128/devices/memory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/firewall.png new file mode 120000 index 0000000000000000000000000000000000000000..1ec1b6d7156a79c1716b65cf8c8b897af9cbaf1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/firewall.png @@ -0,0 +1 @@ +../../128x128/apps/firewall.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/folder-template.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/folder-template.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a7592610be9419ffbb3555788f3236e5bed206 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/folder-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/fs-win.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/fs-win.png new file mode 120000 index 0000000000000000000000000000000000000000..d2a0dea47e8dd09257133e7d376b5df96548d909 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/fs-win.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/glasses.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f7e48405043aceda55bb344826ba6b57b0c140 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/glasses.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/icon_view.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/icon_view.png new file mode 100644 index 0000000000000000000000000000000000000000..102371cc99575513912829052bd48e3c4466d6f6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/icon_view.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/iconbox.png new file mode 100644 index 0000000000000000000000000000000000000000..97c8c374dffa49895462bec13de82fdcaa6ee873 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/iconbox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/insert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/insert.png new file mode 100644 index 0000000000000000000000000000000000000000..fa853d7732724200bd229dd41908697e4994a045 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/insert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/locked.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/locked.png new file mode 120000 index 0000000000000000000000000000000000000000..561fe6020a0506e60ac156168f6c16c311d02aa6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/locked.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/menueditor.png new file mode 100644 index 0000000000000000000000000000000000000000..258b2e4274806636929624cf8b7f3756ae0567f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/menueditor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/money.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/money.png new file mode 100644 index 0000000000000000000000000000000000000000..c35c020fc36c05db4528f285e62a71ae5765e4a0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/network-boot-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/network-boot-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..fb236c4d1aa0ffb001fb494a4d7e6d62d4cf49e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/network-boot-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/news.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/news.png new file mode 100644 index 0000000000000000000000000000000000000000..263810c976420ae13639a20a3fdede46e2b8ebda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/news.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/notes.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/notes.png new file mode 100644 index 0000000000000000000000000000000000000000..c36cf9724d96d6400b681b378a05bfb63bd2788d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/notes.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/object.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/object.png new file mode 100644 index 0000000000000000000000000000000000000000..08a486166398d37f75126f6abaeeba74183db9cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/root_terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/root_terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..a3696692727250638494a5c4426b8e8226f1bbd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/root_terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/run.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/run.png new file mode 120000 index 0000000000000000000000000000000000000000..51f8bf7bfb89efe8c0d6f32d43baea87111c2abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/run.png @@ -0,0 +1 @@ +../../128x128/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/settings.png new file mode 120000 index 0000000000000000000000000000000000000000..df296e7682516a5c4e709fabb7d5e6d78ef7603b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/settings.png @@ -0,0 +1 @@ +../../128x128/apps/gnome-settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/sm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/sm.png new file mode 100644 index 0000000000000000000000000000000000000000..a2d780982ef20777aca951bcd2b8321a39f29bbe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/sm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..05dc42047fecd6d43fd9e2f760d78b8437c079ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/sound.png @@ -0,0 +1 @@ +../../128x128/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/tabwin.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/tabwin.png new file mode 100644 index 0000000000000000000000000000000000000000..5285b456d6a1d7e9cb085623263ba1422b90ddb6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/tabwin.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/taskbar.png new file mode 100644 index 0000000000000000000000000000000000000000..960b4eb9f8907e65b6b4e7fff365b6b7eb007bce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/taskbar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/taskmanager.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/taskmanager.png new file mode 100644 index 0000000000000000000000000000000000000000..160d2ba4a2cfdfebe5f2dedc1d38e2d90f69a9b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/taskmanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/ui.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/ui.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f4d25655680fecee869f599aa8ff4b121c1ca0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/ui.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/unlocked.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/unlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..cf316a1f11fb3a57bfdea3bceb19cfb45ed81825 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/unlocked.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/usb_key.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/usb_key.png new file mode 120000 index 0000000000000000000000000000000000000000..b9fb6b25cfb325fcda60e39e6cce101b5021c6a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/usb_key.png @@ -0,0 +1 @@ +../../128x128/devices/fs-usb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user-female.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user-female.png new file mode 100644 index 0000000000000000000000000000000000000000..bbc22f5403381e351b00c61d545204bf9fbbcbe5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user-female.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user-male.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user-male.png new file mode 100644 index 0000000000000000000000000000000000000000..474df7936683c4265b8d0d8769ac411c8d8fd2f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user-male.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user.png new file mode 100644 index 0000000000000000000000000000000000000000..86e34f1af5178960a444671e9d6183ed22682232 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/webcam.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/webcam.png new file mode 120000 index 0000000000000000000000000000000000000000..4d0f5a91f7219c7fb29d5b897a77bd5f5b9ecb61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/webcam.png @@ -0,0 +1 @@ +../../128x128/devices/camera-web.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wksp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wksp.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d1dec59d01a6b3587511bf717d29d362eddf1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wksp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wm.png new file mode 100644 index 0000000000000000000000000000000000000000..f0b7277c6a537709bd6ccecb33122d4ab7cd6c8a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wmtweaks.png new file mode 100644 index 0000000000000000000000000000000000000000..38b18445b38fe4da97673f880a7a2f7955e7a129 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/wmtweaks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/xfce4-appfinder.png new file mode 100644 index 0000000000000000000000000000000000000000..788ae095b5b78a791404a061c12d3e927dcb83b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/misc/xfce4-appfinder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/application-x-gnome-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/application-x-gnome-saved-search.png new file mode 120000 index 0000000000000000000000000000000000000000..d0ad46a25ca88bfb5e8587f2ddb3a07800f4bbc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/application-x-gnome-saved-search.png @@ -0,0 +1 @@ +../../128x128/places/folder-saved-search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..2ef90442b00af89644ebb9582ea7432bb74bd1ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/desktop.png @@ -0,0 +1 @@ +../../128x128/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/distributor-logo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/distributor-logo.png new file mode 120000 index 0000000000000000000000000000000000000000..8a2791a240fc0ec9c368f6a90e24a373f6ae9b74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/distributor-logo.png @@ -0,0 +1 @@ +../../128x128/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/emptytrash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/emptytrash.png new file mode 120000 index 0000000000000000000000000000000000000000..f85c1f5951c43f56b3eca329c91740de23fb0b10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/emptytrash.png @@ -0,0 +1 @@ +../../128x128/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..e3f282c6abfbb035a49a4cbec5b6638f00fed3ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder-remote.png @@ -0,0 +1 @@ +../../128x128/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder-saved-search.png new file mode 100644 index 0000000000000000000000000000000000000000..c8028d1a263e650d6dc58b97340e453f96a99717 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder-saved-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder.png new file mode 120000 index 0000000000000000000000000000000000000000..e184c72174fb137cc3bbe006dd233802ae660b39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder.png @@ -0,0 +1 @@ +../../128x128/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder_home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder_home.png new file mode 120000 index 0000000000000000000000000000000000000000..1f80192d75b1320e6e984fa76975d1bcd37c126f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/folder_home.png @@ -0,0 +1 @@ +../../128x128/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..2ef90442b00af89644ebb9582ea7432bb74bd1ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-desktop.png @@ -0,0 +1 @@ +../../128x128/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..eb076392273db72ad1fe6a1ad1dfa4256dc38b3c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-directory.png @@ -0,0 +1 @@ +../../128x128/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-ftp.png new file mode 120000 index 0000000000000000000000000000000000000000..e09c9711d4c93550edfe26b4c6de002bec132d0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-ftp.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-ftp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..1f80192d75b1320e6e984fa76975d1bcd37c126f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-home.png @@ -0,0 +1 @@ +../../128x128/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..85d7edd2a774b7399ef3b62df8698abdd98ef466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-network.png @@ -0,0 +1 @@ +../../128x128/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-nfs.png new file mode 120000 index 0000000000000000000000000000000000000000..acb2e573ba68473f304d1ffa7a45831a4de9fc76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-nfs.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..da91b9baf5b03b1a65ec9d40a94ff2839bc77d3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-server.png @@ -0,0 +1 @@ +../../128x128/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-share.png new file mode 120000 index 0000000000000000000000000000000000000000..4a4fb11abbbb9fcdec26d632e7189e7a096278b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-share.png @@ -0,0 +1 @@ +../../128x128/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-smb.png new file mode 120000 index 0000000000000000000000000000000000000000..d2a0dea47e8dd09257133e7d376b5df96548d909 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-smb.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-ssh.png new file mode 120000 index 0000000000000000000000000000000000000000..eeb150979191ed9133d790de52dfa4d9038964ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-ssh.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-ssh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-trash-empty.png new file mode 120000 index 0000000000000000000000000000000000000000..f85c1f5951c43f56b3eca329c91740de23fb0b10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-fs-trash-empty.png @@ -0,0 +1 @@ +../../128x128/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-main-menu.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-main-menu.png new file mode 120000 index 0000000000000000000000000000000000000000..8a2791a240fc0ec9c368f6a90e24a373f6ae9b74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-main-menu.png @@ -0,0 +1 @@ +../../128x128/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..beb59e8b6778cfa66b9c55f4a87197bbd1e48c14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-nfs-server.png @@ -0,0 +1 @@ +../../128x128/places/nfs-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..00c6909c10aee46152ccf7c6072e6cba36298be1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-server.png @@ -0,0 +1 @@ +../../128x128/places/smb-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..bb259881cdbe31a29a275a7bb2b125739fc4a613 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..a8c54e755d7abe7d4e30d68923935416313b92dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-mime-x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-stock-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-stock-trash.png new file mode 120000 index 0000000000000000000000000000000000000000..f85c1f5951c43f56b3eca329c91740de23fb0b10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gnome-stock-trash.png @@ -0,0 +1 @@ +../../128x128/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..85d7edd2a774b7399ef3b62df8698abdd98ef466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/gtk-network.png @@ -0,0 +1 @@ +../../128x128/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/menu.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/menu.png new file mode 100644 index 0000000000000000000000000000000000000000..07f659386f2858873d09f917c4038a7753153b31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/menu.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-local.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-local.png new file mode 100644 index 0000000000000000000000000000000000000000..6a1f54edabe8e9ad0a505bacc2d687ad5e568282 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-local.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..bed8adbb9d74680ff97e57694246ea8315033175 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-storage.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-storage.png new file mode 100644 index 0000000000000000000000000000000000000000..296c9ba68dc473c9eaae2581519cd074906c7a19 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-storage.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..143cb01e47f8998a5fe74e96441f612a640783b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network.png new file mode 120000 index 0000000000000000000000000000000000000000..4a4fb11abbbb9fcdec26d632e7189e7a096278b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network.png @@ -0,0 +1 @@ +../../128x128/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network_local.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network_local.png new file mode 120000 index 0000000000000000000000000000000000000000..03dbe02e85bc2f6e6a6956382df60be44c809776 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/network_local.png @@ -0,0 +1 @@ +../../128x128/places/network-local.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/nfs-server.png new file mode 100644 index 0000000000000000000000000000000000000000..6262c45642dfd878893df9e8c17babaabff7699d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/nfs-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/redhat-network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/redhat-network-server.png new file mode 120000 index 0000000000000000000000000000000000000000..da91b9baf5b03b1a65ec9d40a94ff2839bc77d3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/redhat-network-server.png @@ -0,0 +1 @@ +../../128x128/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/server.png new file mode 120000 index 0000000000000000000000000000000000000000..da91b9baf5b03b1a65ec9d40a94ff2839bc77d3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/server.png @@ -0,0 +1 @@ +../../128x128/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/smb-server.png new file mode 100644 index 0000000000000000000000000000000000000000..06f773c0dacd54b7ecb3778356be587a2e8f9bd2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/smb-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/start-here.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/start-here.png new file mode 100644 index 0000000000000000000000000000000000000000..76c9cb8e9e3ff897a84e8f87285006307e7a2ee6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/start-here.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..eb076392273db72ad1fe6a1ad1dfa4256dc38b3c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/stock_folder.png @@ -0,0 +1 @@ +../../128x128/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/trashcan_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/trashcan_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..f85c1f5951c43f56b3eca329c91740de23fb0b10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/trashcan_empty.png @@ -0,0 +1 @@ +../../128x128/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5a4d3d7029ef4146fdd3710b91cea0218b6e87 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-home.png new file mode 100644 index 0000000000000000000000000000000000000000..48929440589177ad17ba18d989eedb7dae04d236 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..10de4de2ad6f4dc64b4a5ec7bf41f3c8fa944c7b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/user-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..f85c1f5951c43f56b3eca329c91740de23fb0b10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/places/xfce-trash_empty.png @@ -0,0 +1 @@ +../../128x128/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/appointment-missed.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/appointment-missed.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d0a2722d2f9d935fb562c28dfef39d3fee1cfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/appointment-missed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/appointment-soon.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/appointment-soon.png new file mode 100644 index 0000000000000000000000000000000000000000..5376e26bc26e3d235a8fdf57bd91d023a4041bea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/appointment-soon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-high.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-high.png new file mode 100644 index 0000000000000000000000000000000000000000..3506048fd85f20ccd33b7b8d0cf969e42ad10f14 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-low.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-low.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8c278b4b9bba03fd6244d8dae11c558606fb45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..60a0899af819eb3e00b8f39d9c0de150194e1006 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-muted.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-muted.png new file mode 100644 index 0000000000000000000000000000000000000000..ef01ee29369b9bd8a710b42995095d7c44ef7b8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-muted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-zero.png new file mode 100644 index 0000000000000000000000000000000000000000..2e94d86f2db774d1b718e8d084b7ab3348372ab8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/audio-volume-zero.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/battery-caution.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/battery-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..031a77de2713062b95ed2106a13750ace4512ceb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/battery-caution.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/battery-low.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/battery-low.png new file mode 100644 index 0000000000000000000000000000000000000000..3d2a5df75045987fce91b3712d04e2aeeaf8cc0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/battery-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_creating.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_creating.png new file mode 120000 index 0000000000000000000000000000000000000000..1e7411e5441eb20b848e6d4f00c9ef721ba4bc06 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_creating.png @@ -0,0 +1 @@ +../../128x128/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_established.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_established.png new file mode 120000 index 0000000000000000000000000000000000000000..236b93a54a2cf4a48cdda80edbac186c3187c227 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_established.png @@ -0,0 +1 @@ +../../128x128/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_no.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_no.png new file mode 120000 index 0000000000000000000000000000000000000000..00d2326dc82f49b7d50815d9dfc4b84e84e9da32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/connect_no.png @@ -0,0 +1 @@ +../../128x128/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-error.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee7c64f642f2a2bbd3ae66b8338124d60e28644 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-information.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcdadd16f2e34ff66913a50e7c908f4cbaec41b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-information.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-password.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-password.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f51798288514e1645ea1736d252490a48a6ebf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-password.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-question.png new file mode 100644 index 0000000000000000000000000000000000000000..dd1ba8175b8d6a9c7c42d27ae995c189653ea067 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-question.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..b92188b3b609ad2caa0d61eb70caefa6873ac4a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/dialog-warning.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/edittrash.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/edittrash.png new file mode 120000 index 0000000000000000000000000000000000000000..349dc455b67b225c5502027a1af5d01ea7bc0b25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/edittrash.png @@ -0,0 +1 @@ +../../128x128/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/error.png new file mode 120000 index 0000000000000000000000000000000000000000..9e0ef002ab671ce548936841fafe49f0aca1a46c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/error.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-drag-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-drag-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..a56a44d8ea4a60b4e5c3654a10968cbc345649ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-drag-accept.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-directory-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..f2e2d0de7b889aa07a02076b51293d8c642d776a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-hidden.png @@ -0,0 +1 @@ +../../128x128/filesystems/directory-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-open.png new file mode 120000 index 0000000000000000000000000000000000000000..264ad1a0225e54726c1158052776c1925fe19e49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-open.png @@ -0,0 +1 @@ +../../128x128/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..d00e8e6bfefc64cb0219f5596ffbdebfde84a724 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder-visiting.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-directory-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder_open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder_open.png new file mode 120000 index 0000000000000000000000000000000000000000..1a7bc1e800fd50539d36677addd395786a6dd158 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/folder_open.png @@ -0,0 +1 @@ +../../128x128/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-dev-wavelan-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-dev-wavelan-encrypted.png new file mode 120000 index 0000000000000000000000000000000000000000..456bf2d866acf5d8e6aa37d05d678423b2c15755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-dev-wavelan-encrypted.png @@ -0,0 +1 @@ +../../128x128/status/network-wireless-encrypted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-directory-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..3edb0a2e0f26b7e63d82b6e1b9bd2c7c18497bff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-directory-accept.png @@ -0,0 +1 @@ +../../128x128/status/folder-drag-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-directory-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..e7c579a3042a3b66477cccda9a89bfe6c20ba4cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-directory-visiting.png @@ -0,0 +1 @@ +../../128x128/status/folder-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-loading-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-loading-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..839978ada66a75c131ee6d5569c560bc6d391bb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-loading-icon.png @@ -0,0 +1 @@ +../../128x128/status/image-loading.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..349dc455b67b225c5502027a1af5d01ea7bc0b25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-fs-trash-full.png @@ -0,0 +1 @@ +../../128x128/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-disconn.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-disconn.png new file mode 120000 index 0000000000000000000000000000000000000000..00d2326dc82f49b7d50815d9dfc4b84e84e9da32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-disconn.png @@ -0,0 +1 @@ +../../128x128/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-error.png new file mode 120000 index 0000000000000000000000000000000000000000..82e999d68e044cf5e2199354a6a3449662b1f3e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-error.png @@ -0,0 +1 @@ +../../128x128/status/network-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-idle.png new file mode 120000 index 0000000000000000000000000000000000000000..236b93a54a2cf4a48cdda80edbac186c3187c227 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-idle.png @@ -0,0 +1 @@ +../../128x128/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-rx.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-rx.png new file mode 120000 index 0000000000000000000000000000000000000000..6f8cb5815dfcccc353ddd814f9f5acc17f29b9a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-rx.png @@ -0,0 +1 @@ +../../128x128/status/network-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-tx.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-tx.png new file mode 120000 index 0000000000000000000000000000000000000000..7716a067c56c5b8beef1338b9f8f73749060348e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-tx.png @@ -0,0 +1 @@ +../../128x128/status/network-transmit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-txrx.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-txrx.png new file mode 120000 index 0000000000000000000000000000000000000000..1e7411e5441eb20b848e6d4f00c9ef721ba4bc06 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +../../128x128/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-stock-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-stock-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..349dc455b67b225c5502027a1af5d01ea7bc0b25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gnome-stock-trash-full.png @@ -0,0 +1 @@ +../../128x128/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..942df2d2cd564c76805d7e89e462eab99cf77134 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-error.png @@ -0,0 +1 @@ +../../128x128/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..32e9d5204ca1b872bc52de2a7b735b1fe38076c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-info.png @@ -0,0 +1 @@ +../../128x128/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..44ad5df5fa289b47c1a5aea3b543a9ee2caac7ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../128x128/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/image-loading.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/image-loading.png new file mode 100644 index 0000000000000000000000000000000000000000..a3d187dc6d6d4a409821c813c37c2b5b80dc3a2b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/image-loading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/image-missing.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/image-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..a25670157cb1322d29b114117cc55eb52ced43f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/image-missing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/important.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/important.png new file mode 120000 index 0000000000000000000000000000000000000000..44ad5df5fa289b47c1a5aea3b543a9ee2caac7ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/important.png @@ -0,0 +1 @@ +../../128x128/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/info.png new file mode 120000 index 0000000000000000000000000000000000000000..32e9d5204ca1b872bc52de2a7b735b1fe38076c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/info.png @@ -0,0 +1 @@ +../../128x128/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-attachment.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-attachment.png new file mode 100644 index 0000000000000000000000000000000000000000..9a24b4f3dc65a4fdb94dec6d4d3eaf370a9ba9ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-attachment.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-read.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-read.png new file mode 100644 index 0000000000000000000000000000000000000000..9f20e0b20e49fa4d40aab01ae770175cfdf614f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-replied.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-replied.png new file mode 100644 index 0000000000000000000000000000000000000000..823a69d917a7adfabde9bd6b0f9fa59afa7bc973 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-replied.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-unread.png new file mode 120000 index 0000000000000000000000000000000000000000..76c51de2786a54e76d56c1eccfad78e9b1877dc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/mail-unread.png @@ -0,0 +1 @@ +../../128x128/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/media-playlist-repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed367fd3a1778dc0ee6a1384832a23be45b3e1c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/media-playlist-repeat.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/media-playlist-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d5c92836b477e7748463fe317b0fd1c41927108f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/media-playlist-shuffle.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_critical.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_critical.png new file mode 120000 index 0000000000000000000000000000000000000000..942df2d2cd564c76805d7e89e462eab99cf77134 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_critical.png @@ -0,0 +1 @@ +../../128x128/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_info.png new file mode 120000 index 0000000000000000000000000000000000000000..32e9d5204ca1b872bc52de2a7b735b1fe38076c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_info.png @@ -0,0 +1 @@ +../../128x128/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..44ad5df5fa289b47c1a5aea3b543a9ee2caac7ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/messagebox_warning.png @@ -0,0 +1 @@ +../../128x128/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-error.png new file mode 100644 index 0000000000000000000000000000000000000000..6763d7c9c686e360a4c6e95efc933ccc53b96c33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..a8824dd30f744db14b1f7308600ac4cc76526589 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-idle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-offline.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-offline.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe96edfdcd510b8916b135d764b1a8827f9e008 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-offline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..956c7cebe50e92639c71e827f1c56ed6e57eccf3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-transmit-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-transmit-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..a537ee65f7a240d7f0722d7b440f17f033189451 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-transmit-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-transmit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-transmit.png new file mode 100644 index 0000000000000000000000000000000000000000..9b4be239a7a47e62053c30b9043677d8726ea5a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-transmit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-wireless-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-wireless-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a6335118bcdea5841bdbc8a187b663c33f5d0a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/network-wireless-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-adhoc.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-adhoc.png new file mode 120000 index 0000000000000000000000000000000000000000..236b93a54a2cf4a48cdda80edbac186c3187c227 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-adhoc.png @@ -0,0 +1 @@ +../../128x128/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-device-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-device-wired.png new file mode 120000 index 0000000000000000000000000000000000000000..f1b30d3c91cab23501a5d4e7110f618944828ad9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-device-wired.png @@ -0,0 +1 @@ +../../128x128/devices/network-wired.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-device-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-device-wireless.png new file mode 120000 index 0000000000000000000000000000000000000000..042ed034bd522026549673880394eaf52c5d045b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-device-wireless.png @@ -0,0 +1 @@ +../../128x128/devices/network-wireless.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-no-connection.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-no-connection.png new file mode 120000 index 0000000000000000000000000000000000000000..00d2326dc82f49b7d50815d9dfc4b84e84e9da32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/nm-no-connection.png @@ -0,0 +1 @@ +../../128x128/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/printer-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/printer-error.png new file mode 100644 index 0000000000000000000000000000000000000000..d01d288490693fa5edc97ae6efad5cd4d50b3ba8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/printer-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/printer-printing.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/printer-printing.png new file mode 100644 index 0000000000000000000000000000000000000000..21a526b5cafbfa3e0cb9b0c8854cdc3151a387f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/printer-printing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-high.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-high.png new file mode 100644 index 0000000000000000000000000000000000000000..6c8f0e63e6bde48e572a03f4d78c85430343f50c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-low.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-low.png new file mode 100644 index 0000000000000000000000000000000000000000..4d1b3c39c9af2ae1e11357f8c9206a3252138992 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..b412affabf171f8bd34518b64de027fc0e9c246a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/security-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/software-update-available.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/software-update-available.png new file mode 100644 index 0000000000000000000000000000000000000000..b9451c4e9fd911dda2a7b78a810946a8c9408c3e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/software-update-available.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/software-update-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/software-update-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..52adcecb4aeb235e750509869116ec27da0ab7ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/software-update-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_appointment-reminder-excl.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_appointment-reminder-excl.png new file mode 120000 index 0000000000000000000000000000000000000000..8957b8aaa50b24e6a599fbe90d89fd0ac81d2c60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_appointment-reminder-excl.png @@ -0,0 +1 @@ +../../128x128/status/appointment-missed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_appointment-reminder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_appointment-reminder.png new file mode 120000 index 0000000000000000000000000000000000000000..5c8a2f8fc4f3a7227d1f0f8c86ff21ea90e2087d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_appointment-reminder.png @@ -0,0 +1 @@ +../../128x128/status/appointment-soon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..942df2d2cd564c76805d7e89e462eab99cf77134 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-error.png @@ -0,0 +1 @@ +../../128x128/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..32e9d5204ca1b872bc52de2a7b735b1fe38076c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-info.png @@ -0,0 +1 @@ +../../128x128/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..44ad5df5fa289b47c1a5aea3b543a9ee2caac7ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_dialog-warning.png @@ -0,0 +1 @@ +../../128x128/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..1a7bc1e800fd50539d36677addd395786a6dd158 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_open.png @@ -0,0 +1 @@ +../../128x128/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed367fd3a1778dc0ee6a1384832a23be45b3e1c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_repeat.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d5c92836b477e7748463fe317b0fd1c41927108f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_shuffle.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..349dc455b67b225c5502027a1af5d01ea7bc0b25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_trash_full.png @@ -0,0 +1 @@ +../../128x128/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-0.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-0.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0b22e7c53ad01603c7321e8433ae6a1dc8b20f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-0.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..8bfdac34e8a48881d15849b7b5334493a4d6536a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-max.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..afc4f6b3f40a2f8ca1744e90bcf06be26e1733d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-med.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..a51c0cbbf858fcae3711b0b56f96ac478b01435c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-min.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..f68bfb9f408ebb7f9a3bea85369962e7e2d85abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume-mute.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..8bfdac34e8a48881d15849b7b5334493a4d6536a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_volume.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-cloudy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-cloudy.png new file mode 120000 index 0000000000000000000000000000000000000000..f002cbb34ef429731b4a94497d65f1de5d85af56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-cloudy.png @@ -0,0 +1 @@ +../../128x128/status/weather-overcast.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..53d428941c049fad6ada2e5b7e362501e2c61c4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-few-clouds.png @@ -0,0 +1 @@ +../../128x128/status/weather-few-clouds.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-night-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-night-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..8670188ec09776db6339596024761a385bdba5cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-night-clear.png @@ -0,0 +1 @@ +../../128x128/status/weather-clear-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-night-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-night-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..245a48fff8f846cff86a9e94eefa92966d111150 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-night-few-clouds.png @@ -0,0 +1 @@ +../../128x128/status/weather-few-clouds-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-showers.png new file mode 120000 index 0000000000000000000000000000000000000000..704fb19d4979936f9a3c4c3d18ac34a53c3d4a10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-showers.png @@ -0,0 +1 @@ +../../128x128/status/weather-showers.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-snow.png new file mode 120000 index 0000000000000000000000000000000000000000..8ab3f49c77fff051228b294731d94db946daaba6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-snow.png @@ -0,0 +1 @@ +../../128x128/status/weather-snow.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-storm.png new file mode 120000 index 0000000000000000000000000000000000000000..c2bf4e497fae638e9fd674eea94e60b3cf1e7ddc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-storm.png @@ -0,0 +1 @@ +../../128x128/status/weather-storm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..311181ea0b09ee0ac82fffdaff56712957588d7a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/stock_weather-sunny.png @@ -0,0 +1 @@ +../../128x128/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..311181ea0b09ee0ac82fffdaff56712957588d7a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/sunny.png @@ -0,0 +1 @@ +../../128x128/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/task-due.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/task-due.png new file mode 100644 index 0000000000000000000000000000000000000000..40ebcc48f7c8b652bb2464b397fcbc1382161739 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/task-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/task-past-due.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/task-past-due.png new file mode 100644 index 0000000000000000000000000000000000000000..744b9f7778aa46ab59ab66a900a619df3efffba6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/task-past-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/trashcan_full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/trashcan_full.png new file mode 120000 index 0000000000000000000000000000000000000000..349dc455b67b225c5502027a1af5d01ea7bc0b25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/trashcan_full.png @@ -0,0 +1 @@ +../../128x128/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/user-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/user-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..162f2a039eeb0ebb7231e6463440f4ec1a4f54a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/user-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-clear-night.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-clear-night.png new file mode 100644 index 0000000000000000000000000000000000000000..0612359ea60abb3c3ae18fe194d833d452bdfbef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-clear-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..47f2e4607fa31844f7a43ab1587cebbf5e444f89 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-few-clouds-night.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-few-clouds-night.png new file mode 100644 index 0000000000000000000000000000000000000000..2052b3da0e8e1ba069fb31cf82520f1e66611e94 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-few-clouds-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-few-clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ba840caa8799a0356a60d433ae1ff864f90b0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-few-clouds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-fog.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-fog.png new file mode 100644 index 0000000000000000000000000000000000000000..1bce441ce681a1b5e874aa945a78fa52f23c0390 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-fog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-overcast.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-overcast.png new file mode 100644 index 0000000000000000000000000000000000000000..bcea0e5a9396053a8e7e47b879ab887bbe130812 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-overcast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-severe-alert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-severe-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..ff1241b6af64974bca880d4721de323ad6c585de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-severe-alert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-showers-scattered.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-showers-scattered.png new file mode 100644 index 0000000000000000000000000000000000000000..2c87824ce337dcda13ae5a738e608f3350a9b0a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-showers-scattered.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-showers.png new file mode 100644 index 0000000000000000000000000000000000000000..382e0d7fe32bb5a557e11c39c3378883c4824bfd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-showers.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-snow.png new file mode 100644 index 0000000000000000000000000000000000000000..c978029da5339e11a1def76e0f5a10be15b068ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-snow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..3b67f6adb0f0e0eed07c378681916d27c0769aa0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/weather-storm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..349dc455b67b225c5502027a1af5d01ea7bc0b25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/status/xfce-trash_full.png @@ -0,0 +1 @@ +../../128x128/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/edit-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/edit-redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/edit-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/edit-undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/gtk-undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-font.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-font.png new file mode 120000 index 0000000000000000000000000000000000000000..53403f39253ef49a0f1bed526ebe389b829865eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-font.png @@ -0,0 +1 @@ +../../128x128/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..7448b55c63ffaa4e95306152502eb87b0f9c448c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-lock.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..4408fbc764e6d44e1ade05057684ce707d827e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/m-spreadsheet.png @@ -0,0 +1 @@ +../../128x128/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..e89cc1cf4394158094c7423e063375dfb33df863 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-backward.png @@ -0,0 +1 @@ +../../128x128/actions/media-seek-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..8f0d447cf883ab2cb1d8d083052e90910d3af27b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-eject.png @@ -0,0 +1 @@ +../../128x128/actions/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..9ec81ebf1c7c5c2f773c44974188ebd2fbbf6e42 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-forward.png @@ -0,0 +1 @@ +../../128x128/actions/media-seek-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..86d8dfe41966c61cbffde954c6ac7d3e8774565e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-next.png @@ -0,0 +1 @@ +../../128x128/actions/media-skip-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..df7fb68ad2cb668fed0e0b4936725d275f96df0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-pause.png @@ -0,0 +1 @@ +../../128x128/actions/media-playback-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..7dd0d2a4d043c3ed06a7604502ce54a89daca24e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-play.png @@ -0,0 +1 @@ +../../128x128/actions/media-playback-start.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..19b445b99b6e44de8926d9486b05c9f15a4f15d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-prev.png @@ -0,0 +1 @@ +../../128x128/actions/media-skip-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..55d7fb87037e487ea08c293718431ce109e43fc5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-record.png @@ -0,0 +1 @@ +../../128x128/actions/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d5c92836b477e7748463fe317b0fd1c41927108f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-shuffle.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..384e76278fc562d59f2205045a44690591dbfa65 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/media-stop.png @@ -0,0 +1 @@ +../../128x128/actions/media-playback-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-select.png new file mode 100644 index 0000000000000000000000000000000000000000..f00fe20cad6fbe88b642120aaefabab358571a89 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-select.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-show-details.png new file mode 100644 index 0000000000000000000000000000000000000000..e11ba80804f5e405babaab0053b2864038910be0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-show-details.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-show-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..0b62e74f9e83fded6edaa241eb6560668f725e27 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/rox-show-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock-redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock-undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_about.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_about.png new file mode 120000 index 0000000000000000000000000000000000000000..5536d80382d6b07c84e7e993c41b5c2f418a96c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_about.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..7ac533793376fc4cf85399f53fdcbe041bb7a408 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_accessories.png @@ -0,0 +1 @@ +../../128x128/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_add.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_add.png new file mode 120000 index 0000000000000000000000000000000000000000..f3ba7491956fb0f9a68f0958e105e27bcc685660 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_add.png @@ -0,0 +1 @@ +../../128x128/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..85506125474c72f656db3df6f51e3ead9baf0749 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_amusements.png @@ -0,0 +1 @@ +../../128x128/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_apply.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_apply.png new file mode 120000 index 0000000000000000000000000000000000000000..2808e1a3ddc4adb63059d7ffb30e9e030617caa5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_apply.png @@ -0,0 +1 @@ +../../128x128/actions/apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_attach.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_attach.png new file mode 120000 index 0000000000000000000000000000000000000000..b5b1be5d3f57ab5ac23ec97022955ba5065708d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_attach.png @@ -0,0 +1 @@ +../../128x128/status/mail-attachment.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_balance.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_balance.png new file mode 120000 index 0000000000000000000000000000000000000000..edd4e385edb520cda71299f144c366c30c484425 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_balance.png @@ -0,0 +1 @@ +../../128x128/apps/multimedia-balance-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_bold.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_bold.png new file mode 120000 index 0000000000000000000000000000000000000000..1ba5e096e4588966fbf51ced15a61e7517efe031 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_bold.png @@ -0,0 +1 @@ +../../128x128/actions/format-text-bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_book-open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_book-open.png new file mode 100644 index 0000000000000000000000000000000000000000..4a5081c8df253251b04bfc6e2366a472f8012199 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_book-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_book.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_book.png new file mode 120000 index 0000000000000000000000000000000000000000..8384c9f89bc56a961c724f54903a5951af2fb66e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_book.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-bookmarks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..0e84a1777c27467819366f0b207fbead7a246bda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cancel.png @@ -0,0 +1 @@ +../../128x128/actions/cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..c5d7c1b63c9235572d66b7d5be253ddc2e5b5c19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cdrom.png @@ -0,0 +1 @@ +../../128x128/devices/gnome-dev-cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_clear.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_clear.png new file mode 120000 index 0000000000000000000000000000000000000000..7570608f6daf76c25ebdaa6600a4d05ce8dee401 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_clear.png @@ -0,0 +1 @@ +../../128x128/actions/edit-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_close.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_close.png new file mode 120000 index 0000000000000000000000000000000000000000..0b29326ecc1bb29d212bacc0832c43105b5b1910 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_close.png @@ -0,0 +1 @@ +../../128x128/actions/application-exit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_color_picker.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_color_picker.png new file mode 120000 index 0000000000000000000000000000000000000000..90463f8cc6fc07444370c7f072788eced63bca1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_color_picker.png @@ -0,0 +1 @@ +../../128x128/actions/color-picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_connect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_connect.png new file mode 120000 index 0000000000000000000000000000000000000000..9b47754b5d8d61220f054ca6879f9fa39344a700 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_connect.png @@ -0,0 +1 @@ +../../128x128/actions/network-connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_convert.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_convert.png new file mode 120000 index 0000000000000000000000000000000000000000..4c908f1b0123504f5c398cf39f200cae36403031 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_convert.png @@ -0,0 +1 @@ +../../128x128/actions/convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_copy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_copy.png new file mode 120000 index 0000000000000000000000000000000000000000..ed0e6f45e08ce50927a20e62b6890bd87d07f50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_copy.png @@ -0,0 +1 @@ +../../128x128/actions/copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cut.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cut.png new file mode 120000 index 0000000000000000000000000000000000000000..719d86e967df0c3047e1fb0f592d22ab67c1990e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_cut.png @@ -0,0 +1 @@ +../../128x128/actions/edit-cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..a0b4576b5bb27044e1400f0c7511735550ea23cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_delete.png @@ -0,0 +1 @@ +../../128x128/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_authentication.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_authentication.png new file mode 120000 index 0000000000000000000000000000000000000000..dcd783c012cf34e5ee47ff2a90e066438b4aa832 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_authentication.png @@ -0,0 +1 @@ +../../128x128/status/dialog-password.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_error.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_error.png new file mode 120000 index 0000000000000000000000000000000000000000..942df2d2cd564c76805d7e89e462eab99cf77134 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_error.png @@ -0,0 +1 @@ +../../128x128/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_info.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_info.png new file mode 120000 index 0000000000000000000000000000000000000000..87eec2e149897edb1c632b2f483f4f78d683ac73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_info.png @@ -0,0 +1 @@ +../../128x128/actions/help-contents.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_question.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_question.png new file mode 120000 index 0000000000000000000000000000000000000000..e9cf2599bef93ba56ac504cbb4af394fe26040cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_question.png @@ -0,0 +1 @@ +../../128x128/status/dialog-question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..44ad5df5fa289b47c1a5aea3b543a9ee2caac7ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dialog_warning.png @@ -0,0 +1 @@ +../../128x128/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..a44d06be699dfd596e320afe9ec50decb28c377e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_disconnect.png @@ -0,0 +1 @@ +../../128x128/actions/network-disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..47f4345e5da038896fbf067f25ea4e30c7d55ee2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd-multiple.png @@ -0,0 +1 @@ +../../128x128/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd.png new file mode 100644 index 0000000000000000000000000000000000000000..9b46c5effcc33a1d7241bf75e183e16b6a1d0d5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd_multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd_multiple.png new file mode 100644 index 0000000000000000000000000000000000000000..1354bbf77e2dd2a0dfa01b84acb4bc25d7fd7939 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_dnd_multiple.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_download.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_download.png new file mode 120000 index 0000000000000000000000000000000000000000..d3245a50341d00d9fd6dd8fb2f74d3c574a847b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_download.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-downloads.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_edit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_edit.png new file mode 120000 index 0000000000000000000000000000000000000000..260cb89d3dcacfbcb9e9ff8e7dc24e47fa050a73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_edit.png @@ -0,0 +1 @@ +../../128x128/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..1b7822dbd178b9df92691541b1e60779eb08ca7f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../128x128/actions/bookmark-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_execute.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_execute.png new file mode 120000 index 0000000000000000000000000000000000000000..51f8bf7bfb89efe8c0d6f32d43baea87111c2abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_execute.png @@ -0,0 +1 @@ +../../128x128/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_export.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_export.png new file mode 120000 index 0000000000000000000000000000000000000000..5a22aa8e8e17e58e316ab4c5c599d3cbface794d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_export.png @@ -0,0 +1 @@ +../../128x128/actions/document-export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_file-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_file-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..53a48cfc4c8a7093fcf93779c49ec7f8254b8a4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_file-properties.png @@ -0,0 +1 @@ +../../128x128/actions/document-properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..cc96e19aaf3b9d2fd77f3dd5043a62d7aba67aa4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_find-and-replace.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_find.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_find.png new file mode 120000 index 0000000000000000000000000000000000000000..449a2bd335fce2c9a8a470917d2110a45d1099e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_find.png @@ -0,0 +1 @@ +../../128x128/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..e934fc1e8224e742bf343325177146f306d71f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_floppy.png @@ -0,0 +1 @@ +../../128x128/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-copy.png new file mode 100644 index 0000000000000000000000000000000000000000..2999f6aa7c12926c8d93d9ca99bc983b01a16014 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-move.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-move.png new file mode 100644 index 0000000000000000000000000000000000000000..fd02141fece392c76c972ce9c3dd3a91b17975d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-move.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..dee763f9610202cb3108c7a178bb5e6061167574 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..e184c72174fb137cc3bbe006dd233802ae660b39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_folder.png @@ -0,0 +1 @@ +../../128x128/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..f6a2a0846fa043f19003f5f5c62be98749ea07cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_fullscreen.png @@ -0,0 +1 @@ +../../128x128/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..a79c00ea718569ba686be443ce19771cf9fcaa1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-back.png @@ -0,0 +1 @@ +../../128x128/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..a24c171b7ae46e689220511a302182fb7271c1a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-down.png @@ -0,0 +1 @@ +../../128x128/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..5d8ee9a52e8de8850c1b6e548baa72966f69db7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-forward.png @@ -0,0 +1 @@ +../../128x128/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..c553caff7e6d93b5552c30db150dfe6117bbbf5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_go-up.png @@ -0,0 +1 @@ +../../128x128/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0089473ca2f7150001844733fd5f81ab1c478465 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-bottom.png @@ -0,0 +1 @@ +../../128x128/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..78c22f2601836052221e3c2cac839cd17b564702 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-first.png @@ -0,0 +1 @@ +../../128x128/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..008eebf8d7b808c8318d0109eb59a4d67a195763 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-last.png @@ -0,0 +1 @@ +../../128x128/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..e4a63aa78a220a4c5c0f71f130770ef65117d2cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_goto-top.png @@ -0,0 +1 @@ +../../128x128/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..7fad16588b42135b526e1903d11b5b63848a87b3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_harddisk.png @@ -0,0 +1 @@ +../../128x128/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..d39c860d8227270dc8c2d8074a19240b750d0d59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_help.png @@ -0,0 +1 @@ +../../128x128/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_history.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_history.png new file mode 100644 index 0000000000000000000000000000000000000000..a22de0d2321ef0e8ad8cf566e925fa96337e3646 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_history.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..b98ea3a5a2af984a9edd7bc99b1cc2d69ff4dc4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_home.png @@ -0,0 +1 @@ +../../128x128/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_import.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_import.png new file mode 120000 index 0000000000000000000000000000000000000000..e8209e7cb75e142294d1a23c322260d56f9e0ad6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_import.png @@ -0,0 +1 @@ +../../128x128/actions/document-import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_indent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_indent.png new file mode 120000 index 0000000000000000000000000000000000000000..c7213b0413948048b6f73ad8a4a5bd52f339038f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_indent.png @@ -0,0 +1 @@ +../../128x128/actions/format-indent-more.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_index.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_index.png new file mode 120000 index 0000000000000000000000000000000000000000..cf7abbadc712ab299dad767fc67d325f205b94a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_index.png @@ -0,0 +1 @@ +../../128x128/actions/multimedia-playlist.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..86b0699bcca44b8405a65016957ee8dc54e680ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-image.png @@ -0,0 +1 @@ +../../128x128/actions/insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..3868a21b54280e1d4b0e625ad0185020a4656cd2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-object.png @@ -0,0 +1 @@ +../../128x128/actions/insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..db515c37fc513f6c613825ce396f218d79db37bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_insert-table.png @@ -0,0 +1 @@ +../../128x128/actions/insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5565ecdde62ef9cfc7336710da8e66c70166e63c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_internet.png @@ -0,0 +1 @@ +../../128x128/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_italic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_italic.png new file mode 120000 index 0000000000000000000000000000000000000000..e3e964d51c39a297d8523d6178498385df160a2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_italic.png @@ -0,0 +1 @@ +../../128x128/actions/format-text-italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..425574638677f2c6fe59bd7d5157cc034272178b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_jump-to.png @@ -0,0 +1 @@ +../../128x128/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..28a68817234c2f0b9ce1d0911e592628b8a13a3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-center.png @@ -0,0 +1 @@ +../../128x128/actions/format-justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..ed163a026faf1cf0540cf361b1bb74fd16eb3038 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-fill.png @@ -0,0 +1 @@ +../../128x128/actions/format-justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..da6f6f5f1cc3630173a6e985499201e2254dba66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-left.png @@ -0,0 +1 @@ +../../128x128/actions/format-justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..8ba263131caf02d66627bde841fe1ae76994cd0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_justify-right.png @@ -0,0 +1 @@ +../../128x128/actions/format-justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_license-reading.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_license-reading.png new file mode 100644 index 0000000000000000000000000000000000000000..d4096df451a6830dfd80fa6282375f082863e145 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_license-reading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_license.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_license.png new file mode 100644 index 0000000000000000000000000000000000000000..3347445d75ed6eeafe7ee51afbeb7fb6fcbc93b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_license.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..f611db4df4a827bd0182a795f933f2b62e6dff5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_line-in.png @@ -0,0 +1 @@ +../../128x128/devices/audio-input-line.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_logout.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_logout.png new file mode 120000 index 0000000000000000000000000000000000000000..6c06f577c7259979536da917f01ee64d0dcce11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_logout.png @@ -0,0 +1 @@ +../../128x128/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..3a401b1612025bd742b2eeca7742bf500d45c37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_mailto.png @@ -0,0 +1 @@ +../../128x128/actions/mail-send.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_mic.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_mic.png new file mode 120000 index 0000000000000000000000000000000000000000..717360108102b34eb13a95bd3ee9daeaf26c7a7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_mic.png @@ -0,0 +1 @@ +../../128x128/devices/audio-input-microphone.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..3a7a330c2f58809a143e5238d2b033e7fe6d851d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_missing-image.png @@ -0,0 +1 @@ +../../128x128/status/image-missing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d0b63fd72e31f75113f49562913740ff5b7b596b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_multimedia.png @@ -0,0 +1 @@ +../../128x128/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_network.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_network.png new file mode 120000 index 0000000000000000000000000000000000000000..85d7edd2a774b7399ef3b62df8698abdd98ef466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_network.png @@ -0,0 +1 @@ +../../128x128/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..414eae95e6fd8167a634f9d3b4d5e1aaf9446fb0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new-dir.png @@ -0,0 +1 @@ +../../128x128/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..1cb64ade7996d173935ec0416c0d3253cde3cdcc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new-tab.png @@ -0,0 +1 @@ +../../128x128/actions/tab-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new.png new file mode 120000 index 0000000000000000000000000000000000000000..c1b5516bcbc182a35d857bec14dd7bfdaf5722d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_new.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_no.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_no.png new file mode 120000 index 0000000000000000000000000000000000000000..cf3a097b60c14f5c964e75554742777425969dc1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_no.png @@ -0,0 +1 @@ +../../128x128/actions/forbidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_ok.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_ok.png new file mode 120000 index 0000000000000000000000000000000000000000..8023edb7b17a125121c7353a57c23e4079d1fd72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_ok.png @@ -0,0 +1 @@ +../../128x128/actions/accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..264ad1a0225e54726c1158052776c1925fe19e49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_open.png @@ -0,0 +1 @@ +../../128x128/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_paste.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_paste.png new file mode 120000 index 0000000000000000000000000000000000000000..80f823872b1a319fbcb50cf0eedbae36c9bf3683 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_paste.png @@ -0,0 +1 @@ +../../128x128/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_pastlink.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_pastlink.png new file mode 120000 index 0000000000000000000000000000000000000000..51f01f7242d5d883623261a3e9cf635ce3a8ca19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_pastlink.png @@ -0,0 +1 @@ +../../128x128/actions/insert-link.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..843bf4bc0c99cb0f8767b7e2f172393596bb5dfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_preferences.png @@ -0,0 +1 @@ +../../128x128/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..17d7df7211f34cadecbbe1b6ebad24e9b151167b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_print-preview.png @@ -0,0 +1 @@ +../../128x128/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..6bfd951e9d0fb5d28400971edd14d6a53a87e434 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_print.png @@ -0,0 +1 @@ +../../128x128/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_properties.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_properties.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c4ec73d605565f6e29492e3dd47a54790dec33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_quit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_quit.png new file mode 120000 index 0000000000000000000000000000000000000000..236cb8ed08dd9398ebb1b039526c9682909f0db7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_quit.png @@ -0,0 +1 @@ +../../128x128/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5131ea65bd0e32faff3e6d2b4d529caedf433acc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_redo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..148c8b7cc70d670eedb1bec6338dffcff9a333cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_refresh.png @@ -0,0 +1 @@ +../../128x128/actions/view-refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_remove.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_remove.png new file mode 120000 index 0000000000000000000000000000000000000000..132823e1b5b41cac6ea0ecf4f87a9d79fb2b563d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_remove.png @@ -0,0 +1 @@ +../../128x128/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed367fd3a1778dc0ee6a1384832a23be45b3e1c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_repeat.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_reset.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_reset.png new file mode 120000 index 0000000000000000000000000000000000000000..5d87f0e0304d802c9f26dbcf19d16a22e560652e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_reset.png @@ -0,0 +1 @@ +../../128x128/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..7ccd33b0fe6f05ab985867fa871b2af9e256f380 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_revert-to-saved.png @@ -0,0 +1 @@ +../../128x128/actions/document-revert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_run.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_run.png new file mode 120000 index 0000000000000000000000000000000000000000..51f8bf7bfb89efe8c0d6f32d43baea87111c2abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_run.png @@ -0,0 +1 @@ +../../128x128/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..49c859206a7b72894b3e17c75bb5ac7e0b0b34a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_save-as.png @@ -0,0 +1 @@ +../../128x128/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..557a6c4c8f32c68fe6fdac13c863e43720967811 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_save.png @@ -0,0 +1 @@ +../../128x128/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..61167e4befbf111242f5c5cd79ff2bb3eddf1ac4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_screenshot.png @@ -0,0 +1 @@ +../../128x128/apps/applets-screenshooter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..a33380acb80242e7ff3135f56314ff63dd4d7875 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_search.png @@ -0,0 +1 @@ +../../128x128/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_select-color.png new file mode 100644 index 0000000000000000000000000000000000000000..edc382d6da451403445cd1740de0b60f7f0daed6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_select-color.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..c44c3f7041125157e1223fb502808b2a78dd77f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_select-font.png @@ -0,0 +1 @@ +../../128x128/apps/preferences-desktop-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d5c92836b477e7748463fe317b0fd1c41927108f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_shuffle.png @@ -0,0 +1 @@ +../../128x128/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..605d7f02ae559722871e6d7819b44262b4065c4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_sort-ascending.png @@ -0,0 +1 @@ +../../128x128/actions/view-sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..ee9d110f574596ecae5cff5d61d212710767fe7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_sort-descending.png @@ -0,0 +1 @@ +../../128x128/actions/view-sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..04ab6c2a7752028379f710cdb54d28b61387fd29 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_spell-check.png @@ -0,0 +1 @@ +../../128x128/actions/tools-check-spelling.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_stop.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_stop.png new file mode 120000 index 0000000000000000000000000000000000000000..e87cf2162d5dedd1206cd289afb9634758494f68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_stop.png @@ -0,0 +1 @@ +../../128x128/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..023f02e0af003649cfc2fcdf5e6fe7103d03e1a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_strikethrough.png @@ -0,0 +1 @@ +../../128x128/actions/format-text-strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..9cf35aed9c09fe3672025b84b9dc34ab335ee0df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_undelete.png @@ -0,0 +1 @@ +../../128x128/filesystems/gnome-fs-undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_underline.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_underline.png new file mode 120000 index 0000000000000000000000000000000000000000..9e0b2e0b75f2fb200bfb0e82bd7d68f06ad3c33b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_underline.png @@ -0,0 +1 @@ +../../128x128/actions/format-text-underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..6754abcd1e4c54cc716b2fc9a925c8e15b6b75b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_undo.png @@ -0,0 +1 @@ +../../128x128/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..29226493f6983a47d7fa936a946c4a59ad0131e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_unindent.png @@ -0,0 +1 @@ +../../128x128/actions/format-indent-less.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..af4b1bf510e92d57a7120715ec8d2935f97f748a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_unknown.png @@ -0,0 +1 @@ +../../128x128/apps/xfce-unknown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..c62cc51d3a5eb7773db63685a8e75b9de028cd4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_volume.png @@ -0,0 +1 @@ +../../128x128/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_yes.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_yes.png new file mode 120000 index 0000000000000000000000000000000000000000..79803429589cc6b1ab18c29b73c1ba992ad69d42 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_yes.png @@ -0,0 +1 @@ +../../128x128/emblems/emblem-default.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..1e52eaa28e2e764bd8590619b53023c7cad18eb3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-100.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..e914db84561f74b8b7e2df735dfa99fa4fd7b4dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-fit.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..56aa68c6c40a48b8b6f06990243d1af34ea2838b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-in.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..152e66fdbfd325b07b9f29db255a9fffb900d0c3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/stock_zoom-out.png @@ -0,0 +1 @@ +../../128x128/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..8bfdac34e8a48881d15849b7b5334493a4d6536a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-max.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-medium.png new file mode 120000 index 0000000000000000000000000000000000000000..afc4f6b3f40a2f8ca1744e90bcf06be26e1733d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-medium.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..a51c0cbbf858fcae3711b0b56f96ac478b01435c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-min.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..f68bfb9f408ebb7f9a3bea85369962e7e2d85abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-mute.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0b22e7c53ad01603c7321e8433ae6a1dc8b20f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/128x128/stock/volume-zero.png @@ -0,0 +1 @@ +../../128x128/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/accept.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/accept.png new file mode 100644 index 0000000000000000000000000000000000000000..cc93305af88e4c167d2f664d65bcb9f3e0585c25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/add.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/add.png new file mode 120000 index 0000000000000000000000000000000000000000..2d1d9a72a50e7c5b56c04fbfe57af34b18538c5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/add.png @@ -0,0 +1 @@ +../../16x16/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/address-book-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/address-book-new.png new file mode 100644 index 0000000000000000000000000000000000000000..05a4cd651e3f6f62e4b5fc8946e5af69759acfce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/address-book-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/application-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/application-exit.png new file mode 100644 index 0000000000000000000000000000000000000000..db20bc19cc862ec1214dcedba8f5ed30b9d4a498 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/application-exit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/apply.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/apply.png new file mode 100644 index 0000000000000000000000000000000000000000..1b591764340d7e66f980f844ff0af6b52ea6cf35 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/apply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/appointment-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/appointment-new.png new file mode 100644 index 0000000000000000000000000000000000000000..eb2ea16bcc597b46c7d28ae9c9b763f2566e2ea5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/appointment-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/back.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/back.png new file mode 120000 index 0000000000000000000000000000000000000000..259a4c0380e9ea281f41fbd65fcc8e26a2f7f075 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/back.png @@ -0,0 +1 @@ +../../16x16/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/bookmark-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/bookmark-new.png new file mode 100644 index 0000000000000000000000000000000000000000..77eb913d40db1b7661f0b86f21eada5389df3bf6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/bookmark-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..983075ec26448b46e1467e5e763394c14da5683f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/bottom.png @@ -0,0 +1 @@ +../../16x16/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..bde200ac04930e604f93e482f1b52e12c7c9735b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/cancel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/color-picker.png new file mode 100644 index 0000000000000000000000000000000000000000..4f31d527f31d180b4ef564f19a0f20aba81e30a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/color-picker.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/contact-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..a9cbee9286d6479647ef3061791bae0c41dccd47 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/contact-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/convert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/convert.png new file mode 100644 index 0000000000000000000000000000000000000000..e9de690d8ced065c6702fa45e074447d2860fed3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/convert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/copy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/copy.png new file mode 100644 index 0000000000000000000000000000000000000000..03d359c6f9753b70f6579f37a34da7f32ca372d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-export.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-export.png new file mode 100644 index 0000000000000000000000000000000000000000..60373ebfec630d304ed21c975e5439650bb9be77 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-export.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-import.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-import.png new file mode 100644 index 0000000000000000000000000000000000000000..edcab75aa20b800f67a4e901ee153a4cd08a75e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-import.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-new.png new file mode 100644 index 0000000000000000000000000000000000000000..55f944abc25786cce6529eac66d110395617ecbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-open-recent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-open-recent.png new file mode 100644 index 0000000000000000000000000000000000000000..fe2862f35ca43dcc50601acbf06a03c71900afb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-open-recent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-open.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a95e268d0aea029c23475793fc99303f7240f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-page-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-page-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3a671a37bbcc2dfcd9d8b114e4a5b2a0fa85b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-page-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-print-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..f25ee57fbc4a58eaba9fe6bf22474a33237ae33f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-print-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-print.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-print.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0b5194a58f8d97b3d8a62397cb6cb00fb41ddd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-print.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..60f3b66c96aec1f707d95fdb1b834c12c9db5219 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..2b8610faf7bdb6a522bf74c041e2d5711acc6bc2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-revert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-save-as.png new file mode 100644 index 0000000000000000000000000000000000000000..f99631aba026581fabba47e05cdd272023567252 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-save-as.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-save.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-save.png new file mode 100644 index 0000000000000000000000000000000000000000..1f983450328edcbf34a4e0adefc66136e518831c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-save.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-send.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-send.png new file mode 100644 index 0000000000000000000000000000000000000000..d6566b10fa43ad0dd4b2e8c66ec57688086440bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/document-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/down.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/down.png new file mode 120000 index 0000000000000000000000000000000000000000..e570f7da0fde47b34ab7eabde7165b795126b542 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/down.png @@ -0,0 +1 @@ +../../16x16/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..073906f93dd25a355974e5f2c9383c8b26e0fb67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..bdfc0660270c7167f8adc4af2f7116cb44b302aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-cut.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-delete.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa1a511ff0d0eb4d547a7ca1e23d354216ecff6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-delete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-find-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-find-replace.png new file mode 100644 index 0000000000000000000000000000000000000000..080c8c5431657b50a6fc51555a16cc372ee91687 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-find-replace.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-find.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-find.png new file mode 100644 index 0000000000000000000000000000000000000000..40fe701995cefb22107b1545643301ce745f295b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-find.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-paste.png new file mode 100644 index 0000000000000000000000000000000000000000..7a60719414a8719675752225be8bebb16c22e756 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-paste.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-redo.png new file mode 100644 index 0000000000000000000000000000000000000000..7dfdb9196523ca9b344fa84a8de2628689942661 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-redo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-select-all.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-select-all.png new file mode 100644 index 0000000000000000000000000000000000000000..26c96da45005f77b5b5ed9ee98c886c5d7e51269 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-select-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-undo.png new file mode 100644 index 0000000000000000000000000000000000000000..8f541a6cc9723b11fea730d889760b3a19d05674 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/edit-undo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/editdelete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/editdelete.png new file mode 120000 index 0000000000000000000000000000000000000000..14021bba03bbeea4f443e1b8797105ef8a5d619f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/editdelete.png @@ -0,0 +1 @@ +../../16x16/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filefind.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filefind.png new file mode 120000 index 0000000000000000000000000000000000000000..224ae6a28e68ef3c507003b739606430d6fe01fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filefind.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filenew.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filenew.png new file mode 120000 index 0000000000000000000000000000000000000000..b0f2f19976ff5c1820b9feb9a139c5930a3527ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filenew.png @@ -0,0 +1 @@ +../../16x16/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/fileprint.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/fileprint.png new file mode 120000 index 0000000000000000000000000000000000000000..ca0c909532916075568959ba25370cf0de3c03b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/fileprint.png @@ -0,0 +1 @@ +../../16x16/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filequickprint.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filequickprint.png new file mode 120000 index 0000000000000000000000000000000000000000..2963da486b39068303d0a8d3d8b802dd356ae74c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filequickprint.png @@ -0,0 +1 @@ +../../16x16/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filesave.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filesave.png new file mode 120000 index 0000000000000000000000000000000000000000..a9ec4d096e8d2bdb1acd75c96665da8fa89cc777 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filesave.png @@ -0,0 +1 @@ +../../16x16/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filesaveas.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filesaveas.png new file mode 120000 index 0000000000000000000000000000000000000000..9f2d58bcf1bad5d1252852377289043d83055a72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/filesaveas.png @@ -0,0 +1 @@ +../../16x16/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/find.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/find.png new file mode 120000 index 0000000000000000000000000000000000000000..224ae6a28e68ef3c507003b739606430d6fe01fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/find.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/finish.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/finish.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/finish.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/first.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/first.png new file mode 120000 index 0000000000000000000000000000000000000000..c71d5daa148502f0a91c15228fc4a4d0f9120637 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/first.png @@ -0,0 +1 @@ +../../16x16/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/folder-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/folder-new.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e0742ce1dc7d6509b5351db4d34429b328d983 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/folder-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/folder_new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/folder_new.png new file mode 120000 index 0000000000000000000000000000000000000000..7eb80b5e99ce674e16b71cabc701682d7d4a34b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/folder_new.png @@ -0,0 +1 @@ +../../16x16/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/forbidden.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/forbidden.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae802a7cc09e51200a3f090c140ffded08f8e6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/forbidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-indent-less.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-indent-less.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b0ff51792c3d49e509bc0a58aa2532f321062d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-indent-less.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-indent-more.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-indent-more.png new file mode 100644 index 0000000000000000000000000000000000000000..6eff14e748cc6a5345e9cd5787e8d734eba8bbed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-indent-more.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-center.png new file mode 100644 index 0000000000000000000000000000000000000000..3591f5454f4d8b3323f1192458b0603402e966a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..0aa29a194ec4fdaba584bcaeae7120d748ffed2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-fill.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-left.png new file mode 100644 index 0000000000000000000000000000000000000000..a5420d4f436a9351738a38ebb1e5a5fba869cf39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-right.png new file mode 100644 index 0000000000000000000000000000000000000000..dc82a648d9fe3e85a952ff288f926cd0f89e3e8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-justify-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-bold.png new file mode 100644 index 0000000000000000000000000000000000000000..4a4ee22f7f40924a110ccf4d902de0a17b5757a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-bold.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-direction-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-direction-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..a5a4367f82b619f20718f8fe680e48a61c1e49f6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-direction-ltr.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-direction-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-direction-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..0126f507d2c8ff8313f3850272ebc0a55dc74dc9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-direction-rtl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-italic.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa7bceaa22eed994467a51397269a2a9ef82e74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-italic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-strikethrough.png new file mode 100644 index 0000000000000000000000000000000000000000..746f243df78bbc18dc1dbdfcf7b122394ad365b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-strikethrough.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-underline.png new file mode 100644 index 0000000000000000000000000000000000000000..4c944a5e6b4b30ba263cb3676101db2255593b74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/format-text-underline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/forward.png new file mode 120000 index 0000000000000000000000000000000000000000..ce5b16748ca5d7d27a177ae3ea5d9c582133f166 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/forward.png @@ -0,0 +1 @@ +../../16x16/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8ced240475a723a0bbda187606ac8448efa527 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gnome-lockscreen.png @@ -0,0 +1 @@ +../../16x16/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gnome-run.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gnome-run.png new file mode 120000 index 0000000000000000000000000000000000000000..3efba08c1a70dcfeef19cfa28f410ade4166b88f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gnome-run.png @@ -0,0 +1 @@ +../../16x16/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..ecde2619c50d1b2bfa72487046f080adb6fb8d41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-bottom.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-down.png new file mode 100644 index 0000000000000000000000000000000000000000..7d015b89c000fb756b1eeaf66890f29f5cf58959 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-down.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-first.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-first.png new file mode 100644 index 0000000000000000000000000000000000000000..3ece9a65891ae8a7fa252cbacaeb873e0cf02884 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-first.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-home.png new file mode 100644 index 0000000000000000000000000000000000000000..ffd4de44d9171fd74304e16f6d728dddc6f359bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-jump.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-jump.png new file mode 100644 index 0000000000000000000000000000000000000000..8eed875ca5ed6392cb40867386cc0659919b8f20 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-jump.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-last.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-last.png new file mode 100644 index 0000000000000000000000000000000000000000..25ac761511e26e8f8ab72a935eb4c23334a0a80f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-last.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-next.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-next.png new file mode 100644 index 0000000000000000000000000000000000000000..b4281d6fd5cd85d88153ebf58d6e40d0bab9283e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-next.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-previous.png new file mode 100644 index 0000000000000000000000000000000000000000..25b5884e25e083a8b2843d99c38ea0a88ca6da5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-previous.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-to.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-to.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9a227bd64331b9cd1fa56d066b3822e9d65622 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-to.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-top.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..685a4b792756e86ec1a1d07d9781c9ff81218e5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-top.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-up.png new file mode 100644 index 0000000000000000000000000000000000000000..91704ca1b78fe7e9efa083d8d02ad5f1ff7f719b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/go-up.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gohome.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gohome.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gohome.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..2d1d9a72a50e7c5b56c04fbfe57af34b18538c5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-add.png @@ -0,0 +1 @@ +../../16x16/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..14021bba03bbeea4f443e1b8797105ef8a5d619f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-delete.png @@ -0,0 +1 @@ +../../16x16/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..d8cc893e8c397c451d5e507fd491b3a026493aff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..224ae6a28e68ef3c507003b739606430d6fe01fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-find.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..1f11051cbb1e69aa39cc0daa41de7cdbb50d4c54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-fullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-back-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-back-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..259a4c0380e9ea281f41fbd65fcc8e26a2f7f075 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-back-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-back-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-back-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..ce5b16748ca5d7d27a177ae3ea5d9c582133f166 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-back-rtl.png @@ -0,0 +1 @@ +../../16x16/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..e570f7da0fde47b34ab7eabde7165b795126b542 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-down.png @@ -0,0 +1 @@ +../../16x16/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-forward-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-forward-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..ce5b16748ca5d7d27a177ae3ea5d9c582133f166 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-forward-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-forward-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-forward-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-forward-rtl.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..0d753258c211a38de0086edaa86e4708389034ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-go-up.png @@ -0,0 +1 @@ +../../16x16/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..983075ec26448b46e1467e5e763394c14da5683f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../16x16/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-first-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-first-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..c71d5daa148502f0a91c15228fc4a4d0f9120637 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-first-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-first-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-first-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-first-rtl.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-last-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-last-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-last-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-last-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-last-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..c71d5daa148502f0a91c15228fc4a4d0f9120637 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-last-rtl.png @@ -0,0 +1 @@ +../../16x16/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..0e3f7a80d0e94ee3465e992acc04f1acd2ffbfda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-goto-top.png @@ -0,0 +1 @@ +../../16x16/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-home.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e2700368f3064d416727d49dab6f8dd1a285afc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..b0f2f19976ff5c1820b9feb9a139c5930a3527ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-new.png @@ -0,0 +1 @@ +../../16x16/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..2963da486b39068303d0a8d3d8b802dd356ae74c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-print-preview.png @@ -0,0 +1 @@ +../../16x16/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..ca0c909532916075568959ba25370cf0de3c03b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-print.png @@ -0,0 +1 @@ +../../16x16/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..75e99cdbbd7be54bfd181ac49f9e58f7235cd96e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-remove.png @@ -0,0 +1 @@ +../../16x16/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..9f2d58bcf1bad5d1252852377289043d83055a72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-save-as.png @@ -0,0 +1 @@ +../../16x16/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..a9ec4d096e8d2bdb1acd75c96665da8fa89cc777 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-save.png @@ -0,0 +1 @@ +../../16x16/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..c8c44e9453fb88c66c8c08e48893a37a46bcce71 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-100.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..ddbcbc6066a1635618a7c46c1259866558bb0eca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3547a66c3f8a9635abc1e2f0b75edd1e272da045 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-in.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..6d5602a71228d889bc43c6f7669dcf94d6515466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/gtk-zoom-out.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-about.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-about.png new file mode 100644 index 0000000000000000000000000000000000000000..dd9de6147380c4c3fb6de9a341175e03febee683 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-about.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-contents.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-contents.png new file mode 100644 index 0000000000000000000000000000000000000000..5d731ac7558d37679315e55f58af4fdd21e0316d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-contents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-faq.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-faq.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3b5e15c5b87bec0e422d157d7ec4b7934bcf70 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/help-faq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/hint.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/hint.png new file mode 100644 index 0000000000000000000000000000000000000000..a36050e5aa3826b26011e139b866e83fdd991bc1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/hint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/home.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/home.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-image.png new file mode 100644 index 0000000000000000000000000000000000000000..e98d09cd8d3bae7ac88fbd8c4485ca827fe397cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-link.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-link.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d4c49e78b68aaa737b0f428c58e716713232b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-object.png new file mode 100644 index 0000000000000000000000000000000000000000..69ebab7f2fdd7ffecd7da2991a6a750ea6c0651c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-table.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba3f1b098578ef213a2a4b74741263fa7379d8e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-table.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-text.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-text.png new file mode 100644 index 0000000000000000000000000000000000000000..7a82fc757f235e759bd7ab4199d297ebd606ca38 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/insert-text.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/jump.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/jump.png new file mode 120000 index 0000000000000000000000000000000000000000..29207e768d9c37da2061b7eab2c0d2b6953d7200 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/jump.png @@ -0,0 +1 @@ +../../16x16/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/kfm_home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/kfm_home.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/kfm_home.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/last.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/last.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/last.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/list-add.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..634514d329d1377954fd8c53a64ab626ff2d9e9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/list-add.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/list-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..b524110989adc20612edad8a299a7bfaed053e80 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/list-remove.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/lock.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/lock.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8ced240475a723a0bbda187606ac8448efa527 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/lock.png @@ -0,0 +1 @@ +../../16x16/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2c28e00b6a7ed5480b9e7af7dace506a0da6f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-important.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-important.png new file mode 100644 index 0000000000000000000000000000000000000000..ba6d0da59c90ea759bed3e00b25c90da7c4a9841 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-junk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-junk.png new file mode 100644 index 0000000000000000000000000000000000000000..243166483163e993a4cad1264e05581ef6902b65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-junk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-read.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-read.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a3fca1d841badf32f5b9c0bbba726a9f2fa23f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-unread.png new file mode 100644 index 0000000000000000000000000000000000000000..1efcb9e464a1a10eb0bec8bc8d65951ec3c06e09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-mark-unread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-message-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-message-new.png new file mode 100644 index 0000000000000000000000000000000000000000..90d6ef885cdc63e9d9310d88f5940a2d34d26306 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-message-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-reply-all.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-reply-all.png new file mode 100644 index 0000000000000000000000000000000000000000..a9fd8499cc546924b9d8c2cceef5b097a05e0d5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-reply-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-reply-sender.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-reply-sender.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee632a8ef8247a8011b9f3d2a4366456048a77f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-reply-sender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-send-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-send-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..2a4aca9d3835fe55ddc04fedb656944319c6cac9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-send-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-send.png new file mode 100644 index 0000000000000000000000000000000000000000..821f3ed7a629d9083a9c1d0d6504e4b65a0269f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail.png new file mode 100644 index 0000000000000000000000000000000000000000..61a8b069bd901cc088847fbfc5b169e87290e67a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-eject.png new file mode 100644 index 0000000000000000000000000000000000000000..d82e804f18045b50fc0f6585b88eaadbc33bbdb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-eject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..1f25b82a29be5f8f6ce4ef36328421ec25d24883 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-mute.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..9966ff33666f7e8c6c5c90c024efeda6182a6dbb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-pause.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-start.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-start.png new file mode 100644 index 0000000000000000000000000000000000000000..267b65c4ec3c6d43e617dda9cc2807f09739e2e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-start.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4f4887be66d9ba91ea06df71dfe703a8e7fc5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playback-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playlist-repeat.png new file mode 100644 index 0000000000000000000000000000000000000000..6f054d9298af7a385187a11d8bbb9f94d6c45908 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playlist-repeat.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playlist-shuffle.png new file mode 100644 index 0000000000000000000000000000000000000000..404a1071d81741e0d69dcafaab94a64332fd9ae3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-playlist-shuffle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-record.png new file mode 100644 index 0000000000000000000000000000000000000000..f092821654b6638b0483a852fdd90303a850fd94 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-record.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-seek-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-seek-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..10846b1780bc194e41b7f84526e12b269c0e0573 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-seek-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-seek-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-seek-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..e5965ca1ffd9d4b983ed3835b0f622b44050d37c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-seek-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-skip-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-skip-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..0566868c72c20b72d59522437b1ec4b460a197b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-skip-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-skip-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-skip-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4bf77c04a2d3b1fb0d8d56bd4a440108422ac5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/media-skip-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/multimedia-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/multimedia-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea39627aa3bb01f3e8d8ace4274908da1c7fd8e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/multimedia-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/network-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/network-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa1479cf49902ff949e559c7f33030cada78bf1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/network-connect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/network-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/network-disconnect.png new file mode 100644 index 0000000000000000000000000000000000000000..d073a283ededd605950ee1eabede302c8d66e7a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/network-disconnect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/next.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/next.png new file mode 120000 index 0000000000000000000000000000000000000000..ce5b16748ca5d7d27a177ae3ea5d9c582133f166 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/next.png @@ -0,0 +1 @@ +../../16x16/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-flip-horizontal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-flip-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..bc7f3bce7d200afb92902b7268000d1ea75b7397 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-flip-horizontal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-flip-vertical.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-flip-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..988ad88bfc9574cbeed0252225f5da76e7b6ff19 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-flip-vertical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-rotate-left.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-rotate-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7c6ca495fe011101e3fb252f2ca8a08c196c1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-rotate-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-rotate-right.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-rotate-right.png new file mode 100644 index 0000000000000000000000000000000000000000..10080d497b03ed04782c95a76eeecc45370ce406 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/object-rotate-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/previous.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/previous.png new file mode 120000 index 0000000000000000000000000000000000000000..259a4c0380e9ea281f41fbd65fcc8e26a2f7f075 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/previous.png @@ -0,0 +1 @@ +../../16x16/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/process-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/process-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..6c622df5148614751ccc5a11a160b217fd3a3de3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/process-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/redhat-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/redhat-home.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/redhat-home.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/remove.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/remove.png new file mode 120000 index 0000000000000000000000000000000000000000..75e99cdbbd7be54bfd181ac49f9e58f7235cd96e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/remove.png @@ -0,0 +1 @@ +../../16x16/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/reply.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/reply.png new file mode 100644 index 0000000000000000000000000000000000000000..4e7a604faa40ac6e2d03b78a3bbd14d8d5df3ab1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/reply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/send.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/send.png new file mode 100644 index 0000000000000000000000000000000000000000..ec9b7051b2134d2f24db9da0dc11f5ecb6c1eba6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/start.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/start.png new file mode 120000 index 0000000000000000000000000000000000000000..c71d5daa148502f0a91c15228fc4a4d0f9120637 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/start.png @@ -0,0 +1 @@ +../../16x16/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..983075ec26448b46e1467e5e763394c14da5683f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_bottom.png @@ -0,0 +1 @@ +../../16x16/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..14021bba03bbeea4f443e1b8797105ef8a5d619f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_delete.png @@ -0,0 +1 @@ +../../16x16/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_down.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_down.png new file mode 120000 index 0000000000000000000000000000000000000000..e570f7da0fde47b34ab7eabde7165b795126b542 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_down.png @@ -0,0 +1 @@ +../../16x16/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_first.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_first.png new file mode 120000 index 0000000000000000000000000000000000000000..c71d5daa148502f0a91c15228fc4a4d0f9120637 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_first.png @@ -0,0 +1 @@ +../../16x16/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..1f11051cbb1e69aa39cc0daa41de7cdbb50d4c54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_fullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_home.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_last.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_last.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_last.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e2700368f3064d416727d49dab6f8dd1a285afc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_leave-fullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_left.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_left.png new file mode 120000 index 0000000000000000000000000000000000000000..259a4c0380e9ea281f41fbd65fcc8e26a2f7f075 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_left.png @@ -0,0 +1 @@ +../../16x16/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..7eb80b5e99ce674e16b71cabc701682d7d4a34b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-dir.png @@ -0,0 +1 @@ +../../16x16/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-text.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-text.png new file mode 120000 index 0000000000000000000000000000000000000000..b0f2f19976ff5c1820b9feb9a139c5930a3527ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-text.png @@ -0,0 +1 @@ +../../16x16/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-window.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-window.png new file mode 120000 index 0000000000000000000000000000000000000000..37033450e4abdfc03e25b04c8e1ad0f5b3213869 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_new-window.png @@ -0,0 +1 @@ +../../16x16/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..2963da486b39068303d0a8d3d8b802dd356ae74c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_print-preview.png @@ -0,0 +1 @@ +../../16x16/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..ca0c909532916075568959ba25370cf0de3c03b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_print.png @@ -0,0 +1 @@ +../../16x16/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_right.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_right.png new file mode 120000 index 0000000000000000000000000000000000000000..ce5b16748ca5d7d27a177ae3ea5d9c582133f166 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_right.png @@ -0,0 +1 @@ +../../16x16/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..9f2d58bcf1bad5d1252852377289043d83055a72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_save-as.png @@ -0,0 +1 @@ +../../16x16/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..a9ec4d096e8d2bdb1acd75c96665da8fa89cc777 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_save.png @@ -0,0 +1 @@ +../../16x16/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_search-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_search-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..d8cc893e8c397c451d5e507fd491b3a026493aff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_search-and-replace.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..224ae6a28e68ef3c507003b739606430d6fe01fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_search.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_top.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_top.png new file mode 120000 index 0000000000000000000000000000000000000000..0e3f7a80d0e94ee3465e992acc04f1acd2ffbfda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_top.png @@ -0,0 +1 @@ +../../16x16/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_up.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_up.png new file mode 120000 index 0000000000000000000000000000000000000000..0d753258c211a38de0086edaa86e4708389034ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_up.png @@ -0,0 +1 @@ +../../16x16/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-1.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-1.png new file mode 120000 index 0000000000000000000000000000000000000000..c8c44e9453fb88c66c8c08e48893a37a46bcce71 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-1.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3547a66c3f8a9635abc1e2f0b75edd1e272da045 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-in.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..6d5602a71228d889bc43c6f7669dcf94d6515466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-out.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-page.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-page.png new file mode 120000 index 0000000000000000000000000000000000000000..ddbcbc6066a1635618a7c46c1259866558bb0eca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stock_zoom-page.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stop.png new file mode 120000 index 0000000000000000000000000000000000000000..5f5b43ab09ac111ddb0ab88f80864091b13f96e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/stop.png @@ -0,0 +1 @@ +../../16x16/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/sync.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/sync.png new file mode 100644 index 0000000000000000000000000000000000000000..aff951db80473b8a5b22ac29739cb864bb8aed58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/sync.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-hybernate.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-hybernate.png new file mode 100644 index 0000000000000000000000000000000000000000..39f6dd853eae92bdd8c2715f02425d37c708aa35 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-hybernate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-lock-screen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-lock-screen.png new file mode 100644 index 0000000000000000000000000000000000000000..5debbd4b42bc2296c892674c5115cb76ae26d053 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-lock-screen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-log-out.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..d4074f9c024eca0a743ed94653ab5fbe61c17d33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-log-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..3b78ec951a1d9cc017d6661e86a9976d724ea10b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-reboot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-run.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-run.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c45d2ad906eeaa34a2f43e36cb5bb1b46c6849 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-run.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-search.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-search.png new file mode 100644 index 0000000000000000000000000000000000000000..00bd692036e685d7390878605adc21c4a274eac6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..e1213abfd5ca896162a07f1b70bda587a4b58dfb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-shutdown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-suspend.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-suspend.png new file mode 100644 index 0000000000000000000000000000000000000000..0179cc379bfead8a15ca827b747917f04761753f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-suspend.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-switch-user.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-switch-user.png new file mode 100644 index 0000000000000000000000000000000000000000..6a1334662c7625b389d03ad3c6ccd1c52b6b2c63 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/system-switch-user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/tab-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/tab-new.png new file mode 100644 index 0000000000000000000000000000000000000000..61f1cefccbf9f672379ba7e0a9b0def7bb6e3220 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/tab-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/tools-check-spelling.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/tools-check-spelling.png new file mode 100644 index 0000000000000000000000000000000000000000..6bce01a23616053958afc12fe830cc6a7c638af3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/tools-check-spelling.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/top.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/top.png new file mode 120000 index 0000000000000000000000000000000000000000..0e3f7a80d0e94ee3465e992acc04f1acd2ffbfda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/top.png @@ -0,0 +1 @@ +../../16x16/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/up.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/up.png new file mode 120000 index 0000000000000000000000000000000000000000..0d753258c211a38de0086edaa86e4708389034ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/up.png @@ -0,0 +1 @@ +../../16x16/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-fullscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6a410bee864a0a5d3ed1790b7c04381c977530 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-fullscreen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..b515fa39e9c78eca74306a020b602702d52349b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-refresh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-restore.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-restore.png new file mode 100644 index 0000000000000000000000000000000000000000..ae23ec061dc0e76ac3a4042a7a86b497ed4dd6e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-restore.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-sort-ascending.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c50fc58aa9f82d202dea437f19bba54b49f8f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-sort-ascending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-sort-descending.png new file mode 100644 index 0000000000000000000000000000000000000000..a146402071eaa39982bf1b1f42ec170683f836a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/view-sort-descending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window-close.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window-close.png new file mode 100644 index 0000000000000000000000000000000000000000..70ac2440f91ee03737daf283afe2e51d0305e685 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window-close.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window-new.png new file mode 100644 index 0000000000000000000000000000000000000000..a8a4da9cb1d90a70eb7ea814b903367bf9ec0e44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window.png new file mode 100644 index 0000000000000000000000000000000000000000..eb31a22ce6e8e5364a83da4613a11be494fd0119 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..1f11051cbb1e69aa39cc0daa41de7cdbb50d4c54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_fullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_new.png new file mode 120000 index 0000000000000000000000000000000000000000..37033450e4abdfc03e25b04c8e1ad0f5b3213869 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_new.png @@ -0,0 +1 @@ +../../16x16/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_nofullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_nofullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e2700368f3064d416727d49dab6f8dd1a285afc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/window_nofullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8ced240475a723a0bbda187606ac8448efa527 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/xfce-system-lock.png @@ -0,0 +1 @@ +../../16x16/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-best-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-best-fit.png new file mode 100644 index 0000000000000000000000000000000000000000..902db0c5dcfebd5c4929c92963503416bd347313 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-best-fit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-in.png new file mode 100644 index 0000000000000000000000000000000000000000..d0a25d31d830e2906bad49c7401448442357f8be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-in.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-original.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-original.png new file mode 100644 index 0000000000000000000000000000000000000000..e69774782a34d65790f23d37270282552598a1bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-original.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-out.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1ebb7db0c49c4f10b6a815388da11dedd58089 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/actions/zoom-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/Terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/Terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..2772c7a8e7b621384a399ed1b8f0818a34edddce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/Terminal.png @@ -0,0 +1 @@ +../../16x16/misc/root_terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/Thunar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/Thunar.png new file mode 100644 index 0000000000000000000000000000000000000000..015540a3ce796d078bc655a0cc5b66d380b739bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/Thunar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..909746f7ad66cfbf4fa023a6aa09143ccd15c44c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..570eb6a83448b3b657e504c4f5ead676441920a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..07f013850c94198beaeee48c4c3972383eb7d6cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-calculator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-character-map.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-character-map.png new file mode 100644 index 0000000000000000000000000000000000000000..1dda3089a9153727e8d053926131a9bac13b1559 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-character-map.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-dictionary-web.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-dictionary-web.png new file mode 100644 index 0000000000000000000000000000000000000000..5bb1043162df9e54084d50d4b197d022895481d4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-dictionary-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-dictionary.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-dictionary.png new file mode 100644 index 0000000000000000000000000000000000000000..172bdaebc57f9a9cee450c525e987c08d5297a39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-dictionary.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-snapshot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-snapshot.png new file mode 100644 index 0000000000000000000000000000000000000000..1acbe02737f72e5acae8ded94ed0286a6cce57bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-snapshot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..e587b71c2d569a50d20185f94eec48badac3e55c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/accessories-text-editor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/acroread.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/acroread.png new file mode 100644 index 0000000000000000000000000000000000000000..319f5721f293da0545872ee70ac6b7dd974da921 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/acroread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/amarok.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/amarok.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a98479924981ae93ddadd452f81cd1c91e6bf6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/amarok.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/antivirus.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/antivirus.png new file mode 100644 index 0000000000000000000000000000000000000000..c89f5c387f9a0f79cd25915066bc8f9a215e9fc4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/antivirus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applets-screenshooter.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applets-screenshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc6a4a2f357b7f865e0c4b09504576108d9658f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applets-screenshooter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applications-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applications-internet.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..db5aa3a807d134ea798595dfa99f255519f13728 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/applications-other.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/arts.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/arts.png new file mode 120000 index 0000000000000000000000000000000000000000..75a4ad4e0a780a779b83734a7ca52bc874ce5c9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/arts.png @@ -0,0 +1 @@ +../../16x16/apps/multimedia-preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/azureus.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/azureus.png new file mode 100644 index 0000000000000000000000000000000000000000..8e19dabd08b30609e8647b24c271c0e789f3aeaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/azureus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/background.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/background.png new file mode 120000 index 0000000000000000000000000000000000000000..2f04444d659fe16abe93e0505141f70f2b965afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/background.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/blender.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/blender.png new file mode 100644 index 0000000000000000000000000000000000000000..406ac605e79ddd41621bad7f0e7f6a55cfbfece1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/bluefish-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/bluefish-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..08f523014217b2f9ebac7a63932c60067bd88947 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/bluefish-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..11a3b6c623b10ca8a85768a4b4d1a126bbc2963b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/cdplayer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..444d86a4fc2eecd106d3d21311585f5ce9a53118 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/cdplayer-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/chart.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/chart.png new file mode 100644 index 0000000000000000000000000000000000000000..d0e232cfcbb07b76c0bcfb097afe161f32b7fe99 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/database.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/database.png new file mode 100644 index 0000000000000000000000000000000000000000..53d9961c4770949902db8fe15bc9658859c35288 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/database.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ddd.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ddd.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f626c627d610a3561f31ff1abfbffe909635e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ddd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/digikam.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/digikam.png new file mode 100644 index 0000000000000000000000000000000000000000..11f55ddccbb8606cf25f8fafd679335cea479cf5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/digikam.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/digikamcameraclient.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/digikamcameraclient.png new file mode 100644 index 0000000000000000000000000000000000000000..94bdada884a60a3fb775a9a53ec7fa2663c346b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/digikamcameraclient.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/emule.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/emule.png new file mode 100644 index 0000000000000000000000000000000000000000..4862c4677d3afa4212076bed1b08068f05ad72a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/emule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/evolution.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/evolution.png new file mode 120000 index 0000000000000000000000000000000000000000..5514edfcf3352801d89abba85263c954598fb760 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/evolution.png @@ -0,0 +1 @@ +../../16x16/actions/mail.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/file-manager.png new file mode 120000 index 0000000000000000000000000000000000000000..6cdf5fd4143e85764fb5e074883eb509ec144483 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/file-manager.png @@ -0,0 +1 @@ +../../16x16/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/file-roller.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/file-roller.png new file mode 100644 index 0000000000000000000000000000000000000000..2687ee296cb5473b03b262da0fdda402fc4e68e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/file-roller.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/firefox.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/firefox.png new file mode 100644 index 0000000000000000000000000000000000000000..e9052744e3f6cd4a0949c66ee16022011a470f9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/firefox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/firewall.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0b4c8d7ee43c18bad7ffdf5e0c952b22953f1f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/firewall.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gftp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gftp.png new file mode 100644 index 0000000000000000000000000000000000000000..1c731dd0253688b981ef1dc4d6141dcab639eb92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gimp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gimp.png new file mode 100644 index 0000000000000000000000000000000000000000..30134a6a0c5b9c22b6e623e0416095fc3a9c4c8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gimp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..bfc09f3c2dc0caa6439d77bb080f115de4404a09 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-applications.png @@ -0,0 +1 @@ +../../16x16/categories/applications-other.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba5ba7bfef37d8615c0c36ca3cea2bdb77f9a90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-calculator.png new file mode 120000 index 0000000000000000000000000000000000000000..c6911c109c956c4f2632efaca506e53b43f3260c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-calculator.png @@ -0,0 +1 @@ +../../16x16/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-cdplayer-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..369301a75c36b79c268c491cc6835f50feb96bd1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-cdplayer-icon.png @@ -0,0 +1 @@ +../../16x16/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-desktop-config.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-desktop-config.png new file mode 120000 index 0000000000000000000000000000000000000000..63acd9a6ae0b7608afe3bab2547cba3f3605ed35 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-desktop-config.png @@ -0,0 +1 @@ +../../16x16/categories/preferences-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..8905ade7418fccef89591a867d072f8bb518a3fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-devel.png @@ -0,0 +1 @@ +../../16x16/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-globe.png new file mode 100644 index 0000000000000000000000000000000000000000..52bed865626fac447a595c8788a4121a10863921 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-globe.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..62bebd9686fa3525985187559501717bd12b6a7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-graphics.png @@ -0,0 +1 @@ +../../16x16/apps/xfce-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-help.png new file mode 120000 index 0000000000000000000000000000000000000000..024580aa4fc92fdab47d7973c2ef50b30a33e2f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-help.png @@ -0,0 +1 @@ +../../16x16/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-info.png new file mode 120000 index 0000000000000000000000000000000000000000..989aef52e0a5aa955500e374804f6c910ba68034 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-info.png @@ -0,0 +1 @@ +../../16x16/apps/xfce-system-info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-joystick.png new file mode 100644 index 0000000000000000000000000000000000000000..fd191e85839987899ee79d9070f5fdb6d7dd3ec3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-joystick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-library.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-library.png new file mode 100644 index 0000000000000000000000000000000000000000..435334b009d7408375e485559c2c44ae42746147 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-library.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8ced240475a723a0bbda187606ac8448efa527 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-lockscreen.png @@ -0,0 +1 @@ +../../16x16/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..452a9bfec0cb9655b79e2b1fb6e7b39b3ba93843 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-logout.png @@ -0,0 +1 @@ +../../16x16/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-media-player-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-media-player-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..369301a75c36b79c268c491cc6835f50feb96bd1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-media-player-icon.png @@ -0,0 +1 @@ +../../16x16/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..73ff06f22a4d08c19e2a4ca851ec46a6216913e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-mixer.png @@ -0,0 +1 @@ +../../16x16/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-monitor.png new file mode 120000 index 0000000000000000000000000000000000000000..bfcfdc889775c544c8d6dd5903ad4488f38f4897 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-monitor.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..dbd5006ccd26a48c55a0b206a9177210360d643d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-multimedia.png @@ -0,0 +1 @@ +../../16x16/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-other.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-other.png new file mode 100644 index 0000000000000000000000000000000000000000..4cecc4bc3ebce883fb57a78fdde7a9b14dd369b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..2c6734933ee8414791640a06336cad42c5f7634c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-package.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-package.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..b94c794a5185d9ed6ccca19d00123dcc943e40ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-pdf.png @@ -0,0 +1 @@ +../../16x16/apps/acroread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-searchtool.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-searchtool.png new file mode 120000 index 0000000000000000000000000000000000000000..3d01b18dcc24c67fc7a405d80387ad560cfb0644 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-searchtool.png @@ -0,0 +1 @@ +../../16x16/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-accessibility-technologies.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-accessibility-technologies.png new file mode 120000 index 0000000000000000000000000000000000000000..1aafd2a505f86dedbb7892bbed6a8578ec95d718 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-accessibility-technologies.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-accessibility.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-background.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-background.png new file mode 120000 index 0000000000000000000000000000000000000000..2f04444d659fe16abe93e0505141f70f2b965afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-background.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-ui-behavior.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-ui-behavior.png new file mode 100644 index 0000000000000000000000000000000000000000..e43822a73176d4343b840219f805de940e9c91e2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings-ui-behavior.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..d0841b811dba8ffaf0ef68c9c54f02043a9a4023 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-settings.png @@ -0,0 +1 @@ +../../16x16/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..8efcd9da193d4d4b3ef1e65b23fe30e8d83eba4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-shutdown.png @@ -0,0 +1 @@ +../../16x16/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-starthere.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-starthere.png new file mode 120000 index 0000000000000000000000000000000000000000..2946d5e3d67d532cbb9e0eb414b2d275fc28b27d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-starthere.png @@ -0,0 +1 @@ +../../16x16/places/start-here.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-system.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-system.png new file mode 120000 index 0000000000000000000000000000000000000000..d7d9ff4950f8b76c08878a372099d8225f9da338 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-system.png @@ -0,0 +1 @@ +../../16x16/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..92cdd9c7748fdf539c8ff1f6e831b3d3ea57c66a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-terminal.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..6a9b647a6ef5306b70ad3e49dff12e138f18025b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gnome-util.png @@ -0,0 +1 @@ +../../16x16/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gqview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gqview.png new file mode 100644 index 0000000000000000000000000000000000000000..f363fcc1a898f9ed7b5edde4374d9b6ecbbccfcd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gqview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..88bf812be1f49380283f8db100f5ad26f5a1cf2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gtk-help.png @@ -0,0 +1 @@ +../../16x16/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gxine.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gxine.png new file mode 120000 index 0000000000000000000000000000000000000000..bad4d1681b03039e55237ce92d63e4191c1d1af7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/gxine.png @@ -0,0 +1 @@ +../../16x16/apps/xine.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help-browser.png new file mode 100644 index 0000000000000000000000000000000000000000..7a8946a0ab93219d3a80b1b04655c7203961aeff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help-browser.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help.png new file mode 120000 index 0000000000000000000000000000000000000000..88bf812be1f49380283f8db100f5ad26f5a1cf2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help.png @@ -0,0 +1 @@ +../../16x16/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help2.png new file mode 100644 index 0000000000000000000000000000000000000000..d14f8b145bc7bf0d1437bdc65e096298230adb13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/help2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-aim.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-aim.png new file mode 100644 index 0000000000000000000000000000000000000000..344428ea03bb033cd3c90fd7a6e90687232c7308 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-aim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-icq.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-icq.png new file mode 100644 index 0000000000000000000000000000000000000000..7b80b51637da93131a46c06f19ed81929d267b36 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-icq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-jabber.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-jabber.png new file mode 100644 index 0000000000000000000000000000000000000000..f1de9e33a87e0a98f65a2e153d01bb91c8ff47c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-jabber.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-msn.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-msn.png new file mode 100644 index 0000000000000000000000000000000000000000..941fecdbdf4bf3cc4029d46d526ddf02e15790b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-msn.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-nov.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-nov.png new file mode 100644 index 0000000000000000000000000000000000000000..fb997885c373b086810c1214e5f3a87518d70e75 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-nov.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-yahoo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-yahoo.png new file mode 100644 index 0000000000000000000000000000000000000000..8af1c36cb1cc0456c2a6913e6c3b607c3f54625e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/im-yahoo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/inkscape.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/inkscape.png new file mode 100644 index 0000000000000000000000000000000000000000..af18ed3947663de9aedc1e6437ffb0ecea5c0df0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/inkscape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kcmsound.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kcmsound.png new file mode 120000 index 0000000000000000000000000000000000000000..73ff06f22a4d08c19e2a4ca851ec46a6216913e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kcmsound.png @@ -0,0 +1 @@ +../../16x16/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kedit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kedit.png new file mode 120000 index 0000000000000000000000000000000000000000..d51c47874547cc1398c9f91dad6559f01e5fd95e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kedit.png @@ -0,0 +1 @@ +../../16x16/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..a4edfb7e222e784982a9a831aa4eb76fee254102 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kfm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kfm.png new file mode 120000 index 0000000000000000000000000000000000000000..6cdf5fd4143e85764fb5e074883eb509ec144483 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kfm.png @@ -0,0 +1 @@ +../../16x16/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/khelpcenter.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/khelpcenter.png new file mode 120000 index 0000000000000000000000000000000000000000..88bf812be1f49380283f8db100f5ad26f5a1cf2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/khelpcenter.png @@ -0,0 +1 @@ +../../16x16/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/konsole.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/konsole.png new file mode 120000 index 0000000000000000000000000000000000000000..92cdd9c7748fdf539c8ff1f6e831b3d3ea57c66a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/konsole.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..1fc072e4ca67f209e62225dda00701edddb22532 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/kscreensaver.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ksysguard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ksysguard.png new file mode 120000 index 0000000000000000000000000000000000000000..bfcfdc889775c544c8d6dd5903ad4488f38f4897 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ksysguard.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/limewire.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/limewire.png new file mode 100644 index 0000000000000000000000000000000000000000..a85102c8289964ae16f47f2311757dcc054db26c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/limewire.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/logviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/logviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..32f0b9e1fc8fac1ba886c3c56d96e0c08518f038 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/logviewer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..7c32c61e6c9f30422f40b99a12bd4130ef821b3c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/mplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd3f9cd8401d6b39a7776b61217cfaf617af709 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/mplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-balance-control.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-balance-control.png new file mode 100644 index 0000000000000000000000000000000000000000..d901f8bb5cbb20ca94c12662fc96b61eb8fe07b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-balance-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-control-center.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-control-center.png new file mode 100644 index 0000000000000000000000000000000000000000..365cd5adf8051e20b9367e245317da2fe3407bd6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-control-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-preferences.png new file mode 100644 index 0000000000000000000000000000000000000000..a7493d071bb7017ea4aa97a48970fd5f83311eed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-preferences.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-volume-control.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-volume-control.png new file mode 100644 index 0000000000000000000000000000000000000000..03fa8a926167ace59842bed05433db098aa16397 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia-volume-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..dbd5006ccd26a48c55a0b206a9177210360d643d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/multimedia.png @@ -0,0 +1 @@ +../../16x16/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/netbeans.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/netbeans.png new file mode 100644 index 0000000000000000000000000000000000000000..09157e187852d516af568ed5e5df42f79e8178a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/netbeans.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-base.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-base.png new file mode 100644 index 0000000000000000000000000000000000000000..cd49cca2f1c0cd571e8197b8c9d8218f4b22764b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..b23a890e553e1e4e85580c7f86f418be29573612 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..57a94b55babce1146385d0598bacbedffb9fe466 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..226b36b7884f1f5e4f793db9b68bafd347bdf35c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-math.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-math.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4fd79d1f8961a10ade4c17c7be0ceb510cbb24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..e74efd77dc3b8a1a76f2a88ad786c7402077e183 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..2da31e397ad47ec9b034edcc348a46e7a8f5d280 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo-writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_base.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_base.png new file mode 120000 index 0000000000000000000000000000000000000000..9d267d552189045609116f2f58809a2fb2bb4bec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_base.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_calc.png new file mode 120000 index 0000000000000000000000000000000000000000..b3ca3fefc47d4f2dcf14a01d280ed81f615c228b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_calc.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_draw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_draw.png new file mode 120000 index 0000000000000000000000000000000000000000..9272f6a1514826140e6763e495eef85d06397ca4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_draw.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_impress.png new file mode 120000 index 0000000000000000000000000000000000000000..57b5b8bab2bd79a77c52068c8d5e0c9f05ac35f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_impress.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_math.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_math.png new file mode 120000 index 0000000000000000000000000000000000000000..701e1c912a55f2f832958269c63311d433f2ca53 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_math.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_setup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_setup.png new file mode 120000 index 0000000000000000000000000000000000000000..8d754a0d3de12803cbae75d16f6e63262ff47a4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_setup.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_writer.png new file mode 120000 index 0000000000000000000000000000000000000000..b8150a4378b54bba6028f8c70c379cd9d1f53c49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ooo_writer.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-base.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-base.png new file mode 120000 index 0000000000000000000000000000000000000000..9d267d552189045609116f2f58809a2fb2bb4bec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-base.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-calc.png new file mode 120000 index 0000000000000000000000000000000000000000..b3ca3fefc47d4f2dcf14a01d280ed81f615c228b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-calc.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-draw.png new file mode 120000 index 0000000000000000000000000000000000000000..9272f6a1514826140e6763e495eef85d06397ca4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-draw.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-impress.png new file mode 120000 index 0000000000000000000000000000000000000000..57b5b8bab2bd79a77c52068c8d5e0c9f05ac35f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-impress.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-math.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-math.png new file mode 120000 index 0000000000000000000000000000000000000000..701e1c912a55f2f832958269c63311d433f2ca53 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-math.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-setup.png new file mode 120000 index 0000000000000000000000000000000000000000..8d754a0d3de12803cbae75d16f6e63262ff47a4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-setup.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-writer.png new file mode 120000 index 0000000000000000000000000000000000000000..b8150a4378b54bba6028f8c70c379cd9d1f53c49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg-writer.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg.png new file mode 120000 index 0000000000000000000000000000000000000000..8d754a0d3de12803cbae75d16f6e63262ff47a4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openofficeorg.png @@ -0,0 +1 @@ +../../16x16/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openterm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openterm.png new file mode 120000 index 0000000000000000000000000000000000000000..92cdd9c7748fdf539c8ff1f6e831b3d3ea57c66a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/openterm.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/opera.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/opera.png new file mode 100644 index 0000000000000000000000000000000000000000..cc478406e5a5ece6e0d300fb880c024f523b7943 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/opera.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/palm-pilot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/palm-pilot.png new file mode 120000 index 0000000000000000000000000000000000000000..d8375cf605e4cf5ec226adeaee70ac4574409de3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/palm-pilot.png @@ -0,0 +1 @@ +../../16x16/devices/pda.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-accessibility.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..76b151b4369cd1b36e0a7b0bf4bd68c23c787d45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-accessibility.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-default-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-default-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..1d8006bc60cb36f2e8cd6a5cf64524e31fc50192 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-default-applications.png @@ -0,0 +1 @@ +../../16x16/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-font.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-font.png new file mode 100644 index 0000000000000000000000000000000000000000..b3db00cb9cf6f8dae36959809ba1afae68475fae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-font.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-keyboard-shortcuts.png new file mode 100644 index 0000000000000000000000000000000000000000..e2adec59e6f3d6a9ec66daf5b2ec62543503edd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..af7f2289a8c1389c6b0bee5c0949c687f1a730ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-locale.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-locale.png new file mode 100644 index 0000000000000000000000000000000000000000..908f0c02e340b9e4049bdb2665a92f2bcaf43866 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-locale.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-remote-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-remote-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..da709c515ea5b8cde9d3466328b52ab4f7e63ed8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-remote-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..ffb79a71adf91ba2913f3cc4321ed1e5f6538323 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-screensaver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-theme.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-theme.png new file mode 100644 index 0000000000000000000000000000000000000000..d0f92e2771dae93983e77a1fb0b40c4bad533793 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-theme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-wallpaper.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a96efc54b2c5531ec7bd50fc53f5fb134a4234 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-desktop-wallpaper.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-system-windows.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-system-windows.png new file mode 100644 index 0000000000000000000000000000000000000000..8da786e36525f8180eb829faf74fa1714ae58a6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/preferences-system-windows.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/redhat-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/redhat-filemanager.png new file mode 120000 index 0000000000000000000000000000000000000000..6cdf5fd4143e85764fb5e074883eb509ec144483 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/redhat-filemanager.png @@ -0,0 +1 @@ +../../16x16/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ristretto.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ristretto.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc8deb0da053fbb7434753960165ea7417c1ef1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/ristretto.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/screensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..1fc072e4ca67f209e62225dda00701edddb22532 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/screensaver.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/search.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/search.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb06b7deea9a501f9c829b707fa396c0fad7221 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..42bca0e3ac953da61692bd7d7bbbef309d6bf235 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/skype.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/skype.png new file mode 100644 index 0000000000000000000000000000000000000000..8d66859f5e001eab400490deaf92852b1cf28540 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/skype.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..88bf812be1f49380283f8db100f5ad26f5a1cf2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/stock_help.png @@ -0,0 +1 @@ +../../16x16/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-date.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-date.png new file mode 100644 index 0000000000000000000000000000000000000000..ee87e1e1a7e12a268e34da5e125499c5eaeba465 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-date.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-display.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-display.png new file mode 100644 index 0000000000000000000000000000000000000000..272f5faac846d9a67f1426383d8b49f0ae123e5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..c83f4c9f39cd5c63a4da1fc9092fae66c22e4d28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-keyboard.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-language.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-language.png new file mode 120000 index 0000000000000000000000000000000000000000..5c9ff99a25dcc03dbb4ef6d09ad5bcc8b5a8af8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-language.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-locale.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-netboot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-netboot.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce5b9124d80544bd7485d67ccc9f4a9adad91fa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-netboot.png @@ -0,0 +1 @@ +../../16x16/misc/network-boot-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..474242eb5973a0f5d5975969995514ce7e9c6200 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-samba.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-samba.png new file mode 100644 index 0000000000000000000000000000000000000000..420754603177853f47faa11f73fedea036597d7a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-samba.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-securitylevel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-securitylevel.png new file mode 100644 index 0000000000000000000000000000000000000000..774450a50bb0520300e0ea4055d359cd01891cb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-securitylevel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-services.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-services.png new file mode 120000 index 0000000000000000000000000000000000000000..03fb5140dcc45522834c5e5e41159867e3b2c0fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-services.png @@ -0,0 +1 @@ +../../16x16/categories/system-services.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-soundcard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-soundcard.png new file mode 100644 index 0000000000000000000000000000000000000000..f1af85f98a00438635b06999d4a164744a77f0a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-soundcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-users.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-users.png new file mode 100644 index 0000000000000000000000000000000000000000..3dbae775a6329ca79f9b73af01503a10e34fbee6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-config-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-file-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..f83095110a9f9666a237389d2c8eb775a15b54d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-file-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-software-installer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-software-installer.png new file mode 100644 index 0000000000000000000000000000000000000000..cd07dcb2e6f7a3d7ff4a2becb40ee354d35fb83e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-software-installer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-software-update.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-software-update.png new file mode 100644 index 0000000000000000000000000000000000000000..0d7e92be882f0e78a9960a53b4b795d012a81e2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-software-update.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-users.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d71c9dcb0f7659aa1142543de30d3c2a1cd63b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/system-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..92cdd9c7748fdf539c8ff1f6e831b3d3ea57c66a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/terminal.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/text-editor.png new file mode 120000 index 0000000000000000000000000000000000000000..d51c47874547cc1398c9f91dad6559f01e5fd95e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/text-editor.png @@ -0,0 +1 @@ +../../16x16/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/thunderbird.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/thunderbird.png new file mode 100644 index 0000000000000000000000000000000000000000..989bc969de9cab9f86d1aeb32bd241f1b0ccd7df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/thunderbird.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/transmission.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/transmission.png new file mode 100644 index 0000000000000000000000000000000000000000..4adfc79dd507aae2e9c299c1a0e91e279ffe0cdd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/transmission.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/user-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/user-info.png new file mode 100644 index 0000000000000000000000000000000000000000..52dbe062bcad1b78701cfb4e0fd4f64d0d641c6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/user-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-network-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-network-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..1473efbdb8e07ded72b5457bf8addfb5ae385ed7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-network-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-system-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-system-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..46604a11d541564f079e9f6ac4a710404b386248 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-system-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..2d799704d2075ae3886c405ec7315653f97de6a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utilities-terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utils.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utils.png new file mode 100644 index 0000000000000000000000000000000000000000..08224a330be8e0f71ea0deff5e0546414646a539 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/utils.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/vim.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/vim.png new file mode 100644 index 0000000000000000000000000000000000000000..8b108f01801c2a47244685007f1eb9e6426038bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/vim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/vlc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..bfc602414277b35a2784e33de8f67ca7344c311a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/vlc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/volume-knob.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/volume-knob.png new file mode 120000 index 0000000000000000000000000000000000000000..73ff06f22a4d08c19e2a4ca851ec46a6216913e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/volume-knob.png @@ -0,0 +1 @@ +../../16x16/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wallpaper.png new file mode 120000 index 0000000000000000000000000000000000000000..2f04444d659fe16abe93e0505141f70f2b965afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wallpaper.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/web-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/web-browser.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/web-browser.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wine.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wine.png new file mode 100644 index 0000000000000000000000000000000000000000..8695ceead79b19b81abc5db1459f201ebe5bfb3d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wine2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wine2.png new file mode 100644 index 0000000000000000000000000000000000000000..b34fa5848ac20cd444378e30bd4db8c1bfaf570a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wine2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wmtweaks.png new file mode 120000 index 0000000000000000000000000000000000000000..a2d3a6ba839a3364248505361d10a9527705688c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/wmtweaks.png @@ -0,0 +1 @@ +../../16x16/misc/wmtweaks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/x.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/x.png new file mode 100644 index 0000000000000000000000000000000000000000..7a23f3b581397d32df1ef8682d4dfae35a575395 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/x.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xarchiver.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xarchiver.png new file mode 100644 index 0000000000000000000000000000000000000000..fe37a8686e8dd8cfbdf7163e6ef03d486066fa67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xarchiver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xcdroast.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xcdroast.png new file mode 100644 index 0000000000000000000000000000000000000000..27cb01e9da33760ab0196876cd71594c4fa4a5a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xcdroast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..0f450d936453b8196e2ad7562cd57f558a1f36b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfcalendar.png @@ -0,0 +1 @@ +../../16x16/apps/calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..d51c47874547cc1398c9f91dad6559f01e5fd95e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-edit.png @@ -0,0 +1 @@ +../../16x16/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-filemanager.png new file mode 100644 index 0000000000000000000000000000000000000000..bf1916c2037d964b7467f78367047a3f8fc575be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-filemanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..d2256a8cd25a850dc57f9d46cf6745b3f1e8ca0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-games.png @@ -0,0 +1 @@ +../../16x16/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..a6fd2cb77a210a3eb3e7229015ffb5976a42c0e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-graphics.png @@ -0,0 +1 @@ +../../16x16/categories/applications-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..7af82353ad17805c785ea815247e16c6b73f5b2e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-gtk-paste.png @@ -0,0 +1 @@ +../../16x16/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-internet.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..43b9366640dce992f98bc4f0b18b2d2d6e0c9a71 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mailcheck.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mailcheck.png new file mode 120000 index 0000000000000000000000000000000000000000..7f9197055e2169e23e44b4e179573bd95b45d82c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mailcheck.png @@ -0,0 +1 @@ +../../16x16/actions/mail-send-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-man.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-man.png new file mode 120000 index 0000000000000000000000000000000000000000..024580aa4fc92fdab47d7973c2ef50b30a33e2f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-man.png @@ -0,0 +1 @@ +../../16x16/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..0d80b6ef815e7a89d8a75a79778bbe67b9aee8f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-mouse.png @@ -0,0 +1 @@ +../../16x16/apps/xfce4-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..dbd5006ccd26a48c55a0b206a9177210360d643d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-multimedia.png @@ -0,0 +1 @@ +../../16x16/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-newmail.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-newmail.png new file mode 120000 index 0000000000000000000000000000000000000000..a646a11c10349ab0e659f38f497f7c683e17f790 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-newmail.png @@ -0,0 +1 @@ +../../16x16/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-nomail.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-nomail.png new file mode 100644 index 0000000000000000000000000000000000000000..172f53fc4f950e11d70024c975a34901f25c9ae0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-nomail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-oldmail.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-oldmail.png new file mode 120000 index 0000000000000000000000000000000000000000..5d05a88ac1ee0fb8c31e0d3d6283f2489a122e89 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-oldmail.png @@ -0,0 +1 @@ +../../16x16/actions/mail-mark-read.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-printer.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-schedule.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-schedule.png new file mode 100644 index 0000000000000000000000000000000000000000..045462f8ea9c5779ccf0c93609170a31406de9c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-schedule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-sound.png new file mode 120000 index 0000000000000000000000000000000000000000..33afc9e494e8fadea7975d3566c09fb6b269061c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-sound.png @@ -0,0 +1 @@ +../../16x16/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-exit.png new file mode 120000 index 0000000000000000000000000000000000000000..8efcd9da193d4d4b3ef1e65b23fe30e8d83eba4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-exit.png @@ -0,0 +1 @@ +../../16x16/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-info.png new file mode 100644 index 0000000000000000000000000000000000000000..b4eae2454b159167365de194f067ad841a8c68d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..b5f3306f907b2992de1170e104464f6c4728ddb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-lock.png @@ -0,0 +1 @@ +../../16x16/apps/gnome-lockscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..31d2b4bab1ea7e51d2e8821adb1d6a255fb2beeb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-system-settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..92cdd9c7748fdf539c8ff1f6e831b3d3ea57c66a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-terminal.png @@ -0,0 +1 @@ +../../16x16/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..0947f92326a04b53c1194d2d106e03ca02fe9588 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-trash_empty.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-trash-empty.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..c22db0c7684750bfaa6ad65315ec6b03b83c94c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-trash_full.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..54a5549706a452ceebc6b1b621cf869f33bcee73 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-unknown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..6a9b647a6ef5306b70ad3e49dff12e138f18025b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce-utils.png @@ -0,0 +1 @@ +../../16x16/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-appfinder.png new file mode 120000 index 0000000000000000000000000000000000000000..71abdbb8adc3e81af082a78c23fcba189aae63df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-appfinder.png @@ -0,0 +1 @@ +../../16x16/misc/xfce4-appfinder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-backdrop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-backdrop.png new file mode 120000 index 0000000000000000000000000000000000000000..2f04444d659fe16abe93e0505141f70f2b965afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-backdrop.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..838d2452b176f66f64055dd51a5b66950a0fbc73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-display.png @@ -0,0 +1 @@ +../../16x16/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-iconbox.png new file mode 120000 index 0000000000000000000000000000000000000000..2b71ab235c77f0f6b47575b3224a3ab6325b14ac --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-iconbox.png @@ -0,0 +1 @@ +../../16x16/misc/iconbox.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..08d606af55bc14b917f759e1eab06342e3044691 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-keyboard.png @@ -0,0 +1 @@ +../../16x16/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-menueditor.png new file mode 120000 index 0000000000000000000000000000000000000000..fab3a20b7c1d1b19051ca3cc6adeff67a751f0f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-menueditor.png @@ -0,0 +1 @@ +../../16x16/misc/menueditor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..33afc9e494e8fadea7975d3566c09fb6b269061c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-mixer.png @@ -0,0 +1 @@ +../../16x16/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..da521f3d258b8a8439c17a53a46ee56c38ca2391 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-mouse.png @@ -0,0 +1 @@ +../../16x16/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-panel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-panel.png new file mode 100644 index 0000000000000000000000000000000000000000..9b8d80e4e1a1cb8bbb94a5e51b956670ebcc754f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-panel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-session.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-session.png new file mode 120000 index 0000000000000000000000000000000000000000..a8ee65992919d367760bf8fc42ad557687ab7ae5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-session.png @@ -0,0 +1 @@ +../../16x16/misc/sm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..d0841b811dba8ffaf0ef68c9c54f02043a9a4023 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-settings.png @@ -0,0 +1 @@ +../../16x16/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-splash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-splash.png new file mode 100644 index 0000000000000000000000000000000000000000..cef8a2c1e20a672ef0de14add810e5b570cc394f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-splash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-taskbar.png new file mode 120000 index 0000000000000000000000000000000000000000..bfc77f1e8d44df009d9a81b3286afe4e27ddebbf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-taskbar.png @@ -0,0 +1 @@ +../../16x16/misc/taskbar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-ui.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-ui.png new file mode 120000 index 0000000000000000000000000000000000000000..5709c3940e83f477aa5d8f79b7a74c072ea32532 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-ui.png @@ -0,0 +1 @@ +../../16x16/misc/ui.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-workspaces.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-workspaces.png new file mode 120000 index 0000000000000000000000000000000000000000..5bc95186a97ab4b405f2f3a50a23708ce3b6a1f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfce4-workspaces.png @@ -0,0 +1 @@ +../../16x16/misc/wksp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..452a9bfec0cb9655b79e2b1fb6e7b39b3ba93843 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-logout.png @@ -0,0 +1 @@ +../../16x16/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-reboot.png new file mode 120000 index 0000000000000000000000000000000000000000..6b0806e91b29560304bf4bb5a9c1dd667b611d6e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-reboot.png @@ -0,0 +1 @@ +../../16x16/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..8efcd9da193d4d4b3ef1e65b23fe30e8d83eba4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfsm-shutdown.png @@ -0,0 +1 @@ +../../16x16/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfwm4.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfwm4.png new file mode 120000 index 0000000000000000000000000000000000000000..9e03575decc949802338a55591d7b8df1e2c1f26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xfwm4.png @@ -0,0 +1 @@ +../../16x16/misc/wm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xine.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xine.png new file mode 100644 index 0000000000000000000000000000000000000000..2d48c885be48c8cf7c919d0e615bf80dc5a9feb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xsane.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xsane.png new file mode 100644 index 0000000000000000000000000000000000000000..0af43b92e640f1e07314ba78560a97734a4d3fb0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xsane.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..1fc072e4ca67f209e62225dda00701edddb22532 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/apps/xscreensaver.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-accessories.png new file mode 100644 index 0000000000000000000000000000000000000000..11518f5da4d82955543c9bb1087fcc9ec07ce446 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-accessories.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-development.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..71ed72a748225d6bce8b3a59c4ec2003f1e14cfb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-development.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-education.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-education.png new file mode 100644 index 0000000000000000000000000000000000000000..74d8cca4ee6d9a3db613a4328fbf1d5070051353 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-education.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-engineering.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-engineering.png new file mode 100644 index 0000000000000000000000000000000000000000..fa152c2549d4e23d6ecfb129a143a3726b62d004 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-engineering.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-games.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-games.png new file mode 100644 index 0000000000000000000000000000000000000000..c249d830f6b882205bb7e0df3de2d01df37883fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-games.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-graphics.png new file mode 100644 index 0000000000000000000000000000000000000000..b76a3e950b041c3b208d0bbff046797539ef3fe4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-graphics.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-internet.png new file mode 100644 index 0000000000000000000000000000000000000000..4bb52d375fe2192ee439465d73330e7131e8af6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-internet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..fd870d034006e5601c7c460deddd39eac0f1d442 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-office.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-office.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc1c1e17c8cb90b4e6b5d1de7c8d909c2467f44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-office.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..1d8006bc60cb36f2e8cd6a5cf64524e31fc50192 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-other.png @@ -0,0 +1 @@ +../../16x16/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-science.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-science.png new file mode 100644 index 0000000000000000000000000000000000000000..a5cb93123970252a7891b4368747f575ae69559a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-science.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-system.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-system.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb5bc05be35666cdf94811d3dd3075ffaa4e2ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-utilities.png new file mode 100644 index 0000000000000000000000000000000000000000..6eafafe22efa4c4e7dcb2154dcf40031be60bb3b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/applications-utilities.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/extension.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/extension.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbd86883594563fa9342c2e62198cfe7fb816d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/extension.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..8905ade7418fccef89591a867d072f8bb518a3fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-devel.png @@ -0,0 +1 @@ +../../16x16/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-globe.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-globe.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-joystick.png new file mode 120000 index 0000000000000000000000000000000000000000..4837df17f41306c0aef4e001282ae639e58d1308 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-joystick.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-fun.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..c70b9d86adf1f0b6481eece86bc51a674df7342f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/gnome-util.png @@ -0,0 +1 @@ +../../16x16/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_development.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_development.png new file mode 120000 index 0000000000000000000000000000000000000000..8905ade7418fccef89591a867d072f8bb518a3fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_development.png @@ -0,0 +1 @@ +../../16x16/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_games.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_games.png new file mode 120000 index 0000000000000000000000000000000000000000..d2256a8cd25a850dc57f9d46cf6745b3f1e8ca0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_games.png @@ -0,0 +1 @@ +../../16x16/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_network.png new file mode 120000 index 0000000000000000000000000000000000000000..5802ab69f07413480e1a7d634ee2cf147376c159 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_network.png @@ -0,0 +1 @@ +../../16x16/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..a6a22a0dbab7e16b265c8400d406ed695aa4de20 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_settings.png @@ -0,0 +1 @@ +../../16x16/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_utilities.png new file mode 120000 index 0000000000000000000000000000000000000000..c70b9d86adf1f0b6481eece86bc51a674df7342f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/package_utilities.png @@ -0,0 +1 @@ +../../16x16/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop-peripherals.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop-peripherals.png new file mode 100644 index 0000000000000000000000000000000000000000..30dc51fb5ba362220f816eb669cb2ae411d9b59e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop-peripherals.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop-personal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop-personal.png new file mode 100644 index 0000000000000000000000000000000000000000..c7581fb8e0c06eec31ae66d51c0627aec17ad46f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop-personal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7eb78382ec521e25c411ecf560e6a3b7cac7d4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-other.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-other.png new file mode 100644 index 0000000000000000000000000000000000000000..c29458645d3e5069bcdae7793a2c431649043d32 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-system-network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-system-network.png new file mode 100644 index 0000000000000000000000000000000000000000..8656d0d496a507d6715330080719c398e1a4a4d4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-system-network.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-system.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..31d2b4bab1ea7e51d2e8821adb1d6a255fb2beeb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/preferences-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..8da4db6a3461c06db02bdc48f8f4e9a4ce1021e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-accessories.png @@ -0,0 +1 @@ +../../16x16/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-games.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-games.png new file mode 120000 index 0000000000000000000000000000000000000000..d2256a8cd25a850dc57f9d46cf6745b3f1e8ca0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-games.png @@ -0,0 +1 @@ +../../16x16/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-internet.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-programming.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-programming.png new file mode 120000 index 0000000000000000000000000000000000000000..8905ade7418fccef89591a867d072f8bb518a3fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-programming.png @@ -0,0 +1 @@ +../../16x16/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-system_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-system_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..a6a22a0dbab7e16b265c8400d406ed695aa4de20 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/redhat-system_settings.png @@ -0,0 +1 @@ +../../16x16/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/stock_internet.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-favorites.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..3dae3c14ae725d0a7903e795baae0e5fc8f840b3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-favorites.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-help.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9ff815524be7bfa22d39133da0c5ef2311dbb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-help.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-services.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-services.png new file mode 100644 index 0000000000000000000000000000000000000000..2435b4331a4f0b8f7436edf2df0fd3342fc52ea7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/system-services.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..d2256a8cd25a850dc57f9d46cf6745b3f1e8ca0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-games.png @@ -0,0 +1 @@ +../../16x16/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-internet.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-system-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..a6a22a0dbab7e16b265c8400d406ed695aa4de20 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-system-settings.png @@ -0,0 +1 @@ +../../16x16/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..c70b9d86adf1f0b6481eece86bc51a674df7342f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/categories/xfce-utils.png @@ -0,0 +1 @@ +../../16x16/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/3floppy_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/3floppy_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..5f7c729809cd725c686e53874511c40f8a5118db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/3floppy_unmount.png @@ -0,0 +1 @@ +../../16x16/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-card.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-card.png new file mode 100644 index 0000000000000000000000000000000000000000..6594ac2c699a54fb32134533140c0a9eef23064c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-input-line.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-input-line.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2e82d77ba834daffb66657605034acda12766e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-input-line.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-input-microphone.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-input-microphone.png new file mode 100644 index 0000000000000000000000000000000000000000..ba6df3637a8400f7dda79a7dffcae27a1d3b23bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/audio-input-microphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/battery.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/battery.png new file mode 100644 index 0000000000000000000000000000000000000000..25510b4060f8391b7ef7aae1c91f96c0737ab2f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/battery.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camara-video-security.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camara-video-security.png new file mode 100644 index 0000000000000000000000000000000000000000..5de3d04f2216d17fc07a06b1169f3bd29a28c639 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camara-video-security.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-photo-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-photo-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0ab5277d80ee5f858523cdf707e8c2d2040394 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-photo-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-photo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-photo.png new file mode 100644 index 0000000000000000000000000000000000000000..0b062ebb22da7b10040dbf591185ff2cb883b8f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-photo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-video-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-video-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7707a2ab0a85f72512037aa8eca8153b704688 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-video-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-video.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-video.png new file mode 100644 index 0000000000000000000000000000000000000000..b15dd8c7e654e9bab0d0c8a93176e1e0e17f824c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-video.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-web.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-web.png new file mode 100644 index 0000000000000000000000000000000000000000..0f6b55a167c701f58356579ef65303e527166dee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/camera-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cdrom_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cdrom_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cdrom_unmount.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cdwriter_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cdwriter_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cdwriter_unmount.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/chardevice.png new file mode 120000 index 0000000000000000000000000000000000000000..838d2452b176f66f64055dd51a5b66950a0fbc73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/chardevice.png @@ -0,0 +1 @@ +../../16x16/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/computer-portable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/computer-portable.png new file mode 100644 index 0000000000000000000000000000000000000000..0cdcfbcd17fdf461fc11021dadcaabf1b9f2d372 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/computer-portable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/computer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..f9891c42e84ec5d6ca82bc451bc451e553a7c2f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/computer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cpu.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cpu.png new file mode 120000 index 0000000000000000000000000000000000000000..457c962cd5546c85f415044b70dfd292363bfe36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/cpu.png @@ -0,0 +1 @@ +../../16x16/devices/processor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/dev-pcmcia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/dev-pcmcia.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1397083d2478708f45fb7e16c780c7aa32bef0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/dev-pcmcia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/display.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/display.png new file mode 120000 index 0000000000000000000000000000000000000000..838d2452b176f66f64055dd51a5b66950a0fbc73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/display.png @@ -0,0 +1 @@ +../../16x16/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..154058fce7b563ceb624088a261af16f821094f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-cdrom.png @@ -0,0 +1 @@ +../../16x16/devices/drive-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..2b617208c604d83654c67577155d6898d0a1e0fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..6cccd7c04322e3307a4eee9549b4bd57bc033a39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..afa98bd1c8a7279e2db0f9e8a611b71ec06bae88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..ab6d33afd86a9770094eea740ad203ad53b9ce85 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-harddisk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..68a25ef467daf12a8dbc725bf6b7a6c1cf2246f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..9e776a6b73f40ffa8510a067c8dd75beb9f9d068 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..ca225e539b3a4f0e198c70b6c769c686ce0d60a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5ef59afe97673e432817dc68e63be378a1d9c5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..039839b6b71c5090e2d6bcd4513e4b20b400bdab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..7207fd088b0df3056abb61337250dafbf7925f68 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..f20910ad85d2c7b2a988e356f972add9fc45fbba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media.png new file mode 100644 index 0000000000000000000000000000000000000000..9db5bc91d72ff4fe28eb22eab0401c64df56b126 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/drive-removable-media.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/dvd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/dvd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/dvd_unmount.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/fs-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/fs-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..a991f6658083eaac557a0a47a13e11ce206b8df0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/fs-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-battery.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-battery.png new file mode 120000 index 0000000000000000000000000000000000000000..788497c473092f220adcb187cf6b435318a3da51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-battery.png @@ -0,0 +1 @@ +../../16x16/devices/battery.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-cdrom-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..e89454a1b60aa94bf720ce6e2322ce979f27add7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +../../16x16/devices/media-cdrom-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-cdrom.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-computer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-computer.png new file mode 120000 index 0000000000000000000000000000000000000000..d7d9ff4950f8b76c08878a372099d8225f9da338 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-computer.png @@ -0,0 +1 @@ +../../16x16/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-cdr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-cdr.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-cdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-cdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdr-plus.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdr.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdram.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdram.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-dvd.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-dvd.png new file mode 120000 index 0000000000000000000000000000000000000000..15c40d7f18075af0f92f7df2a278231eb6054560 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-dvd.png @@ -0,0 +1 @@ +../../16x16/devices/media-dvd-movie.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..5f7c729809cd725c686e53874511c40f8a5118db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-floppy.png @@ -0,0 +1 @@ +../../16x16/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-harddisk.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-ipod.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-ipod.png new file mode 120000 index 0000000000000000000000000000000000000000..8d9e4bc9338a80e26522c6149f9bc8c3f0ee0b2c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-ipod.png @@ -0,0 +1 @@ +../../16x16/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-jazdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-jazdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..78bc65f466ef7c1355dad2106fd0b0c36bebe72e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-jazdisk.png @@ -0,0 +1 @@ +../../16x16/devices/media-jaz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..08d606af55bc14b917f759e1eab06342e3044691 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-keyboard.png @@ -0,0 +1 @@ +../../16x16/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-cf.png new file mode 120000 index 0000000000000000000000000000000000000000..348f39a00edd19f3ddd432f979cd67d0009f4698 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-cf.png @@ -0,0 +1 @@ +../../16x16/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-ms.png new file mode 120000 index 0000000000000000000000000000000000000000..348f39a00edd19f3ddd432f979cd67d0009f4698 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-ms.png @@ -0,0 +1 @@ +../../16x16/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-sdmmc.png new file mode 120000 index 0000000000000000000000000000000000000000..348f39a00edd19f3ddd432f979cd67d0009f4698 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-sdmmc.png @@ -0,0 +1 @@ +../../16x16/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-sm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-sm.png new file mode 120000 index 0000000000000000000000000000000000000000..348f39a00edd19f3ddd432f979cd67d0009f4698 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-media-sm.png @@ -0,0 +1 @@ +../../16x16/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-mouse-ball.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-mouse-ball.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed18b19d935dc327ee9991c1866e2b62d654a00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-mouse-ball.png @@ -0,0 +1 @@ +../../16x16/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-mouse-optical.png new file mode 120000 index 0000000000000000000000000000000000000000..da521f3d258b8a8439c17a53a46ee56c38ca2391 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-mouse-optical.png @@ -0,0 +1 @@ +../../16x16/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-network.png new file mode 120000 index 0000000000000000000000000000000000000000..5802ab69f07413480e1a7d634ee2cf147376c159 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-network.png @@ -0,0 +1 @@ +../../16x16/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-printer.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..03dd63f223a0c17337db18e8bcf0536c189dd323 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable-1394.png @@ -0,0 +1 @@ +../../16x16/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..03dd63f223a0c17337db18e8bcf0536c189dd323 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable-usb.png @@ -0,0 +1 @@ +../../16x16/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable.png new file mode 120000 index 0000000000000000000000000000000000000000..03dd63f223a0c17337db18e8bcf0536c189dd323 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-removable.png @@ -0,0 +1 @@ +../../16x16/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-scanner.png new file mode 120000 index 0000000000000000000000000000000000000000..4ae558d8c6fc1539a71233993d00e16d9edc0e2c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-scanner.png @@ -0,0 +1 @@ +../../16x16/devices/scanner.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-symlink.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-symlink.png new file mode 100644 index 0000000000000000000000000000000000000000..f87764b04a1c11e6436c6bc970e55df7bdeb5e52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-symlink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-zipdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-zipdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..59b7302ba1250cce66cd4c546098b2a27ca2dd2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-dev-zipdisk.png @@ -0,0 +1 @@ +../../16x16/devices/media-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..d7d9ff4950f8b76c08878a372099d8225f9da338 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gnome-fs-client.png @@ -0,0 +1 @@ +../../16x16/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-cdrom.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..5f7c729809cd725c686e53874511c40f8a5118db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-floppy.png @@ -0,0 +1 @@ +../../16x16/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/gtk-harddisk.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/harddrive.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/harddrive.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/harddrive.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/hdd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/hdd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/hdd_unmount.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/headphone.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/headphone.png new file mode 100644 index 0000000000000000000000000000000000000000..5f8580ac321b70d7fb23b141373c9c8b82c23b5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/headphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-gaming.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-gaming.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9022afb5874d16eb9f07b2247e79f610b85f93 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-gaming.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..980fb8a97f9373575e2496e78940b7e5d1ad356d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-mouse-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..f837fb1c42e245f8248a1b7423fc86e1d2ed7f97 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-mouse-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..87d924a6ed61a6c3ae1faf57571ffbdda4b86722 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-mouse.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-tablet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-tablet.png new file mode 100644 index 0000000000000000000000000000000000000000..498938509ec478616f89ea81fac9cf6c7aac996c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/input-tablet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/ipod_mount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/ipod_mount.png new file mode 120000 index 0000000000000000000000000000000000000000..8d9e4bc9338a80e26522c6149f9bc8c3f0ee0b2c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/ipod_mount.png @@ -0,0 +1 @@ +../../16x16/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..08d606af55bc14b917f759e1eab06342e3044691 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/keyboard.png @@ -0,0 +1 @@ +../../16x16/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/kjobviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/kjobviewer.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/kjobviewer.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/kxkb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/kxkb.png new file mode 120000 index 0000000000000000000000000000000000000000..08d606af55bc14b917f759e1eab06342e3044691 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/kxkb.png @@ -0,0 +1 @@ +../../16x16/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cassete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cassete.png new file mode 100644 index 0000000000000000000000000000000000000000..4472db097eb210681a9f4003f5422532fe57a1e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cassete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cassete2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cassete2.png new file mode 100644 index 0000000000000000000000000000000000000000..4472db097eb210681a9f4003f5422532fe57a1e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cassete2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..f762800f0bbf5610d5a0858f1c2d02d17d3cd39b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cdrom-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..d13d608c9a838c539505925bca7aaa8ec9d57172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cdrom.png @@ -0,0 +1 @@ +../../16x16/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..e01fd839c27d7fd500b6fc94847911984e953cab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-cf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-dvd-movie.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-dvd-movie.png new file mode 100644 index 0000000000000000000000000000000000000000..90886e2e1001678c48fa2d47d8a29f4c18e4140b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-dvd-movie.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..34a4fc2edb8c7e850e1774875bc0ffd8a38de15b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-floppy.png new file mode 100644 index 0000000000000000000000000000000000000000..2750ca8e5049d958d9ef8085fd452c0e74061f34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-floppy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-jaz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-jaz.png new file mode 100644 index 0000000000000000000000000000000000000000..9c66291f82f211c80ad78122aca4df8babb1b838 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-jaz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-ms.png new file mode 100644 index 0000000000000000000000000000000000000000..22338abd66d243d4cad0933d532a6071a9223220 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-ms.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..ef42fbf1048065ba48ba6e3e80c4ce89019030aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..288595eea64487dd479ff0028c19f80c618e96f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-sdmmc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-tape.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d4cf7f0c5907a8145127f6e9dd9193ae040a39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-tape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-vinyl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-vinyl.png new file mode 100644 index 0000000000000000000000000000000000000000..ac69c812ac6e76ade08ce6b4cff8bfcf29af35bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-vinyl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..0e735f2bf2b6b4a9839864dcb47b174ebaa45e9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/media-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/memory.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/memory.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a8bd1393d395388894d1cccf983a314948d097 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/memory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/modem.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/modem.png new file mode 100644 index 0000000000000000000000000000000000000000..8f49a5087774fed214bfe59ea4d1f196e5dbe3ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/modem.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed18b19d935dc327ee9991c1866e2b62d654a00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/mouse.png @@ -0,0 +1 @@ +../../16x16/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/multimedia-player.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/multimedia-player.png new file mode 100644 index 0000000000000000000000000000000000000000..b73dd56f1a421e7b20637b2b78673d87761632eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/multimedia-player.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-card-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-card-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..d940b3879df9c10cd3d233f5410d86e1886cac0e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-card-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-card-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-card-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..2f0c86df0456f0c33e06ae845cc07cb140738eba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-card-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..6297a5b83324ac1c9952d14de8c417224f6de706 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..67309f8730cd757c87e010ffb7453e8572ab17e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network_fs.png new file mode 120000 index 0000000000000000000000000000000000000000..e972e1edeaf5a45fd2baa2f83d244fddfae5500e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/network_fs.png @@ -0,0 +1 @@ +../../16x16/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/pda.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..fc3594b9ed04552972782eaceb9fa7a8e94f5e03 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/pda.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/phone.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f915417f9e43bcae1379cdc7ff4a9cbb5da3f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/phone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer-class.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer-class.png new file mode 100644 index 0000000000000000000000000000000000000000..fe17e021417df58a84ee712890475fc333c2138a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer-class.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer-remote.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer.png new file mode 100644 index 0000000000000000000000000000000000000000..a95d2a13139ff8cca4ad80d1733e255c0a524730 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer1.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer1.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printer1.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printmgr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printmgr.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/printmgr.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/processor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/processor.png new file mode 100644 index 0000000000000000000000000000000000000000..75c5e43bbecc1b6c7bf9db5cbac2b648ebc288ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/processor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/remote.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/remote.png new file mode 100644 index 0000000000000000000000000000000000000000..553499f6f8964e89e95fe387309259d7cae6d3b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..8a4e3ed2ac995ff06464f3acce8e8959be9640b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/scanner.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/stock_printers.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/stock_printers.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/stock_printers.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/system-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/system-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..5f7c729809cd725c686e53874511c40f8a5118db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/system-floppy.png @@ -0,0 +1 @@ +../../16x16/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/system.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/system.png new file mode 120000 index 0000000000000000000000000000000000000000..d7d9ff4950f8b76c08878a372099d8225f9da338 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/system.png @@ -0,0 +1 @@ +../../16x16/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/usbpendrive_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/usbpendrive_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..03dd63f223a0c17337db18e8bcf0536c189dd323 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/usbpendrive_unmount.png @@ -0,0 +1 @@ +../../16x16/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-card.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-card.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6c018d4150f7352acb7e781f0c6d6e79ab462e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-display.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-display.png new file mode 100644 index 0000000000000000000000000000000000000000..80e6d308fd321d4ef8e0756ad23caa5905522a6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-projector.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-projector.png new file mode 100644 index 0000000000000000000000000000000000000000..f9379650041370e44e3baa7e3d638864abbbf1d5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-projector.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-television.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-television.png new file mode 100644 index 0000000000000000000000000000000000000000..38722733d4a96fc859a6acd273893183f65a1390 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/video-television.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce-printer.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..838d2452b176f66f64055dd51a5b66950a0fbc73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-display.png @@ -0,0 +1 @@ +../../16x16/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..08d606af55bc14b917f759e1eab06342e3044691 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-keyboard.png @@ -0,0 +1 @@ +../../16x16/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed18b19d935dc327ee9991c1866e2b62d654a00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/xfce4-mouse.png @@ -0,0 +1 @@ +../../16x16/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_HD.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_HD.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_HD.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_idetude.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_idetude.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_idetude.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed18b19d935dc327ee9991c1866e2b62d654a00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_mouse.png @@ -0,0 +1 @@ +../../16x16/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_printer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_printer.png new file mode 120000 index 0000000000000000000000000000000000000000..6e481e9c713d1736123d23f603b901ec7c44456b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/devices/yast_printer.png @@ -0,0 +1 @@ +../../16x16/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-bookmarks.png new file mode 100644 index 0000000000000000000000000000000000000000..5209594ea83bf08c0f362075bd378af5b5afd41c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-bookmarks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-camera.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-camera.png new file mode 120000 index 0000000000000000000000000000000000000000..edaddb7bd56ec372d859261175a1701f5622e328 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-camera.png @@ -0,0 +1 @@ +../../16x16/devices/camera-photo-pocket.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-certified.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-certified.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2ebaedd13975bb969079dfb4e9250aa6655920 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-certified.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..322c6d61f7a56f1748939e7b47e24da6bb009a9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-added.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-added.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b66bc35f75b3c88b6ab39383b7de150d6b2e88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-added.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-conflict.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..8224ae94b59cdca1b44859ca7693a86b0a6340ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-conflict.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-removed.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-removed.png new file mode 100644 index 0000000000000000000000000000000000000000..916b89a2bb97ba994bbee3e5b94215848ea1ef1f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-cvs-removed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-danger.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..19645c186234db96048a1c1902d07f90c6b62178 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-danger.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-default.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-default.png new file mode 100644 index 0000000000000000000000000000000000000000..8d14024fe3b6d4431e97299873649200eeeaa8d1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-default.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-desktop-2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-desktop-2.png new file mode 100644 index 0000000000000000000000000000000000000000..79978a913557c2ecf1676518e5238b40ff35d122 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-desktop-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..ece92511903b23f565b18e95f522e66d36f87099 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-distinguished.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-distinguished.png new file mode 100644 index 0000000000000000000000000000000000000000..8c33fb8050e3d4e46bb21bddb3866b240cef0f92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-distinguished.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-documents.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-documents.png new file mode 100644 index 0000000000000000000000000000000000000000..d13e2e4b62f42ae1a6df3e59a3fe080cd613599a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-documents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-downloads-2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-downloads-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c94c3842f244dbd5bd0459e167680aa4553dab29 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-downloads-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-downloads.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..368d72146c2413c45f27b8ed694d87e0a04ae511 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-downloads.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-error.png new file mode 100644 index 0000000000000000000000000000000000000000..926a7ea5cc1c8305a7ce5611f8278be801798907 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-favorite.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..d331b14d7ae4ddfcc5c74d81c26eda7c355687c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-favorite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-fun.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-fun.png new file mode 100644 index 0000000000000000000000000000000000000000..fd191e85839987899ee79d9070f5fdb6d7dd3ec3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-fun.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..394d41620ccb7312b47e83d0fdfb5a0332ba107e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-important.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-important.png new file mode 100644 index 0000000000000000000000000000000000000000..1982fc0b9840008c153155dae3a0e38d483b8bdb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..32be2e13649f743bd4d00d290c67a0b1bbf148fb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-money.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-money.png new file mode 100644 index 0000000000000000000000000000000000000000..da46d44ec4d1943b9fa67771a3752a72c775b9eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..fd870d034006e5601c7c460deddd39eac0f1d442 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-new.png new file mode 100644 index 0000000000000000000000000000000000000000..2466b656977783146ca1442a50bc762cdc8819cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-noread.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-noread.png new file mode 100644 index 0000000000000000000000000000000000000000..badb5393d5eda65b71f06c9b70cd005029b4fb69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-noread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-nowrite.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-nowrite.png new file mode 100644 index 0000000000000000000000000000000000000000..2061b2592cc81f6a8a6e7b0f9f6b0151028a1354 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-nowrite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-ohno.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-ohno.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a587792e1f197017269c577f23ca87f2e24096 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-ohno.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-package.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-package.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3460c6aef3697b2fb3e086a68a7a7f6ee17d9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-package.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-photos.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-photos.png new file mode 120000 index 0000000000000000000000000000000000000000..3c314c0f4f961593b99ab309018f2964e033b229 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-photos.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-pictures.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-pictures.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-pictures.png new file mode 100644 index 0000000000000000000000000000000000000000..8e99d64d6147ebec6c89a17d1254559d1c8c8b90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-pictures.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-public.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-public.png new file mode 100644 index 0000000000000000000000000000000000000000..df42e5160b3893a2142bd6b787cea74a9eae24e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-public.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-readonly.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-readonly.png new file mode 120000 index 0000000000000000000000000000000000000000..d36d267dfdb5b4b50a85d59d6c8e4dd667271d11 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-readonly.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-relax.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-relax.png new file mode 100644 index 0000000000000000000000000000000000000000..2bbd8a1939ba1c51d41ef946a2a9037034b71ff0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-relax.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-shared.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-shared.png new file mode 100644 index 0000000000000000000000000000000000000000..d913ab24e6189c7f28301b04149a40136e8e81ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-shared.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-sound.png new file mode 100644 index 0000000000000000000000000000000000000000..8d5beb9c0c7fc6ebd1277ee5e2977cafa059b5aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-sound.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-special.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-special.png new file mode 100644 index 0000000000000000000000000000000000000000..0c4c3b9ad66b83cdc3d40013392e11c395541120 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-special.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-symbolic-link.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-symbolic-link.png new file mode 100644 index 0000000000000000000000000000000000000000..ec61b5a42af53bfbbd7c91a44576a3ac02e83e53 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-symbolic-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-symbolic-link2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-symbolic-link2.png new file mode 100644 index 0000000000000000000000000000000000000000..7edb9e0d701d98cf292f4e0ad33b01ba2ec47938 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-symbolic-link2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-system.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-system.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb5bc05be35666cdf94811d3dd3075ffaa4e2ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-unreadable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-unreadable.png new file mode 120000 index 0000000000000000000000000000000000000000..22f6718d5ac1fcdddf42b3156d9dde1cdec72e95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-unreadable.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-noread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..e238e298e2270b55bca9c938b0aafcec6a8f6d53 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-web.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-web.png new file mode 100644 index 0000000000000000000000000000000000000000..14a425073ea0c07999330ff69a926ca45a4472cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emblems/emblem-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-angel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-angel.png new file mode 100644 index 0000000000000000000000000000000000000000..2c2d75a6e59fe1d75531bc8974b83d6d59697e60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-angel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-angry.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-angry.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd3a85879d81de7cc851b40857391a8d856524c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-angry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..4955d3d4768c2ccaf49630af902a9394fccd2bc9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-crying.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-crying.png new file mode 100644 index 0000000000000000000000000000000000000000..04882000860bf3d07f1f757a095f7d309462b03d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-crying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-devilish.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-devilish.png new file mode 100644 index 0000000000000000000000000000000000000000..9e452f2f6d1d04903ac2ebb604e45af6a4ac9081 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-devilish.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-embarrassed.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-embarrassed.png new file mode 100644 index 0000000000000000000000000000000000000000..400b377c0e24c7cfe101f95ec8d7bb71e57518e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-embarrassed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-kiss.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..754bc0f06885d0a2aea244a7af93d8df14458928 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-kiss.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-laugh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-laugh.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7c0c89ea01571864adc5ed9ab80367f27de586 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-laugh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-monkey.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..6ed50432620265e114956d9febf6ee85323b122c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-monkey.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-plain.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-plain.png new file mode 100644 index 0000000000000000000000000000000000000000..c3cb5c47b2313e72d5ec4bd350cb5bfc02b778e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-plain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-raspberry.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..a0e9ccad51187024c4ad780f621379bedaf9379d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-raspberry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-sad.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-sad.png new file mode 100644 index 0000000000000000000000000000000000000000..309a768d4f07cf8f624c0a4e449af583e2dfdb59 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-sad.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-sick.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-sick.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc49ae3ed54ad951f796d06fa16aa7728b65450 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-sick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smile-big.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smile-big.png new file mode 100644 index 0000000000000000000000000000000000000000..7c296ab92f38bf879b3cb6ca6f4fe826bbe39403 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smile-big.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smile.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smile.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1f13dd5fbdc762749a4ff1f6f2ec6f4d9889bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smirk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smirk.png new file mode 100644 index 0000000000000000000000000000000000000000..66a035eec7289d1f4569b7cf90cc2b1d4edd76a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-smirk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-surprise.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-surprise.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7d5454ebbcf98002d74ce5956580d5294f0cd4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-surprise.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-tired.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-tired.png new file mode 100644 index 0000000000000000000000000000000000000000..ff1979966f21a43ac8f3f9b8675d2e9239d3ec77 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-tired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-uncertain.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-uncertain.png new file mode 100644 index 0000000000000000000000000000000000000000..32b8775946ac7f1deb15bd0704bda7a2c3c4ddaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-uncertain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-uncertainty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-uncertainty.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ec4a1d3a7e18be0e491b3cf5533cba5c661eb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-uncertainty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-wink.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-wink.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6b3e0f0916370e9a73793d3241d0e15dd3a232 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-wink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-worried.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-worried.png new file mode 100644 index 0000000000000000000000000000000000000000..89f28f9ffd6ddf9e62fb80c3932d99f114b8baa2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/emotes/face-worried.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/blockdevice.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/blockdevice.png new file mode 100644 index 0000000000000000000000000000000000000000..38e63a987b47ea1730b654924771303f42125572 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/blockdevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/chardevice.png new file mode 100644 index 0000000000000000000000000000000000000000..a26a75aea3a7fb9c2a455bb122b941da561079a0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/chardevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/core.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/core.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a587792e1f197017269c577f23ca87f2e24096 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/core.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/directory-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/directory-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..d3821c5de57f93524ad2c9082eb98823df9e9a5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/directory-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/directory.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/directory.png new file mode 100644 index 0000000000000000000000000000000000000000..22eb7d0e5c0818a48662cb8972452e0694ee42dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/directory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-fifo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-fifo.png new file mode 100644 index 0000000000000000000000000000000000000000..bd9717c8ba9d88e905248b50766a9670c9cf6e76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-fifo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-lib.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-lib.png new file mode 100644 index 0000000000000000000000000000000000000000..435334b009d7408375e485559c2c44ae42746147 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-lib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-remote.png new file mode 100644 index 0000000000000000000000000000000000000000..ac1e0a7992e1ea22f8e0e3fcc8b560c740146427 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-socket.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-socket.png new file mode 100644 index 0000000000000000000000000000000000000000..18c64951bf649967457cf2d9eaf27bf1fcd21019 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-socket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..3d73ee92253f6dec9b3d697f12dae3a246559466 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-full.png new file mode 100644 index 0000000000000000000000000000000000000000..d615f11f27a42b53b3782cb3d8c38aafdd4e7695 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..20c210595f1684b727fc06e2d8dbbd8459638739 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash2-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash3-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash3-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..2c40861c019024a626c74a648b4141815fdf04bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash3-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash3-full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash3-full.png new file mode 100644 index 0000000000000000000000000000000000000000..237288b38c7cd47759c11511abd2f6be1f146a09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/fs-trash3-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-blockdev.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-blockdev.png new file mode 100644 index 0000000000000000000000000000000000000000..3bce4305ab247ed80fbfa06605114d36bda9325d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-blockdev.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..d7d9ff4950f8b76c08878a372099d8225f9da338 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-client.png @@ -0,0 +1 @@ +../../16x16/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..a684b71b4100305892a52920c6018d952ceb5f17 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory-accept.png new file mode 100644 index 0000000000000000000000000000000000000000..4949ee14159b639af782da1b3c8f8fd4a7354cf4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory-accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory-visiting.png new file mode 100644 index 0000000000000000000000000000000000000000..09dbfdc93d6743639ed5c78d5790167784af1197 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory-visiting.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..a06518f4385eb2226dfb6ce306e429c68c184093 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-directory.png @@ -0,0 +1 @@ +../../16x16/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..d2bef31e2b74a1f393ecf1bef6463350b15cba8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-file-broken.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-file-broken.png new file mode 100644 index 0000000000000000000000000000000000000000..9d750fbeedbb210f863f16640566128ea1faff94 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-file-broken.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-ftp.png new file mode 100644 index 0000000000000000000000000000000000000000..eaa410837f73450383ac81fa707f1634f7ad3f51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-ftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..f584f04bf3fdc1496c477358d39acaf360fa457b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-home.png @@ -0,0 +1 @@ +../../16x16/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..e972e1edeaf5a45fd2baa2f83d244fddfae5500e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-network.png @@ -0,0 +1 @@ +../../16x16/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..35ef3da863ab23b4fc47bfc9d438aff6963ba2d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-regular.png new file mode 100644 index 0000000000000000000000000000000000000000..a1dd00e8f89108d7168ccaae7298ebddc305a401 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-regular.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-share.png new file mode 100644 index 0000000000000000000000000000000000000000..aa78d94eb7b6241a640e9fd87001b9fea9b8bc15 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb-share.png new file mode 100644 index 0000000000000000000000000000000000000000..0025afb6ac24fd1a774b0ec69aed1c35a0173746 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..bfe987be8b59bf3aaa3cc720c1f3d27f0722ce17 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb.png new file mode 100644 index 0000000000000000000000000000000000000000..dba53736ac1ecf5c4cb85434ab3794b52f5b05b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-smb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-ssh.png new file mode 100644 index 0000000000000000000000000000000000000000..1294ada67528cec447551eaaa2121cea761bc14a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-ssh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-trash-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..502b1de68f50bb4bab450a2d54694d62b63b509a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-trash-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e2c48dce0a1b71f20d02143577dce0be6b197d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..a92db9408d204f40379bc4254db88409a8646f95 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/gnome-fs-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/mount-point.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/mount-point.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b1bf8932412ff571de917f8d462e9b3813f41b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/mount-point.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/network_fs.png new file mode 100644 index 0000000000000000000000000000000000000000..21f2d4a957ba3e67a04dc476f09f695f9e065ff8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/network_fs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/open_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/open_folder.png new file mode 100644 index 0000000000000000000000000000000000000000..7bbaa0ee9df7ba877b9f1225dd727fbdf453eaf0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/open_folder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/user-home.png new file mode 120000 index 0000000000000000000000000000000000000000..f584f04bf3fdc1496c477358d39acaf360fa457b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/filesystems/user-home.png @@ -0,0 +1 @@ +../../16x16/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..e6a0f797cedef4752ec16d15392dfc9665edb0de --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-backward.png @@ -0,0 +1 @@ +../../16x16/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..1bfcbbb8a89daba0d01230d9a492a3fb2422b334 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-eject.png @@ -0,0 +1 @@ +../../16x16/stock/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-next.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-next.png new file mode 120000 index 0000000000000000000000000000000000000000..abbbd7fde32d544278e546fe5ff28190f4670a55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-next.png @@ -0,0 +1 @@ +../../16x16/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..d2ebac9e399a8ea4f5332c441f89034fc9169b5b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-pause.png @@ -0,0 +1 @@ +../../16x16/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-play.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-play.png new file mode 120000 index 0000000000000000000000000000000000000000..7d0df9536cb653be254793c19910bd40ee461211 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-play.png @@ -0,0 +1 @@ +../../16x16/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..54b1d6d5418a057b005c8eada351084a4f8ad58f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-prev.png @@ -0,0 +1 @@ +../../16x16/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-record.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-record.png new file mode 120000 index 0000000000000000000000000000000000000000..40464972d1ffe7e511926e124f378688d0d34bc3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-record.png @@ -0,0 +1 @@ +../../16x16/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..05a1859bffabcccd2f5ef75f5f555ba70b45ae2e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/cdplayer-stop.png @@ -0,0 +1 @@ +../../16x16/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..a0e5b173f8c4bfcc0172a1e7a8290f4e3c5958d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../16x16/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-bookmarks.png new file mode 120000 index 0000000000000000000000000000000000000000..8eee89b1468795ce7f97a23a87948073c20f6340 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-bookmarks.png @@ -0,0 +1 @@ +../../16x16/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-download.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-download.png new file mode 120000 index 0000000000000000000000000000000000000000..a8c2a6a188a5cc85d0abfbf3a6fbb4089fa8a756 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-download.png @@ -0,0 +1 @@ +../../16x16/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-history.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-history.png new file mode 120000 index 0000000000000000000000000000000000000000..1c09cd6034b4cfcd6172274ef2b60d8904db7e66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-history.png @@ -0,0 +1 @@ +../../16x16/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..f92ec98ab2b54aa590496f2f6485d27f19392740 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-mailto.png @@ -0,0 +1 @@ +../../16x16/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..6f452e0cb159bf7cd7d14c3982e256373a937509 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/epiphany-new-tab.png @@ -0,0 +1 @@ +../../16x16/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-about.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-about.png new file mode 120000 index 0000000000000000000000000000000000000000..d73ee16a87aa4dfa0f2bf9817779839ffe3d3ea8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-about.png @@ -0,0 +1 @@ +../../16x16/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-attach.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-attach.png new file mode 120000 index 0000000000000000000000000000000000000000..10c53daf5e59ea9880693d61c4d2c493a5d4fadc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-attach.png @@ -0,0 +1 @@ +../../16x16/stock/stock_attach.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-blue.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0d0c422c9c71dc460457345fc2a767f84986bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-blue.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-green.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-green.png new file mode 120000 index 0000000000000000000000000000000000000000..8eee89b1468795ce7f97a23a87948073c20f6340 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-green.png @@ -0,0 +1 @@ +../../16x16/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-red.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-red.png new file mode 100644 index 0000000000000000000000000000000000000000..f671c7840e01470c71af59bf4229522c3e45b082 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-red.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-yellow.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..62eb910f40f592e6d81135f13f0f4c2dbadc42ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-book-yellow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..c1dad834028e3722c5000014b4125d2532dc5a19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-line-in.png @@ -0,0 +1 @@ +../../16x16/stock/stock_line-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-mic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-mic.png new file mode 120000 index 0000000000000000000000000000000000000000..1953046931a6bf839aa28f57c3e3fab89686206f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-mic.png @@ -0,0 +1 @@ +../../16x16/stock/stock_mic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-volume.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-volume.png new file mode 120000 index 0000000000000000000000000000000000000000..ef7a8cff6b31fd71c9a1685469805484e9ffee87 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gnome-stock-volume.png @@ -0,0 +1 @@ +../../16x16/stock/stock_volume.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-about.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-about.png new file mode 120000 index 0000000000000000000000000000000000000000..d73ee16a87aa4dfa0f2bf9817779839ffe3d3ea8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-about.png @@ -0,0 +1 @@ +../../16x16/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..0399d5e5ebca895fa0a90aa49cd4c1cf93e09bb4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-add.png @@ -0,0 +1 @@ +../../16x16/stock/stock_add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-apply.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-apply.png new file mode 120000 index 0000000000000000000000000000000000000000..71f62b693a870e4fdb53df16789aa8dd14e7f894 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-apply.png @@ -0,0 +1 @@ +../../16x16/stock/stock_apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-bold.png new file mode 120000 index 0000000000000000000000000000000000000000..16f36030b5be8be27143de2cd37940c9214da671 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-bold.png @@ -0,0 +1 @@ +../../16x16/stock/stock_bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..c06cf4fa2f125644c0b35c747fd3ac5f73199cf7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cancel.png @@ -0,0 +1 @@ +../../16x16/stock/stock_cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..c45de29aa8b9c366ee8539fecec3fb78f76bf96a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cdrom.png @@ -0,0 +1 @@ +../../16x16/stock/stock_cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..85f6ca621d4a3f1281e57920c79da9ddb5ed7a4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-clear.png @@ -0,0 +1 @@ +../../16x16/stock/stock_clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-close.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-close.png new file mode 120000 index 0000000000000000000000000000000000000000..940d474f96bdd665d7231acf39cf08bb9c06a2b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-close.png @@ -0,0 +1 @@ +../../16x16/stock/stock_close.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-color-picker.png new file mode 120000 index 0000000000000000000000000000000000000000..5d4bf63b32da8fad968abb137f59f2c4d7c884f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-color-picker.png @@ -0,0 +1 @@ +../../16x16/stock/stock_color_picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-connect.png new file mode 120000 index 0000000000000000000000000000000000000000..f1a104ff95733fcf3798d9d17fd13b55a451cc6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-connect.png @@ -0,0 +1 @@ +../../16x16/stock/stock_connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-convert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-convert.png new file mode 120000 index 0000000000000000000000000000000000000000..8af1b21a88f10333a1cd20fe3aa5c8184e09d57c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-convert.png @@ -0,0 +1 @@ +../../16x16/stock/stock_convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-copy.png new file mode 120000 index 0000000000000000000000000000000000000000..59e3b801ff7267e00d0435b3034b77822fff124a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-copy.png @@ -0,0 +1 @@ +../../16x16/stock/stock_copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cut.png new file mode 120000 index 0000000000000000000000000000000000000000..ad730ec5c1a1d6869526b4cefbbe34d8d95d87df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-cut.png @@ -0,0 +1 @@ +../../16x16/stock/stock_cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..6b07ab194e3c8751c1dc26366424666e5edf4086 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-delete.png @@ -0,0 +1 @@ +../../16x16/stock/stock_delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9dd3fbad1721ec31f2fad401a6c32f852369ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-error.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dialog_error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..4ddd95c5a6335488338b0b0b7b85d9e4f837723e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-info.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dialog_info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-question.png new file mode 120000 index 0000000000000000000000000000000000000000..3e3851d51def1a7f4938d7f06878c9e0c51ed3ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-question.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..1633fe2c611a2eb98e5d4a5efff98e676c60491a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..dc8777dd0378ab387b0c690482cefb8a927721fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-directory.png @@ -0,0 +1 @@ +../../16x16/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..0242429edea8332f629e707eeb0e6415689e3f76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-disconnect.png @@ -0,0 +1 @@ +../../16x16/stock/stock_disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..000e943b883779e5057404c5545ab380e3b46685 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dnd-multiple.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dnd.png new file mode 120000 index 0000000000000000000000000000000000000000..347da55d219d0b052ca7dbff2e864b4accf54667 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-dnd.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dnd.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-execute.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-execute.png new file mode 120000 index 0000000000000000000000000000000000000000..6a42f1e963b93c407896c872c2daa9013476aa89 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-execute.png @@ -0,0 +1 @@ +../../16x16/stock/stock_execute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c034bc424fa37f490e909cc9d886aede001f72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-file.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..64f7bbd9fed0c3ea1f7b36e4d0d4a17963a08c29 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../16x16/stock/stock_find-and-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..2638fe5bb2a33fccb711adcfb334e078c5fdf2bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-find.png @@ -0,0 +1 @@ +../../16x16/stock/stock_find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..c32eb38d04109d9836039a513a55afd2dad84fcc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-floppy.png @@ -0,0 +1 @@ +../../16x16/stock/stock_floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..e5e3486558fabbd12c8d077f5f35bd4aff037016 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-back.png @@ -0,0 +1 @@ +../../16x16/stock/stock_go-back.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..ab491c5bca7bc8000cad2f7212e05616eede227b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-down.png @@ -0,0 +1 @@ +../../16x16/stock/stock_go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..7cecbf85792d0294b960aafdfa55bb2919eff69d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-forward.png @@ -0,0 +1 @@ +../../16x16/stock/stock_go-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..16486bf7a247cd5cc97bb68d3e35b9aa0b726ab2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-go-up.png @@ -0,0 +1 @@ +../../16x16/stock/stock_go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..ee807b11a5cb22d9104bd1f1b43ebc659843c8a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../16x16/stock/stock_goto-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..a1ccc66a2d174cd5efbeef144a897a64d4ef9ecd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-first.png @@ -0,0 +1 @@ +../../16x16/stock/stock_goto-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..4d73622ab21bf68cbd5c7dc0b499cc1540ced443 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-last.png @@ -0,0 +1 @@ +../../16x16/stock/stock_goto-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..3586ab87d68fed0b8e54f06d9b7e0e5031e8a9c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-goto-top.png @@ -0,0 +1 @@ +../../16x16/stock/stock_goto-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..51077bc19e75b39c7bae1529e75e86b54f6a8f6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-harddisk.png @@ -0,0 +1 @@ +../../16x16/stock/stock_harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..b8f967c6dea49500c779e83eef240c0ca0e27125 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-help.png @@ -0,0 +1 @@ +../../16x16/stock/stock_help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..103b2914cb3d330f267158353d584db955f3af6b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-home.png @@ -0,0 +1 @@ +../../16x16/stock/stock_home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-indent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-indent.png new file mode 120000 index 0000000000000000000000000000000000000000..d2fc27e20b39b66d4c7a98e29c11e07a3fef97cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-indent.png @@ -0,0 +1 @@ +../../16x16/stock/stock_indent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-index.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-index.png new file mode 120000 index 0000000000000000000000000000000000000000..0a4cea77d1fa3bc40a4f8664e5ac692b753d54fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-index.png @@ -0,0 +1 @@ +../../16x16/stock/stock_index.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-italic.png new file mode 120000 index 0000000000000000000000000000000000000000..f37437750db400957aff737b21e7afaa84561610 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-italic.png @@ -0,0 +1 @@ +../../16x16/stock/stock_italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..b074337d4d78d3fe3cf08bd1f6ea84362c54016b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-jump-to.png @@ -0,0 +1 @@ +../../16x16/stock/stock_jump-to.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..2d019610737557d1175aa7db1fc24a471a4adb8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-center.png @@ -0,0 +1 @@ +../../16x16/stock/stock_justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..e11823f4322299f56f26920e98731c2746c1b385 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-fill.png @@ -0,0 +1 @@ +../../16x16/stock/stock_justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..691ffa54b799e9115c2b9ae1ed558931d37b6c72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-left.png @@ -0,0 +1 @@ +../../16x16/stock/stock_justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..6eafb77e7551d57c77b94000b3dc8820c27c4429 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-justify-right.png @@ -0,0 +1 @@ +../../16x16/stock/stock_justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..3ac7814ac2aba3a5bee70e24545509cf7d027e74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-forward.png @@ -0,0 +1 @@ +../../16x16/stock/media-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..abbbd7fde32d544278e546fe5ff28190f4670a55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-next.png @@ -0,0 +1 @@ +../../16x16/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..d2ebac9e399a8ea4f5332c441f89034fc9169b5b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-pause.png @@ -0,0 +1 @@ +../../16x16/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..7d0df9536cb653be254793c19910bd40ee461211 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-play.png @@ -0,0 +1 @@ +../../16x16/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-previous.png new file mode 120000 index 0000000000000000000000000000000000000000..54b1d6d5418a057b005c8eada351084a4f8ad58f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-previous.png @@ -0,0 +1 @@ +../../16x16/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..40464972d1ffe7e511926e124f378688d0d34bc3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-record.png @@ -0,0 +1 @@ +../../16x16/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-rewind.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-rewind.png new file mode 120000 index 0000000000000000000000000000000000000000..e6a0f797cedef4752ec16d15392dfc9665edb0de --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-rewind.png @@ -0,0 +1 @@ +../../16x16/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..05a1859bffabcccd2f5ef75f5f555ba70b45ae2e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-media-stop.png @@ -0,0 +1 @@ +../../16x16/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..e03fb33325dfbcd5de1c94ef29a82dd200c8dfdf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-missing-image.png @@ -0,0 +1 @@ +../../16x16/stock/stock_missing-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..e16b518e53df26067d983a2c2420aa6946da3e2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-network.png @@ -0,0 +1 @@ +../../16x16/stock/stock_network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..efdb77618a509773cc28af9a60ffba9c32ace322 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-new.png @@ -0,0 +1 @@ +../../16x16/stock/stock_new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-no.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-no.png new file mode 120000 index 0000000000000000000000000000000000000000..040bbded746bac08ddbd80d5d75b3dc7aae94244 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-no.png @@ -0,0 +1 @@ +../../16x16/stock/stock_no.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..b9e90b77f33106bcd51a6df2b0a909e43b750695 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-ok.png @@ -0,0 +1 @@ +../../16x16/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-open.png new file mode 120000 index 0000000000000000000000000000000000000000..dc8777dd0378ab387b0c690482cefb8a927721fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-open.png @@ -0,0 +1 @@ +../../16x16/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..d985382fce08779e983489d9d243a622c0e467f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-paste.png @@ -0,0 +1 @@ +../../16x16/stock/stock_paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..a3d926a0fdc54e14e0100710ba5d34f3fa3d0d40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-preferences.png @@ -0,0 +1 @@ +../../16x16/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..dfec8c98a51d56f05cb3e5cacc5eb852a0f7a76d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-print-preview.png @@ -0,0 +1 @@ +../../16x16/stock/stock_print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..e9754660c96d56ee56b19fa12dc45f3d39e9c806 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-print.png @@ -0,0 +1 @@ +../../16x16/stock/stock_print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..a6c197593e6fbb2efe567a5b27c25bb8270f9277 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-properties.png @@ -0,0 +1 @@ +../../16x16/stock/stock_properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-quit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-quit.png new file mode 120000 index 0000000000000000000000000000000000000000..72ff854b527922f645f84c4e6151ee558e6491e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-quit.png @@ -0,0 +1 @@ +../../16x16/stock/stock_quit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..e9ee4846569e151a3b9d0801c47bff485dd9ed1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-redo.png @@ -0,0 +1 @@ +../../16x16/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..82ee84dc49418aa7256b501f366f8bba60c026ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-refresh.png @@ -0,0 +1 @@ +../../16x16/stock/stock_refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..60cf5825658cd81ac94e92f2ce96b9b8ecfd3a4f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-remove.png @@ -0,0 +1 @@ +../../16x16/stock/stock_remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..e874e110e41e0a8110a889ae93b5e4a77d52bf66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-revert-to-saved.png @@ -0,0 +1 @@ +../../16x16/stock/stock_revert-to-saved.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..dc910032b01a1f10d5f2cf9f3c15347adce4f7cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-save-as.png @@ -0,0 +1 @@ +../../16x16/stock/stock_save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..289481b6771ffee80a10a37de39b1a6a6c6c022b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-save.png @@ -0,0 +1 @@ +../../16x16/stock/stock_save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-select-color.png new file mode 120000 index 0000000000000000000000000000000000000000..8ad719e0780e5846d371b36f071dfcedc72f6254 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-select-color.png @@ -0,0 +1 @@ +../../16x16/stock/stock_select-color.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..df8558343972230e1eee3413ef6148e08977df59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-select-font.png @@ -0,0 +1 @@ +../../16x16/stock/stock_select-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..6e3712c7d77fc4d82116ca5a0431f855875036a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-sort-ascending.png @@ -0,0 +1 @@ +../../16x16/stock/stock_sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..629c1ab2d1521ee559f2e1ac7d7b992042f86689 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-sort-descending.png @@ -0,0 +1 @@ +../../16x16/stock/stock_sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..73815461d55389ef22ceb677848c6306c511b2f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-spell-check.png @@ -0,0 +1 @@ +../../16x16/stock/stock_spell-check.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..1633fe2c611a2eb98e5d4a5efff98e676c60491a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-dialog-warning.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..68947c2c760879a40f66f852a5c79c123f6efc51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-edit.png @@ -0,0 +1 @@ +../../16x16/stock/stock_edit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-export.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-export.png new file mode 120000 index 0000000000000000000000000000000000000000..1c45976dc3de9f7390febdb18d143d7dec295531 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-export.png @@ -0,0 +1 @@ +../../16x16/stock/stock_export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-import.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-import.png new file mode 120000 index 0000000000000000000000000000000000000000..b93b4df25469d74452ebcf2202e29096cba59682 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-import.png @@ -0,0 +1 @@ +../../16x16/stock/stock_import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..35429ea749f667c5acf75845d7a520184d63b97d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-image.png @@ -0,0 +1 @@ +../../16x16/stock/stock_insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..5bcae5c7c205a836cf0076b150719fd0944fd45a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-object.png @@ -0,0 +1 @@ +../../16x16/stock/stock_insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..d22df597fa1a8f3d9cefe0366fcbfcf296e52e89 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-insert-table.png @@ -0,0 +1 @@ +../../16x16/stock/stock_insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..b9e90b77f33106bcd51a6df2b0a909e43b750695 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-ok.png @@ -0,0 +1 @@ +../../16x16/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-reset.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-reset.png new file mode 120000 index 0000000000000000000000000000000000000000..cbcd72ebf30423e441d139b7b18cb99b3eec2657 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-reset.png @@ -0,0 +1 @@ +../../16x16/stock/stock_reset.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-revert.png new file mode 120000 index 0000000000000000000000000000000000000000..62088ae5cf0d08f9f145bd0c1a5dc101abc5fed9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-revert.png @@ -0,0 +1 @@ +../../16x16/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..44775a4fe4cdcb97f2bd482989b0991d6af42fff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stock-stop.png @@ -0,0 +1 @@ +../../16x16/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..44775a4fe4cdcb97f2bd482989b0991d6af42fff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-stop.png @@ -0,0 +1 @@ +../../16x16/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..90ebb69456849c98ef2835d4fc34c5ee01d96828 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-strikethrough.png @@ -0,0 +1 @@ +../../16x16/stock/stock_strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..7dd6d4cf12db5de91503cbf98d2f556ef102bee0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-undelete.png @@ -0,0 +1 @@ +../../16x16/stock/stock_undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-underline.png new file mode 120000 index 0000000000000000000000000000000000000000..290635e5d3b6b490ca09e7f7f0e6c3ea80f8182a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-underline.png @@ -0,0 +1 @@ +../../16x16/stock/stock_underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..62088ae5cf0d08f9f145bd0c1a5dc101abc5fed9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-undo.png @@ -0,0 +1 @@ +../../16x16/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..bb12dad06d7f7f627b338d83882556eb75af1296 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-unindent.png @@ -0,0 +1 @@ +../../16x16/stock/stock_unindent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-yes.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-yes.png new file mode 120000 index 0000000000000000000000000000000000000000..e8888d12446b63e571cb4b00170f0b1969757966 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-yes.png @@ -0,0 +1 @@ +../../16x16/stock/stock_yes.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..18f4a2f606319a1fa7183c170431a4b26db7a06f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-100.png @@ -0,0 +1 @@ +../../16x16/stock/stock_zoom-100.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..9101d01e5a5557cf3e48f9d857b74d376c4851dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../16x16/stock/stock_zoom-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..9a257d1e62c29c3e65d1338e3e8b1f6d175a23b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-in.png @@ -0,0 +1 @@ +../../16x16/stock/stock_zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..f91dfc209a71f11ac51343bfcc802ed289ef92a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/gtk-zoom-out.png @@ -0,0 +1 @@ +../../16x16/stock/stock_zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..bbc5418e493a3e518cf232d5fcff09974fdd32d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-accessories.png @@ -0,0 +1 @@ +../../16x16/stock/stock_accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..b3cf65d0020b684f9533b2fb2cb3c7da3df4f927 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-amusements.png @@ -0,0 +1 @@ +../../16x16/stock/stock_amusements.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..74c51ef0039b9d206f98aff54be469410aacaa7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-internet.png @@ -0,0 +1 @@ +../../16x16/stock/stock_internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..f8cda0892d766cfb75413b8e038dd500cc4b6747 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-logout.png @@ -0,0 +1 @@ +../../16x16/stock/stock_logout.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..0a2bc738b3f85329ca6dd1b4101cfcb5018142ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-multimedia.png @@ -0,0 +1 @@ +../../16x16/stock/stock_multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-run.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-run.png new file mode 120000 index 0000000000000000000000000000000000000000..bbb3177541dcf69bb24f5194d44b96359c18c6c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-run.png @@ -0,0 +1 @@ +../../16x16/stock/stock_run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..89b6144b13f280a9a658f6734e2e91163a5fad92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/panel-screenshot.png @@ -0,0 +1 @@ +../../16x16/stock/stock_screenshot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-select.png new file mode 120000 index 0000000000000000000000000000000000000000..6987cf9197ee768c204abd94a9430422050a9d8e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-select.png @@ -0,0 +1 @@ +../../16x16/stock/rox-select.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-show-details.png new file mode 120000 index 0000000000000000000000000000000000000000..93e9332698e210c6a6b2e8a95a2259452e228b3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-show-details.png @@ -0,0 +1 @@ +../../16x16/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-show-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..3c5397b940860ad951783ffcd5c23d2014e368b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/rox-show-hidden.png @@ -0,0 +1 @@ +../../16x16/stock/rox-show-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/session-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/session-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..a3d926a0fdc54e14e0100710ba5d34f3fa3d0d40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/session-stock-edit.png @@ -0,0 +1 @@ +../../16x16/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-download.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-download.png new file mode 120000 index 0000000000000000000000000000000000000000..a8c2a6a188a5cc85d0abfbf3a6fbb4089fa8a756 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-download.png @@ -0,0 +1 @@ +../../16x16/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-history.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-history.png new file mode 120000 index 0000000000000000000000000000000000000000..1c09cd6034b4cfcd6172274ef2b60d8904db7e66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-history.png @@ -0,0 +1 @@ +../../16x16/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..f92ec98ab2b54aa590496f2f6485d27f19392740 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock-mailto.png @@ -0,0 +1 @@ +../../16x16/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_add-bookmark.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_add-bookmark.png new file mode 120000 index 0000000000000000000000000000000000000000..a0e5b173f8c4bfcc0172a1e7a8290f4e3c5958d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_add-bookmark.png @@ -0,0 +1 @@ +../../16x16/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..fa241fcd7f015178137420442d08e27b51bfb0c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_fullscreen.png @@ -0,0 +1 @@ +../../16x16/stock/stock_fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_mail-send.png new file mode 120000 index 0000000000000000000000000000000000000000..f92ec98ab2b54aa590496f2f6485d27f19392740 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_mail-send.png @@ -0,0 +1 @@ +../../16x16/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_new_tab.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_new_tab.png new file mode 120000 index 0000000000000000000000000000000000000000..6f452e0cb159bf7cd7d14c3982e256373a937509 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_new_tab.png @@ -0,0 +1 @@ +../../16x16/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..e9ee4846569e151a3b9d0801c47bff485dd9ed1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_redo.png @@ -0,0 +1 @@ +../../16x16/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..62088ae5cf0d08f9f145bd0c1a5dc101abc5fed9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_undo.png @@ -0,0 +1 @@ +../../16x16/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_view-html-source.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_view-html-source.png new file mode 120000 index 0000000000000000000000000000000000000000..93e9332698e210c6a6b2e8a95a2259452e228b3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/stock_view-html-source.png @@ -0,0 +1 @@ +../../16x16/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/terminal-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/terminal-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..a3d926a0fdc54e14e0100710ba5d34f3fa3d0d40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/terminal-edit.png @@ -0,0 +1 @@ +../../16x16/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..8bee2debea29da5200bbca8a16681337774bbc52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-max.png @@ -0,0 +1 @@ +../../16x16/stock/volume-max.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..c5e4778c36e040f096a3655f80dd8af44fa2bc8a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-med.png @@ -0,0 +1 @@ +../../16x16/stock/volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..8642a8ab49768c5169b564e0289439f55fdf6327 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-min.png @@ -0,0 +1 @@ +../../16x16/stock/volume-min.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..e21482ed6d84ce206313a3c0ddba10dd91963f0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-mute.png @@ -0,0 +1 @@ +../../16x16/stock/volume-mute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..92ffb6b2cd730bb6b1acca0bf2a7ceceebe57b32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/gtk/volume-zero.png @@ -0,0 +1 @@ +../../16x16/stock/volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-binary.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-binary.png new file mode 120000 index 0000000000000000000000000000000000000000..1d57cb0dc4c5d86bf8b2e8f451c0d26a1f136cb0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-binary.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-octet-stream.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..2c749a6a77d7efaabef7b342f8a55eece752e7e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-certificate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..24765d3132e3f001a200f6909008e1ea95a772b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..7827a17c7d71c31eb0254c301b18a564c6a249e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-msword.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-octet-stream.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-octet-stream.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ffa85f057e8d2b2286cb06343eb6c0cbef9007 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-octet-stream.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-ogg.png new file mode 100644 index 0000000000000000000000000000000000000000..bccc8eccb8547ffe4f6775d6a869ac6cb4276069 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-ogg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..53085593a0141281028aa3e08c94a5df3163d877 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pdf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..325f8f2170054501f1962002bbd5fa8159689b41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp-keys.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp-keys.png new file mode 100644 index 0000000000000000000000000000000000000000..c70469771f3664a471f4422638dbfc8874baf46a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp-keys.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp.png new file mode 100644 index 0000000000000000000000000000000000000000..79057fbea757f4a4401cf0f91ad2f25459149492 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-pgp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-postscript.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb4a1ba435f0299d2dbb6329864d8a63802270e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-postscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-qif.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-qif.png new file mode 100644 index 0000000000000000000000000000000000000000..2302de58fed9a23b38a9963e0397c8fe6459072a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-qif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rhythmbox-effect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rhythmbox-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..7d56ed79ccc9bce836a37995977a82c4f31c6684 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rhythmbox-effect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rhythmbox-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rhythmbox-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..9a587f329c52a0e3a360c709d85d380bb10a7102 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rhythmbox-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rtf.png new file mode 100644 index 0000000000000000000000000000000000000000..7c88d174226d4e66ddb34955b2d62bac76e5a294 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-rtf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-smil.png new file mode 100644 index 0000000000000000000000000000000000000000..eb5df58d17106fc08086f7e48b0f23c40ccf77ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-smil.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-access.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-access.png new file mode 100644 index 0000000000000000000000000000000000000000..40bfeb62ebbfcf6910917c8b521617fa78ee33bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-access.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-excel.png new file mode 100644 index 0000000000000000000000000000000000000000..c25c7e8ac8ecd9f17995aa00f3e566799c49be3f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-excel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-powerpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..cee7ae4eadd764c3eddc19b9bb8a41bc960af310 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-powerpoint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-word.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-word.png new file mode 100644 index 0000000000000000000000000000000000000000..e09e83744acf693535e267b16b0b40b67a71e1ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.ms-word.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.rn-realmedia.png new file mode 100644 index 0000000000000000000000000000000000000000..6c96751ba30c56bc55dcf9cd0325c4d853549e92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.rn-realmedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.base.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.base.png new file mode 100644 index 0000000000000000000000000000000000000000..213a9e10e9acf96b2c3659171f73035e7f25ebf1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..33301056d2cd4b39a3a74e6c57ec796a6412d66f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..72b5f6d269785a511357565ad39adf7f5b31413f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..e9196a27ac483218ccfce3d0c99b953ca435cd97 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..753b4b31de228a66957d534b3545b1e75d5efaa8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.math.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.math.png new file mode 100644 index 0000000000000000000000000000000000000000..bb7d6ebe9528e2af129124a96e04d40d25661c24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..bb93adec45e2e277075981d4c973446a0bf36b88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.stardivision.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3b43fb14e5e7327ac149f1571fce4c68e03905 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..1be96f5da0184af44cd8ab419b63cf465f1c5eba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..0ea97ecdc39391f7c598749a6636b6e579e768f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..c1544e9e209856a365ebec107b4256ef5b409524 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.math.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.math.png new file mode 100644 index 0000000000000000000000000000000000000000..c49bcc9bce0a216f1d14893eca11291a7fee6a49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..1fd4d83149b219b6f7af42da59b2e62a88d9e62d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-vnd.sun.xml.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-7za.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-7za.png new file mode 100644 index 0000000000000000000000000000000000000000..7e2a54ec346e8c1347abccadd71e6c669dbb18a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-7za.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..0eb6100509491996bc096a7db09406f1c1a45932 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..79c28efa7c722e93d2efdac93c9a9f29c2983e01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-archive.png @@ -0,0 +1 @@ +../../16x16/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-arj.png new file mode 100644 index 0000000000000000000000000000000000000000..e86da29655f942f3d352ffd9d9c692e374c229e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-arj.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-blender.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-blender.png new file mode 100644 index 0000000000000000000000000000000000000000..dc48d36f5f5a9b928cb293148a0a1400945134cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bz.png new file mode 100644 index 0000000000000000000000000000000000000000..f850031fef2d7f78c4b5b0e399a180583760d7c5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bzip-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..22102e8803fb23aa1be4e4aeed775ffbee78f670 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bzip-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bzip.png new file mode 100644 index 0000000000000000000000000000000000000000..83a93e262d0d75a70715581ae8e2a23b17e3e84a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-bzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cd-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cd-image.png new file mode 100644 index 0000000000000000000000000000000000000000..d3cc2de0870b2fdad3583a38f0c29ba2431b1d2f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cd-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-compress.png new file mode 100644 index 0000000000000000000000000000000000000000..c57a32529a64c27addcdef4144a3d20ad5a4c3e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-compress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6d7f4155725023b7ed9e74bd455db74ef81f42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cpio-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..104d42e997db6239cefddd6b1a63555a52a49977 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cpio-compressed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cpio.png new file mode 100644 index 0000000000000000000000000000000000000000..cd3a90f6cd3ec4ff9753ccdcc24fd1155f4721e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-cpio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-deb.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac757e7dc00473dd5edcd95d87c7a7bf1eabc91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-deb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..16267a313b174a178a04addfacff69847d9030bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-dia-diagram.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-dia-diagram.png new file mode 100644 index 0000000000000000000000000000000000000000..140063640b8191faeca048b2d7bcf4d1ef7de46d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-dia-diagram.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-dvi.png new file mode 100644 index 0000000000000000000000000000000000000000..b84d559952616448399958a253322051bc0f039f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-dvi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..d2bef31e2b74a1f393ecf1bef6463350b15cba8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..4e7405c09eefe69c18a84b8ba450f5d3f4631810 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-flash.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-asm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-asm.png new file mode 120000 index 0000000000000000000000000000000000000000..b3699d22a4fa3d5bc2d707c04d4d9b6c70a3bc68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-asm.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..b3699d22a4fa3d5bc2d707c04d4d9b6c70a3bc68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-bdf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..1978355487ce915ce6e52a6fac82136d62f21758 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..b3699d22a4fa3d5bc2d707c04d4d9b6c70a3bc68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-otf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-otf.png new file mode 100644 index 0000000000000000000000000000000000000000..43dbe64918dc38ea8e9a5d8114c01e07a688257b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-otf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..b3699d22a4fa3d5bc2d707c04d4d9b6c70a3bc68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-pcf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-ttf.png new file mode 100644 index 0000000000000000000000000000000000000000..1e2022ff374a8e326763daf5c9b1168856b26104 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-ttf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-type1.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-type1.png new file mode 100644 index 0000000000000000000000000000000000000000..f43f23580bf011c89bc6a187374789b3470fa686 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-font-type1.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..c1ede74603b5270e3dcb6d64ce850d494f8c6204 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-glade.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-glade.png new file mode 100644 index 0000000000000000000000000000000000000000..1c641f232d24776f4f67625450ea01a966ef970b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-glade.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gnucash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gnucash.png new file mode 100644 index 0000000000000000000000000000000000000000..bb88258a804ada25cd6939c4e2d4889485dda7f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gnucash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gnumeric.png new file mode 100644 index 0000000000000000000000000000000000000000..53e925ef7ce193dfac3ccb6b68f4a6a61d1ae1b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gnumeric.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gtktalog.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gtktalog.png new file mode 100644 index 0000000000000000000000000000000000000000..46823ca74200e95ea2e699e3127f7d5e3b8509c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gtktalog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gzip.png new file mode 100644 index 0000000000000000000000000000000000000000..ef0d15ca3c6aba97760fdb62a48a41f8b002d5d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-gzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-java-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-java-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..740060d868f29b946b99da80707bfa0af6896957 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-java-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-javalib.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-javalib.png new file mode 120000 index 0000000000000000000000000000000000000000..9490b7d2534dac74a3153d1e3572cff3f887852a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-javalib.png @@ -0,0 +1 @@ +../../16x16/mimetypes/gnome-mime-application-x-jar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kde-app-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kde-app-info.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2a72d31f87f7e97f825e325f908ece8cc6577a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kde-app-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-killustrator.png new file mode 100644 index 0000000000000000000000000000000000000000..567f3fee0b49ae83fbdbf4f39b92fb2f0995dc08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-killustrator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kpresenter.png new file mode 100644 index 0000000000000000000000000000000000000000..5df3a13aa7e696eb12ea0b19f04987e04c7cc985 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kpresenter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kspread.png new file mode 100644 index 0000000000000000000000000000000000000000..2d0599e14732a25ed2214217cd739779d8caf63d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kspread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kword.png new file mode 100644 index 0000000000000000000000000000000000000000..c59b212553f6f5fb162ee658227f7207ccc6a885 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-kword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-lha.png new file mode 100644 index 0000000000000000000000000000000000000000..ced4bee028d276829f683234972dee2da23dc32b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-lha.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-lhz.png new file mode 100644 index 0000000000000000000000000000000000000000..89fce189bdb6d08a64a59a32de1afa611bd9bfff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-lhz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-object.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-object.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d6c145d91f212bd84bd2b4152f30f5a2124320 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-perl.png new file mode 100644 index 0000000000000000000000000000000000000000..93b0e78de1826fc40db82dccd283bf724766ffd9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-perl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-php.png new file mode 100644 index 0000000000000000000000000000000000000000..5069c6d0ac2815251181a89b6d67e5f624866d6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-php.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-python-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..10526aca7d9c1185b113fb3b06155c7b82be7058 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-python-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-python.png new file mode 100644 index 0000000000000000000000000000000000000000..f459b6f446341ab46043e3e5dc07c0b6c665d37d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-python.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-qw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-qw.png new file mode 100644 index 0000000000000000000000000000000000000000..2302de58fed9a23b38a9963e0397c8fe6459072a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-qw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-rar.png new file mode 100644 index 0000000000000000000000000000000000000000..4f810ce4eaa528a34b4bbeefcb084064d3743d0d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-rar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-reject.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-reject.png new file mode 100644 index 0000000000000000000000000000000000000000..1af2cbf6a261a29759e8dff2a1a5583d7b2efb34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-reject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-rpm.png new file mode 100644 index 0000000000000000000000000000000000000000..945624436bbabee4d20bab02418a48acccce15e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-rpm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-ruby.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..88584d5239e182442a9a9e37652139671f517e34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-ruby.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-share-library-la.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-share-library-la.png new file mode 100644 index 0000000000000000000000000000000000000000..4e358073d05bda7a3417f0f510afa3ee0033b9ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-share-library-la.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-sharedlib.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-sharedlib.png new file mode 100644 index 0000000000000000000000000000000000000000..435334b009d7408375e485559c2c44ae42746147 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-sharedlib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-shellscript.png new file mode 100644 index 0000000000000000000000000000000000000000..f79d5d1184d07b4303b4b91bc0e25b34f2fe7d41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-shellscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-shockwave-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..bf8dcc9598d2a38c59cfe3af14cbb4a6793898f7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-shockwave-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-smil.png new file mode 120000 index 0000000000000000000000000000000000000000..77997d7597834b40798ab023ca3a88b1fbe44b98 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-smil.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-smil.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-stuffit.png new file mode 100644 index 0000000000000000000000000000000000000000..e029bd72e0960d8d91e700c7703090f9b5054c65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-stuffit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..dca7b2be6d71128ef772f5019ce7bbbf6ea7ddea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tarz.png new file mode 100644 index 0000000000000000000000000000000000000000..235ca0fee56a106b3a793306bdad66e15d3b4d02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tarz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tex.png new file mode 100644 index 0000000000000000000000000000000000000000..758583a4e912e9ae14fb546603e6d3c8463f18e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-tex.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..320cd71c508497079d722164afd17e65a9c67cc2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-x-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..63511f36bbecf302739199a00c1272b41c118d18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application.png new file mode 100644 index 0000000000000000000000000000000000000000..d2bef31e2b74a1f393ecf1bef6463350b15cba8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/application.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/ascii.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-ac3.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-ac3.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc203fdb1e056288c678766c6fea6783d3b53ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-ac3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..354c595bd2db145c30f25d5fa21042b1ab173afe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-basic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..4cad10eaa469bdf8437328ac6f8ef5825357dea4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-basic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-midi.png new file mode 100644 index 0000000000000000000000000000000000000000..fd6d67f81f810fdf237546b58d4dc00129f85544 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-midi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..8101d7fba58266ddaa530a3af33c29d44cde9e5d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-ogg.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-wma.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-wma.png new file mode 100644 index 0000000000000000000000000000000000000000..0dd6febc16729544ae63585e7cc1f893717bf3c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-wma.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..354c595bd2db145c30f25d5fa21042b1ab173afe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..ed588c6f19b4bdc8707137b8e9e117f5b85232f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-it.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-it.png new file mode 100644 index 0000000000000000000000000000000000000000..e46fa162595c3b7c123d5bf6c108b39ab6dc3898 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-it.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-midi.png new file mode 120000 index 0000000000000000000000000000000000000000..833afbfb65542273c2b7a5aff2c4d28d8aad3e1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-midi.png @@ -0,0 +1 @@ +../../16x16/mimetypes/audio-midi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mod.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mod.png new file mode 100644 index 0000000000000000000000000000000000000000..8901fa72deddb14cfa94093b1fd138b3bbdb796d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mod.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mp3.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mp3.png new file mode 100644 index 0000000000000000000000000000000000000000..198978d39dc4e6f35c0d24a65622f6ae5e4ccd2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mp3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mpegurl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mpegurl.png new file mode 100644 index 0000000000000000000000000000000000000000..d7f63c8889c3cb1f2c399ce3e5cfb199326efcfc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-mpegurl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-pn-realaudio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-pn-realaudio.png new file mode 100644 index 0000000000000000000000000000000000000000..e9db4c399bc1ddd85795e7e3f6d0b5f3caf0b067 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-pn-realaudio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-s3m.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-s3m.png new file mode 100644 index 0000000000000000000000000000000000000000..7942a1c49a72790f7edf96718ffdd45bf50935f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-s3m.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-stm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-stm.png new file mode 100644 index 0000000000000000000000000000000000000000..edc94a813c094dca196d27d1fd68ecd93740841f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-stm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-ulaw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-ulaw.png new file mode 100644 index 0000000000000000000000000000000000000000..a9491b12449738d7e4dbd69a17a8eaa68f962520 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-ulaw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-voc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-voc.png new file mode 100644 index 0000000000000000000000000000000000000000..5a2f247d35c4e6cb3ba16d65622390c6c0640668 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-voc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-wav.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-wav.png new file mode 100644 index 0000000000000000000000000000000000000000..d8bd0e36a719982854fd06093fd7ebbcd806ff94 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-wav.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-xi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-xi.png new file mode 100644 index 0000000000000000000000000000000000000000..0d3de1d663163110b699f106c413cce94acea41c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-xi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-xm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-xm.png new file mode 100644 index 0000000000000000000000000000000000000000..c2bc7ed77312f00b37024bbc3c9a35e78cd854e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio-x-xm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio.png new file mode 120000 index 0000000000000000000000000000000000000000..f17a898116a2e90b217eb0d4bd9c2b2dc040122c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/audio.png @@ -0,0 +1 @@ +../../16x16/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/binary.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/binary.png new file mode 120000 index 0000000000000000000000000000000000000000..a91c33beb09ca8e6895e45d6e5417d74f7514c34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/binary.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/contents2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/contents2.png new file mode 120000 index 0000000000000000000000000000000000000000..8580b143a3fcfa7f7e06779c85b5a9c2bb7ee6ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/contents2.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/deb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/deb.png new file mode 120000 index 0000000000000000000000000000000000000000..f5fb28445c05067c37266193498439c6b044df1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/deb.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/document.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/document.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/document.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/empty.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c034bc424fa37f490e909cc9d886aede001f72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/empty.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/exec.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/exec.png new file mode 120000 index 0000000000000000000000000000000000000000..a91c33beb09ca8e6895e45d6e5417d74f7514c34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/exec.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/folder_tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/folder_tar.png new file mode 120000 index 0000000000000000000000000000000000000000..4963f7c9bb6811236a733a6d1dc308c8aa54b231 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/folder_tar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..e835959b5cba9285a35ffb2fbca0c5428d9dae54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font.png new file mode 120000 index 0000000000000000000000000000000000000000..225d43191e6133fc32437417b5537823a6bb0e24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font.png @@ -0,0 +1 @@ +../../16x16/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_bitmap.png new file mode 120000 index 0000000000000000000000000000000000000000..b3699d22a4fa3d5bc2d707c04d4d9b6c70a3bc68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_bitmap.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_truetype.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_truetype.png new file mode 120000 index 0000000000000000000000000000000000000000..fa08e59844a2d73d2c499dd220538cb981bc89dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_truetype.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_type1.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_type1.png new file mode 120000 index 0000000000000000000000000000000000000000..1f2d1bb600ec18d2f5e63dca1e66883ce2fa6ab9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/font_type1.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-fs-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..a91c33beb09ca8e6895e45d6e5417d74f7514c34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-fs-executable.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-fs-regular.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c034bc424fa37f490e909cc9d886aede001f72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-fs-regular.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-magicpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-magicpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..9813745f74c4b22dc57bba25a93650dad58e2244 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-magicpoint.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..7827a17c7d71c31eb0254c301b18a564c6a249e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-msword.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..8101d7fba58266ddaa530a3af33c29d44cde9e5d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-ogg.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..f1017d57173c4ccddbec5879c8d2ca2685a56f01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-pdf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-pdf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-postscript.png new file mode 120000 index 0000000000000000000000000000000000000000..7ef5cbcf9656453f04f899b5284dd533c7a9b176 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-postscript.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-postscript.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-rtf.png new file mode 120000 index 0000000000000000000000000000000000000000..4b2e020077511a26cef8b591082f00f21002b379 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-rtf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-rtf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png new file mode 120000 index 0000000000000000000000000000000000000000..09599dc5beeb0c4abbf7954b3f5287b70dc96ef9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png new file mode 120000 index 0000000000000000000000000000000000000000..2ce3f8737e934109b190fc8c5ac4ff0f82bfe780 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.ms-excel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..74717c69ff9cd6ff86d5926f3d541514999081a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.ms-powerpoint.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..74d9b2137bb1f81015abc7af0366c2bec8ff6063 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png new file mode 120000 index 0000000000000000000000000000000000000000..74d9b2137bb1f81015abc7af0366c2bec8ff6063 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png new file mode 120000 index 0000000000000000000000000000000000000000..9813745f74c4b22dc57bba25a93650dad58e2244 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..09599dc5beeb0c4abbf7954b3f5287b70dc96ef9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png new file mode 120000 index 0000000000000000000000000000000000000000..caca624c7d8dc92ce7fa54f2eb28e03e2257a737 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png new file mode 120000 index 0000000000000000000000000000000000000000..3675bd7e6f9eef84da74b9b45bceb86ed2518f44 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png new file mode 120000 index 0000000000000000000000000000000000000000..3675bd7e6f9eef84da74b9b45bceb86ed2518f44 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png new file mode 120000 index 0000000000000000000000000000000000000000..3675bd7e6f9eef84da74b9b45bceb86ed2518f44 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..09599dc5beeb0c4abbf7954b3f5287b70dc96ef9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..9813745f74c4b22dc57bba25a93650dad58e2244 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..c3754ad969b072e89ca8c8c6b7b9a22a9771a5be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.sun.xml.calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png new file mode 120000 index 0000000000000000000000000000000000000000..a1c15bb9ac16df28047f5ff0cae0a5484e9a12ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.sun.xml.draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..95313fc8209df4e92e53ea1274ffb6b24e761377 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.sun.xml.impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..51bef306b8477cfb03c6269d1c4638ed6f5805b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-vnd.sun.xml.writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-wordperfect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-wordperfect.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-wordperfect.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..55edeba2733c28d72868249367e4ec035cbc13db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-7za.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-abiword.png new file mode 120000 index 0000000000000000000000000000000000000000..3457a6c8b9ce77b884c5b5066a488610e31a928f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-abiword.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-abiword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..09599dc5beeb0c4abbf7954b3f5287b70dc96ef9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-applix-word.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-applix-word.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-applix-word.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..79c28efa7c722e93d2efdac93c9a9f29c2983e01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-archive.png @@ -0,0 +1 @@ +../../16x16/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-arj.png new file mode 120000 index 0000000000000000000000000000000000000000..4c4c6de197026f46b9d472a9b4a0c292708befad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-arj.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-arj.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..2b4f2e61fa7a881f84fe2889ef2cfb9287aa7c69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-bzip-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-bzip.png new file mode 120000 index 0000000000000000000000000000000000000000..7006597cb05b622928548b3bb5081c301b22dd79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-bzip.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-bzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-compress.png new file mode 120000 index 0000000000000000000000000000000000000000..be8d5d60701de05ac99f7ee727dc4bf937b68615 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-compress.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-compress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..9bfbdccd0153ddb2d70dfe248886431d9ccb383a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..3ff795d8f5b2e38d418e5822b70d989952ef8511 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-cpio-compressed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-cpio.png new file mode 120000 index 0000000000000000000000000000000000000000..525a0e2b4ed7e18500ca9377189a87ac6f9ac0ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-cpio.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-cpio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-deb.png new file mode 120000 index 0000000000000000000000000000000000000000..f5fb28445c05067c37266193498439c6b044df1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-deb.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-dvi.png new file mode 120000 index 0000000000000000000000000000000000000000..155a0a2c11910bfc8866d5edaa10186df1e15e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-dvi.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-dvi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..a91c33beb09ca8e6895e45d6e5417d74f7514c34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-executable.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..1f2d1bb600ec18d2f5e63dca1e66883ce2fa6ab9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-afm.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..225d43191e6133fc32437417b5537823a6bb0e24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-bdf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..225d43191e6133fc32437417b5537823a6bb0e24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..225d43191e6133fc32437417b5537823a6bb0e24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-pcf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png new file mode 120000 index 0000000000000000000000000000000000000000..225d43191e6133fc32437417b5537823a6bb0e24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png @@ -0,0 +1 @@ +../../16x16/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-ttf.png new file mode 120000 index 0000000000000000000000000000000000000000..fa08e59844a2d73d2c499dd220538cb981bc89dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-font-ttf.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gnumeric.png new file mode 120000 index 0000000000000000000000000000000000000000..d0fbb117722664a442988d7a6da796e5538fc87d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gnumeric.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-gnumeric.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gzip.png new file mode 120000 index 0000000000000000000000000000000000000000..392a481dbb144b4e60ffa5b94a2456ddd96f6eb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gzip.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-gzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-jar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-jar.png new file mode 120000 index 0000000000000000000000000000000000000000..79c28efa7c722e93d2efdac93c9a9f29c2983e01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-jar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-killustrator.png new file mode 120000 index 0000000000000000000000000000000000000000..d06e5b0d22a114fc41214dd01afefc251f034a40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-killustrator.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-killustrator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kpresenter.png new file mode 120000 index 0000000000000000000000000000000000000000..2258c0b5165702055ccc9db1fc97d60bf8aec6ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kpresenter.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-kpresenter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kspread.png new file mode 120000 index 0000000000000000000000000000000000000000..3e812e59416a6feac681eb340fb9a74c46f282f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kspread.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-kspread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kword.png new file mode 120000 index 0000000000000000000000000000000000000000..ca1c7df4b9550df1e86dc47efdf75f218f5d9d50 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-kword.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-kword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-lha.png new file mode 120000 index 0000000000000000000000000000000000000000..c45ed05ea1a5c02aa4ac1518e5061c2391d85cfe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-lha.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-lha.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-lhz.png new file mode 120000 index 0000000000000000000000000000000000000000..c18d554b2703b2a6084cb924a7b7075b7220824e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-lhz.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-lhz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..a91c33beb09ca8e6895e45d6e5417d74f7514c34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-perl.png new file mode 120000 index 0000000000000000000000000000000000000000..ff7c69b59289204900a18e661d63b6c2bd6d3144 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-perl.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-perl.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-php.png new file mode 120000 index 0000000000000000000000000000000000000000..d01e0642876619680f86e35c3f7bd852bc799b28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-php.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-php.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png new file mode 120000 index 0000000000000000000000000000000000000000..f571ba45dc00683a6d4837e244f900190a033f7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-python-bytecode.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-rar.png new file mode 120000 index 0000000000000000000000000000000000000000..9e10749ec2cceeeab57816ea757fc2536f9cdeef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-rar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-rar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..5ce03fdda2897096c47e6f65c82fe1ef0ec78aae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-rpm.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-scribus.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-scribus.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-scribus.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..f4e8ae932f79d4b07edb0db970344a8b2e36450b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-shellscript.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..410b9aec5d3d3d5d4bcf81ee03aed05c746b29d5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-shockwave-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-stuffit.png new file mode 120000 index 0000000000000000000000000000000000000000..2903e6ac8e1f1f57c8f865058876ee4878d8873e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-stuffit.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-stuffit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..4963f7c9bb6811236a733a6d1dc308c8aa54b231 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tarz.png new file mode 120000 index 0000000000000000000000000000000000000000..4694eee87c19a260ea37ce4697a0376b93b235d8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tarz.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-tarz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..da19b53e233528963a4ea5ff50a3101071842126 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-x-tex.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-zip.png new file mode 120000 index 0000000000000000000000000000000000000000..f6d80e2fa65475498c81e2d90abe03ffffd087ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-application-zip.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..f17a898116a2e90b217eb0d4bd9c2b2dc040122c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-audio.png @@ -0,0 +1 @@ +../../16x16/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-image.png new file mode 120000 index 0000000000000000000000000000000000000000..f3964429ed92789d00434bea69c3b1774b55b9cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-image.png @@ -0,0 +1 @@ +../../16x16/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-html.png new file mode 120000 index 0000000000000000000000000000000000000000..caca624c7d8dc92ce7fa54f2eb28e03e2257a737 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-html.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png new file mode 120000 index 0000000000000000000000000000000000000000..caca624c7d8dc92ce7fa54f2eb28e03e2257a737 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-csh.png new file mode 120000 index 0000000000000000000000000000000000000000..f4e8ae932f79d4b07edb0db970344a8b2e36450b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-csh.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-python.png new file mode 120000 index 0000000000000000000000000000000000000000..ac4c684b7a687154213b125cfacb08401c0a1ce1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-python.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-python.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-sh.png new file mode 120000 index 0000000000000000000000000000000000000000..f4e8ae932f79d4b07edb0db970344a8b2e36450b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-sh.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..8a6be13dd94e29184d49f0eadff7630d4c7ec4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-vcalendar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..8580b143a3fcfa7f7e06779c85b5a9c2bb7ee6ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-vcard.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-zsh.png new file mode 120000 index 0000000000000000000000000000000000000000..f4e8ae932f79d4b07edb0db970344a8b2e36450b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text-x-zsh.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-text.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-video.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-video.png new file mode 120000 index 0000000000000000000000000000000000000000..6e105842520b95a1f2549e566b63d9f63dd39158 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-video.png @@ -0,0 +1 @@ +../../16x16/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..1f2d1bb600ec18d2f5e63dca1e66883ce2fa6ab9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-mime-x-font-afm.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..79c28efa7c722e93d2efdac93c9a9f29c2983e01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gnome-package.png @@ -0,0 +1 @@ +../../16x16/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c034bc424fa37f490e909cc9d886aede001f72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/gtk-file.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/html.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/html.png new file mode 120000 index 0000000000000000000000000000000000000000..caca624c7d8dc92ce7fa54f2eb28e03e2257a737 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/html.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-bmp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-bmp.png new file mode 100644 index 0000000000000000000000000000000000000000..1a8a5f3632d30c4f9c15b5879a796ee25dfb4d49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-bmp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-gif.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-gif.png new file mode 100644 index 0000000000000000000000000000000000000000..24503a033c89e377571a8356b80ecff1bbdcac84 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-gif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-ief.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-ief.png new file mode 100644 index 0000000000000000000000000000000000000000..6949b89571657438a63f9c5fc71e6c323e8b32f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-ief.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-jpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-jpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..5619a50b01aeeea11ccf068341bfb85960d46560 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-jpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-png.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-png.png new file mode 100644 index 0000000000000000000000000000000000000000..b857e2b2ecfbf5201426f1e839dcf3f6189bd945 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-png.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svg+xml.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svg+xml.png new file mode 120000 index 0000000000000000000000000000000000000000..7ff6aeee8d3c6be56ace80b15eec901e8c8f9e41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svg+xml.png @@ -0,0 +1 @@ +../../16x16/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svg.png new file mode 100644 index 0000000000000000000000000000000000000000..15084eab908badc733e9741ab6c201db73988783 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svgz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svgz.png new file mode 120000 index 0000000000000000000000000000000000000000..7ff6aeee8d3c6be56ace80b15eec901e8c8f9e41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-svgz.png @@ -0,0 +1 @@ +../../16x16/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-tiff.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-tiff.png new file mode 100644 index 0000000000000000000000000000000000000000..58e6cfb2dcdc90f79b4d459a80210e0dda7c0e75 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-tiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-3ds.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-3ds.png new file mode 100644 index 0000000000000000000000000000000000000000..fc560fbfbd8c78dfa7ab9d349f2a9234d5927238 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-3ds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-applix-graphic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-applix-graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..0435b7811c724af31ca980e53f8b867049832b65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-applix-graphic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-cmu-raster.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-cmu-raster.png new file mode 100644 index 0000000000000000000000000000000000000000..794248caafa25117ca730d2f7833b968e210d8ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-cmu-raster.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7fe9cc19c0f7e06a06681af5e7a5e695f409c4ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-anymap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-anymap.png new file mode 100644 index 0000000000000000000000000000000000000000..72154266f6c51e64878b27854c1416521815d435 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-anymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2b9021e251b08ffe687a1b10ae88681d3d003d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-greymap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-greymap.png new file mode 100644 index 0000000000000000000000000000000000000000..f769c99b89834547bcf170c4b63357e00c68f34e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-greymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-pixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-pixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..8a6373912377dd1475516203e634d6e72efaefa5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-portable-pixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-psd.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-psd.png new file mode 100644 index 0000000000000000000000000000000000000000..b96159ca8ef598c8c31e4c17bcd3987b82d849df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-psd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-rgb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f2dae37315509e50e6361f6c7a79df0cdfe236 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-rgb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-tga.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-tga.png new file mode 100644 index 0000000000000000000000000000000000000000..ad1f2e0e6f922ad0328155867c1e390a179e41bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-tga.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xbitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xbitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..9631b0117e79ee6ec4e6e0042107262fc46f503e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xbitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xcf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xcf.png new file mode 100644 index 0000000000000000000000000000000000000000..8a194f74b79da5cc5a2fe35e7afe1252defd0cb4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xcf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xfig.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xfig.png new file mode 100644 index 0000000000000000000000000000000000000000..682951b6b788813ad928cb6267dfaa0fbd218805 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xfig.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xpixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xpixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c976a306d34528cd27a323298f13b8e17aef4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xpixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xwindowdum.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xwindowdum.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1a9bcde704f445635b0030d6378a270574eb40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image-x-xwindowdum.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image.png new file mode 120000 index 0000000000000000000000000000000000000000..f3964429ed92789d00434bea69c3b1774b55b9cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/image.png @@ -0,0 +1 @@ +../../16x16/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/kpresenter_kpr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/kpresenter_kpr.png new file mode 120000 index 0000000000000000000000000000000000000000..9813745f74c4b22dc57bba25a93650dad58e2244 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/kpresenter_kpr.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/mime_ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/mime_ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/mime_ascii.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/misc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/misc.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/misc.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..f546dcdbfda6090e1b7d1ca1e2f8f9590fc6df0d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package.png new file mode 120000 index 0000000000000000000000000000000000000000..79c28efa7c722e93d2efdac93c9a9f29c2983e01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package.png @@ -0,0 +1 @@ +../../16x16/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package_editors.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package_editors.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package_editors.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package_wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package_wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/package_wordprocessing.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/plan.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/plan.png new file mode 120000 index 0000000000000000000000000000000000000000..8a6be13dd94e29184d49f0eadff7630d4c7ec4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/plan.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..5ce03fdda2897096c47e6f65c82fe1ef0ec78aae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/rpm.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..f4e8ae932f79d4b07edb0db970344a8b2e36450b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/shellscript.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..f17a898116a2e90b217eb0d4bd9c2b2dc040122c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/sound.png @@ -0,0 +1 @@ +../../16x16/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..09599dc5beeb0c4abbf7954b3f5287b70dc96ef9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/spreadsheet.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_addressbook.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_addressbook.png new file mode 120000 index 0000000000000000000000000000000000000000..8580b143a3fcfa7f7e06779c85b5a9c2bb7ee6ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_addressbook.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_calendar.png new file mode 120000 index 0000000000000000000000000000000000000000..8a6be13dd94e29184d49f0eadff7630d4c7ec4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_calendar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_certificate.png new file mode 120000 index 0000000000000000000000000000000000000000..4c5629d63879c8da8b9d55abe17a2d8a87893ff5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_certificate.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-certificate.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_script.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_script.png new file mode 120000 index 0000000000000000000000000000000000000000..f4e8ae932f79d4b07edb0db970344a8b2e36450b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/stock_script.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/tar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/tar.png new file mode 120000 index 0000000000000000000000000000000000000000..4963f7c9bb6811236a733a6d1dc308c8aa54b231 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/tar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/template_source.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/template_source.png new file mode 120000 index 0000000000000000000000000000000000000000..8f7809b8a9746f4a44b4057802064dd017a9ba1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/template_source.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic-template.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-css.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-css.png new file mode 100644 index 0000000000000000000000000000000000000000..45b0e53ab9e2a577f386a35f28827d7426001925 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-css.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-html.png new file mode 100644 index 0000000000000000000000000000000000000000..cb20fbd13fb5c7c1865628282cea264dcf7d544f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-html.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-sgml.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-sgml.png new file mode 100644 index 0000000000000000000000000000000000000000..45e8e50360d77dcfba06d971e14f349da62c19b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-sgml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-authors.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-authors.png new file mode 100644 index 0000000000000000000000000000000000000000..3e92a68629e68228518f94e443889e1bcd26a219 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-authors.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c++.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c++.png new file mode 100644 index 0000000000000000000000000000000000000000..99089cc25701c18709fc77689557032c9c5ac9f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c++.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c++src.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c++src.png new file mode 120000 index 0000000000000000000000000000000000000000..c84f856027cc758cc10e6ac8baf4bb42d6057859 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c++src.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-c++.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c-header.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c-header.png new file mode 100644 index 0000000000000000000000000000000000000000..56a3fd236c6f4dd9b0d3a1b78ddb5173ba5a721e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c-header.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c.png new file mode 100644 index 0000000000000000000000000000000000000000..e1da6f15b169e5bab3337589db7ce9fb0b4d7a3d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-c.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-chdr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-chdr.png new file mode 120000 index 0000000000000000000000000000000000000000..27d41d0bf32914f4c6837e41aab3a60b4b4f0936 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-chdr.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-c-header.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-copying.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-copying.png new file mode 100644 index 0000000000000000000000000000000000000000..07aa32dd223d564c6a3682611f111ab2c490228d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-copying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-credits.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-credits.png new file mode 100644 index 0000000000000000000000000000000000000000..94fa16eeb5a64c26d20c503d6626760f9ac42d1c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-credits.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csh.png new file mode 100644 index 0000000000000000000000000000000000000000..37d867d2dead9ae86a44a48023673a8695febc67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csharp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csharp.png new file mode 100644 index 0000000000000000000000000000000000000000..b34fea29445f46c521878c936aeb2b1fcc8977d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csharp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csrc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csrc.png new file mode 120000 index 0000000000000000000000000000000000000000..3df01812d7bb3d8663d076a3d750bfcbe4d5fc49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-csrc.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-c.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-generic-template.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-generic-template.png new file mode 100644 index 0000000000000000000000000000000000000000..b0d0a63d41f9f14b3bfae6893a0a6f20027a8489 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-generic-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..764385e8636680341012bbd02b9894433d16ed82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..084f17df03237507c8d89f1474287329a3f82f60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..1eb5539d4a913e8514d866dc9b44d928d3bfc0e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-install.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-install.png new file mode 100644 index 0000000000000000000000000000000000000000..7d477ef1b43daae6a34b11daa7a8d74552482e65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-install.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-java.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-java.png new file mode 100644 index 0000000000000000000000000000000000000000..185969dcf1977da1e27dfa0e80fbd99907702037 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-java.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-literate-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-literate-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..257d4c180dfe3c4ef27a6b29a84c8b60011a7aa5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-literate-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-log.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-log.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4ad26013cbaea829fe55cf784646e08e8adf94 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-log.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..206bddf8526042b44a8f9f960371f8fee1cee273 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-makefile.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-makefile.png new file mode 100644 index 0000000000000000000000000000000000000000..4525818d05ff71f25c4bd75ce0cb3e49beb1a37a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-makefile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-patch.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-patch.png new file mode 100644 index 0000000000000000000000000000000000000000..5d78780f074a5f2b313b991f2d99a20eb8a39691 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-patch.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..1c93ab301d74d0ae78ff96ee120c0bb63ff7cd40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-readme.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-readme.png new file mode 100644 index 0000000000000000000000000000000000000000..87cc863b4d5af374caca18d6069062f275cb9fb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-readme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-scheme.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-scheme.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff7eb41add8199acaee370646c845a516453d82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-scheme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-script.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-script.png new file mode 100644 index 0000000000000000000000000000000000000000..1b71aa0ce3732e52b6b4d9d4035185897f6ad4fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-script.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-sh.png new file mode 100644 index 0000000000000000000000000000000000000000..f79d5d1184d07b4303b4b91bc0e25b34f2fe7d41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-sh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..da19b53e233528963a4ea5ff50a3101071842126 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-tex.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-troff-man.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-troff-man.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa9173957a33aa7d4d90ba8ce86995364212c86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-troff-man.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-vcalendar.png new file mode 100644 index 0000000000000000000000000000000000000000..6fab60f3543bd65d62069d6913aaad7dd69960c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-vcalendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-vcard.png new file mode 100644 index 0000000000000000000000000000000000000000..18f0b91efc36bcf81fa08f1fffc5beee5151131b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-vcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-xslt.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-xslt.png new file mode 100644 index 0000000000000000000000000000000000000000..5adc6480218ea3579031f73db42e71ea30310c91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-xslt.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-zsh.png new file mode 100644 index 0000000000000000000000000000000000000000..2022a218e63615a94f20772f83e45085d6123df3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-x-zsh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-xml.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-xml.png new file mode 100644 index 0000000000000000000000000000000000000000..70e02c74ea8ab040dc55f5e3f75bc062594d78ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text-xml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/text.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/tgz.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/tgz.png new file mode 120000 index 0000000000000000000000000000000000000000..9bfbdccd0153ddb2d70dfe248886431d9ccb383a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/tgz.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/txt.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/txt.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/txt.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/txt2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/txt2.png new file mode 120000 index 0000000000000000000000000000000000000000..ba1632f354e42d4372f84a17659551ce18ddc38f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/txt2.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c034bc424fa37f490e909cc9d886aede001f72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/unknown.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..8a6be13dd94e29184d49f0eadff7630d4c7ec4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/vcalendar.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..8580b143a3fcfa7f7e06779c85b5a9c2bb7ee6ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/vcard.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-mpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-mpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb79bc42f6a40b432dde2310def06b293bcf804 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-mpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-quicktime.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-quicktime.png new file mode 100644 index 0000000000000000000000000000000000000000..2f6c62e3a96da071b2f039078bab4a1c291beee2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-quicktime.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-realplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-realplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..59e83b5239d4dcf5ff24b29a07208f5aedde00bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-realplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..108fd95afee2cf3108fbf46c3c7305d384fdd063 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-mp2.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-mp2.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1dded87bd1570e660da917795efabb3e333c4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-mp2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-mp4.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-mp4.png new file mode 100644 index 0000000000000000000000000000000000000000..1db904e698f495f03886aec9740ec14431c1a1d5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-mp4.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-ms-asf.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-ms-asf.png new file mode 100644 index 0000000000000000000000000000000000000000..54e8669a309357ae3fb3c8c246d0705a3acc1685 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-ms-asf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-ms-wmv.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-ms-wmv.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f46f227e14e110cc0e8f919c49c29cabe734b3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-ms-wmv.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-msvideo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-msvideo.png new file mode 100644 index 0000000000000000000000000000000000000000..b8290e2401c659492734f20d8002969720126aa0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video-x-msvideo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video.png new file mode 120000 index 0000000000000000000000000000000000000000..6e105842520b95a1f2549e566b63d9f63dd39158 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/video.png @@ -0,0 +1 @@ +../../16x16/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..d29194740c296d6d59b1ffeab6a5e2a3556fa47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/wordprocessing.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/www.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/www.png new file mode 120000 index 0000000000000000000000000000000000000000..caca624c7d8dc92ce7fa54f2eb28e03e2257a737 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/www.png @@ -0,0 +1 @@ +../../16x16/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..7540fd60b13921d4e0305ba08f2a20365d3f8ac4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-nfs-server.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..120580b064b3602e1b44183a1ca34ffccb23b4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-server.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..f90504b559c3c81ef3d25601d3cbddb08249b3f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-share.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..a8b20fc9b0d878be5e9396464aaebdd1548fc937 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..1f2d1bb600ec18d2f5e63dca1e66883ce2fa6ab9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-font-afm.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-gdesklets-display.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-gdesklets-display.png new file mode 120000 index 0000000000000000000000000000000000000000..759e736eecf9b6fc670fc6ac64674f774ede87ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-gdesklets-display.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-x-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..90d62824bf7d4f3fc2397b7e8c75fb3004c6dcf6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..c3a19a59d1622f406678b968f0a338c6299e6ad5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-document.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-document.png new file mode 100644 index 0000000000000000000000000000000000000000..7e23a5f35551cf2eb295eb659c866ea967d46802 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-document.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-drawing.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-drawing.png new file mode 100644 index 0000000000000000000000000000000000000000..bf27836807f5e526b934c75564c45e5e8d2d07d1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-drawing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-presentation.png new file mode 100644 index 0000000000000000000000000000000000000000..e8c1d9b958cd1b5c1333d49b8ee182e9987352c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-presentation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000000000000000000000000000000000000..4e44a79f3a1144a5c7863fe4b8b70be10ca5fd4a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/x-office-spreadsheet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/zip.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/zip.png new file mode 120000 index 0000000000000000000000000000000000000000..f6d80e2fa65475498c81e2d90abe03ffffd087ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/mimetypes/zip.png @@ -0,0 +1 @@ +../../16x16/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/arrow.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..0c3e2ee662353c255bb5ae90a01dab5efb1b55e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/arrow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/calc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/calc.png new file mode 120000 index 0000000000000000000000000000000000000000..c6911c109c956c4f2632efaca506e53b43f3260c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/calc.png @@ -0,0 +1 @@ +../../16x16/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/chronometer.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..67d0c15715d28286c76d28aa2b6bd72987dbf0b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/chronometer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/debian.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/debian.png new file mode 100644 index 0000000000000000000000000000000000000000..b3845299b5928c673171827d03fc8e30879ed7d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/debian.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/decrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..cb7292275cf7c2ea855dacbd0a39bdbf602acc2c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/decrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..8fdb75adbd5423f0ab8c931aed7d05e43a34d3f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/f-memory.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/f-memory.png new file mode 120000 index 0000000000000000000000000000000000000000..cbcc36ff80de4f08b92aebd6c6f03e720b363f9e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/f-memory.png @@ -0,0 +1 @@ +../../16x16/devices/memory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/firewall.png new file mode 120000 index 0000000000000000000000000000000000000000..3cff7b33251a52b8782d3f908d9f9b40eca2c8cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/firewall.png @@ -0,0 +1 @@ +../../16x16/apps/firewall.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/folder-template.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/folder-template.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8f912f02be05b8df818c60070a1912c56a2692 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/folder-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/fs-win.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/fs-win.png new file mode 120000 index 0000000000000000000000000000000000000000..120580b064b3602e1b44183a1ca34ffccb23b4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/fs-win.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/glasses.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..62fe3d3991907a3c454e0d4431e5d1654cf6d48e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/glasses.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/icon_view.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/icon_view.png new file mode 100644 index 0000000000000000000000000000000000000000..692b354888e1040b076914bc161462c2322b5ad3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/icon_view.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/iconbox.png new file mode 100644 index 0000000000000000000000000000000000000000..15c7d060f7ebfe33a80a65a2b134cd3697d0e470 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/iconbox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/insert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/insert.png new file mode 100644 index 0000000000000000000000000000000000000000..cbd02874b302d7479402e0e9d045b38791f364a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/insert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/locked.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/locked.png new file mode 120000 index 0000000000000000000000000000000000000000..d36d267dfdb5b4b50a85d59d6c8e4dd667271d11 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/locked.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/menueditor.png new file mode 100644 index 0000000000000000000000000000000000000000..7beb04aa1f9314c3156f881bf3cbb643e7f0483e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/menueditor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/money.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/money.png new file mode 100644 index 0000000000000000000000000000000000000000..a50e7018222c8cc1a3354dfa97c050261b859c13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/network-boot-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/network-boot-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..46bbf44ce88f71ba79bac8547f1c52772537fcc4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/network-boot-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/news.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/news.png new file mode 100644 index 0000000000000000000000000000000000000000..d6490dd2f7e63bc03a44f081553d9179decc9590 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/news.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/notes.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/notes.png new file mode 100644 index 0000000000000000000000000000000000000000..37d6b83ff381ca239b9cf728ec4f4af930588fd2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/notes.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/object.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/object.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb4dae6b1b4220fd9c7b58772d88e4bff914602 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/root_terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/root_terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4300f9f042e2f9bff243ac1c97e98e0bcd5973 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/root_terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/run.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/run.png new file mode 120000 index 0000000000000000000000000000000000000000..3efba08c1a70dcfeef19cfa28f410ade4166b88f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/run.png @@ -0,0 +1 @@ +../../16x16/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/settings.png new file mode 120000 index 0000000000000000000000000000000000000000..7174199cdf8379a9e6da6205662c56bf3a44594e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/settings.png @@ -0,0 +1 @@ +../../16x16/apps/gnome-settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/sm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/sm.png new file mode 100644 index 0000000000000000000000000000000000000000..fa0975876a11ed993b7f6480be1d60a224bd80b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/sm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..33afc9e494e8fadea7975d3566c09fb6b269061c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/sound.png @@ -0,0 +1 @@ +../../16x16/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/tabwin.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/tabwin.png new file mode 100644 index 0000000000000000000000000000000000000000..8e8321fe5b4f58665fd91c2b5823a85a67baa0da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/tabwin.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/taskbar.png new file mode 100644 index 0000000000000000000000000000000000000000..74905fc9115247f3cfaff132216044a75f429d59 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/taskbar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/taskmanager.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/taskmanager.png new file mode 100644 index 0000000000000000000000000000000000000000..9b867a36f496a502799295f9cdea128e940de6d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/taskmanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/ui.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/ui.png new file mode 100644 index 0000000000000000000000000000000000000000..acd90e5cd27b7041911ddd8d16bb3ff59c654b97 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/ui.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/unlocked.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/unlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..ed263c0ecaa9d8d538cd7a87d5f9c94b030c3b39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/unlocked.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/usb_key.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/usb_key.png new file mode 120000 index 0000000000000000000000000000000000000000..d104de9f866b116f974a4b4ebc47377ae82f563e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/usb_key.png @@ -0,0 +1 @@ +../../16x16/devices/fs-usb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user-female.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user-female.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d8778e59817799435da735e43545f491e05144 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user-female.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user-male.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user-male.png new file mode 100644 index 0000000000000000000000000000000000000000..d200c94700902ad5859282c7c31ea080500fa910 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user-male.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user.png new file mode 100644 index 0000000000000000000000000000000000000000..09a1bbf342ef3da10a2237d362aa90852700092a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/webcam.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/webcam.png new file mode 120000 index 0000000000000000000000000000000000000000..9052025f7cbe19459008693bc8dc8f810585960f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/webcam.png @@ -0,0 +1 @@ +../../16x16/devices/camera-web.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wksp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wksp.png new file mode 100644 index 0000000000000000000000000000000000000000..63c6c39888ae5fd8dd2ce35c4bc8e1b9bca1aa5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wksp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wm.png new file mode 100644 index 0000000000000000000000000000000000000000..512e71858077a1d8b212214fe891f48c32dc0995 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wmtweaks.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f0f82ae5a32ef3f9a8c959e42b5fe96e963215 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/wmtweaks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/xfce4-appfinder.png new file mode 100644 index 0000000000000000000000000000000000000000..4a240930103d51f5542897807180caba7ee8d90f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/misc/xfce4-appfinder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/application-x-gnome-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/application-x-gnome-saved-search.png new file mode 120000 index 0000000000000000000000000000000000000000..2dcc92cf723b511f0e8879fd7e424c361512832e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/application-x-gnome-saved-search.png @@ -0,0 +1 @@ +../../16x16/places/folder-saved-search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..b3072c123a7506a26cfc4d225737df34581dd68c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/desktop.png @@ -0,0 +1 @@ +../../16x16/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/distributor-logo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/distributor-logo.png new file mode 120000 index 0000000000000000000000000000000000000000..455631d8c0a71a624213c0143bb3e69c67e18825 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/distributor-logo.png @@ -0,0 +1 @@ +../../16x16/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/emptytrash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/emptytrash.png new file mode 120000 index 0000000000000000000000000000000000000000..5931e300175cdbefa6bc566989e121ab9f9c865e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/emptytrash.png @@ -0,0 +1 @@ +../../16x16/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..e972e1edeaf5a45fd2baa2f83d244fddfae5500e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder-remote.png @@ -0,0 +1 @@ +../../16x16/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder-saved-search.png new file mode 100644 index 0000000000000000000000000000000000000000..70c21e706dfeb2e588b2dfcd22552669cb55746a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder-saved-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder.png new file mode 120000 index 0000000000000000000000000000000000000000..a06518f4385eb2226dfb6ce306e429c68c184093 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder.png @@ -0,0 +1 @@ +../../16x16/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder_home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder_home.png new file mode 120000 index 0000000000000000000000000000000000000000..f584f04bf3fdc1496c477358d39acaf360fa457b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/folder_home.png @@ -0,0 +1 @@ +../../16x16/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..b3072c123a7506a26cfc4d225737df34581dd68c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-desktop.png @@ -0,0 +1 @@ +../../16x16/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..f59dfa6e3e07dc5a2b3750f8621acd05ca9a7355 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-directory.png @@ -0,0 +1 @@ +../../16x16/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-ftp.png new file mode 120000 index 0000000000000000000000000000000000000000..4d3d3168ae0298b05166dfa5d9d6464b326bf323 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-ftp.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-ftp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..f584f04bf3fdc1496c477358d39acaf360fa457b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-home.png @@ -0,0 +1 @@ +../../16x16/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..5802ab69f07413480e1a7d634ee2cf147376c159 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-network.png @@ -0,0 +1 @@ +../../16x16/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-nfs.png new file mode 120000 index 0000000000000000000000000000000000000000..7540fd60b13921d4e0305ba08f2a20365d3f8ac4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-nfs.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..d3643e2a91c233dd82c613fcdb588f0494915f0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-server.png @@ -0,0 +1 @@ +../../16x16/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-share.png new file mode 120000 index 0000000000000000000000000000000000000000..48daacbf2586c360e7ef1d83cd376a14dd5d3777 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-share.png @@ -0,0 +1 @@ +../../16x16/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-smb.png new file mode 120000 index 0000000000000000000000000000000000000000..120580b064b3602e1b44183a1ca34ffccb23b4f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-smb.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-ssh.png new file mode 120000 index 0000000000000000000000000000000000000000..9219e4b4c5fc9781ccf22b472b2d8ab75e6f3026 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-ssh.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-ssh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-trash-empty.png new file mode 120000 index 0000000000000000000000000000000000000000..5931e300175cdbefa6bc566989e121ab9f9c865e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-fs-trash-empty.png @@ -0,0 +1 @@ +../../16x16/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-main-menu.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-main-menu.png new file mode 120000 index 0000000000000000000000000000000000000000..455631d8c0a71a624213c0143bb3e69c67e18825 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-main-menu.png @@ -0,0 +1 @@ +../../16x16/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..3eee93a7568f54e359951aeeb7ef3dea1c101f1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-nfs-server.png @@ -0,0 +1 @@ +../../16x16/places/nfs-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..c16547ef339505dc33f9e350a7462da9e66ed59e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-server.png @@ -0,0 +1 @@ +../../16x16/places/smb-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..f90504b559c3c81ef3d25601d3cbddb08249b3f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..a8b20fc9b0d878be5e9396464aaebdd1548fc937 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-mime-x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-stock-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-stock-trash.png new file mode 120000 index 0000000000000000000000000000000000000000..5931e300175cdbefa6bc566989e121ab9f9c865e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gnome-stock-trash.png @@ -0,0 +1 @@ +../../16x16/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..5802ab69f07413480e1a7d634ee2cf147376c159 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/gtk-network.png @@ -0,0 +1 @@ +../../16x16/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/menu.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/menu.png new file mode 100644 index 0000000000000000000000000000000000000000..5e8e15de97d369d6e35640a432d9e3283f19b7ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/menu.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-local.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-local.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2660b428053241d9eb0a8f8fe7d890265bd1cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-local.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..a86462ff83d5c5eba7b0d6b0f09674669cb8a285 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-storage.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-storage.png new file mode 100644 index 0000000000000000000000000000000000000000..da9416025d3c9080c3a199d46ed267a2f18bfe6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-storage.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..70b21694f24f0ba8fb84348eeeb9d0e38e2b2b1a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network.png new file mode 120000 index 0000000000000000000000000000000000000000..48daacbf2586c360e7ef1d83cd376a14dd5d3777 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network.png @@ -0,0 +1 @@ +../../16x16/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network_local.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network_local.png new file mode 120000 index 0000000000000000000000000000000000000000..22cf8565d18a65fd4ad1ad1c2e608ab2e37d4af9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/network_local.png @@ -0,0 +1 @@ +../../16x16/places/network-local.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/nfs-server.png new file mode 100644 index 0000000000000000000000000000000000000000..204dc47035a8f304ff57f337e66376a8a40c8718 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/nfs-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/redhat-network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/redhat-network-server.png new file mode 120000 index 0000000000000000000000000000000000000000..d3643e2a91c233dd82c613fcdb588f0494915f0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/redhat-network-server.png @@ -0,0 +1 @@ +../../16x16/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/server.png new file mode 120000 index 0000000000000000000000000000000000000000..d3643e2a91c233dd82c613fcdb588f0494915f0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/server.png @@ -0,0 +1 @@ +../../16x16/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/smb-server.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6e357028f46ad9c252089162ca6484710eead0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/smb-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/start-here.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/start-here.png new file mode 100644 index 0000000000000000000000000000000000000000..8ac6c02a350a63edcd2637cc36bb7b40594d8fe9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/start-here.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..f59dfa6e3e07dc5a2b3750f8621acd05ca9a7355 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/stock_folder.png @@ -0,0 +1 @@ +../../16x16/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/trashcan_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/trashcan_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..5931e300175cdbefa6bc566989e121ab9f9c865e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/trashcan_empty.png @@ -0,0 +1 @@ +../../16x16/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..39f54a98b8c133709688c98f6702fe17363c19ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-home.png new file mode 100644 index 0000000000000000000000000000000000000000..0d0ae1eb3b95d682e95ad2330a519c58d8b9261d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..502b1de68f50bb4bab450a2d54694d62b63b509a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/user-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..5931e300175cdbefa6bc566989e121ab9f9c865e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/places/xfce-trash_empty.png @@ -0,0 +1 @@ +../../16x16/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/appointment-missed.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/appointment-missed.png new file mode 100644 index 0000000000000000000000000000000000000000..a9417f85f4458f88289dafd2d70d79ec50542391 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/appointment-missed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/appointment-soon.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/appointment-soon.png new file mode 100644 index 0000000000000000000000000000000000000000..0ac1094697d249fffa41ae4141070973a833dca4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/appointment-soon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-high.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-high.png new file mode 100644 index 0000000000000000000000000000000000000000..1653e6e1647f677a32074885f56af54d67a025de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-low.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-low.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc24ab7df5a80edbc8a2077101fed36ba3d6afb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d2fe4b24e81f9aea3b3fb9030f7f48d2c2034e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-muted.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-muted.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8160d5de451fe14647d67426ca58e51a3f8104 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-muted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-zero.png new file mode 100644 index 0000000000000000000000000000000000000000..a744d0cb4b10f5ad33ae675dbc8cad021fc48967 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/audio-volume-zero.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/battery-caution.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/battery-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..b47ec1700da4e16020a940b5179cda57c6e46ebf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/battery-caution.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/battery-low.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/battery-low.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4021438ef5539c14f8b654e63ea8cba9046acf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/battery-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_creating.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_creating.png new file mode 120000 index 0000000000000000000000000000000000000000..c9cb0e0fef6045fd4866c95046bec81d4115328c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_creating.png @@ -0,0 +1 @@ +../../16x16/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_established.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_established.png new file mode 120000 index 0000000000000000000000000000000000000000..eed7e09ef0a8380f798a5083d17d7cf76af63118 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_established.png @@ -0,0 +1 @@ +../../16x16/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_no.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_no.png new file mode 120000 index 0000000000000000000000000000000000000000..c2a3d2ea416ae82dce5406cc2816bd173cfbde9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/connect_no.png @@ -0,0 +1 @@ +../../16x16/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-error.png new file mode 100644 index 0000000000000000000000000000000000000000..b6949d15830bca8ed749fe198088760225917a0d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-information.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..b4eae2454b159167365de194f067ad841a8c68d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-information.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-password.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-password.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad4b02b5a02594c6cb86e8c946e5be141e1ed86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-password.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-question.png new file mode 100644 index 0000000000000000000000000000000000000000..30a257adae4fd146a764280976e34ee968b9576f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-question.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd8f8d36b2f44c193d3f75d8a758cb1112e94f6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/dialog-warning.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/edittrash.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/edittrash.png new file mode 120000 index 0000000000000000000000000000000000000000..f3b7746bf80a966e2c0cf710266e65d88951a042 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/edittrash.png @@ -0,0 +1 @@ +../../16x16/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/error.png new file mode 120000 index 0000000000000000000000000000000000000000..53124f5734da2cc039f805c9b39063926fe99f07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/error.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-drag-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-drag-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..bafbba4b02d707a91f7aef9acae537e18f5433b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-drag-accept.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-directory-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..97dea4c49debfc7530b1c200a1b96235b826305a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-hidden.png @@ -0,0 +1 @@ +../../16x16/filesystems/directory-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-open.png new file mode 120000 index 0000000000000000000000000000000000000000..50a2f4779b32f9e7ae074f578edcac2ce6a042ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-open.png @@ -0,0 +1 @@ +../../16x16/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..64f4af8284e8beec0ae42226de44a7fbec2a2753 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder-visiting.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-directory-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder_open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder_open.png new file mode 120000 index 0000000000000000000000000000000000000000..11c3aba444aad26962d3364cd7a82d89cf7bc4a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/folder_open.png @@ -0,0 +1 @@ +../../16x16/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-dev-wavelan-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-dev-wavelan-encrypted.png new file mode 120000 index 0000000000000000000000000000000000000000..7a1838570887152048863b6d3e4dc94df0c9e42d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-dev-wavelan-encrypted.png @@ -0,0 +1 @@ +../../16x16/status/network-wireless-encrypted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-directory-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..b7dc98ab24cbb0c96ae7d724614798356aa37d8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-directory-accept.png @@ -0,0 +1 @@ +../../16x16/status/folder-drag-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-directory-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..b6991f164267971a0414f652abd49e3465efc94a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-directory-visiting.png @@ -0,0 +1 @@ +../../16x16/status/folder-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-loading-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-loading-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..016fd87ab38effb16c40f653300a5c5ddce8e416 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-loading-icon.png @@ -0,0 +1 @@ +../../16x16/status/image-loading.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..f3b7746bf80a966e2c0cf710266e65d88951a042 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-fs-trash-full.png @@ -0,0 +1 @@ +../../16x16/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-disconn.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-disconn.png new file mode 120000 index 0000000000000000000000000000000000000000..c2a3d2ea416ae82dce5406cc2816bd173cfbde9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-disconn.png @@ -0,0 +1 @@ +../../16x16/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-error.png new file mode 120000 index 0000000000000000000000000000000000000000..61ce88137a633c182572a73f9ac9a6ecebdf2f02 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-error.png @@ -0,0 +1 @@ +../../16x16/status/network-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-idle.png new file mode 120000 index 0000000000000000000000000000000000000000..eed7e09ef0a8380f798a5083d17d7cf76af63118 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-idle.png @@ -0,0 +1 @@ +../../16x16/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-rx.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-rx.png new file mode 120000 index 0000000000000000000000000000000000000000..dc4e504cf7babe29da617a22f23d6e1343be94d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-rx.png @@ -0,0 +1 @@ +../../16x16/status/network-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-tx.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-tx.png new file mode 120000 index 0000000000000000000000000000000000000000..dcadc9a40c82be6cf29638f31bb8d7a6f34541b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-tx.png @@ -0,0 +1 @@ +../../16x16/status/network-transmit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-txrx.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-txrx.png new file mode 120000 index 0000000000000000000000000000000000000000..c9cb0e0fef6045fd4866c95046bec81d4115328c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +../../16x16/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-stock-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-stock-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..f3b7746bf80a966e2c0cf710266e65d88951a042 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gnome-stock-trash-full.png @@ -0,0 +1 @@ +../../16x16/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..765c9edb1d8ca5accb5c81620ce65d883f97d1aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-error.png @@ -0,0 +1 @@ +../../16x16/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..2e0bb8fe9b9b95a6d214472da27ae35706f88876 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-info.png @@ -0,0 +1 @@ +../../16x16/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..57b27b0755b1c366d50f3a69c198c8778d0c8d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../16x16/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/image-loading.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/image-loading.png new file mode 100644 index 0000000000000000000000000000000000000000..8466b5eea5531b33d80433293f20633ed887525d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/image-loading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/image-missing.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/image-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd01144a2698e3a57ced286cf0585eeb87eb01d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/image-missing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/important.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/important.png new file mode 120000 index 0000000000000000000000000000000000000000..57b27b0755b1c366d50f3a69c198c8778d0c8d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/important.png @@ -0,0 +1 @@ +../../16x16/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/info.png new file mode 120000 index 0000000000000000000000000000000000000000..2e0bb8fe9b9b95a6d214472da27ae35706f88876 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/info.png @@ -0,0 +1 @@ +../../16x16/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-attachment.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-attachment.png new file mode 100644 index 0000000000000000000000000000000000000000..2e929e0feba3b7d7039d1a7187be788372485178 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-attachment.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-read.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-read.png new file mode 100644 index 0000000000000000000000000000000000000000..467d59a6aaa90eb843bfb978da4c43a9a710a0d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-replied.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-replied.png new file mode 100644 index 0000000000000000000000000000000000000000..588034ecc7ea9f8bc639057b6e7fc5354efa187e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-replied.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-unread.png new file mode 120000 index 0000000000000000000000000000000000000000..a646a11c10349ab0e659f38f497f7c683e17f790 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/mail-unread.png @@ -0,0 +1 @@ +../../16x16/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/media-playlist-repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..c10a6429fa51c306790ae69b208757f12b86c595 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/media-playlist-repeat.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/media-playlist-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..9631b28a70af74e12f3dd98b3551dbc1881c8c17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/media-playlist-shuffle.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_critical.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_critical.png new file mode 120000 index 0000000000000000000000000000000000000000..765c9edb1d8ca5accb5c81620ce65d883f97d1aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_critical.png @@ -0,0 +1 @@ +../../16x16/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_info.png new file mode 120000 index 0000000000000000000000000000000000000000..2e0bb8fe9b9b95a6d214472da27ae35706f88876 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_info.png @@ -0,0 +1 @@ +../../16x16/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..57b27b0755b1c366d50f3a69c198c8778d0c8d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/messagebox_warning.png @@ -0,0 +1 @@ +../../16x16/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-error.png new file mode 100644 index 0000000000000000000000000000000000000000..6d032eda6dfd7bde20c8a7cb5db9a2dd3890944a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..3cb4fc7904c56b2792efa61a4abdacbac47d5b54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-idle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-offline.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-offline.png new file mode 100644 index 0000000000000000000000000000000000000000..d48ba83e61e501cd27cc7e52869c814bbb113a1e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-offline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..82747c4f1d693696d0bfafde9a0a30f32307078a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-transmit-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-transmit-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..e53c2d5d162c5ad9d1e86ba9e0aec0e0179f58ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-transmit-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-transmit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-transmit.png new file mode 100644 index 0000000000000000000000000000000000000000..31ee7deef37d8c998f59ff036827266f60def55b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-transmit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-wireless-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-wireless-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..5ca170bca4bf1faf1492d11e81e4b72ed870889b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/network-wireless-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-adhoc.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-adhoc.png new file mode 120000 index 0000000000000000000000000000000000000000..eed7e09ef0a8380f798a5083d17d7cf76af63118 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-adhoc.png @@ -0,0 +1 @@ +../../16x16/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-device-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-device-wired.png new file mode 120000 index 0000000000000000000000000000000000000000..c71e2f7f38c869c66cfb679005ae359eb22b76ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-device-wired.png @@ -0,0 +1 @@ +../../16x16/devices/network-wired.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-device-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-device-wireless.png new file mode 120000 index 0000000000000000000000000000000000000000..4cd48c007b6fe2aebfa0ba418beb58e76f7afdf4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-device-wireless.png @@ -0,0 +1 @@ +../../16x16/devices/network-wireless.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-no-connection.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-no-connection.png new file mode 120000 index 0000000000000000000000000000000000000000..c2a3d2ea416ae82dce5406cc2816bd173cfbde9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/nm-no-connection.png @@ -0,0 +1 @@ +../../16x16/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/printer-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/printer-error.png new file mode 100644 index 0000000000000000000000000000000000000000..cc16a0a5264514e0d04e75225cdf3cbd2d3f6cb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/printer-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/printer-printing.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/printer-printing.png new file mode 100644 index 0000000000000000000000000000000000000000..84d996d44a8d530920daad68300c4dc872b068f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/printer-printing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-high.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-high.png new file mode 100644 index 0000000000000000000000000000000000000000..7d8aa86bf2f3af5a48cdb7a27d5f30c487e3b994 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-low.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-low.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa24faa25c907f24e7fc6964e3b73cfd44d7130 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..590ca48a466703a1d6b0df3e4bbabf04c101cc2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/security-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/software-update-available.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/software-update-available.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bdd7f438d5f881d3b7d46f2bced30d705c80f7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/software-update-available.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/software-update-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/software-update-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..f17d558c5c21cfcbf5d728f63efaf2409fe0fe6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/software-update-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_appointment-reminder-excl.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_appointment-reminder-excl.png new file mode 120000 index 0000000000000000000000000000000000000000..e05cf9b45bcfa12578ba3e78b30e83a9d40508c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_appointment-reminder-excl.png @@ -0,0 +1 @@ +../../16x16/status/appointment-missed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_appointment-reminder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_appointment-reminder.png new file mode 120000 index 0000000000000000000000000000000000000000..f3e0efdba21c640c098f0493db970e0a72bd6295 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_appointment-reminder.png @@ -0,0 +1 @@ +../../16x16/status/appointment-soon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..765c9edb1d8ca5accb5c81620ce65d883f97d1aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-error.png @@ -0,0 +1 @@ +../../16x16/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..2e0bb8fe9b9b95a6d214472da27ae35706f88876 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-info.png @@ -0,0 +1 @@ +../../16x16/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..57b27b0755b1c366d50f3a69c198c8778d0c8d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_dialog-warning.png @@ -0,0 +1 @@ +../../16x16/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..11c3aba444aad26962d3364cd7a82d89cf7bc4a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_open.png @@ -0,0 +1 @@ +../../16x16/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..c10a6429fa51c306790ae69b208757f12b86c595 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_repeat.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..9631b28a70af74e12f3dd98b3551dbc1881c8c17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_shuffle.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..f3b7746bf80a966e2c0cf710266e65d88951a042 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_trash_full.png @@ -0,0 +1 @@ +../../16x16/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-0.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-0.png new file mode 120000 index 0000000000000000000000000000000000000000..f2d4343d3ad4400805a0d73cc33a358f24458414 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-0.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..d9a93c5dc91a42f1d6bddb5fa8490a1b3aff7edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-max.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..98b46b54c9dd09514067ea96b95322f486a9f361 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-med.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..674d9c4025bcdf80a384741c189407b478e08101 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-min.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..1f25b82a29be5f8f6ce4ef36328421ec25d24883 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume-mute.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..d9a93c5dc91a42f1d6bddb5fa8490a1b3aff7edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_volume.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-cloudy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-cloudy.png new file mode 120000 index 0000000000000000000000000000000000000000..d4e1f5ce8de2bf32c5a906f7e232561b363ab1e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-cloudy.png @@ -0,0 +1 @@ +../../16x16/status/weather-overcast.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..6b24a28e9eca981318e47ee8205dc08b76431b28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-few-clouds.png @@ -0,0 +1 @@ +../../16x16/status/weather-few-clouds.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-night-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-night-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..492351deae5c950155da7cdad9a96f28cd6756c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-night-clear.png @@ -0,0 +1 @@ +../../16x16/status/weather-clear-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-night-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-night-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..c1475184161d6842f8b1f0a26606379ae931e098 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-night-few-clouds.png @@ -0,0 +1 @@ +../../16x16/status/weather-few-clouds-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-showers.png new file mode 120000 index 0000000000000000000000000000000000000000..bcca5cf5330377637776e65af634f4cc3a914d7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-showers.png @@ -0,0 +1 @@ +../../16x16/status/weather-showers.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-snow.png new file mode 120000 index 0000000000000000000000000000000000000000..5071c04f9627205388c0d3df6674fd8b8b5a781a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-snow.png @@ -0,0 +1 @@ +../../16x16/status/weather-snow.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-storm.png new file mode 120000 index 0000000000000000000000000000000000000000..ed321aad7c51c06badf49af11f68a9db08a051d4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-storm.png @@ -0,0 +1 @@ +../../16x16/status/weather-storm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..64603cfb89bb53f6960194d23fdae7b46f9dc55d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/stock_weather-sunny.png @@ -0,0 +1 @@ +../../16x16/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..64603cfb89bb53f6960194d23fdae7b46f9dc55d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/sunny.png @@ -0,0 +1 @@ +../../16x16/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/task-due.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/task-due.png new file mode 100644 index 0000000000000000000000000000000000000000..9c225cd10a1f06a672e57648f2787eceb24e634a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/task-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/task-past-due.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/task-past-due.png new file mode 100644 index 0000000000000000000000000000000000000000..f37673d8081508c3baf4fc84023f8868312ba41d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/task-past-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/trashcan_full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/trashcan_full.png new file mode 120000 index 0000000000000000000000000000000000000000..f3b7746bf80a966e2c0cf710266e65d88951a042 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/trashcan_full.png @@ -0,0 +1 @@ +../../16x16/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/user-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/user-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e2c48dce0a1b71f20d02143577dce0be6b197d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/user-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-clear-night.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-clear-night.png new file mode 100644 index 0000000000000000000000000000000000000000..dc5997ebdf5487235d60deb77b1407bf909de763 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-clear-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..bc0a4a4bffdf80a7860cd0e41fd1e23b22196798 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-few-clouds-night.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-few-clouds-night.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b3d837bc11aafba50fe10b56535ff00aef20d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-few-clouds-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-few-clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..20a546a93a705deb44c8d971df603acad86e09a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-few-clouds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-fog.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-fog.png new file mode 100644 index 0000000000000000000000000000000000000000..82b9cc179d73ff4666b71aeac73d69902e03d54e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-fog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-overcast.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-overcast.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e25cabcbaaaff32ebe117263db1f7fb0c0d4d5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-overcast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-severe-alert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-severe-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..5014f8be82a61a209f63f5f25627ed1469b2eb13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-severe-alert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-showers-scattered.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-showers-scattered.png new file mode 100644 index 0000000000000000000000000000000000000000..94c7dc9f95bd1d9cdd0273fc64524cad7a7e868b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-showers-scattered.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-showers.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1b1a69383e08d18ca4d22ffcc1da6f2f40f3d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-showers.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-snow.png new file mode 100644 index 0000000000000000000000000000000000000000..0140c700584fb663fba8b3657e13217e7921e4c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-snow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..3cd4b245f7ceb53cb836831571f086048fbdffbe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/weather-storm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..f3b7746bf80a966e2c0cf710266e65d88951a042 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/status/xfce-trash_full.png @@ -0,0 +1 @@ +../../16x16/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/edit-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/edit-redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/edit-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/edit-undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/gtk-undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-font.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-font.png new file mode 120000 index 0000000000000000000000000000000000000000..225d43191e6133fc32437417b5537823a6bb0e24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-font.png @@ -0,0 +1 @@ +../../16x16/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..d861eb2713604a85e6660e2c38b62d56269d4fe6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-lock.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..09599dc5beeb0c4abbf7954b3f5287b70dc96ef9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/m-spreadsheet.png @@ -0,0 +1 @@ +../../16x16/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..d394510eff57f25bef78c0cdd79aa74b16954a37 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-backward.png @@ -0,0 +1 @@ +../../16x16/actions/media-seek-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..0a50aa0d5cdd2441f8a5aefb388064fb37ebb1a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-eject.png @@ -0,0 +1 @@ +../../16x16/actions/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..06b380dc012a956c192cf860834869c6856cc370 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-forward.png @@ -0,0 +1 @@ +../../16x16/actions/media-seek-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..93537a3ee5ccb1043f5bd3812b05ba6751b24d05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-next.png @@ -0,0 +1 @@ +../../16x16/actions/media-skip-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..9af7f0b03b0b32e34d5c8a8f5a8f5c1df67182d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-pause.png @@ -0,0 +1 @@ +../../16x16/actions/media-playback-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..750b85aeb5d8584a96213ed8e1cd456326f077cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-play.png @@ -0,0 +1 @@ +../../16x16/actions/media-playback-start.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..9d089551a007bd5490975f74f3a8798840abca52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-prev.png @@ -0,0 +1 @@ +../../16x16/actions/media-skip-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..6d67a0e64ac84008be5f450c5cd613f00e8f55b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-record.png @@ -0,0 +1 @@ +../../16x16/actions/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..9631b28a70af74e12f3dd98b3551dbc1881c8c17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-shuffle.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..26830cda2012dd5fdac889099dd72c377fefbd9e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/media-stop.png @@ -0,0 +1 @@ +../../16x16/actions/media-playback-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-select.png new file mode 100644 index 0000000000000000000000000000000000000000..4c3759575bd77001ce7a68386447a289a3e68714 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-select.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-show-details.png new file mode 100644 index 0000000000000000000000000000000000000000..8d96051b40d99c426fea5092520bce8f3ede6e8a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-show-details.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-show-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..494662010e5aaeecaa7c153c1463840b527369df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/rox-show-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock-redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock-undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_about.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_about.png new file mode 120000 index 0000000000000000000000000000000000000000..3e3851d51def1a7f4938d7f06878c9e0c51ed3ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_about.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..8da4db6a3461c06db02bdc48f8f4e9a4ce1021e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_accessories.png @@ -0,0 +1 @@ +../../16x16/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_add.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_add.png new file mode 120000 index 0000000000000000000000000000000000000000..2d1d9a72a50e7c5b56c04fbfe57af34b18538c5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_add.png @@ -0,0 +1 @@ +../../16x16/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..d2256a8cd25a850dc57f9d46cf6745b3f1e8ca0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_amusements.png @@ -0,0 +1 @@ +../../16x16/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_apply.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_apply.png new file mode 120000 index 0000000000000000000000000000000000000000..3b7e1ba5f22b1611f14be99f196001dc31b492d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_apply.png @@ -0,0 +1 @@ +../../16x16/actions/apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_attach.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_attach.png new file mode 120000 index 0000000000000000000000000000000000000000..39f88b65a5b5c9b19b0e368363d58821264d35e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_attach.png @@ -0,0 +1 @@ +../../16x16/status/mail-attachment.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_balance.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_balance.png new file mode 120000 index 0000000000000000000000000000000000000000..13bc6166f3178e9900682ed07b4a4aafdf6ce319 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_balance.png @@ -0,0 +1 @@ +../../16x16/apps/multimedia-balance-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_bold.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_bold.png new file mode 120000 index 0000000000000000000000000000000000000000..e44d3bdf8fe004ee931d9a6d33ecdb389d5ac730 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_bold.png @@ -0,0 +1 @@ +../../16x16/actions/format-text-bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_book-open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_book-open.png new file mode 100644 index 0000000000000000000000000000000000000000..9234e571fb321f5347a461196c84ab780b6b7860 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_book-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_book.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_book.png new file mode 120000 index 0000000000000000000000000000000000000000..62adcb84943c7a1485a9e46f526e789949b060ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_book.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-bookmarks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..b92977d6f4ddff2d21cf269f34e8f3b2a4a3f7fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cancel.png @@ -0,0 +1 @@ +../../16x16/actions/cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..140ff75f82de1df72345cb234012c305fde923ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cdrom.png @@ -0,0 +1 @@ +../../16x16/devices/gnome-dev-cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_clear.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_clear.png new file mode 120000 index 0000000000000000000000000000000000000000..45cf14ef94fb1de19190f76c2a1a091674e86077 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_clear.png @@ -0,0 +1 @@ +../../16x16/actions/edit-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_close.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_close.png new file mode 120000 index 0000000000000000000000000000000000000000..cdf5c8fb46543fdb314e5c6ebdff874a18f2b3ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_close.png @@ -0,0 +1 @@ +../../16x16/actions/application-exit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_color_picker.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_color_picker.png new file mode 120000 index 0000000000000000000000000000000000000000..e3e2070ac9eb0ff3c461cde5a19ce1b53818b0c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_color_picker.png @@ -0,0 +1 @@ +../../16x16/actions/color-picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_connect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_connect.png new file mode 120000 index 0000000000000000000000000000000000000000..ba2c10c951fc908374524e682f7d09ec610463da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_connect.png @@ -0,0 +1 @@ +../../16x16/actions/network-connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_convert.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_convert.png new file mode 120000 index 0000000000000000000000000000000000000000..b0bec92b3d29339c56450ec180d8bfe13ca2c87e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_convert.png @@ -0,0 +1 @@ +../../16x16/actions/convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_copy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_copy.png new file mode 120000 index 0000000000000000000000000000000000000000..62f86e1efbe48db37916f53d4ff39a90d872a34f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_copy.png @@ -0,0 +1 @@ +../../16x16/actions/copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cut.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cut.png new file mode 120000 index 0000000000000000000000000000000000000000..58ab0d51e91cedb8b906bc6741c2d1420de1e2a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_cut.png @@ -0,0 +1 @@ +../../16x16/actions/edit-cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..14021bba03bbeea4f443e1b8797105ef8a5d619f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_delete.png @@ -0,0 +1 @@ +../../16x16/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_authentication.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_authentication.png new file mode 120000 index 0000000000000000000000000000000000000000..29b99da777adb54ef9618233b64ecfd49b4fa91f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_authentication.png @@ -0,0 +1 @@ +../../16x16/status/dialog-password.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_error.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_error.png new file mode 120000 index 0000000000000000000000000000000000000000..765c9edb1d8ca5accb5c81620ce65d883f97d1aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_error.png @@ -0,0 +1 @@ +../../16x16/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_info.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_info.png new file mode 120000 index 0000000000000000000000000000000000000000..d8e1a46cd1da5132d0823cdf061b93fed83f9484 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_info.png @@ -0,0 +1 @@ +../../16x16/actions/help-contents.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_question.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_question.png new file mode 120000 index 0000000000000000000000000000000000000000..1ecd0351aead1883aaa092abec9d80d141ddf1ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_question.png @@ -0,0 +1 @@ +../../16x16/status/dialog-question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..57b27b0755b1c366d50f3a69c198c8778d0c8d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dialog_warning.png @@ -0,0 +1 @@ +../../16x16/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..a506daf6a85df5c5886c1046ee4f451a3a6cc975 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_disconnect.png @@ -0,0 +1 @@ +../../16x16/actions/network-disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..000e943b883779e5057404c5545ab380e3b46685 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd-multiple.png @@ -0,0 +1 @@ +../../16x16/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0d2848138d40c63b144cd317bfa095057dd785 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd_multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd_multiple.png new file mode 100644 index 0000000000000000000000000000000000000000..862ef5046a6708bb0d014c5cbcf903d4a86da9bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_dnd_multiple.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_download.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_download.png new file mode 120000 index 0000000000000000000000000000000000000000..a6cd48792214fa0f9ddaf9c8e135365bea850398 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_download.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-downloads.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_edit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_edit.png new file mode 120000 index 0000000000000000000000000000000000000000..d51c47874547cc1398c9f91dad6559f01e5fd95e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_edit.png @@ -0,0 +1 @@ +../../16x16/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..d353c956e40b3d0ec5a0c336d1e15abd8c44b8a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../16x16/actions/bookmark-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_execute.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_execute.png new file mode 120000 index 0000000000000000000000000000000000000000..3efba08c1a70dcfeef19cfa28f410ade4166b88f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_execute.png @@ -0,0 +1 @@ +../../16x16/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_export.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_export.png new file mode 120000 index 0000000000000000000000000000000000000000..70330c652711c2b290a626eb3970112fca42ae16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_export.png @@ -0,0 +1 @@ +../../16x16/actions/document-export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_file-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_file-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..e84a21b80d8f9721b977ff8d77807be82463dd69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_file-properties.png @@ -0,0 +1 @@ +../../16x16/actions/document-properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..d8cc893e8c397c451d5e507fd491b3a026493aff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_find-and-replace.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_find.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_find.png new file mode 120000 index 0000000000000000000000000000000000000000..224ae6a28e68ef3c507003b739606430d6fe01fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_find.png @@ -0,0 +1 @@ +../../16x16/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..5f7c729809cd725c686e53874511c40f8a5118db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_floppy.png @@ -0,0 +1 @@ +../../16x16/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-copy.png new file mode 100644 index 0000000000000000000000000000000000000000..784bd6be632592cdbbb89bfdd7e510d2ca28e1b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-move.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-move.png new file mode 100644 index 0000000000000000000000000000000000000000..0b90157455b86d806530163440b26acaa03fa025 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-move.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..5475d5141eef322ab09c858df2415842f69c6079 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..a06518f4385eb2226dfb6ce306e429c68c184093 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_folder.png @@ -0,0 +1 @@ +../../16x16/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..1f11051cbb1e69aa39cc0daa41de7cdbb50d4c54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_fullscreen.png @@ -0,0 +1 @@ +../../16x16/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..259a4c0380e9ea281f41fbd65fcc8e26a2f7f075 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-back.png @@ -0,0 +1 @@ +../../16x16/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..e570f7da0fde47b34ab7eabde7165b795126b542 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-down.png @@ -0,0 +1 @@ +../../16x16/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..ce5b16748ca5d7d27a177ae3ea5d9c582133f166 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-forward.png @@ -0,0 +1 @@ +../../16x16/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..0d753258c211a38de0086edaa86e4708389034ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_go-up.png @@ -0,0 +1 @@ +../../16x16/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..983075ec26448b46e1467e5e763394c14da5683f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-bottom.png @@ -0,0 +1 @@ +../../16x16/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..c71d5daa148502f0a91c15228fc4a4d0f9120637 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-first.png @@ -0,0 +1 @@ +../../16x16/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..85070d9b1bbcefdd9fbb4cc175d91edd1bd19ff0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-last.png @@ -0,0 +1 @@ +../../16x16/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..0e3f7a80d0e94ee3465e992acc04f1acd2ffbfda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_goto-top.png @@ -0,0 +1 @@ +../../16x16/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..0a3d03651356db12dfe45cf8ef1357864b906dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_harddisk.png @@ -0,0 +1 @@ +../../16x16/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..024580aa4fc92fdab47d7973c2ef50b30a33e2f5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_help.png @@ -0,0 +1 @@ +../../16x16/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_history.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_history.png new file mode 100644 index 0000000000000000000000000000000000000000..b255c2ab951cf7d8add132026e663fb118253961 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_history.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..f38ae59d1431fbebe7bbe992116bcd3f19f5df28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_home.png @@ -0,0 +1 @@ +../../16x16/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_import.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_import.png new file mode 120000 index 0000000000000000000000000000000000000000..f1fc4c862825476c209e5f2d6125afec7617f507 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_import.png @@ -0,0 +1 @@ +../../16x16/actions/document-import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_indent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_indent.png new file mode 120000 index 0000000000000000000000000000000000000000..639a38ac53f9690850e0a7eb716e3205b50a13b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_indent.png @@ -0,0 +1 @@ +../../16x16/actions/format-indent-more.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_index.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_index.png new file mode 120000 index 0000000000000000000000000000000000000000..c4ec19c052567a9fbe50801c2505c992e4472e0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_index.png @@ -0,0 +1 @@ +../../16x16/actions/multimedia-playlist.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..d4ee2f46b51474f366d0d19e0059ff82f51d695e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-image.png @@ -0,0 +1 @@ +../../16x16/actions/insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..14344ad16d9b87222c943c3a6b627e2de95d9fb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-object.png @@ -0,0 +1 @@ +../../16x16/actions/insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..b9d9f2edcfbbade9569f73957a9860b84dc4987c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_insert-table.png @@ -0,0 +1 @@ +../../16x16/actions/insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..9c8e6720693a22f9e086b966fe53b701d521263e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_internet.png @@ -0,0 +1 @@ +../../16x16/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_italic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_italic.png new file mode 120000 index 0000000000000000000000000000000000000000..7ea642205042fa1d9c30fc796ad76b6a62e6407d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_italic.png @@ -0,0 +1 @@ +../../16x16/actions/format-text-italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..29207e768d9c37da2061b7eab2c0d2b6953d7200 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_jump-to.png @@ -0,0 +1 @@ +../../16x16/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..ed6f7e1da78b0b1b3c2ce8ba03bfcb8cc2f0e16c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-center.png @@ -0,0 +1 @@ +../../16x16/actions/format-justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..12ac432b2f4c924a80642724191ef9873fd57bcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-fill.png @@ -0,0 +1 @@ +../../16x16/actions/format-justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..b9b9e7c9aad67f4851cdb308ff8ec56a22ff63e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-left.png @@ -0,0 +1 @@ +../../16x16/actions/format-justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..b37a0f5e340e16fbba0e6966898fa1ed4480e227 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_justify-right.png @@ -0,0 +1 @@ +../../16x16/actions/format-justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_license-reading.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_license-reading.png new file mode 100644 index 0000000000000000000000000000000000000000..5d4b0f70b33a1989f2c0ba7ea37681d33b45ddfd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_license-reading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_license.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_license.png new file mode 100644 index 0000000000000000000000000000000000000000..975f54dcb698de49080275a3b9a5601ff0b063eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_license.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..6ca5ad04db6979dde0e73f7f4dcbbc41abc5c06d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_line-in.png @@ -0,0 +1 @@ +../../16x16/devices/audio-input-line.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_logout.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_logout.png new file mode 120000 index 0000000000000000000000000000000000000000..452a9bfec0cb9655b79e2b1fb6e7b39b3ba93843 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_logout.png @@ -0,0 +1 @@ +../../16x16/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..0cf2735c826ae4abe7c2c1437a45a0781186d482 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_mailto.png @@ -0,0 +1 @@ +../../16x16/actions/mail-send.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_mic.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_mic.png new file mode 120000 index 0000000000000000000000000000000000000000..ce9bf0ce622941102c058f315ad0da9785d5cf4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_mic.png @@ -0,0 +1 @@ +../../16x16/devices/audio-input-microphone.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..1b7048d924060cc4ab976c35035f4010b3bb145b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_missing-image.png @@ -0,0 +1 @@ +../../16x16/status/image-missing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..dbd5006ccd26a48c55a0b206a9177210360d643d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_multimedia.png @@ -0,0 +1 @@ +../../16x16/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_network.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_network.png new file mode 120000 index 0000000000000000000000000000000000000000..5802ab69f07413480e1a7d634ee2cf147376c159 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_network.png @@ -0,0 +1 @@ +../../16x16/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..7eb80b5e99ce674e16b71cabc701682d7d4a34b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new-dir.png @@ -0,0 +1 @@ +../../16x16/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..ac942e52cf617e284c7e78271ec061c47ec30b84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new-tab.png @@ -0,0 +1 @@ +../../16x16/actions/tab-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new.png new file mode 120000 index 0000000000000000000000000000000000000000..9bf8f5e7fc7a02348578b6863bceb08a08574e21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_new.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_no.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_no.png new file mode 120000 index 0000000000000000000000000000000000000000..ca98c918d4734e81d34abe7aff230795c7ad6012 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_no.png @@ -0,0 +1 @@ +../../16x16/actions/forbidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_ok.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_ok.png new file mode 120000 index 0000000000000000000000000000000000000000..8ab28e84f1bd81b13a9546143cdde595d06da635 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_ok.png @@ -0,0 +1 @@ +../../16x16/actions/accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..50a2f4779b32f9e7ae074f578edcac2ce6a042ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_open.png @@ -0,0 +1 @@ +../../16x16/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_paste.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_paste.png new file mode 120000 index 0000000000000000000000000000000000000000..7af82353ad17805c785ea815247e16c6b73f5b2e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_paste.png @@ -0,0 +1 @@ +../../16x16/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_pastlink.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_pastlink.png new file mode 120000 index 0000000000000000000000000000000000000000..edabde91d268d34963a18fe3384cc6567c3e00fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_pastlink.png @@ -0,0 +1 @@ +../../16x16/actions/insert-link.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..d0841b811dba8ffaf0ef68c9c54f02043a9a4023 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_preferences.png @@ -0,0 +1 @@ +../../16x16/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..2963da486b39068303d0a8d3d8b802dd356ae74c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_print-preview.png @@ -0,0 +1 @@ +../../16x16/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..ca0c909532916075568959ba25370cf0de3c03b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_print.png @@ -0,0 +1 @@ +../../16x16/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_properties.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_properties.png new file mode 100644 index 0000000000000000000000000000000000000000..1892627857305a6318d696060074694fea712001 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_quit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_quit.png new file mode 120000 index 0000000000000000000000000000000000000000..8efcd9da193d4d4b3ef1e65b23fe30e8d83eba4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_quit.png @@ -0,0 +1 @@ +../../16x16/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..586f5b7850b9ff11c73355fa5a26ee88859de98e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_redo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..5475652bd55e6b29c71c5cae5527355bb1e8a001 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_refresh.png @@ -0,0 +1 @@ +../../16x16/actions/view-refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_remove.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_remove.png new file mode 120000 index 0000000000000000000000000000000000000000..75e99cdbbd7be54bfd181ac49f9e58f7235cd96e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_remove.png @@ -0,0 +1 @@ +../../16x16/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..c10a6429fa51c306790ae69b208757f12b86c595 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_repeat.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_reset.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_reset.png new file mode 120000 index 0000000000000000000000000000000000000000..6b0806e91b29560304bf4bb5a9c1dd667b611d6e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_reset.png @@ -0,0 +1 @@ +../../16x16/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..2cfbc7039822f92e4dc12db2854270dd4bde4225 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_revert-to-saved.png @@ -0,0 +1 @@ +../../16x16/actions/document-revert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_run.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_run.png new file mode 120000 index 0000000000000000000000000000000000000000..3efba08c1a70dcfeef19cfa28f410ade4166b88f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_run.png @@ -0,0 +1 @@ +../../16x16/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..9f2d58bcf1bad5d1252852377289043d83055a72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_save-as.png @@ -0,0 +1 @@ +../../16x16/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..a9ec4d096e8d2bdb1acd75c96665da8fa89cc777 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_save.png @@ -0,0 +1 @@ +../../16x16/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..ce71470933051cd7e48ace411695c83206caf7ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_screenshot.png @@ -0,0 +1 @@ +../../16x16/apps/applets-screenshooter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..3d01b18dcc24c67fc7a405d80387ad560cfb0644 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_search.png @@ -0,0 +1 @@ +../../16x16/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_select-color.png new file mode 100644 index 0000000000000000000000000000000000000000..e01f2f05fc9b4d6c1d24235de6f08f9b58d39a2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_select-color.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..a620e72d48ecef266b9529061468aee7e9d681eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_select-font.png @@ -0,0 +1 @@ +../../16x16/apps/preferences-desktop-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..9631b28a70af74e12f3dd98b3551dbc1881c8c17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_shuffle.png @@ -0,0 +1 @@ +../../16x16/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..bb20299cc6d2bdc80b38d5075cf7b38d9212e330 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_sort-ascending.png @@ -0,0 +1 @@ +../../16x16/actions/view-sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..b15f9d974595798bbd00fb1a1cb1e94e4a54fff4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_sort-descending.png @@ -0,0 +1 @@ +../../16x16/actions/view-sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..e7f6666f2f5141e9e82bccc939c79d097562fd3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_spell-check.png @@ -0,0 +1 @@ +../../16x16/actions/tools-check-spelling.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_stop.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_stop.png new file mode 120000 index 0000000000000000000000000000000000000000..5f5b43ab09ac111ddb0ab88f80864091b13f96e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_stop.png @@ -0,0 +1 @@ +../../16x16/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..6269b250a37412c1c5a0563696d6e92b5a2b4b77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_strikethrough.png @@ -0,0 +1 @@ +../../16x16/actions/format-text-strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..e76bec8f2a5770c01fefbc0268abda20da698b4c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_undelete.png @@ -0,0 +1 @@ +../../16x16/filesystems/gnome-fs-undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_underline.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_underline.png new file mode 120000 index 0000000000000000000000000000000000000000..68a9024150be34dabb3fb2f1318668d578d21edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_underline.png @@ -0,0 +1 @@ +../../16x16/actions/format-text-underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2af58d7f24330237e465633856208e9ade980f6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_undo.png @@ -0,0 +1 @@ +../../16x16/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..e5819af4dc05d07654b10d602e204d72c4f71481 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_unindent.png @@ -0,0 +1 @@ +../../16x16/actions/format-indent-less.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..679dab7278915e22d6f80b28cf5cf3156624aa76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_unknown.png @@ -0,0 +1 @@ +../../16x16/apps/xfce-unknown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..73ff06f22a4d08c19e2a4ca851ec46a6216913e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_volume.png @@ -0,0 +1 @@ +../../16x16/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_yes.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_yes.png new file mode 120000 index 0000000000000000000000000000000000000000..c031d05c12d9137afc2c985f9d1dc252ebf92225 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_yes.png @@ -0,0 +1 @@ +../../16x16/emblems/emblem-default.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..c8c44e9453fb88c66c8c08e48893a37a46bcce71 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-100.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..ddbcbc6066a1635618a7c46c1259866558bb0eca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-fit.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3547a66c3f8a9635abc1e2f0b75edd1e272da045 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-in.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..6d5602a71228d889bc43c6f7669dcf94d6515466 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/stock_zoom-out.png @@ -0,0 +1 @@ +../../16x16/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..d9a93c5dc91a42f1d6bddb5fa8490a1b3aff7edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-max.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-medium.png new file mode 120000 index 0000000000000000000000000000000000000000..98b46b54c9dd09514067ea96b95322f486a9f361 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-medium.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..674d9c4025bcdf80a384741c189407b478e08101 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-min.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..1f25b82a29be5f8f6ce4ef36328421ec25d24883 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-mute.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..f2d4343d3ad4400805a0d73cc33a358f24458414 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/16x16/stock/volume-zero.png @@ -0,0 +1 @@ +../../16x16/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/accept.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/accept.png new file mode 100644 index 0000000000000000000000000000000000000000..bd412877c14c3d51cebe711d2c9ef4c3a0969000 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/add.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/add.png new file mode 120000 index 0000000000000000000000000000000000000000..67a41c291bf2d2149f6b4e97ad3aaf23bbdb99fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/add.png @@ -0,0 +1 @@ +../../22x22/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/address-book-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/address-book-new.png new file mode 100644 index 0000000000000000000000000000000000000000..c8298e8ee09c93574190aa0765a6f3fd0eaca590 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/address-book-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/application-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/application-exit.png new file mode 100644 index 0000000000000000000000000000000000000000..ab3a5edcfe2184bdf986d5d9ae18eaad1058eb5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/application-exit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/apply.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/apply.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb3271c6faa3f551a47feeed5856c7fc09411c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/apply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/appointment-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/appointment-new.png new file mode 100644 index 0000000000000000000000000000000000000000..248aa8fff81d0a0115e463f0635a7a1afd3fd81e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/appointment-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/back.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/back.png new file mode 120000 index 0000000000000000000000000000000000000000..327a8252141355920c4b38fb88abe23a45e85541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/back.png @@ -0,0 +1 @@ +../../22x22/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/bookmark-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/bookmark-new.png new file mode 100644 index 0000000000000000000000000000000000000000..78cda853e62c087d663fe9e33a05794798d42b3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/bookmark-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..243db1848924fb90c479ff357bc888a8ca909a7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/bottom.png @@ -0,0 +1 @@ +../../22x22/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..d2380dd3bc5f5cf9a8fbd8206049bd21a968fd07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/cancel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/color-picker.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4dc6fd06e6d6e6d302b8a062a78fabe1041584 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/color-picker.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/contact-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..fce79c7a01e41710433a7dac19d8f7b8f35fc9e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/contact-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/convert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/convert.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2a08692e87ec6b73ec5024b749f90b59c104a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/convert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/copy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/copy.png new file mode 100644 index 0000000000000000000000000000000000000000..0972bf6b3b5f076b2c6cdcb066b9b7d4c07814eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-export.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-export.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbbff1dca09f14baeacd67dbc8ade8de5c021b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-export.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-import.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-import.png new file mode 100644 index 0000000000000000000000000000000000000000..015d88738253a434bf83fdfa119871211ea46543 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-import.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-new.png new file mode 100644 index 0000000000000000000000000000000000000000..6122093ad4045a09f67d1cae8c200316ba32499e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-open-recent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-open-recent.png new file mode 100644 index 0000000000000000000000000000000000000000..b54a37e7cc76c2ab8b2a29b66897f6a7f0041617 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-open-recent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-open.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7e3263042798a562ebad68df946eaf5d124f3c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-page-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-page-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..91aa62254508ba306cd8462dfc8380711232ffe2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-page-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-print-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9e6e51760426badf9bdd399a6a1f1749aa8f6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-print-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-print.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-print.png new file mode 100644 index 0000000000000000000000000000000000000000..38fc1a8bfc59983fc5ce68c012d0761c3b10bdaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-print.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..f0448fc85f03a001c09692d78a560889a74f5960 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..ea24b1be3b15c35a9f174b7ea81e30c953f3f8db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-revert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-save-as.png new file mode 100644 index 0000000000000000000000000000000000000000..387dbdfe7af479221a47fcb4f4eb576b4d39a484 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-save-as.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-save.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-save.png new file mode 100644 index 0000000000000000000000000000000000000000..63f2c9819a64acccfe079ae4330951849bc7c33a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-save.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-send.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-send.png new file mode 100644 index 0000000000000000000000000000000000000000..13b59f02638e673b4fb30388aace8e6722584825 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/document-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/down.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/down.png new file mode 120000 index 0000000000000000000000000000000000000000..1c74e5d1e2078a6c68bd33bd94b3c003fac9aa61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/down.png @@ -0,0 +1 @@ +../../22x22/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..ae18e8dfba6bafb81d31c900392f94fa3065fa0b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..99b16a1be02d4178a3a899b00b2601265abf0bfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-cut.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-delete.png new file mode 100644 index 0000000000000000000000000000000000000000..39286c3665c8f0b651e008668acf42659897aab5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-delete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-find-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-find-replace.png new file mode 100644 index 0000000000000000000000000000000000000000..3a176a31575515e2d5f1ad56bf74d7ab714030c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-find-replace.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-find.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-find.png new file mode 100644 index 0000000000000000000000000000000000000000..abd9702941fb80ebbcf01c53568aefda7995c513 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-find.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-paste.png new file mode 100644 index 0000000000000000000000000000000000000000..7d91ecef9a1b502b3edc5eddb6642c987708621c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-paste.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-redo.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5b381187b48607ed090d46556cc67ffd9d0f06 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-redo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-select-all.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-select-all.png new file mode 100644 index 0000000000000000000000000000000000000000..fce364c34499e4b4a1d0c6bf857d29717db5d37d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-select-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-undo.png new file mode 100644 index 0000000000000000000000000000000000000000..7fbb4cede8cc5b6abaa67de8d5018dae2e9ee731 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/edit-undo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/editdelete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/editdelete.png new file mode 120000 index 0000000000000000000000000000000000000000..f761104b7fecef2622192d52c95765a1573171e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/editdelete.png @@ -0,0 +1 @@ +../../22x22/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filefind.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filefind.png new file mode 120000 index 0000000000000000000000000000000000000000..90ba6705200bdad8b14060a7f4682021d77ad076 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filefind.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filenew.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filenew.png new file mode 120000 index 0000000000000000000000000000000000000000..53d9e66b545d54a0a12c7805f1c4ca7fddb4b99c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filenew.png @@ -0,0 +1 @@ +../../22x22/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/fileprint.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/fileprint.png new file mode 120000 index 0000000000000000000000000000000000000000..7f68906fddbf6aa0bb08cb86fca30997e50b59e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/fileprint.png @@ -0,0 +1 @@ +../../22x22/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filequickprint.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filequickprint.png new file mode 120000 index 0000000000000000000000000000000000000000..38f54fb76bc0757d4514d497d6b7700c52fc7447 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filequickprint.png @@ -0,0 +1 @@ +../../22x22/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filesave.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filesave.png new file mode 120000 index 0000000000000000000000000000000000000000..ead8bbddd3bfeab71fe4dd64f3253912344a253d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filesave.png @@ -0,0 +1 @@ +../../22x22/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filesaveas.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filesaveas.png new file mode 120000 index 0000000000000000000000000000000000000000..df8cc71e5001b9a5a7c99bea0348a3c38e00a770 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/filesaveas.png @@ -0,0 +1 @@ +../../22x22/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/find.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/find.png new file mode 120000 index 0000000000000000000000000000000000000000..90ba6705200bdad8b14060a7f4682021d77ad076 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/find.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/finish.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/finish.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/finish.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/first.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/first.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9c0c4d5657c0dcbd1114de0deaca05d488ee76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/first.png @@ -0,0 +1 @@ +../../22x22/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/folder-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/folder-new.png new file mode 100644 index 0000000000000000000000000000000000000000..cc2d3af2320026ad20a54454574d4ec88817cdc8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/folder-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/folder_new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/folder_new.png new file mode 120000 index 0000000000000000000000000000000000000000..d85adfdf30ad7b75c89609ccc4ad9842e9188586 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/folder_new.png @@ -0,0 +1 @@ +../../22x22/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/forbidden.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/forbidden.png new file mode 100644 index 0000000000000000000000000000000000000000..256b05766900fa546ae39b7f14742922e6f72f2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/forbidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-indent-less.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-indent-less.png new file mode 100644 index 0000000000000000000000000000000000000000..d53caa730f79f79a70ef1fcbe77f215fcccc120e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-indent-less.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-indent-more.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-indent-more.png new file mode 100644 index 0000000000000000000000000000000000000000..fa99e169cf187b59be24a4ed0da1335fbd7cacbb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-indent-more.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-center.png new file mode 100644 index 0000000000000000000000000000000000000000..64b8614f4442535d3280ec793b1e374d403d3c54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..6156e7717fed9d7a2b6e199b5428b451e8b33830 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-fill.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bd44401dd09871a43ed40eb75508c0bec9d338cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-right.png new file mode 100644 index 0000000000000000000000000000000000000000..46823937c7e1e5873cc21e730864d41bb0d0521b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-justify-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-bold.png new file mode 100644 index 0000000000000000000000000000000000000000..f1400c601612a9e0eda35994e6c76709a14c6796 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-bold.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-direction-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-direction-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..4d54168dd1d218012b2cc0d0092113a556f8cbf5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-direction-ltr.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-direction-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-direction-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..79037316e9765434954a6ad4feedcb33e3ed24c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-direction-rtl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-italic.png new file mode 100644 index 0000000000000000000000000000000000000000..e8bc475cb94dee1fb2ed6b89b692dc58dc177200 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-italic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-strikethrough.png new file mode 100644 index 0000000000000000000000000000000000000000..38c7d119358d2ff588f3cabed1f07d5c796d2268 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-strikethrough.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-underline.png new file mode 100644 index 0000000000000000000000000000000000000000..3a83b1670ae79a8cef1991828881b6692ae980ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/format-text-underline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/forward.png new file mode 120000 index 0000000000000000000000000000000000000000..16adf733a4b3c3de307a91d25e34e4af6d9141ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/forward.png @@ -0,0 +1 @@ +../../22x22/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b1ff6834adb2d7503309d867ce605676df49ec19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gnome-lockscreen.png @@ -0,0 +1 @@ +../../22x22/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gnome-run.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gnome-run.png new file mode 120000 index 0000000000000000000000000000000000000000..131c4fec1ee955e638d7f1942a99c2fee7faef13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gnome-run.png @@ -0,0 +1 @@ +../../22x22/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..1bb01f8935aeba2b20da52cbbe010d5307e1c3f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-bottom.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-down.png new file mode 100644 index 0000000000000000000000000000000000000000..78767dc17f05cf5a2244b5ad663c744cca502e76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-down.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-first.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-first.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c8c0cc4d06c966fc02012d297eb1c3fd174c93 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-first.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-home.png new file mode 100644 index 0000000000000000000000000000000000000000..aced00df2c8942e7713bf939acd1b348065017d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-jump.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-jump.png new file mode 100644 index 0000000000000000000000000000000000000000..96adc6136ab0d316a2ca2c39085207bfdbc4e6b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-jump.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-last.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-last.png new file mode 100644 index 0000000000000000000000000000000000000000..3d8710ffcd1ddea1f64658a8d1784948e9478bfb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-last.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-next.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-next.png new file mode 100644 index 0000000000000000000000000000000000000000..fef79a61bb7015f86632be82dbba5af004b8cef3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-next.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-previous.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8ac12fdfe62c5315c9d5e9bf903403cb12628a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-previous.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-to.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-to.png new file mode 100644 index 0000000000000000000000000000000000000000..cc929763c13218e20318b6320e882dbdf068e9d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-to.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-top.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..e93217163e4f1b3ab685fb2dc734595c994ed917 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-top.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-up.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8e12e2de5276d7944a37abf6bde194fe7378f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/go-up.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gohome.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gohome.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gohome.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..67a41c291bf2d2149f6b4e97ad3aaf23bbdb99fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-add.png @@ -0,0 +1 @@ +../../22x22/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..f761104b7fecef2622192d52c95765a1573171e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-delete.png @@ -0,0 +1 @@ +../../22x22/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..b5e63e139aaf1e82d059076566c1b5b8881118bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..90ba6705200bdad8b14060a7f4682021d77ad076 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-find.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e8ba8acc8e68b4cdcef3fd404f9434d49f658c2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-fullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-back-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-back-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..327a8252141355920c4b38fb88abe23a45e85541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-back-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-back-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-back-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..16adf733a4b3c3de307a91d25e34e4af6d9141ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-back-rtl.png @@ -0,0 +1 @@ +../../22x22/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..1c74e5d1e2078a6c68bd33bd94b3c003fac9aa61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-down.png @@ -0,0 +1 @@ +../../22x22/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-forward-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-forward-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..16adf733a4b3c3de307a91d25e34e4af6d9141ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-forward-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-forward-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-forward-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-forward-rtl.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee77debf745c7672ae5043bd1dfb2dd9ab2dfb3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-go-up.png @@ -0,0 +1 @@ +../../22x22/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..243db1848924fb90c479ff357bc888a8ca909a7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../22x22/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-first-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-first-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9c0c4d5657c0dcbd1114de0deaca05d488ee76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-first-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-first-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-first-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-first-rtl.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-last-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-last-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-last-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-last-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-last-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9c0c4d5657c0dcbd1114de0deaca05d488ee76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-last-rtl.png @@ -0,0 +1 @@ +../../22x22/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..654523c67aa73aba428af8ea84cec74d16086f1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-goto-top.png @@ -0,0 +1 @@ +../../22x22/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-home.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..9bd606ead9d996a0adee929fa4e658214be7d569 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..53d9e66b545d54a0a12c7805f1c4ca7fddb4b99c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-new.png @@ -0,0 +1 @@ +../../22x22/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..38f54fb76bc0757d4514d497d6b7700c52fc7447 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-print-preview.png @@ -0,0 +1 @@ +../../22x22/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..7f68906fddbf6aa0bb08cb86fca30997e50b59e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-print.png @@ -0,0 +1 @@ +../../22x22/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..07a8d934237627a8c725bdc37ceb0f84d95948c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-remove.png @@ -0,0 +1 @@ +../../22x22/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..df8cc71e5001b9a5a7c99bea0348a3c38e00a770 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-save-as.png @@ -0,0 +1 @@ +../../22x22/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..ead8bbddd3bfeab71fe4dd64f3253912344a253d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-save.png @@ -0,0 +1 @@ +../../22x22/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..5c436d0af69c0e748429912ae21093f03051c3c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-100.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..96ff848b45434576bab56d59db5710d2efed1bf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..4af0159e4bfb272a6ab6b855b8f8011b95bf90d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-in.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..d10932a9dd2a67ebf55a0835ee574d2dd611c034 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/gtk-zoom-out.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-about.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-about.png new file mode 100644 index 0000000000000000000000000000000000000000..098f031b83f74e0e3d77cabf347c442b0221e5e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-about.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-contents.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-contents.png new file mode 100644 index 0000000000000000000000000000000000000000..e86721aa41b7e2e6bc8a49121d73adaf2692a420 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-contents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-faq.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-faq.png new file mode 100644 index 0000000000000000000000000000000000000000..dd9e92645cf015ba9f7ab286fee52e2f222cbc31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/help-faq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/hint.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/hint.png new file mode 100644 index 0000000000000000000000000000000000000000..970f82f67cf81e54d3aba89058b0166d91f7329f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/hint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/home.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/home.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-image.png new file mode 100644 index 0000000000000000000000000000000000000000..d61420fee2a14fc082a90f2dd3432d5fc7466bb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-link.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-link.png new file mode 100644 index 0000000000000000000000000000000000000000..adb679d3fe0415db51508a828340ca7c3c3dabca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-object.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2903b209b938e8006c459c82b8ab7583849d90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-table.png new file mode 100644 index 0000000000000000000000000000000000000000..863a57d86af5bb454bf1c63cb814a708d3d381ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-table.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-text.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-text.png new file mode 100644 index 0000000000000000000000000000000000000000..927d8af090b587d245020687beab550248800484 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/insert-text.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/jump.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/jump.png new file mode 120000 index 0000000000000000000000000000000000000000..a8b6fab80e198c824d511f93fd478b70815c4bda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/jump.png @@ -0,0 +1 @@ +../../22x22/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/kfm_home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/kfm_home.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/kfm_home.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/last.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/last.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/last.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/list-add.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..10592aa0f35c260fc64fcf0eafaa405ae3226a25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/list-add.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/list-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..f4014cf280ce72fe9be0430dbd4f89427ff2cf37 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/list-remove.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/lock.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/lock.png new file mode 120000 index 0000000000000000000000000000000000000000..b1ff6834adb2d7503309d867ce605676df49ec19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/lock.png @@ -0,0 +1 @@ +../../22x22/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..a9bda4a51a540dee84232ca9549dac2ff7e75552 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-important.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-important.png new file mode 100644 index 0000000000000000000000000000000000000000..a31a2998de63fe1efd644ec3e75b6a5afebbaa44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-junk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-junk.png new file mode 100644 index 0000000000000000000000000000000000000000..27bc98700e3b01ab4a7412a82cf69f3a79d812e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-junk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-read.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-read.png new file mode 100644 index 0000000000000000000000000000000000000000..988468027b3ef13c4fc1eafa35dccf2bfad45b54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-unread.png new file mode 100644 index 0000000000000000000000000000000000000000..166fb704ff8bae070d68696348abe31b0848c858 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-mark-unread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-message-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-message-new.png new file mode 100644 index 0000000000000000000000000000000000000000..2b0549aa87345282c9eedf421eb808e9fa2dd586 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-message-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-reply-all.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-reply-all.png new file mode 100644 index 0000000000000000000000000000000000000000..162dd74fc9959bebdbdf4a29c89f14dd6d952aab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-reply-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-reply-sender.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-reply-sender.png new file mode 100644 index 0000000000000000000000000000000000000000..5646b7c2ebe099c53e5338a242f265f0f63c4691 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-reply-sender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-send-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-send-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..0b206e94a2c8507c79bc8221262f93b576fc8239 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-send-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-send.png new file mode 100644 index 0000000000000000000000000000000000000000..38cb5bd57aa17e315d81d1332938642fe39bd7ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail.png new file mode 100644 index 0000000000000000000000000000000000000000..9e4c4bfcc289ff507b03d4d8aa6a6a3e2400862f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-eject.png new file mode 100644 index 0000000000000000000000000000000000000000..13fdafaa37542e83faa32056a695ab55a4b19b1e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-eject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8471b59c4ed515fc6ed22ec2ddf417679fef75e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-mute.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..b82d3b1d15736767b05fa20228bd201fd9d8b03c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-pause.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-start.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-start.png new file mode 100644 index 0000000000000000000000000000000000000000..dbd2531711be7ab0a9525809f157b54e567674cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-start.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..6007b6c20aca0604e20e2cf543220509bad7dddb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playback-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playlist-repeat.png new file mode 100644 index 0000000000000000000000000000000000000000..5c0d90cef05142a538964a9d1aced8b6873768fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playlist-repeat.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playlist-shuffle.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe66e2c53c1941b9381a63055ba5492e7016008 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-playlist-shuffle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-record.png new file mode 100644 index 0000000000000000000000000000000000000000..37eb7918937b48f3032bef1488252f3d4a6e2f81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-record.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-seek-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-seek-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..82f746b5cac01ae26a554a8e297b18755620fe67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-seek-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-seek-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-seek-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..fa960d46eccc573889fb027370b28c8e744932e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-seek-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-skip-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-skip-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..bca6790cde6e8cb445ca605f231e36f4f142dc2b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-skip-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-skip-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-skip-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..9b83abe27eb304293014bc5bf2acc3baaf222bda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/media-skip-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/multimedia-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/multimedia-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ccc60ffacf9f00d709723a3ecc884feb07f0df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/multimedia-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/network-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/network-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..c71f2f69ad35ce19375f958b08cc5e313ec48de5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/network-connect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/network-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/network-disconnect.png new file mode 100644 index 0000000000000000000000000000000000000000..074b5a8074f47b5356194fcb5858867f1b8526cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/network-disconnect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/next.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/next.png new file mode 120000 index 0000000000000000000000000000000000000000..16adf733a4b3c3de307a91d25e34e4af6d9141ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/next.png @@ -0,0 +1 @@ +../../22x22/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-flip-horizontal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-flip-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9b037b6d09191742953f9f814ef21ae0061df3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-flip-horizontal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-flip-vertical.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-flip-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..e35a12afc6d3373fba928f4014b14826910388f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-flip-vertical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-rotate-left.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-rotate-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fb99719dd26c39df8c839e6dd8b4b246bc59ce79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-rotate-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-rotate-right.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-rotate-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b083fe4b5699ec35bea738f65210f4d37d4f5bc4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/object-rotate-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/previous.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/previous.png new file mode 120000 index 0000000000000000000000000000000000000000..327a8252141355920c4b38fb88abe23a45e85541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/previous.png @@ -0,0 +1 @@ +../../22x22/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/process-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/process-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..8cae2fe39773101ae8beae624bcfa99c46b791f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/process-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/redhat-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/redhat-home.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/redhat-home.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/remove.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/remove.png new file mode 120000 index 0000000000000000000000000000000000000000..07a8d934237627a8c725bdc37ceb0f84d95948c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/remove.png @@ -0,0 +1 @@ +../../22x22/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/reply.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/reply.png new file mode 100644 index 0000000000000000000000000000000000000000..f26c24a58c01f3e00448cb70ba2c5308009be264 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/reply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/send.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/send.png new file mode 100644 index 0000000000000000000000000000000000000000..3d0d0ab058bf2004f0223517cd1bd1343f82d8a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/start.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/start.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9c0c4d5657c0dcbd1114de0deaca05d488ee76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/start.png @@ -0,0 +1 @@ +../../22x22/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..243db1848924fb90c479ff357bc888a8ca909a7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_bottom.png @@ -0,0 +1 @@ +../../22x22/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..f761104b7fecef2622192d52c95765a1573171e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_delete.png @@ -0,0 +1 @@ +../../22x22/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_down.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_down.png new file mode 120000 index 0000000000000000000000000000000000000000..1c74e5d1e2078a6c68bd33bd94b3c003fac9aa61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_down.png @@ -0,0 +1 @@ +../../22x22/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_first.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_first.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9c0c4d5657c0dcbd1114de0deaca05d488ee76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_first.png @@ -0,0 +1 @@ +../../22x22/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e8ba8acc8e68b4cdcef3fd404f9434d49f658c2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_fullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_home.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_last.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_last.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_last.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..9bd606ead9d996a0adee929fa4e658214be7d569 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_leave-fullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_left.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_left.png new file mode 120000 index 0000000000000000000000000000000000000000..327a8252141355920c4b38fb88abe23a45e85541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_left.png @@ -0,0 +1 @@ +../../22x22/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..d85adfdf30ad7b75c89609ccc4ad9842e9188586 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-dir.png @@ -0,0 +1 @@ +../../22x22/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-text.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-text.png new file mode 120000 index 0000000000000000000000000000000000000000..53d9e66b545d54a0a12c7805f1c4ca7fddb4b99c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-text.png @@ -0,0 +1 @@ +../../22x22/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-window.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-window.png new file mode 120000 index 0000000000000000000000000000000000000000..7035276a15d27066eb4f4381223e9c1c25215269 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_new-window.png @@ -0,0 +1 @@ +../../22x22/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..38f54fb76bc0757d4514d497d6b7700c52fc7447 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_print-preview.png @@ -0,0 +1 @@ +../../22x22/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..7f68906fddbf6aa0bb08cb86fca30997e50b59e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_print.png @@ -0,0 +1 @@ +../../22x22/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_right.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_right.png new file mode 120000 index 0000000000000000000000000000000000000000..16adf733a4b3c3de307a91d25e34e4af6d9141ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_right.png @@ -0,0 +1 @@ +../../22x22/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..df8cc71e5001b9a5a7c99bea0348a3c38e00a770 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_save-as.png @@ -0,0 +1 @@ +../../22x22/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..ead8bbddd3bfeab71fe4dd64f3253912344a253d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_save.png @@ -0,0 +1 @@ +../../22x22/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_search-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_search-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..b5e63e139aaf1e82d059076566c1b5b8881118bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_search-and-replace.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..90ba6705200bdad8b14060a7f4682021d77ad076 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_search.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_top.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_top.png new file mode 120000 index 0000000000000000000000000000000000000000..654523c67aa73aba428af8ea84cec74d16086f1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_top.png @@ -0,0 +1 @@ +../../22x22/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_up.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee77debf745c7672ae5043bd1dfb2dd9ab2dfb3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_up.png @@ -0,0 +1 @@ +../../22x22/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-1.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-1.png new file mode 120000 index 0000000000000000000000000000000000000000..5c436d0af69c0e748429912ae21093f03051c3c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-1.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..4af0159e4bfb272a6ab6b855b8f8011b95bf90d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-in.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..d10932a9dd2a67ebf55a0835ee574d2dd611c034 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-out.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-page.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-page.png new file mode 120000 index 0000000000000000000000000000000000000000..96ff848b45434576bab56d59db5710d2efed1bf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stock_zoom-page.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stop.png new file mode 120000 index 0000000000000000000000000000000000000000..b3293b50483e7202951982235820c8ab55c3b37e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/stop.png @@ -0,0 +1 @@ +../../22x22/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/sync.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/sync.png new file mode 100644 index 0000000000000000000000000000000000000000..375364100addbce438124d88f2e2163230ed1b4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/sync.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-hybernate.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-hybernate.png new file mode 100644 index 0000000000000000000000000000000000000000..2e7d903ccd209453871c4efb96812a1ad2ea7696 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-hybernate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-lock-screen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-lock-screen.png new file mode 100644 index 0000000000000000000000000000000000000000..59678b9538784e5e0f60cd23917c9c7ca1a6fee6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-lock-screen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-log-out.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..0abbe94058b086192d95e58c9c63ec39de6cf38a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-log-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..e2aed915ff3b2d41877d2e28c582952d709aac88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-reboot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-run.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-run.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1933c4dbc09d1c9db0b3ce3e54d3c9672127e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-run.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-search.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-search.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0d1e85257f69019e2075456170d1ba3724cb57 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..af480d7410e955d8e2751b79c924a8d6eb83e6b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-shutdown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-suspend.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-suspend.png new file mode 100644 index 0000000000000000000000000000000000000000..a58dde05e3384d2efb8998df65870e0de96383bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-suspend.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-switch-user.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-switch-user.png new file mode 100644 index 0000000000000000000000000000000000000000..839e36d6e5bdf12022f1cdeba1069e1e52eef977 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/system-switch-user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/tab-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/tab-new.png new file mode 100644 index 0000000000000000000000000000000000000000..44827fa5008a41d962175a999084c53ca31340d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/tab-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/tools-check-spelling.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/tools-check-spelling.png new file mode 100644 index 0000000000000000000000000000000000000000..50fb6dfcf2c15c1ebcb07d4e56f2abe2efad9baf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/tools-check-spelling.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/top.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/top.png new file mode 120000 index 0000000000000000000000000000000000000000..654523c67aa73aba428af8ea84cec74d16086f1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/top.png @@ -0,0 +1 @@ +../../22x22/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/up.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee77debf745c7672ae5043bd1dfb2dd9ab2dfb3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/up.png @@ -0,0 +1 @@ +../../22x22/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-fullscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..6a81a6d6f79b75d3e1a08b436212e1fa238f6fb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-fullscreen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec8878483595036d607cc08db9721f74e99a85e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-refresh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-restore.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-restore.png new file mode 100644 index 0000000000000000000000000000000000000000..f23df4d0d21d7ee435b2d13f71534e5d83ad2c62 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-restore.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-sort-ascending.png new file mode 100644 index 0000000000000000000000000000000000000000..e672893af8e67d76a84d882c84b856f9af47310b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-sort-ascending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-sort-descending.png new file mode 100644 index 0000000000000000000000000000000000000000..26f5e29f927be9055c8faac2411adc921f74733a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/view-sort-descending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window-close.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window-close.png new file mode 100644 index 0000000000000000000000000000000000000000..8fc1ec50dda5ef747ca869bbee33878998af7e05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window-close.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window-new.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4dfb0c893cc020064183a37802441eb6aea80d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window.png new file mode 100644 index 0000000000000000000000000000000000000000..25d5d4cbeea1b145f92d8476db849faf9b0feafc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e8ba8acc8e68b4cdcef3fd404f9434d49f658c2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_fullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_new.png new file mode 120000 index 0000000000000000000000000000000000000000..7035276a15d27066eb4f4381223e9c1c25215269 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_new.png @@ -0,0 +1 @@ +../../22x22/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_nofullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_nofullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..9bd606ead9d996a0adee929fa4e658214be7d569 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/window_nofullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..b1ff6834adb2d7503309d867ce605676df49ec19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/xfce-system-lock.png @@ -0,0 +1 @@ +../../22x22/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-best-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-best-fit.png new file mode 100644 index 0000000000000000000000000000000000000000..ec000a5b986730bce3f0397c328933df617787a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-best-fit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-in.png new file mode 100644 index 0000000000000000000000000000000000000000..bc29f71d9c4b46718e2b07eb035dbee3b5d26b60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-in.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-original.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-original.png new file mode 100644 index 0000000000000000000000000000000000000000..85406634520de7849980886d09752d2e897fafb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-original.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-out.png new file mode 100644 index 0000000000000000000000000000000000000000..1f17a37d5733220ab7c959c665e7af3b351fa65d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/actions/zoom-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/Terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/Terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..c246d59e687bb34634d19faa2e8269cfdb0015c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/Terminal.png @@ -0,0 +1 @@ +../../22x22/misc/root_terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/Thunar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/Thunar.png new file mode 100644 index 0000000000000000000000000000000000000000..0365fe9edbadd7fe29ef74fb0336c6126227399d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/Thunar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..7066bc28fead5e333da3709b0bfac07f49d5b120 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0cf49dbf6144812ccdaeccbca0038a919d48e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..a49ca3a605d90c5b1b910a0dce6350efd51d51db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-calculator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-character-map.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-character-map.png new file mode 100644 index 0000000000000000000000000000000000000000..6743dcbfdf299ac2cc7350103675b8d7e18c1d81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-character-map.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-dictionary-web.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-dictionary-web.png new file mode 100644 index 0000000000000000000000000000000000000000..23ddbf1bb35e9ca7cf3131e72bf7f27be736ab7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-dictionary-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-dictionary.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-dictionary.png new file mode 100644 index 0000000000000000000000000000000000000000..b5283bfe9b365d097c496bb475492ce2361feb0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-dictionary.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-snapshot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-snapshot.png new file mode 100644 index 0000000000000000000000000000000000000000..3f0460fccf962d7e7eb48cb4946837cb3f569bd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-snapshot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..2458a2381600dd0f1931d634150db85f5f3b3ec8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/accessories-text-editor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/acroread.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/acroread.png new file mode 100644 index 0000000000000000000000000000000000000000..0db6082083f9c1a0ae54360a8e61f7041c8f0eaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/acroread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/amarok.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/amarok.png new file mode 100644 index 0000000000000000000000000000000000000000..4aad324b14990e4d2a8e09aa0c7ed7a2c5c83088 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/amarok.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/antivirus.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/antivirus.png new file mode 100644 index 0000000000000000000000000000000000000000..15e5f50ae477fb19fc061bb6aaa11bde8a033610 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/antivirus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applets-screenshooter.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applets-screenshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..09beb4e241aefb50e017301574ec6d0475832ed2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applets-screenshooter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applications-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applications-internet.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..b4d16f318c9a2e9fd52981cd8d13c2e2b41b1863 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/applications-other.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/arts.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/arts.png new file mode 120000 index 0000000000000000000000000000000000000000..7e9dc0d599a45173f318b0dfbc6319b02bcb631a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/arts.png @@ -0,0 +1 @@ +../../22x22/apps/multimedia-preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/azureus.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/azureus.png new file mode 100644 index 0000000000000000000000000000000000000000..38e8986d9d82c45b0f2c3226f7bedb8b8f74b7ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/azureus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/background.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/background.png new file mode 120000 index 0000000000000000000000000000000000000000..90bfd5e27fe58d24b7215099495625c439080101 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/background.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/blender.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/blender.png new file mode 100644 index 0000000000000000000000000000000000000000..13226afdc2e66ffae7972e1fe3942d85cbb16614 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/bluefish-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/bluefish-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..437b5d3cf6f34f364a289738c8607764febcea53 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/bluefish-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..0f8a826f8aff1ca0606506c5b30ddf4b7ab55697 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/cdplayer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..91fe5d114991bd8f31f9381fde81f64e86559f6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/cdplayer-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/chart.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/chart.png new file mode 100644 index 0000000000000000000000000000000000000000..bd36c9651fc797506c209f4b7582d3075af3a2a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/database.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/database.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a4cce7a0368b776e2f72f07b57de9075d8e3dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/database.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ddd.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ddd.png new file mode 100644 index 0000000000000000000000000000000000000000..7c32a5492537cf5804198f7d371c3f5582998b76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ddd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/digikam.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/digikam.png new file mode 100644 index 0000000000000000000000000000000000000000..bff2701563a879e8e975077fcc73e2c4c6c00bb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/digikam.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/digikamcameraclient.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/digikamcameraclient.png new file mode 100644 index 0000000000000000000000000000000000000000..527fe6685d3215b34fd845594821e267ff0e1006 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/digikamcameraclient.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/emule.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/emule.png new file mode 100644 index 0000000000000000000000000000000000000000..48aad93547f56d2c5b287d04f54b4762e1984b90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/emule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/evolution.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/evolution.png new file mode 120000 index 0000000000000000000000000000000000000000..b72d77a462b3b6dbc7537ca0af107f1a4c620abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/evolution.png @@ -0,0 +1 @@ +../../22x22/actions/mail.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/file-manager.png new file mode 120000 index 0000000000000000000000000000000000000000..e2de472a041d380e70208705bc3d47882adae63f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/file-manager.png @@ -0,0 +1 @@ +../../22x22/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/file-roller.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/file-roller.png new file mode 100644 index 0000000000000000000000000000000000000000..f81cd32ff9c187193c654ac31d62c96560dea17b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/file-roller.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/firefox.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/firefox.png new file mode 100644 index 0000000000000000000000000000000000000000..39299c6d74117ba15567a4a83f92c2b79fcc4160 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/firefox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/firewall.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf006c001fbd34cf30ae20edb04637a20d9c24a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/firewall.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gftp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gftp.png new file mode 100644 index 0000000000000000000000000000000000000000..f897de30ec096782e54458fad46370934c8c7b2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gimp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gimp.png new file mode 100644 index 0000000000000000000000000000000000000000..c7c87fb91b4c90fd0764b314c51663f910d87f58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gimp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..0d478d29d88a2fd76def7c479703fcb82b970fc0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-applications.png @@ -0,0 +1 @@ +../../22x22/categories/applications-other.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..92c8040d9c3db7eda1090e6fe079d2b8a251b331 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-calculator.png new file mode 120000 index 0000000000000000000000000000000000000000..980611e4b8b863daefa35e86525c8b87afb75260 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-calculator.png @@ -0,0 +1 @@ +../../22x22/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-cdplayer-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..95e93364ab15cb6398e6ced700f0c20c4ac37cdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-cdplayer-icon.png @@ -0,0 +1 @@ +../../22x22/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-desktop-config.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-desktop-config.png new file mode 120000 index 0000000000000000000000000000000000000000..211841cf5f371cc0f262af97c55623aecd108981 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-desktop-config.png @@ -0,0 +1 @@ +../../22x22/categories/preferences-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..bae50115e9c11468e042ef9733293a86a31a12ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-devel.png @@ -0,0 +1 @@ +../../22x22/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-globe.png new file mode 100644 index 0000000000000000000000000000000000000000..649e60bc176986e70836f78e8bd63ef50c66a926 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-globe.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..2d01aa4c7edb2a8cfec57e09c5017977594ab6ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-graphics.png @@ -0,0 +1 @@ +../../22x22/apps/xfce-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-help.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4a143611da06dd23604a84a8fa57cc71603d25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-help.png @@ -0,0 +1 @@ +../../22x22/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-info.png new file mode 120000 index 0000000000000000000000000000000000000000..444cb2b7977783e414de52de4f0bea60794d4ba1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-info.png @@ -0,0 +1 @@ +../../22x22/apps/xfce-system-info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-joystick.png new file mode 100644 index 0000000000000000000000000000000000000000..3569d4ad1105dbea9a0cb69a876bbcc0e99f4a86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-joystick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-library.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-library.png new file mode 100644 index 0000000000000000000000000000000000000000..a0772e6cc85f63805d82f48ddeab883c20585a8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-library.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b1ff6834adb2d7503309d867ce605676df49ec19 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-lockscreen.png @@ -0,0 +1 @@ +../../22x22/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..691549df0f108fbf184da9342ead12adb4be81df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-logout.png @@ -0,0 +1 @@ +../../22x22/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-media-player-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-media-player-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..95e93364ab15cb6398e6ced700f0c20c4ac37cdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-media-player-icon.png @@ -0,0 +1 @@ +../../22x22/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..40fdb995302d810e5cf4f093251acddbb5ab0f77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-mixer.png @@ -0,0 +1 @@ +../../22x22/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-monitor.png new file mode 120000 index 0000000000000000000000000000000000000000..78cbd088eb4830f4a4b4edb64748868e4f844172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-monitor.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..95e4b27c438557655e94ffc1caf4d83f24a9355e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-multimedia.png @@ -0,0 +1 @@ +../../22x22/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-other.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-other.png new file mode 100644 index 0000000000000000000000000000000000000000..8832e47d5dbe9fd38bfcbf8830594da77516027b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..b93bf13670af56d64a87aa4c58f2e3f752f72ac8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-package.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-package.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..9235caff1e9ca2f232214a1d9360e934a6db9608 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-pdf.png @@ -0,0 +1 @@ +../../22x22/apps/acroread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-searchtool.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-searchtool.png new file mode 120000 index 0000000000000000000000000000000000000000..9d9ace57065b5cbb9ed126a5d395d1ce0ea407ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-searchtool.png @@ -0,0 +1 @@ +../../22x22/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-accessibility-technologies.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-accessibility-technologies.png new file mode 120000 index 0000000000000000000000000000000000000000..992821f690bd27df17dba1d35759e878ab551448 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-accessibility-technologies.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-accessibility.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-background.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-background.png new file mode 120000 index 0000000000000000000000000000000000000000..90bfd5e27fe58d24b7215099495625c439080101 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-background.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-ui-behavior.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-ui-behavior.png new file mode 100644 index 0000000000000000000000000000000000000000..7715d62b18d26d2f0a1e20f5b9c1f40200d1843c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings-ui-behavior.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3b11a35f1733f9b571c54c8e8dfef64e11922bea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-settings.png @@ -0,0 +1 @@ +../../22x22/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..e686c97acb7a471bb5cf4963c2ac857db654710e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-shutdown.png @@ -0,0 +1 @@ +../../22x22/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-starthere.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-starthere.png new file mode 120000 index 0000000000000000000000000000000000000000..36c0cd596c45e82a06ef5132428750c3f4a06278 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-starthere.png @@ -0,0 +1 @@ +../../22x22/places/start-here.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-system.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-system.png new file mode 120000 index 0000000000000000000000000000000000000000..38f5ef522f47fd4bc17e61ddf308d554e8c341e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-system.png @@ -0,0 +1 @@ +../../22x22/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..fd8a55c7a5da9a0422c25910a6e8dcc08d0f5993 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-terminal.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf549f6373da79c17a6ac53d2987d0025f05098 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gnome-util.png @@ -0,0 +1 @@ +../../22x22/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gqview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gqview.png new file mode 100644 index 0000000000000000000000000000000000000000..c3d7f435bbf9b7f8642671d1169297e44634d513 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gqview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..99f52861c787d25196b7fdee4be08e875bf2711f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gtk-help.png @@ -0,0 +1 @@ +../../22x22/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gxine.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gxine.png new file mode 120000 index 0000000000000000000000000000000000000000..a9ae5b6de985ce8dc73f3c9ec2855f2aa1da8983 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/gxine.png @@ -0,0 +1 @@ +../../22x22/apps/xine.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help-browser.png new file mode 100644 index 0000000000000000000000000000000000000000..4d1151c38ee32f0ff58c4c12af8b8607e1b12838 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help-browser.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help.png new file mode 120000 index 0000000000000000000000000000000000000000..99f52861c787d25196b7fdee4be08e875bf2711f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help.png @@ -0,0 +1 @@ +../../22x22/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help2.png new file mode 100644 index 0000000000000000000000000000000000000000..0425482b5bbcada24d020caa4ecf3ae4617e908c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/help2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-aim.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-aim.png new file mode 100644 index 0000000000000000000000000000000000000000..1711095cc963699faab6c7af597546fd8c82dc46 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-aim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-icq.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-icq.png new file mode 100644 index 0000000000000000000000000000000000000000..5053753813de28e5cbf566d1d9c7a4fa5bffc3ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-icq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-jabber.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-jabber.png new file mode 100644 index 0000000000000000000000000000000000000000..87b788e536ba4fe21b5231e73959dc21d4a4a430 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-jabber.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-msn.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-msn.png new file mode 100644 index 0000000000000000000000000000000000000000..351a302860340486bf8ba96da4ed6343c165f750 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-msn.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-nov.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-nov.png new file mode 100644 index 0000000000000000000000000000000000000000..46286a4f4ca7aa6478d37a5785c49bf4a4765ace Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-nov.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-yahoo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-yahoo.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2206522b9dac93f7939b256c90d0250eac8886 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/im-yahoo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/inkscape.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/inkscape.png new file mode 100644 index 0000000000000000000000000000000000000000..851386de23edc5b13fedee119ec87ecb5b4ca278 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/inkscape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kcmsound.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kcmsound.png new file mode 120000 index 0000000000000000000000000000000000000000..40fdb995302d810e5cf4f093251acddbb5ab0f77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kcmsound.png @@ -0,0 +1 @@ +../../22x22/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kedit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kedit.png new file mode 120000 index 0000000000000000000000000000000000000000..f635e7971c68e10adac584b400b4516ee8c2ab2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kedit.png @@ -0,0 +1 @@ +../../22x22/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..d3076cd6d2ad50b56c6af46c0da723a923a188d5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kfm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kfm.png new file mode 120000 index 0000000000000000000000000000000000000000..e2de472a041d380e70208705bc3d47882adae63f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kfm.png @@ -0,0 +1 @@ +../../22x22/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/khelpcenter.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/khelpcenter.png new file mode 120000 index 0000000000000000000000000000000000000000..99f52861c787d25196b7fdee4be08e875bf2711f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/khelpcenter.png @@ -0,0 +1 @@ +../../22x22/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/konsole.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/konsole.png new file mode 120000 index 0000000000000000000000000000000000000000..fd8a55c7a5da9a0422c25910a6e8dcc08d0f5993 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/konsole.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..c47b6974dc3bdfc74c78df70329e033b57141954 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/kscreensaver.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ksysguard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ksysguard.png new file mode 120000 index 0000000000000000000000000000000000000000..78cbd088eb4830f4a4b4edb64748868e4f844172 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ksysguard.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/limewire.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/limewire.png new file mode 100644 index 0000000000000000000000000000000000000000..1c4b06a1a8515fefcb28075083e7161656618e4d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/limewire.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/logviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/logviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..088d3abea80389f7efbb18f17dc769f0530b966c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/logviewer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..50acbc6bdc6037c3de84b34ba89b663130dbcd67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/mplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..bef26e29280ccc846c29226cbd614d619c6c7954 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/mplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-balance-control.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-balance-control.png new file mode 100644 index 0000000000000000000000000000000000000000..e654ef0489e049cd850a78d846aebe67088dbb69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-balance-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-control-center.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-control-center.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5a1fbef8733cb92e6900e41f6d348e312aff00 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-control-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-preferences.png new file mode 100644 index 0000000000000000000000000000000000000000..5ace272cf9eb006ed5099a2e90b006975b51d711 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-preferences.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-volume-control.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-volume-control.png new file mode 100644 index 0000000000000000000000000000000000000000..0f066458967051107aaf5f39cefe0f00ba334d41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia-volume-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..95e4b27c438557655e94ffc1caf4d83f24a9355e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/multimedia.png @@ -0,0 +1 @@ +../../22x22/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/netbeans.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/netbeans.png new file mode 100644 index 0000000000000000000000000000000000000000..1fcd29728a5e5fb65486bc622fcec6c09ca365e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/netbeans.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-base.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-base.png new file mode 100644 index 0000000000000000000000000000000000000000..872f8d761d8fab8cef88bba8a07cfef88b301e4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..5caaf9e55099677df2b50c56554af34846c4a184 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..eff9adfc263488634f4eb9e5911865c8b3170666 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8b1d9adfa7323eabd68fda688a49f4bda1e07b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-math.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-math.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe553bbc54824142fd778020fbe0001555ffd1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..9e52a1d333ae084d004cfe0e8ac442d3af03d0ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5eb5fb75f935ad95d625169f8eb1b30c9a3242 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo-writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_base.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_base.png new file mode 120000 index 0000000000000000000000000000000000000000..251198abc76e3135ff8da1234328970192c3c9c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_base.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_calc.png new file mode 120000 index 0000000000000000000000000000000000000000..035acae411e88b39f0289e3f0830c25a485a004d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_calc.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_draw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_draw.png new file mode 120000 index 0000000000000000000000000000000000000000..8cebc74919b1ab8de6a6e440f515cdfbd50ccd5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_draw.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_impress.png new file mode 120000 index 0000000000000000000000000000000000000000..b2ec97b4ab392d089924b955e2f9a2660d0a3d7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_impress.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_math.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_math.png new file mode 120000 index 0000000000000000000000000000000000000000..fb00b4c6fcdd9b063bd51fcb1c61adac724f5d56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_math.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_setup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_setup.png new file mode 120000 index 0000000000000000000000000000000000000000..d8531f0401c62082e6a9b9718c6c96e37c9262c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_setup.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_writer.png new file mode 120000 index 0000000000000000000000000000000000000000..f24f70fb0767d49b0c390c0fac68009b61e51ea3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ooo_writer.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-base.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-base.png new file mode 120000 index 0000000000000000000000000000000000000000..251198abc76e3135ff8da1234328970192c3c9c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-base.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-calc.png new file mode 120000 index 0000000000000000000000000000000000000000..035acae411e88b39f0289e3f0830c25a485a004d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-calc.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-draw.png new file mode 120000 index 0000000000000000000000000000000000000000..8cebc74919b1ab8de6a6e440f515cdfbd50ccd5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-draw.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-impress.png new file mode 120000 index 0000000000000000000000000000000000000000..b2ec97b4ab392d089924b955e2f9a2660d0a3d7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-impress.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-math.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-math.png new file mode 120000 index 0000000000000000000000000000000000000000..fb00b4c6fcdd9b063bd51fcb1c61adac724f5d56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-math.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-setup.png new file mode 120000 index 0000000000000000000000000000000000000000..d8531f0401c62082e6a9b9718c6c96e37c9262c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-setup.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-writer.png new file mode 120000 index 0000000000000000000000000000000000000000..f24f70fb0767d49b0c390c0fac68009b61e51ea3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg-writer.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg.png new file mode 120000 index 0000000000000000000000000000000000000000..d8531f0401c62082e6a9b9718c6c96e37c9262c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openofficeorg.png @@ -0,0 +1 @@ +../../22x22/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openterm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openterm.png new file mode 120000 index 0000000000000000000000000000000000000000..fd8a55c7a5da9a0422c25910a6e8dcc08d0f5993 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/openterm.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/opera.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/opera.png new file mode 100644 index 0000000000000000000000000000000000000000..ff492689a40ffc5744d174ab5959e96fc42092a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/opera.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/palm-pilot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/palm-pilot.png new file mode 120000 index 0000000000000000000000000000000000000000..9a211d789d13df70c47080635bd31ef138239f49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/palm-pilot.png @@ -0,0 +1 @@ +../../22x22/devices/pda.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-accessibility.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..5a34be0b79471875039527a5f8a9b4622ca8adb9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-accessibility.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-default-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-default-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..3b9a9c3dcf6f2fc8bcac1f97465d23d9573c5e25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-default-applications.png @@ -0,0 +1 @@ +../../22x22/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-font.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-font.png new file mode 100644 index 0000000000000000000000000000000000000000..0becb4525f336209b422d0f35dc837d3d1ac58a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-font.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-keyboard-shortcuts.png new file mode 100644 index 0000000000000000000000000000000000000000..f7a054935f930f5a0d60799d67c4d414bf926d7c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..12baa5ceff81338556bb0c53b7c016c44abe8441 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-locale.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-locale.png new file mode 100644 index 0000000000000000000000000000000000000000..4983dd4926c644d52d9061fe5bd502d86fbe9a03 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-locale.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-remote-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-remote-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..64b91ef170d72456e8d2ed9cff0d0b6fa499a41e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-remote-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..21d6f1720c61d354b37b397126de0d867cb6e43c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-screensaver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-theme.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-theme.png new file mode 100644 index 0000000000000000000000000000000000000000..be4f3d627a70e852462eef78e5797e4449853cdf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-theme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-wallpaper.png new file mode 100644 index 0000000000000000000000000000000000000000..0dd8e96ef5df85db4f2fd1fd0d20606f5ec9a848 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-desktop-wallpaper.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-system-windows.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-system-windows.png new file mode 100644 index 0000000000000000000000000000000000000000..2c770f78db5865e10ac5bc7fa86c351069705239 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/preferences-system-windows.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/redhat-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/redhat-filemanager.png new file mode 120000 index 0000000000000000000000000000000000000000..e2de472a041d380e70208705bc3d47882adae63f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/redhat-filemanager.png @@ -0,0 +1 @@ +../../22x22/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ristretto.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ristretto.png new file mode 100644 index 0000000000000000000000000000000000000000..b59e5e9d4916810e6a951fc8789b5be873413157 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/ristretto.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/screensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..c47b6974dc3bdfc74c78df70329e033b57141954 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/screensaver.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/search.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/search.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e1714bd9c2f6fbd7cb976c3e530d1339fb6c82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4789ea31aa5f6ca451db5b572eaf15d05edeee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/skype.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/skype.png new file mode 100644 index 0000000000000000000000000000000000000000..39e87d16d6d1443366b2831d446999b55ab2f925 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/skype.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..99f52861c787d25196b7fdee4be08e875bf2711f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/stock_help.png @@ -0,0 +1 @@ +../../22x22/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-date.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-date.png new file mode 100644 index 0000000000000000000000000000000000000000..6a9211c984c3d2c180c9c4059f421ad290fc059e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-date.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-display.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-display.png new file mode 100644 index 0000000000000000000000000000000000000000..4590348dc8771259ee11d38ab2448182e9ccee64 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..e7ad107ef64962f20d98aae88c2262bfbf82152c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-keyboard.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-language.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-language.png new file mode 120000 index 0000000000000000000000000000000000000000..37c0f1b01b6338ac47f0a682b26cc258c0805b56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-language.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-locale.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-netboot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-netboot.png new file mode 120000 index 0000000000000000000000000000000000000000..be966657be09f7565eec54e18e7bae0562525d4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-netboot.png @@ -0,0 +1 @@ +../../22x22/misc/network-boot-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..0d8360187d2cd40978ca6fe5a16f3c26fa1fac05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-samba.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-samba.png new file mode 100644 index 0000000000000000000000000000000000000000..e52ad4dd7b15c4fe76248c810d135dd3d885f673 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-samba.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-securitylevel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-securitylevel.png new file mode 100644 index 0000000000000000000000000000000000000000..9d0613b0b97a789f2679e7bae291a9093c33ea1a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-securitylevel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-services.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-services.png new file mode 120000 index 0000000000000000000000000000000000000000..2b85c0111f5d418684494fc0b0545a506072d155 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-services.png @@ -0,0 +1 @@ +../../22x22/categories/system-services.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-soundcard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-soundcard.png new file mode 100644 index 0000000000000000000000000000000000000000..582b5cf4309a4e1704f27011bf4cdac8d6d6a8b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-soundcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-users.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-users.png new file mode 100644 index 0000000000000000000000000000000000000000..2f7946815c12ceaad12d8bd12508bb1443830fc8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-config-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-file-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..543963fd60df286a2ee4679e4f898e27e0616215 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-file-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-software-installer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-software-installer.png new file mode 100644 index 0000000000000000000000000000000000000000..0de813167c96e5aaa2bafdbe4c72a1fecaf93826 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-software-installer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-software-update.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-software-update.png new file mode 100644 index 0000000000000000000000000000000000000000..f8771ee81bb136e98249e37c41fcbd9553bc878b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-software-update.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-users.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307aa0c8de55b5c0e82e430b434b208d29945a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/system-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..fd8a55c7a5da9a0422c25910a6e8dcc08d0f5993 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/terminal.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/text-editor.png new file mode 120000 index 0000000000000000000000000000000000000000..f635e7971c68e10adac584b400b4516ee8c2ab2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/text-editor.png @@ -0,0 +1 @@ +../../22x22/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/thunderbird.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/thunderbird.png new file mode 100644 index 0000000000000000000000000000000000000000..d832fae68c04171ab6181cc2e1bf9fb0f5662c76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/thunderbird.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/transmission.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/transmission.png new file mode 100644 index 0000000000000000000000000000000000000000..2b04ebbc6994f58fe5a47fdaa51029dc3f614e13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/transmission.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/user-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/user-info.png new file mode 100644 index 0000000000000000000000000000000000000000..f8d29306a666d90f9ce6715d5914759e62191bc6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/user-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-network-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-network-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..a11bb5c34fdb3c17ca15f7fa0ff9649753de81e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-network-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-system-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-system-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f5d1b395423a32b045acea9c2844763501d0db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-system-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e4882e2bebb90349297e8001ebc7240f8a9ca9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utilities-terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utils.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utils.png new file mode 100644 index 0000000000000000000000000000000000000000..8c83f9d94e80fb22eb0c57800ccce20bc3c02dd6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/utils.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/vim.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/vim.png new file mode 100644 index 0000000000000000000000000000000000000000..8e0c9a27fb5fac44f7fe57beddf8b82421986f52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/vim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/vlc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..01b5e655e72898df7e9ce3bca12bf81455ad8ba1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/vlc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/volume-knob.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/volume-knob.png new file mode 120000 index 0000000000000000000000000000000000000000..40fdb995302d810e5cf4f093251acddbb5ab0f77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/volume-knob.png @@ -0,0 +1 @@ +../../22x22/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wallpaper.png new file mode 120000 index 0000000000000000000000000000000000000000..90bfd5e27fe58d24b7215099495625c439080101 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wallpaper.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/web-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/web-browser.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/web-browser.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wine.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wine.png new file mode 100644 index 0000000000000000000000000000000000000000..ad6c25f7785ecd8fb417ee39207a87b5744f4176 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wine2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wine2.png new file mode 100644 index 0000000000000000000000000000000000000000..3033859cf2f518b29065becf2c7dd24f414030db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wine2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wmtweaks.png new file mode 120000 index 0000000000000000000000000000000000000000..11d52d70969e8cdb20f32ac0b14cf852d04e01ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/wmtweaks.png @@ -0,0 +1 @@ +../../22x22/misc/wmtweaks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/x.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/x.png new file mode 100644 index 0000000000000000000000000000000000000000..868949bd85d965fa53b903d044d6ac9f1035fbe8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/x.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xarchiver.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xarchiver.png new file mode 100644 index 0000000000000000000000000000000000000000..ea10521dc7a6a7be03f08ca1321a3f9c5c73ae16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xarchiver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xcdroast.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xcdroast.png new file mode 100644 index 0000000000000000000000000000000000000000..b15ee9779e6d4d3addbbd79c2ac22bc21ec36dd0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xcdroast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..e81bd001edfc0946a8862a2049ab2afea5297d8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfcalendar.png @@ -0,0 +1 @@ +../../22x22/apps/calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..f635e7971c68e10adac584b400b4516ee8c2ab2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-edit.png @@ -0,0 +1 @@ +../../22x22/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-filemanager.png new file mode 100644 index 0000000000000000000000000000000000000000..4f91e0080aa9124acf09efb2c79c379ab76ee42d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-filemanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..753904458a7a96bfbec81c7f59c4e6bc419f357f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-games.png @@ -0,0 +1 @@ +../../22x22/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..57059dbc287fbecd364bbaf298978680b4977e51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-graphics.png @@ -0,0 +1 @@ +../../22x22/categories/applications-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..f4081cbbfde8466495d8d10ac636cb6e8f5d4cbb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-gtk-paste.png @@ -0,0 +1 @@ +../../22x22/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-internet.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..f3dd88022fc8692bc356c762b2f1d0e92923c56c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mailcheck.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mailcheck.png new file mode 120000 index 0000000000000000000000000000000000000000..024694b36b4f083164d0bd1577cc0a4d0bfffd7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mailcheck.png @@ -0,0 +1 @@ +../../22x22/actions/mail-send-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-man.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-man.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4a143611da06dd23604a84a8fa57cc71603d25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-man.png @@ -0,0 +1 @@ +../../22x22/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..4834cfb00d32852623908092bc2750ed1c1fa2f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-mouse.png @@ -0,0 +1 @@ +../../22x22/apps/xfce4-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..95e4b27c438557655e94ffc1caf4d83f24a9355e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-multimedia.png @@ -0,0 +1 @@ +../../22x22/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-newmail.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-newmail.png new file mode 120000 index 0000000000000000000000000000000000000000..696825b0aa01049922a57855c12d4bc5df8df31f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-newmail.png @@ -0,0 +1 @@ +../../22x22/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-nomail.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-nomail.png new file mode 100644 index 0000000000000000000000000000000000000000..a48d127ac811f1776dc8a42f0176c7e847f8a593 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-nomail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-oldmail.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-oldmail.png new file mode 120000 index 0000000000000000000000000000000000000000..07b200fe8cd20a52d5bb5f336646a9fd77aa60f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-oldmail.png @@ -0,0 +1 @@ +../../22x22/actions/mail-mark-read.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-printer.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-schedule.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-schedule.png new file mode 100644 index 0000000000000000000000000000000000000000..9f3302049daa5b2df1053290fddbcc5579d2fe2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-schedule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-sound.png new file mode 120000 index 0000000000000000000000000000000000000000..96b525587b54c66a2b946130be71bfce4267fa95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-sound.png @@ -0,0 +1 @@ +../../22x22/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-exit.png new file mode 120000 index 0000000000000000000000000000000000000000..e686c97acb7a471bb5cf4963c2ac857db654710e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-exit.png @@ -0,0 +1 @@ +../../22x22/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-info.png new file mode 100644 index 0000000000000000000000000000000000000000..ca046338a795b719f36dbb0ab469514f23af68e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..968bdb96f7ac3910f6de89d4b6745d156b6a6ee6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-lock.png @@ -0,0 +1 @@ +../../22x22/apps/gnome-lockscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..3c90bfca8df5410cfad1cd3c71c60082e0e14ecb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-system-settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..fd8a55c7a5da9a0422c25910a6e8dcc08d0f5993 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-terminal.png @@ -0,0 +1 @@ +../../22x22/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..4bd065566dc069052fbe4f667c1b1a172c678590 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-trash_empty.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-trash-empty.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..a4123b12057bbe3b000a3c0fc05e3f3940808a75 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-trash_full.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..1559843c0f4513227c5ddd7d3f692b0d1ec18822 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-unknown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf549f6373da79c17a6ac53d2987d0025f05098 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce-utils.png @@ -0,0 +1 @@ +../../22x22/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-appfinder.png new file mode 120000 index 0000000000000000000000000000000000000000..df5335e8eef4118a097d9b6f018e301df838f63f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-appfinder.png @@ -0,0 +1 @@ +../../22x22/misc/xfce4-appfinder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-backdrop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-backdrop.png new file mode 120000 index 0000000000000000000000000000000000000000..90bfd5e27fe58d24b7215099495625c439080101 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-backdrop.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..294915879a37213cf2082f6e0122a093d9592abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-display.png @@ -0,0 +1 @@ +../../22x22/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-iconbox.png new file mode 120000 index 0000000000000000000000000000000000000000..f1c639b65a2423379bdadbcf8fe68dd4bf2818b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-iconbox.png @@ -0,0 +1 @@ +../../22x22/misc/iconbox.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..381ee246c6e0a0fd79b97fb00821615ce25798e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-keyboard.png @@ -0,0 +1 @@ +../../22x22/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-menueditor.png new file mode 120000 index 0000000000000000000000000000000000000000..25641a4e84f10d1e8c86603f9640fa9d106a2854 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-menueditor.png @@ -0,0 +1 @@ +../../22x22/misc/menueditor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..96b525587b54c66a2b946130be71bfce4267fa95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-mixer.png @@ -0,0 +1 @@ +../../22x22/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..78b39f2028f82ce88f4ba55394c34a8e19953bc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-mouse.png @@ -0,0 +1 @@ +../../22x22/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-panel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-panel.png new file mode 100644 index 0000000000000000000000000000000000000000..ea4f7ea395a93e0ff1e946963c81fb90380d1d19 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-panel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-session.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-session.png new file mode 120000 index 0000000000000000000000000000000000000000..40f6e98991f6a0bf8ffb66d141a8048a2ba4ee11 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-session.png @@ -0,0 +1 @@ +../../22x22/misc/sm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3b11a35f1733f9b571c54c8e8dfef64e11922bea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-settings.png @@ -0,0 +1 @@ +../../22x22/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-splash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-splash.png new file mode 100644 index 0000000000000000000000000000000000000000..0701e084c38362492c188ba67807efb94a6947b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-splash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-taskbar.png new file mode 120000 index 0000000000000000000000000000000000000000..afba83705413f94def52df2835bf8bfff0e07f1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-taskbar.png @@ -0,0 +1 @@ +../../22x22/misc/taskbar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-ui.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-ui.png new file mode 120000 index 0000000000000000000000000000000000000000..d8fcb644d4e71c438f6d0678d78163bd801d28fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-ui.png @@ -0,0 +1 @@ +../../22x22/misc/ui.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-workspaces.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-workspaces.png new file mode 120000 index 0000000000000000000000000000000000000000..27689b2c26ab26c51e53e0c1e6e153003b611bb1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfce4-workspaces.png @@ -0,0 +1 @@ +../../22x22/misc/wksp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..691549df0f108fbf184da9342ead12adb4be81df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-logout.png @@ -0,0 +1 @@ +../../22x22/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-reboot.png new file mode 120000 index 0000000000000000000000000000000000000000..b9bbddbcc5a725125d24fd98fb773625e8fa91f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-reboot.png @@ -0,0 +1 @@ +../../22x22/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..e686c97acb7a471bb5cf4963c2ac857db654710e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfsm-shutdown.png @@ -0,0 +1 @@ +../../22x22/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfwm4.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfwm4.png new file mode 120000 index 0000000000000000000000000000000000000000..7e470e19cafb08d8206e7397b3f8c8c6bbbf413c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xfwm4.png @@ -0,0 +1 @@ +../../22x22/misc/wm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xine.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xine.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8d8e159cd4552e2272aad7a139395a9f826102 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xsane.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xsane.png new file mode 100644 index 0000000000000000000000000000000000000000..ec515456c68d4b5ff150024085647614deaf1bd5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xsane.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..c47b6974dc3bdfc74c78df70329e033b57141954 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/apps/xscreensaver.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-accessories.png new file mode 100644 index 0000000000000000000000000000000000000000..727b30e25301e9bf45ea5a3c93a8ab8ec103caff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-accessories.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-development.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb92cec90d58c5344e87e1adb4732b8f3c6b383 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-development.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-education.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-education.png new file mode 100644 index 0000000000000000000000000000000000000000..583e3d2c896c80fd6516fbab7be5ec4ee6f3cb0d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-education.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-engineering.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-engineering.png new file mode 100644 index 0000000000000000000000000000000000000000..603eed4b0152db49b2120c3724d569a46fd43135 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-engineering.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-games.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-games.png new file mode 100644 index 0000000000000000000000000000000000000000..2236c1e2c9bedd4f406c7dc046b3ceba36a2831c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-games.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-graphics.png new file mode 100644 index 0000000000000000000000000000000000000000..c96b208b440efc260afe342ca7ade8daec3fa165 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-graphics.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-internet.png new file mode 100644 index 0000000000000000000000000000000000000000..a40cb651ddc3f502b3e5ef7c53219c30cd7b3596 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-internet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..cfaa3fe20520ba96850dbc52bffa670487a20684 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-office.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-office.png new file mode 100644 index 0000000000000000000000000000000000000000..4b9d69dee4949e0b55530884b8cff9abf70b4ea9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-office.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..3b9a9c3dcf6f2fc8bcac1f97465d23d9573c5e25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-other.png @@ -0,0 +1 @@ +../../22x22/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-science.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-science.png new file mode 100644 index 0000000000000000000000000000000000000000..461834fb96e48f9819abf17d1e7c08585b39712b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-science.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-system.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-system.png new file mode 100644 index 0000000000000000000000000000000000000000..cf87a01b86d63ec583eb4b8e44e6d1d4f77e6cd3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-utilities.png new file mode 100644 index 0000000000000000000000000000000000000000..9e25204ad99f73195adda2c6453ffdd5ffb15282 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/applications-utilities.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/extension.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/extension.png new file mode 100644 index 0000000000000000000000000000000000000000..d77b435969eff42f1d7099da25e4d90c1c557390 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/extension.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..bae50115e9c11468e042ef9733293a86a31a12ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-devel.png @@ -0,0 +1 @@ +../../22x22/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-globe.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-globe.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-joystick.png new file mode 120000 index 0000000000000000000000000000000000000000..473960d3b549b13878747c8bfeb57b5b2a047958 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-joystick.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-fun.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..d59ff95bb34edbb665f25a8dac09b8b0c88e4c64 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/gnome-util.png @@ -0,0 +1 @@ +../../22x22/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_development.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_development.png new file mode 120000 index 0000000000000000000000000000000000000000..bae50115e9c11468e042ef9733293a86a31a12ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_development.png @@ -0,0 +1 @@ +../../22x22/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_games.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_games.png new file mode 120000 index 0000000000000000000000000000000000000000..753904458a7a96bfbec81c7f59c4e6bc419f357f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_games.png @@ -0,0 +1 @@ +../../22x22/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_network.png new file mode 120000 index 0000000000000000000000000000000000000000..50c97e4187b5ffe5addeed8f766ca2282f5b9182 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_network.png @@ -0,0 +1 @@ +../../22x22/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..817d8d078e7eadd8f6284f6445448fbb5528afdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_settings.png @@ -0,0 +1 @@ +../../22x22/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_utilities.png new file mode 120000 index 0000000000000000000000000000000000000000..d59ff95bb34edbb665f25a8dac09b8b0c88e4c64 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/package_utilities.png @@ -0,0 +1 @@ +../../22x22/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop-peripherals.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop-peripherals.png new file mode 100644 index 0000000000000000000000000000000000000000..682ff0ab45f1140ef1ddf1311239852c350b6acd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop-peripherals.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop-personal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop-personal.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca65c2bfb5d1b413a9cbba589d1bcd12a3e0466 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop-personal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..ef42cf1f9fc25289736f3f890ddccfdc9160734f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-other.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-other.png new file mode 100644 index 0000000000000000000000000000000000000000..4e68230eee8f2e4508acf75cc91c5a9f626890ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-system-network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-system-network.png new file mode 100644 index 0000000000000000000000000000000000000000..39955f266eb16778767bb0a18779c36c7c30c3ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-system-network.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-system.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..3c90bfca8df5410cfad1cd3c71c60082e0e14ecb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/preferences-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..d9804a972cbb7d5618e441f975bca2fed0b54383 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-accessories.png @@ -0,0 +1 @@ +../../22x22/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-games.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-games.png new file mode 120000 index 0000000000000000000000000000000000000000..753904458a7a96bfbec81c7f59c4e6bc419f357f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-games.png @@ -0,0 +1 @@ +../../22x22/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-internet.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-programming.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-programming.png new file mode 120000 index 0000000000000000000000000000000000000000..bae50115e9c11468e042ef9733293a86a31a12ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-programming.png @@ -0,0 +1 @@ +../../22x22/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-system_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-system_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..817d8d078e7eadd8f6284f6445448fbb5528afdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/redhat-system_settings.png @@ -0,0 +1 @@ +../../22x22/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/stock_internet.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-favorites.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..9d170f8fc49922ad29dd971ceb3ac1b4a407e732 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-favorites.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-help.png new file mode 100644 index 0000000000000000000000000000000000000000..03d6fbb883a9653bed79afae18d6e435dc69b249 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-help.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-services.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-services.png new file mode 100644 index 0000000000000000000000000000000000000000..0c517f401326bef58ab7e4362b8ce0fff683ad84 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/system-services.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..753904458a7a96bfbec81c7f59c4e6bc419f357f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-games.png @@ -0,0 +1 @@ +../../22x22/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-internet.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-system-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..817d8d078e7eadd8f6284f6445448fbb5528afdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-system-settings.png @@ -0,0 +1 @@ +../../22x22/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..d59ff95bb34edbb665f25a8dac09b8b0c88e4c64 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/categories/xfce-utils.png @@ -0,0 +1 @@ +../../22x22/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/3floppy_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/3floppy_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..7c4da78dc7e84577e6736604494e6e8d83df0f83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/3floppy_unmount.png @@ -0,0 +1 @@ +../../22x22/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-card.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-card.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe1df704a3fa3b113f1df4b5f581fb19708831f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-input-line.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-input-line.png new file mode 100644 index 0000000000000000000000000000000000000000..dc5e1c87a466a015458d9e8b1f6ca0a92e01851c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-input-line.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-input-microphone.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-input-microphone.png new file mode 100644 index 0000000000000000000000000000000000000000..71b6cb97b4005e102b3ec86102828997e54b9e38 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/audio-input-microphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/battery.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/battery.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7e302f91faa4a2ef881b156af88734adc9b1f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/battery.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camara-video-security.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camara-video-security.png new file mode 100644 index 0000000000000000000000000000000000000000..78cc4af7a8de4c83d8184aa28901c9642d339cf3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camara-video-security.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-photo-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-photo-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..17057ece54d83ff0bc4bf24240cfef13cd46623a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-photo-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-photo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-photo.png new file mode 100644 index 0000000000000000000000000000000000000000..03369513aec929867b58149e238df702814ec0a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-photo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-video-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-video-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..1d890a9ca7328ff57cb9b6fb32fb670d31f6b65e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-video-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-video.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-video.png new file mode 100644 index 0000000000000000000000000000000000000000..838d2c8082bd689521c8c680e0dc3c890b81c9bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-video.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-web.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-web.png new file mode 100644 index 0000000000000000000000000000000000000000..ee44303c13ecde81844b42e26654930fb8299b08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/camera-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cdrom_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cdrom_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cdrom_unmount.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cdwriter_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cdwriter_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cdwriter_unmount.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/chardevice.png new file mode 120000 index 0000000000000000000000000000000000000000..294915879a37213cf2082f6e0122a093d9592abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/chardevice.png @@ -0,0 +1 @@ +../../22x22/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/computer-portable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/computer-portable.png new file mode 100644 index 0000000000000000000000000000000000000000..af62221d4e5a8c34b1987735849334e310aa4834 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/computer-portable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/computer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..a47b0670f6ff4e3a224306caf8b4838b6388c160 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/computer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cpu.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cpu.png new file mode 120000 index 0000000000000000000000000000000000000000..657cebeef66ba55d09a75dbbe620bb4b000d634c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/cpu.png @@ -0,0 +1 @@ +../../22x22/devices/processor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/dev-pcmcia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/dev-pcmcia.png new file mode 100644 index 0000000000000000000000000000000000000000..2798339af490a18754685ef4d8a5507ca3780361 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/dev-pcmcia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/display.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/display.png new file mode 120000 index 0000000000000000000000000000000000000000..294915879a37213cf2082f6e0122a093d9592abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/display.png @@ -0,0 +1 @@ +../../22x22/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..7ac57343216606f270722e670737aa40e7c866cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-cdrom.png @@ -0,0 +1 @@ +../../22x22/devices/drive-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..a213f97f98780129c30fda6c7d01690fb318fd0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..cacf5105a6751358fcc05504b99c3658fa0c8f9d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..a0622ecd312226bc935a353f7eff2f1fbc6c80dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4a9723ea1f8b7fbb53a358f8b4d4f713b27221 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-harddisk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..157c9fd9145bc167abaafd2c7dd9dcd279693d6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..370f29ac8a011fd1bdb130d898ee92ccd9650a2b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..a768b7f020a1124be5c008ce010f39079ce4e652 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..9a083070856f002ec481de7d997393e36808fa6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..0350b99368f40e1245316e3d0e4025dad0e39fe2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc4afe0aed2639ce7409ee4d06ca345199c4908 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..060601e89132993e90105e6ce93a837cc58bac9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media.png new file mode 100644 index 0000000000000000000000000000000000000000..f41561e876d41340f7ee2fc51431a8cb8b9742ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/drive-removable-media.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/dvd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/dvd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/dvd_unmount.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/fs-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/fs-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..333839ccbb896aa04a736eb0bbf6eeb7c5ded814 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/fs-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-battery.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-battery.png new file mode 120000 index 0000000000000000000000000000000000000000..538c7d16b89fe10961753f96e2a74d9606a5cf0a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-battery.png @@ -0,0 +1 @@ +../../22x22/devices/battery.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-cdrom-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..b2ee98a29559ff9d6d86837798769a7f8a73150b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +../../22x22/devices/media-cdrom-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-cdrom.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-computer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-computer.png new file mode 120000 index 0000000000000000000000000000000000000000..38f5ef522f47fd4bc17e61ddf308d554e8c341e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-computer.png @@ -0,0 +1 @@ +../../22x22/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-cdr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-cdr.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-cdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-cdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdr-plus.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdr.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdram.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdram.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-dvd.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-dvd.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4450d0035ccad25174060091960d8227a84235 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-dvd.png @@ -0,0 +1 @@ +../../22x22/devices/media-dvd-movie.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7c4da78dc7e84577e6736604494e6e8d83df0f83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-floppy.png @@ -0,0 +1 @@ +../../22x22/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-harddisk.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-ipod.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-ipod.png new file mode 120000 index 0000000000000000000000000000000000000000..e56dfec498fa5bee391f0b3936c4987d3afd9980 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-ipod.png @@ -0,0 +1 @@ +../../22x22/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-jazdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-jazdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..002d6c0df76ec09bec036708bd40d4b4bd26765f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-jazdisk.png @@ -0,0 +1 @@ +../../22x22/devices/media-jaz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..381ee246c6e0a0fd79b97fb00821615ce25798e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-keyboard.png @@ -0,0 +1 @@ +../../22x22/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-cf.png new file mode 120000 index 0000000000000000000000000000000000000000..93af62d2e9961b79691fe47317893d1cd0d5cc16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-cf.png @@ -0,0 +1 @@ +../../22x22/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-ms.png new file mode 120000 index 0000000000000000000000000000000000000000..93af62d2e9961b79691fe47317893d1cd0d5cc16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-ms.png @@ -0,0 +1 @@ +../../22x22/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-sdmmc.png new file mode 120000 index 0000000000000000000000000000000000000000..93af62d2e9961b79691fe47317893d1cd0d5cc16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-sdmmc.png @@ -0,0 +1 @@ +../../22x22/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-sm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-sm.png new file mode 120000 index 0000000000000000000000000000000000000000..93af62d2e9961b79691fe47317893d1cd0d5cc16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-media-sm.png @@ -0,0 +1 @@ +../../22x22/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-mouse-ball.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-mouse-ball.png new file mode 120000 index 0000000000000000000000000000000000000000..cd192a07200de7fb18b1191c55b4fafa24f8d285 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-mouse-ball.png @@ -0,0 +1 @@ +../../22x22/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-mouse-optical.png new file mode 120000 index 0000000000000000000000000000000000000000..78b39f2028f82ce88f4ba55394c34a8e19953bc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-mouse-optical.png @@ -0,0 +1 @@ +../../22x22/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-network.png new file mode 120000 index 0000000000000000000000000000000000000000..50c97e4187b5ffe5addeed8f766ca2282f5b9182 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-network.png @@ -0,0 +1 @@ +../../22x22/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-printer.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..ba2af8b40a6830d183076ab3184ba24e53efe411 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable-1394.png @@ -0,0 +1 @@ +../../22x22/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..ba2af8b40a6830d183076ab3184ba24e53efe411 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable-usb.png @@ -0,0 +1 @@ +../../22x22/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable.png new file mode 120000 index 0000000000000000000000000000000000000000..ba2af8b40a6830d183076ab3184ba24e53efe411 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-removable.png @@ -0,0 +1 @@ +../../22x22/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-scanner.png new file mode 120000 index 0000000000000000000000000000000000000000..177e78f3c07416b9410e46995282ee8fda6d7bbf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-scanner.png @@ -0,0 +1 @@ +../../22x22/devices/scanner.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-symlink.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-symlink.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8457cb11f1fca54dbfe62e48d2a063366d9e90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-symlink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-zipdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-zipdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..71c0382f65b609773755b60bb55efed14352b043 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-dev-zipdisk.png @@ -0,0 +1 @@ +../../22x22/devices/media-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..38f5ef522f47fd4bc17e61ddf308d554e8c341e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gnome-fs-client.png @@ -0,0 +1 @@ +../../22x22/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-cdrom.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7c4da78dc7e84577e6736604494e6e8d83df0f83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-floppy.png @@ -0,0 +1 @@ +../../22x22/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/gtk-harddisk.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/harddrive.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/harddrive.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/harddrive.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/hdd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/hdd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/hdd_unmount.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/headphone.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/headphone.png new file mode 100644 index 0000000000000000000000000000000000000000..e69fc3237b071dbba45d3ec168cd26c5b2e97bc6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/headphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-gaming.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-gaming.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9c5122841be4cea83447d0a331e22c0e89b89e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-gaming.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..53724548a5d146fda89aeaee42eacbaaa70be805 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-mouse-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..53623892b2f796ec6d5555004f01b1adc3df84dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-mouse-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..09992e21cc2626cadae2cf192836709b18a600b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-mouse.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-tablet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-tablet.png new file mode 100644 index 0000000000000000000000000000000000000000..677cb8ab1ccef8821cfa60b524321be974e8f0bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/input-tablet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/ipod_mount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/ipod_mount.png new file mode 120000 index 0000000000000000000000000000000000000000..e56dfec498fa5bee391f0b3936c4987d3afd9980 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/ipod_mount.png @@ -0,0 +1 @@ +../../22x22/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..381ee246c6e0a0fd79b97fb00821615ce25798e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/keyboard.png @@ -0,0 +1 @@ +../../22x22/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/kjobviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/kjobviewer.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/kjobviewer.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/kxkb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/kxkb.png new file mode 120000 index 0000000000000000000000000000000000000000..381ee246c6e0a0fd79b97fb00821615ce25798e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/kxkb.png @@ -0,0 +1 @@ +../../22x22/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cassete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cassete.png new file mode 100644 index 0000000000000000000000000000000000000000..c865f5e8f75334fa4c31ed12de9977dd87faf665 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cassete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cassete2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cassete2.png new file mode 100644 index 0000000000000000000000000000000000000000..c865f5e8f75334fa4c31ed12de9977dd87faf665 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cassete2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b74ca26f5ce5b35339d4c9345ff721dbb830cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cdrom-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..7e6729341cedfaa9da24721bd62df2a39e6ba9bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cdrom.png @@ -0,0 +1 @@ +../../22x22/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..481e591b82ad61b6274e00bc72503fc2d0174c13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-cf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-dvd-movie.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-dvd-movie.png new file mode 100644 index 0000000000000000000000000000000000000000..18c58e4e3cc44ec5b3f048830085fa5a69f8cfc7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-dvd-movie.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..ff50228f11b1b25766de7ce62b64f5506a69d514 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-floppy.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9954131b9f8efc16577da74f6137bd6fcf2110 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-floppy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-jaz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-jaz.png new file mode 100644 index 0000000000000000000000000000000000000000..b22c86baefa9fb58cd650861a932ddb0c4265c13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-jaz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-ms.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa68a7f397d731beae3d978acc74aa57820fce1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-ms.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..45b4800a93f106fc2cdefb96e4674cb0468858e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..6413e7415f240dfaf04e28630053383e549e29ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-sdmmc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-tape.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..a8477dca08135e8689d0ddf8e2bd7e550bee8183 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-tape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-vinyl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-vinyl.png new file mode 100644 index 0000000000000000000000000000000000000000..83b3484e6e0ce095327bc95a18a131aaaf8891fe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-vinyl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..492c04d7bc08987a147fbf7a5cbaf8b4b6ac412c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/media-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/memory.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/memory.png new file mode 100644 index 0000000000000000000000000000000000000000..07a67417ae8eb60c847ffcb093cbea0f7997a9e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/memory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/modem.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/modem.png new file mode 100644 index 0000000000000000000000000000000000000000..c0826fbe6fa75e460880d3500b07201015cda817 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/modem.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..cd192a07200de7fb18b1191c55b4fafa24f8d285 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/mouse.png @@ -0,0 +1 @@ +../../22x22/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/multimedia-player.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/multimedia-player.png new file mode 100644 index 0000000000000000000000000000000000000000..91c1efd16c39048e22530d4d52cf596b2c24181e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/multimedia-player.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-card-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-card-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..ae69b9415cf8f42e72a2b01eb9046fa431f41949 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-card-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-card-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-card-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..8019fddf6a73f6103dcc3b681858d7e001a4b3b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-card-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..f4e7b7226db5b2df3f448b65b7389bf1953f63d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..a5dea5883622685c51426fe0eab85e802bc999e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network_fs.png new file mode 120000 index 0000000000000000000000000000000000000000..10fc7e693038a3cf7ec9ca83a5601335f194400d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/network_fs.png @@ -0,0 +1 @@ +../../22x22/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/pda.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1ab311a57f4253f3570cd47177f86c79119b5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/pda.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/phone.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..32acc1299f0f2f26112a829866fdb1f88fde58bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/phone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer-class.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer-class.png new file mode 100644 index 0000000000000000000000000000000000000000..3b23273fc92a7061e335d68ab3526f7b6d9ec57d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer-class.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer-remote.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4c0181cdb92b47fe83086161ddaa22e6ed1315 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer1.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer1.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printer1.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printmgr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printmgr.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/printmgr.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/processor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/processor.png new file mode 100644 index 0000000000000000000000000000000000000000..616a6c1b15711097cd634d0bb49f3f8208a98923 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/processor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/remote.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/remote.png new file mode 100644 index 0000000000000000000000000000000000000000..0033f4812e8c375ed0903db5c5129aa657a36a2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..f172797075ca78f9334b82f91f50fec476e2eae5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/scanner.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/stock_printers.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/stock_printers.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/stock_printers.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/system-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/system-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7c4da78dc7e84577e6736604494e6e8d83df0f83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/system-floppy.png @@ -0,0 +1 @@ +../../22x22/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/system.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/system.png new file mode 120000 index 0000000000000000000000000000000000000000..38f5ef522f47fd4bc17e61ddf308d554e8c341e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/system.png @@ -0,0 +1 @@ +../../22x22/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/usbpendrive_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/usbpendrive_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..ba2af8b40a6830d183076ab3184ba24e53efe411 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/usbpendrive_unmount.png @@ -0,0 +1 @@ +../../22x22/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-card.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-card.png new file mode 100644 index 0000000000000000000000000000000000000000..785e99c9354fd870293c42f00dddf9d709e53176 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-display.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-display.png new file mode 100644 index 0000000000000000000000000000000000000000..b391013722d30efe588615808a479f76bd9dc201 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-projector.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-projector.png new file mode 100644 index 0000000000000000000000000000000000000000..55285aaebe2692a59dc0e8dbd0131efcfc95d834 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-projector.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-television.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-television.png new file mode 100644 index 0000000000000000000000000000000000000000..61eacbccd362e53b416b4618b7c93e84698d61bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/video-television.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce-printer.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..294915879a37213cf2082f6e0122a093d9592abb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-display.png @@ -0,0 +1 @@ +../../22x22/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..381ee246c6e0a0fd79b97fb00821615ce25798e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-keyboard.png @@ -0,0 +1 @@ +../../22x22/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..cd192a07200de7fb18b1191c55b4fafa24f8d285 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/xfce4-mouse.png @@ -0,0 +1 @@ +../../22x22/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_HD.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_HD.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_HD.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_idetude.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_idetude.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_idetude.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..cd192a07200de7fb18b1191c55b4fafa24f8d285 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_mouse.png @@ -0,0 +1 @@ +../../22x22/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_printer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_printer.png new file mode 120000 index 0000000000000000000000000000000000000000..bcf3fae6891ba611d12f6e37d8736cbfb74e9c8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/devices/yast_printer.png @@ -0,0 +1 @@ +../../22x22/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-bookmarks.png new file mode 100644 index 0000000000000000000000000000000000000000..a2b1094c7eca2ddbe125ea142ae49bd3813173ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-bookmarks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-camera.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-camera.png new file mode 120000 index 0000000000000000000000000000000000000000..cc19258d4b2d6c2a7e290769f0a47d249e33d64e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-camera.png @@ -0,0 +1 @@ +../../22x22/devices/camera-photo-pocket.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-certified.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-certified.png new file mode 100644 index 0000000000000000000000000000000000000000..13b480711b3607c5b9a5abb4f9019c062d4d819b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-certified.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..aec0c80ae73cbd52665f91acdf9179a826d372c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-added.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-added.png new file mode 100644 index 0000000000000000000000000000000000000000..54b1da65faa13c4ff6f41ce75dc635bd6a11956a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-added.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-conflict.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..95a2dff5751577908b34fcfe0cac1fa99b19a906 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-conflict.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-removed.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-removed.png new file mode 100644 index 0000000000000000000000000000000000000000..ccad3cfb815e4b1c24ca258ed1bdbf49c1d6ed5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-cvs-removed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-danger.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..289f33482143271a0b0a1383a2972a5e578689a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-danger.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-default.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-default.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b3c1c390200d9b3929cb69c682e971bf7ced5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-default.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-desktop-2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-desktop-2.png new file mode 100644 index 0000000000000000000000000000000000000000..c6b55a6a429c019dcb16d26ef91b1145c3cea104 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-desktop-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd5d1131a74dc52119233b0179df1b1522cb521 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-distinguished.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-distinguished.png new file mode 100644 index 0000000000000000000000000000000000000000..0f54e240f5039fb00af3284201ac2f1f1ae29395 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-distinguished.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-documents.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-documents.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f510b636d41f88460f8ac150467834e5af95de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-documents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-downloads-2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-downloads-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6899926d835c58f2560f18909c2b24c39d7ae35b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-downloads-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-downloads.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..a830c03c4d067161e9746bed68ab6d9afb9760ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-downloads.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-error.png new file mode 100644 index 0000000000000000000000000000000000000000..1767aa48c1159b69cb08b54c7989869d26761a73 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-favorite.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..2f8638ed791fb5655f942e439117551add2fb919 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-favorite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-fun.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-fun.png new file mode 100644 index 0000000000000000000000000000000000000000..3569d4ad1105dbea9a0cb69a876bbcc0e99f4a86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-fun.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..ca3effddbceaf616513a5805261490115fef92f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-important.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-important.png new file mode 100644 index 0000000000000000000000000000000000000000..2fe581e3e22ea85878122aa7d342ad169b8f064d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..6cffc1c1c922eda92412e4c36b04cec53e306533 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-money.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-money.png new file mode 100644 index 0000000000000000000000000000000000000000..340c543fbe7d49dd13cd000de538ecdf19ef15a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..cfaa3fe20520ba96850dbc52bffa670487a20684 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-new.png new file mode 100644 index 0000000000000000000000000000000000000000..8df887300981f4e629766a014feed3e291d8f1d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-noread.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-noread.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc41a2c55c6991f352b96f08c5271d1bd16b77b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-noread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-nowrite.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-nowrite.png new file mode 100644 index 0000000000000000000000000000000000000000..a5013d394fcd18fd80d4099c6d8b33173e292008 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-nowrite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-ohno.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-ohno.png new file mode 100644 index 0000000000000000000000000000000000000000..86a4d8312bf34ebb55fa6b633f26456840f430e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-ohno.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-package.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-package.png new file mode 100644 index 0000000000000000000000000000000000000000..91f8e47c147330bdd573db50ac2cc158a64a0c79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-package.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-photos.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-photos.png new file mode 120000 index 0000000000000000000000000000000000000000..da3c0fee4ecaa41b9e65d8f9f0236d35f2736a98 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-photos.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-pictures.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-pictures.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-pictures.png new file mode 100644 index 0000000000000000000000000000000000000000..a4ce0c71b4ce61ce288afb4b4afdd3ca4ca9fc1d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-pictures.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-public.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-public.png new file mode 100644 index 0000000000000000000000000000000000000000..261f4515768132460863936d1d4d0191615d8b66 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-public.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-readonly.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-readonly.png new file mode 120000 index 0000000000000000000000000000000000000000..f87b836cc6b604c3d93d629cd74147d84c0d4af5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-readonly.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-relax.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-relax.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb503a76142afcae963bc7986dc2e3f36cd7738 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-relax.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-shared.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-shared.png new file mode 100644 index 0000000000000000000000000000000000000000..cc5f3796db3d32a6d8178ecb25bdba2ef276a920 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-shared.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-sound.png new file mode 100644 index 0000000000000000000000000000000000000000..211fae2aaaf22b558b6ca3d3c8f24ff661d706ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-sound.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-special.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-special.png new file mode 100644 index 0000000000000000000000000000000000000000..0aaf084e27e57af8d7201d7c223a3386e2c09868 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-special.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-symbolic-link.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-symbolic-link.png new file mode 100644 index 0000000000000000000000000000000000000000..255a537a456456e44a50597eca9c439b041a3d91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-symbolic-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-symbolic-link2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-symbolic-link2.png new file mode 100644 index 0000000000000000000000000000000000000000..1f19db60f5f6ac028c1c2d412dec3e3b94b591fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-symbolic-link2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-system.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-system.png new file mode 100644 index 0000000000000000000000000000000000000000..cf87a01b86d63ec583eb4b8e44e6d1d4f77e6cd3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-unreadable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-unreadable.png new file mode 120000 index 0000000000000000000000000000000000000000..587bee1419eee7f301d79941b21abde4af098565 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-unreadable.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-noread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..2f99f0c35777a7c5e4d562e12b9e0e5e0bc86769 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-web.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-web.png new file mode 100644 index 0000000000000000000000000000000000000000..15c70b07009a5d16b1c9a1c8db76cee9d427b082 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emblems/emblem-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-angel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-angel.png new file mode 100644 index 0000000000000000000000000000000000000000..b4213b9086c464b01c298ed5c6601fc59799d7d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-angel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-angry.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-angry.png new file mode 100644 index 0000000000000000000000000000000000000000..ef738b24659535ced8633baa7500ba20d32a9f16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-angry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..72687e085adcff0939932058a20f341807b34f71 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-crying.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-crying.png new file mode 100644 index 0000000000000000000000000000000000000000..d433b949bad950aad026e51405e1156e59235de2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-crying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-devilish.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-devilish.png new file mode 100644 index 0000000000000000000000000000000000000000..e932d5466cf72e98c2f5162bdcf5f4597aeafd6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-devilish.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-embarrassed.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-embarrassed.png new file mode 100644 index 0000000000000000000000000000000000000000..2317917a1cd98b1b27512ec6c311e6515cafad61 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-embarrassed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-kiss.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..a97ab33ba475ab6f6b38da01979063586083128b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-kiss.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-laugh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-laugh.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec3657de2842dee8259b7a6e326d72636668bbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-laugh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-monkey.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b9230ece9078075c1895d41cc5424cd4631a52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-monkey.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-plain.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-plain.png new file mode 100644 index 0000000000000000000000000000000000000000..650b7194e8dc9117ea783e6b0be52d5ff6db27bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-plain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-raspberry.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..bed9854b695614be9bd0d1b10beac00366533698 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-raspberry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-sad.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-sad.png new file mode 100644 index 0000000000000000000000000000000000000000..c006f0ae9affa8691add81b872db958edf4f26dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-sad.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-sick.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-sick.png new file mode 100644 index 0000000000000000000000000000000000000000..181795884bf417c1c88889622c2e74f998cd3ae9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-sick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smile-big.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smile-big.png new file mode 100644 index 0000000000000000000000000000000000000000..d261669b24fc941fb984d215a06b3c7a0856997f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smile-big.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smile.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smile.png new file mode 100644 index 0000000000000000000000000000000000000000..a4039562d739d7b78d734ccacb1b564f921dc5f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smirk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smirk.png new file mode 100644 index 0000000000000000000000000000000000000000..06fe5f62ca0c17f2475fb9d40d7af3b49047c26f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-smirk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-surprise.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-surprise.png new file mode 100644 index 0000000000000000000000000000000000000000..71d726503da17de5c78fcef42a8b29a02d1af41e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-surprise.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-tired.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-tired.png new file mode 100644 index 0000000000000000000000000000000000000000..a32c50ef46729b9a10987d0dc5989fbbcfba0568 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-tired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-uncertain.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-uncertain.png new file mode 100644 index 0000000000000000000000000000000000000000..9f29bc645c1bb22ee4270dbe99e1fdfdabbdefb9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-uncertain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-uncertainty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-uncertainty.png new file mode 100644 index 0000000000000000000000000000000000000000..12ee667453b2e64235ac40388bb9e4d75b970ae6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-uncertainty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-wink.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-wink.png new file mode 100644 index 0000000000000000000000000000000000000000..d312236ce7c57315d9052325488f2d90f16732f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-wink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-worried.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-worried.png new file mode 100644 index 0000000000000000000000000000000000000000..52daccd526551825c92ba83ae61d19c7f3f6fbda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/emotes/face-worried.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/blockdevice.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/blockdevice.png new file mode 100644 index 0000000000000000000000000000000000000000..68f8d4fcdad10a95952634f35decb9cc60ab5ba6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/blockdevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/chardevice.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a8f4d4a7e6c65392fcdede15e6e900b840e345 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/chardevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/core.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/core.png new file mode 100644 index 0000000000000000000000000000000000000000..86a4d8312bf34ebb55fa6b633f26456840f430e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/core.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/directory-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/directory-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..06ff937407e2323dba5dbb72dca94b67717b56b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/directory-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/directory.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/directory.png new file mode 100644 index 0000000000000000000000000000000000000000..79031f81ff062058af4820a14ca8eeafea7bcd74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/directory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-fifo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-fifo.png new file mode 100644 index 0000000000000000000000000000000000000000..c37d9e3fa2cd51ac0e923687c1be0017133f7435 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-fifo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-lib.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-lib.png new file mode 100644 index 0000000000000000000000000000000000000000..a0772e6cc85f63805d82f48ddeab883c20585a8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-lib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-remote.png new file mode 100644 index 0000000000000000000000000000000000000000..c31576ee4764249c0451f2c0f1516081de655ced Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-socket.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-socket.png new file mode 100644 index 0000000000000000000000000000000000000000..93f0f727221d0bac2daabd756c36bd731b4f1ab9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-socket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0bdab5700eef948b4eaa98dda8fbb9f5683eed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-full.png new file mode 100644 index 0000000000000000000000000000000000000000..f7def548e43667ab1663fcbdf4c11cd12e92e0b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..a23f87efbb75301113a1b6037a1d5727df907904 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash2-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash3-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash3-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..df79bba1b88fc728757aed56eef842e07e89f848 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash3-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash3-full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash3-full.png new file mode 100644 index 0000000000000000000000000000000000000000..eda3ffdb269b91689d40edda96afc401e0d3f74a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/fs-trash3-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-blockdev.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-blockdev.png new file mode 100644 index 0000000000000000000000000000000000000000..64862b7c13df15e58c1fe5993b2d525c87bdfa36 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-blockdev.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..38f5ef522f47fd4bc17e61ddf308d554e8c341e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-client.png @@ -0,0 +1 @@ +../../22x22/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..7e50cb990df2f1e27b945a09d7ecba8c96162432 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory-accept.png new file mode 100644 index 0000000000000000000000000000000000000000..46e0281ab9a57ab0b95074f70a935da9ac55d273 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory-accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory-visiting.png new file mode 100644 index 0000000000000000000000000000000000000000..06fe002c970e6f8046996dc4e7ad6b1fad9eaf6e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory-visiting.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..fea3072fb04a1fca1fcae4d313d079a51b814950 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-directory.png @@ -0,0 +1 @@ +../../22x22/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..3324aeca33d6f2a321f5e5083753eee5182662be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-file-broken.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-file-broken.png new file mode 100644 index 0000000000000000000000000000000000000000..87ae49dcbfd70226867b83fc6e58b70cdc260ca7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-file-broken.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-ftp.png new file mode 100644 index 0000000000000000000000000000000000000000..7c862d8a796f6a7fb4f4f679ac587b163a3f15f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-ftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..e54a7afdb0b073cfd54e825349f70abb9d7aa15a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-home.png @@ -0,0 +1 @@ +../../22x22/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..10fc7e693038a3cf7ec9ca83a5601335f194400d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-network.png @@ -0,0 +1 @@ +../../22x22/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..df8c46a7f47900c9f70ba4da7bc0d0637990b87b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-regular.png new file mode 100644 index 0000000000000000000000000000000000000000..30d79f1eecc947ded8c5d16c7a096065c6cec82a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-regular.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-share.png new file mode 100644 index 0000000000000000000000000000000000000000..6df55e3f66ba64df07ed0bd757cb79e1fa367b4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb-share.png new file mode 100644 index 0000000000000000000000000000000000000000..2e229c87c2bda1196c7876b42773c820aa04e9ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..9bccd53c62550d11390bb5025ac07cd2cf095825 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb.png new file mode 100644 index 0000000000000000000000000000000000000000..a99df42ad66cfa150d0bb9d023d0864e38c58215 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-smb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-ssh.png new file mode 100644 index 0000000000000000000000000000000000000000..2bc49d3a359c3b9b7bed4e071d2fc15d5e6f07f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-ssh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-trash-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ca5f500d1c1704961fb4a81aee2605bcffd8ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-trash-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..b16a376479b977fe270fc1345b5bcd646c0ed187 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..06e46fb1224a1173892fe17a73a8bb381c18bfcc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/gnome-fs-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/mount-point.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/mount-point.png new file mode 100644 index 0000000000000000000000000000000000000000..d95f88ed0059633e71a5d77d1045c3a2c2ab0947 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/mount-point.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/network_fs.png new file mode 100644 index 0000000000000000000000000000000000000000..3e54753af3228c0b48e217bca5f4b621d9e12697 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/network_fs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/open_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/open_folder.png new file mode 100644 index 0000000000000000000000000000000000000000..cf7788bfd898fcf55bbe71ef0a68c6bd9ad27865 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/open_folder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/user-home.png new file mode 120000 index 0000000000000000000000000000000000000000..e54a7afdb0b073cfd54e825349f70abb9d7aa15a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/filesystems/user-home.png @@ -0,0 +1 @@ +../../22x22/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..fd0da40f485234b8cc414fce6b5dbbd91d3242ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-backward.png @@ -0,0 +1 @@ +../../22x22/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..ed10aa015ecfb2cadd64ec719c5d93eb39bc2c16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-eject.png @@ -0,0 +1 @@ +../../22x22/stock/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-next.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-next.png new file mode 120000 index 0000000000000000000000000000000000000000..d07f437593bc62cd89094a0288f050bb983ebe14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-next.png @@ -0,0 +1 @@ +../../22x22/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..98bceb2fc568b2c1206b6438b6c3447d09288dae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-pause.png @@ -0,0 +1 @@ +../../22x22/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-play.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-play.png new file mode 120000 index 0000000000000000000000000000000000000000..c75ec41c9351efc8a79100047b7093ec0705d0e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-play.png @@ -0,0 +1 @@ +../../22x22/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..f7e560454b6f0352886ab919655ce951685074e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-prev.png @@ -0,0 +1 @@ +../../22x22/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-record.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-record.png new file mode 120000 index 0000000000000000000000000000000000000000..83491560ab2c8fcd42738ebb87c23c8f12d32453 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-record.png @@ -0,0 +1 @@ +../../22x22/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..4be9bff3423423406e2b0d4772f3fbeb2086b24c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/cdplayer-stop.png @@ -0,0 +1 @@ +../../22x22/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..d2f54b886cbf21490176c94462de590fcdaed5bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../22x22/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-bookmarks.png new file mode 120000 index 0000000000000000000000000000000000000000..c1daee047d4eec16a24bf8addb6a1740b1c8dc5b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-bookmarks.png @@ -0,0 +1 @@ +../../22x22/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-download.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-download.png new file mode 120000 index 0000000000000000000000000000000000000000..9b87997a8a637e9acc115526ee9684268dd00e9d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-download.png @@ -0,0 +1 @@ +../../22x22/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-history.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-history.png new file mode 120000 index 0000000000000000000000000000000000000000..0db5a4eacaa974f2467973d8fbfe8d5186122bdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-history.png @@ -0,0 +1 @@ +../../22x22/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..5e145396badee9a435d688739030908612092ab7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-mailto.png @@ -0,0 +1 @@ +../../22x22/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..5f4f992fb7e3fc4fb3f782feb3cd91bc71100c18 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/epiphany-new-tab.png @@ -0,0 +1 @@ +../../22x22/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-about.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-about.png new file mode 120000 index 0000000000000000000000000000000000000000..9c11e2a950cc4d64e064116069036a61fd39f30d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-about.png @@ -0,0 +1 @@ +../../22x22/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-attach.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-attach.png new file mode 120000 index 0000000000000000000000000000000000000000..b0a9c8cdd20e127e32a07d44f4a164a727f73987 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-attach.png @@ -0,0 +1 @@ +../../22x22/stock/stock_attach.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-blue.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..f13dba05bc2816fe27618ab8afc162ed2bed5ad1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-blue.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-green.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-green.png new file mode 120000 index 0000000000000000000000000000000000000000..c1daee047d4eec16a24bf8addb6a1740b1c8dc5b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-green.png @@ -0,0 +1 @@ +../../22x22/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-red.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-red.png new file mode 100644 index 0000000000000000000000000000000000000000..63c51413767fedfd3ba894d4927eaa07eba630c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-red.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-yellow.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..3858436821366daccabc158d2274c4f31ebda5b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-book-yellow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..91d7533df387f52e0180fa65bd00afc47316b3bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-line-in.png @@ -0,0 +1 @@ +../../22x22/stock/stock_line-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-mic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-mic.png new file mode 120000 index 0000000000000000000000000000000000000000..e3ad79591b841e2d4ab6b1d3a878148178653559 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-mic.png @@ -0,0 +1 @@ +../../22x22/stock/stock_mic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-volume.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-volume.png new file mode 120000 index 0000000000000000000000000000000000000000..222d87e2c5fb6d06edaf891f8cd8bd975e911dce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gnome-stock-volume.png @@ -0,0 +1 @@ +../../22x22/stock/stock_volume.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-about.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-about.png new file mode 120000 index 0000000000000000000000000000000000000000..9c11e2a950cc4d64e064116069036a61fd39f30d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-about.png @@ -0,0 +1 @@ +../../22x22/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..3f36b4a3ec83f23f7a412a2166725e8894e95f07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-add.png @@ -0,0 +1 @@ +../../22x22/stock/stock_add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-apply.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-apply.png new file mode 120000 index 0000000000000000000000000000000000000000..87dc87c3dff02850aa8566e4d41779406b2c7ca0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-apply.png @@ -0,0 +1 @@ +../../22x22/stock/stock_apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-bold.png new file mode 120000 index 0000000000000000000000000000000000000000..1231418bf81e9844e0edc176dc4fa7a8a8735cf0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-bold.png @@ -0,0 +1 @@ +../../22x22/stock/stock_bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..9ba5fd9c0460c931d3f384579eaf3b294eaca2b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cancel.png @@ -0,0 +1 @@ +../../22x22/stock/stock_cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..8e017992c2f3fbe4150e471cd18eec025db705fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cdrom.png @@ -0,0 +1 @@ +../../22x22/stock/stock_cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..aa64cc3bcf8f322b360c75ec36128f9f02103671 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-clear.png @@ -0,0 +1 @@ +../../22x22/stock/stock_clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-close.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-close.png new file mode 120000 index 0000000000000000000000000000000000000000..a6c9db716f30630140a44540534fe628751a0a9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-close.png @@ -0,0 +1 @@ +../../22x22/stock/stock_close.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-color-picker.png new file mode 120000 index 0000000000000000000000000000000000000000..ad3896857a7191197aefd71762f3310684cbddfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-color-picker.png @@ -0,0 +1 @@ +../../22x22/stock/stock_color_picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-connect.png new file mode 120000 index 0000000000000000000000000000000000000000..47ddf1cdbd32fc1954292bd9bcf73c6ff6d003f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-connect.png @@ -0,0 +1 @@ +../../22x22/stock/stock_connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-convert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-convert.png new file mode 120000 index 0000000000000000000000000000000000000000..8816f302bc4a0c00d4ac836543606c79ba6cc30a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-convert.png @@ -0,0 +1 @@ +../../22x22/stock/stock_convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-copy.png new file mode 120000 index 0000000000000000000000000000000000000000..2c4d77ca23b42dda105edeef03d0666423cb4216 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-copy.png @@ -0,0 +1 @@ +../../22x22/stock/stock_copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cut.png new file mode 120000 index 0000000000000000000000000000000000000000..6854fbfecb1ad54f83e78aa573bc5ab0baed0d30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-cut.png @@ -0,0 +1 @@ +../../22x22/stock/stock_cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..4b402ccc0c25065ffd0754a601dc8e44c7dc601d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-delete.png @@ -0,0 +1 @@ +../../22x22/stock/stock_delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..80a4cb73c815bd22602001e87e0063159cb5224a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-error.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dialog_error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..6562be13e4357f31500cddb29218e99e233537e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-info.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dialog_info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-question.png new file mode 120000 index 0000000000000000000000000000000000000000..4cafc1a776a112e6006d5ea0161959b67aebc2b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-question.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..9669defda926b85ca9455c2af22c4cc263520a6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..6606c11ac323954d5dfb2f0c4a777562cf80c61a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-directory.png @@ -0,0 +1 @@ +../../22x22/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..89c03d79c3c8c20073b8993e8deee25c06892d46 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-disconnect.png @@ -0,0 +1 @@ +../../22x22/stock/stock_disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..9eafa88184a09e6fe2e6e11ef628c058d3bb2199 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dnd-multiple.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dnd.png new file mode 120000 index 0000000000000000000000000000000000000000..bbdcdada7332d5b09f71c986c6d89b51b3e0315e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-dnd.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dnd.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-execute.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-execute.png new file mode 120000 index 0000000000000000000000000000000000000000..2ca0e22d58d8b5f37fcc7ded27efd3a32b871a25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-execute.png @@ -0,0 +1 @@ +../../22x22/stock/stock_execute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..4cb13c17be6379646583d14829f2e3085cfb2312 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-file.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..d43563fc7c08244654d079b33fbd580ad187a1f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../22x22/stock/stock_find-and-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..29b204668626d0bf883cd58b2ed2517ef0b1e57e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-find.png @@ -0,0 +1 @@ +../../22x22/stock/stock_find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..009acac028cfc2eb97496b641ebd1ed35e49b590 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-floppy.png @@ -0,0 +1 @@ +../../22x22/stock/stock_floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..274e115b980309b6ae15e37995baeada1678bdbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-back.png @@ -0,0 +1 @@ +../../22x22/stock/stock_go-back.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..694aebf63ac1ffcece411c1045b0ce8ec5ded983 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-down.png @@ -0,0 +1 @@ +../../22x22/stock/stock_go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..688bc76569c9efad3a62fc9cc4f1c5c50db2b246 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-forward.png @@ -0,0 +1 @@ +../../22x22/stock/stock_go-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..a8fa11b81c09104f21e4dfa75c3fda0d7cec786a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-go-up.png @@ -0,0 +1 @@ +../../22x22/stock/stock_go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..98fa69295a6084c06919c95422e68901265aba97 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../22x22/stock/stock_goto-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..f76cc7f4b6f698dcaa1dd65e3f2c7fb3744eb293 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-first.png @@ -0,0 +1 @@ +../../22x22/stock/stock_goto-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..f94ada28b70c13eb0b35aca806e8f0647d4b09c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-last.png @@ -0,0 +1 @@ +../../22x22/stock/stock_goto-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..664a70903b28fa7449c2e680fa9ec89a79449200 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-goto-top.png @@ -0,0 +1 @@ +../../22x22/stock/stock_goto-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..6e30e151698b644532140a03bcf1981435239a65 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-harddisk.png @@ -0,0 +1 @@ +../../22x22/stock/stock_harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..c04a6a636cf6507b68661f17d0101c7cf8e8222a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-help.png @@ -0,0 +1 @@ +../../22x22/stock/stock_help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..6db376d529ba0b35a018e987d8cad2d8d24e9c6e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-home.png @@ -0,0 +1 @@ +../../22x22/stock/stock_home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-indent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-indent.png new file mode 120000 index 0000000000000000000000000000000000000000..f3f530cc5217a0c22279bf3aae2dc3066078e678 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-indent.png @@ -0,0 +1 @@ +../../22x22/stock/stock_indent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-index.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-index.png new file mode 120000 index 0000000000000000000000000000000000000000..3a437a28e50eef3aac54fb3a6af2325080b22813 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-index.png @@ -0,0 +1 @@ +../../22x22/stock/stock_index.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-italic.png new file mode 120000 index 0000000000000000000000000000000000000000..e5e5c349ee7b0807dcd8d72ad7e52fe52322b0f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-italic.png @@ -0,0 +1 @@ +../../22x22/stock/stock_italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..e70b29aa35e1b4ac3dc5ebf12224581e477ae324 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-jump-to.png @@ -0,0 +1 @@ +../../22x22/stock/stock_jump-to.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..f9449ea88f1c12311dddb449a4d2ba3b44fc69c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-center.png @@ -0,0 +1 @@ +../../22x22/stock/stock_justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..c9148bc56eaf2a746cdb29103b7b404b2e813146 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-fill.png @@ -0,0 +1 @@ +../../22x22/stock/stock_justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..b0f9df6f6f948d4c0dc446e1f7ae53e781690b7a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-left.png @@ -0,0 +1 @@ +../../22x22/stock/stock_justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..b07590683cd6372df934c7672e3058a436dddd3b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-justify-right.png @@ -0,0 +1 @@ +../../22x22/stock/stock_justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..53171b09728ce9e2cbe096d0665e760b94dd2d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-forward.png @@ -0,0 +1 @@ +../../22x22/stock/media-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..d07f437593bc62cd89094a0288f050bb983ebe14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-next.png @@ -0,0 +1 @@ +../../22x22/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..98bceb2fc568b2c1206b6438b6c3447d09288dae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-pause.png @@ -0,0 +1 @@ +../../22x22/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..c75ec41c9351efc8a79100047b7093ec0705d0e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-play.png @@ -0,0 +1 @@ +../../22x22/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-previous.png new file mode 120000 index 0000000000000000000000000000000000000000..f7e560454b6f0352886ab919655ce951685074e3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-previous.png @@ -0,0 +1 @@ +../../22x22/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..83491560ab2c8fcd42738ebb87c23c8f12d32453 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-record.png @@ -0,0 +1 @@ +../../22x22/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-rewind.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-rewind.png new file mode 120000 index 0000000000000000000000000000000000000000..fd0da40f485234b8cc414fce6b5dbbd91d3242ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-rewind.png @@ -0,0 +1 @@ +../../22x22/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..4be9bff3423423406e2b0d4772f3fbeb2086b24c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-media-stop.png @@ -0,0 +1 @@ +../../22x22/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..2bbf4443729e7b37e9545ab41c1616ed1103f2fa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-missing-image.png @@ -0,0 +1 @@ +../../22x22/stock/stock_missing-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..867899c1b430ffbd9d59b49ce5dcaa339be87e5f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-network.png @@ -0,0 +1 @@ +../../22x22/stock/stock_network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..b7410ff8e2c9145d7c03eab3c20306cc340cfe2b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-new.png @@ -0,0 +1 @@ +../../22x22/stock/stock_new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-no.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-no.png new file mode 120000 index 0000000000000000000000000000000000000000..f0250363d8dbd330e9874728b359209a81424aaf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-no.png @@ -0,0 +1 @@ +../../22x22/stock/stock_no.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..8878d63412f5eb4b8981f8c2fff9a13ded86ff3b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-ok.png @@ -0,0 +1 @@ +../../22x22/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-open.png new file mode 120000 index 0000000000000000000000000000000000000000..6606c11ac323954d5dfb2f0c4a777562cf80c61a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-open.png @@ -0,0 +1 @@ +../../22x22/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..ab6ebf488c7d5a5ef38713eb67bede1152f39f2c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-paste.png @@ -0,0 +1 @@ +../../22x22/stock/stock_paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..b450f09033147be297877810e03423cccb5f87e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-preferences.png @@ -0,0 +1 @@ +../../22x22/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..2cd37c333343c7c6e0d75e5bae4bdfaa1020bce9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-print-preview.png @@ -0,0 +1 @@ +../../22x22/stock/stock_print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..6c0ba652c7a85a56555ad280deeb3dbf2be2327d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-print.png @@ -0,0 +1 @@ +../../22x22/stock/stock_print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..76b3f928ef9f23375d83960ca5fccc802140f312 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-properties.png @@ -0,0 +1 @@ +../../22x22/stock/stock_properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-quit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-quit.png new file mode 120000 index 0000000000000000000000000000000000000000..fb085082ce727ff0a3d5c71309625dadc25b4310 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-quit.png @@ -0,0 +1 @@ +../../22x22/stock/stock_quit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4564f0d1757052afcb9f01d7c47061feda7c2643 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-redo.png @@ -0,0 +1 @@ +../../22x22/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..225c89b4769e7161079b845040f67a018653d316 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-refresh.png @@ -0,0 +1 @@ +../../22x22/stock/stock_refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..afdc9ed4551720fbe9914b5c30fc26c6687f7053 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-remove.png @@ -0,0 +1 @@ +../../22x22/stock/stock_remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..2b0fa98884a4fee532fbb2c3e6c49a292588a369 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-revert-to-saved.png @@ -0,0 +1 @@ +../../22x22/stock/stock_revert-to-saved.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..3ac152c32834320923aa60e1e2c93de80be47d33 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-save-as.png @@ -0,0 +1 @@ +../../22x22/stock/stock_save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..0ef2b65cd212c6b2f00c2a021c44fbd9a8e8170d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-save.png @@ -0,0 +1 @@ +../../22x22/stock/stock_save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-select-color.png new file mode 120000 index 0000000000000000000000000000000000000000..a8c10694b56075ada6c8102ccc0a8b22b22daa31 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-select-color.png @@ -0,0 +1 @@ +../../22x22/stock/stock_select-color.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..18d1f9d1dc59b1401fcddd5848d9b15ce4b725e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-select-font.png @@ -0,0 +1 @@ +../../22x22/stock/stock_select-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..4a3947b357247e3c9f9c98d4c52a84c21851298f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-sort-ascending.png @@ -0,0 +1 @@ +../../22x22/stock/stock_sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..a4eb5f05780906f2f00b60f2c975b4e5f131cde1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-sort-descending.png @@ -0,0 +1 @@ +../../22x22/stock/stock_sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..6987b9ffd03ef9292a41128749192aa3dcee22cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-spell-check.png @@ -0,0 +1 @@ +../../22x22/stock/stock_spell-check.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..9669defda926b85ca9455c2af22c4cc263520a6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-dialog-warning.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..97f5b8984d9e3749a90a38efb6a953279933cc6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-edit.png @@ -0,0 +1 @@ +../../22x22/stock/stock_edit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-export.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-export.png new file mode 120000 index 0000000000000000000000000000000000000000..93711b2c5107dffa3fd15d49c904c5933fc95071 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-export.png @@ -0,0 +1 @@ +../../22x22/stock/stock_export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-import.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-import.png new file mode 120000 index 0000000000000000000000000000000000000000..8e3c26e45776e24f144d88568e74adb82c25eda8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-import.png @@ -0,0 +1 @@ +../../22x22/stock/stock_import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..6213e2e6e395ae0a2755d72ad1f0a88c7ebe8c53 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-image.png @@ -0,0 +1 @@ +../../22x22/stock/stock_insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..b8437843e7f6254def606d0096dd58afad403bf1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-object.png @@ -0,0 +1 @@ +../../22x22/stock/stock_insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..cbfda12b1ff53e08c6d8d110de84dfd468c31c52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-insert-table.png @@ -0,0 +1 @@ +../../22x22/stock/stock_insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..8878d63412f5eb4b8981f8c2fff9a13ded86ff3b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-ok.png @@ -0,0 +1 @@ +../../22x22/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-reset.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-reset.png new file mode 120000 index 0000000000000000000000000000000000000000..96173caa3a1119218acdc14f33340c5029600025 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-reset.png @@ -0,0 +1 @@ +../../22x22/stock/stock_reset.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-revert.png new file mode 120000 index 0000000000000000000000000000000000000000..2a211f53287c787dce5bfcc1ce598f0230dc2f5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-revert.png @@ -0,0 +1 @@ +../../22x22/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..63492ebb542486333a35628f4793d64bdfda8867 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stock-stop.png @@ -0,0 +1 @@ +../../22x22/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..63492ebb542486333a35628f4793d64bdfda8867 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-stop.png @@ -0,0 +1 @@ +../../22x22/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..60eaebcfa80cdcacd5a3d774fee946587c9a0bb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-strikethrough.png @@ -0,0 +1 @@ +../../22x22/stock/stock_strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..28aa0338d2b536ebc82911db0dd38624156f0b59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-undelete.png @@ -0,0 +1 @@ +../../22x22/stock/stock_undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-underline.png new file mode 120000 index 0000000000000000000000000000000000000000..181923dd1b248143a7048d7e7faa19d57b002aed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-underline.png @@ -0,0 +1 @@ +../../22x22/stock/stock_underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2a211f53287c787dce5bfcc1ce598f0230dc2f5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-undo.png @@ -0,0 +1 @@ +../../22x22/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..a24c9e6e1e2b0f744b7f70a476cfb765d88bd253 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-unindent.png @@ -0,0 +1 @@ +../../22x22/stock/stock_unindent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-yes.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-yes.png new file mode 120000 index 0000000000000000000000000000000000000000..031adcb53473f8ca99b23a22c364a6851311cade --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-yes.png @@ -0,0 +1 @@ +../../22x22/stock/stock_yes.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..9ff68663a715c22116c5139acf32b8232d2fa6d4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-100.png @@ -0,0 +1 @@ +../../22x22/stock/stock_zoom-100.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..7360cc071d51bf04a9dbe2f8104e2628a717b8fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../22x22/stock/stock_zoom-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..935e7eed81ea3db5056baa8fd662b526fa5d5626 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-in.png @@ -0,0 +1 @@ +../../22x22/stock/stock_zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..8cd5efb1d71c7a49f86f1d44a4d6e03ddf0696fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/gtk-zoom-out.png @@ -0,0 +1 @@ +../../22x22/stock/stock_zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..e72c315b4bdc1c5c3f58e503b3261f3452e3d8cd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-accessories.png @@ -0,0 +1 @@ +../../22x22/stock/stock_accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..f3febd063abe940794093a9c7dcd8d2916528cae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-amusements.png @@ -0,0 +1 @@ +../../22x22/stock/stock_amusements.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5317aa7c07cdb36b1850e4d0db67407d979d3290 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-internet.png @@ -0,0 +1 @@ +../../22x22/stock/stock_internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..ff4c6e79cffa253e79531ea53085b538d1461140 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-logout.png @@ -0,0 +1 @@ +../../22x22/stock/stock_logout.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..ffb9804181fc6bc46a40db41484de9c11548425d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-multimedia.png @@ -0,0 +1 @@ +../../22x22/stock/stock_multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-run.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-run.png new file mode 120000 index 0000000000000000000000000000000000000000..025b750edd9f4697645c43df658346c2847665fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-run.png @@ -0,0 +1 @@ +../../22x22/stock/stock_run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..185f0a8923e29fa84775da2c77bfb52b2f0eee51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/panel-screenshot.png @@ -0,0 +1 @@ +../../22x22/stock/stock_screenshot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-select.png new file mode 120000 index 0000000000000000000000000000000000000000..b7a4bbf52b5080795471c1a5bfc7f84e0be47b99 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-select.png @@ -0,0 +1 @@ +../../22x22/stock/rox-select.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-show-details.png new file mode 120000 index 0000000000000000000000000000000000000000..3305ab5208c9a6b5beafdb51fd861a285db66299 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-show-details.png @@ -0,0 +1 @@ +../../22x22/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-show-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..bd7e8b73973417b0847f92ff861bd31c2839cadd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/rox-show-hidden.png @@ -0,0 +1 @@ +../../22x22/stock/rox-show-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/session-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/session-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..b450f09033147be297877810e03423cccb5f87e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/session-stock-edit.png @@ -0,0 +1 @@ +../../22x22/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-download.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-download.png new file mode 120000 index 0000000000000000000000000000000000000000..9b87997a8a637e9acc115526ee9684268dd00e9d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-download.png @@ -0,0 +1 @@ +../../22x22/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-history.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-history.png new file mode 120000 index 0000000000000000000000000000000000000000..0db5a4eacaa974f2467973d8fbfe8d5186122bdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-history.png @@ -0,0 +1 @@ +../../22x22/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..5e145396badee9a435d688739030908612092ab7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock-mailto.png @@ -0,0 +1 @@ +../../22x22/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_add-bookmark.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_add-bookmark.png new file mode 120000 index 0000000000000000000000000000000000000000..d2f54b886cbf21490176c94462de590fcdaed5bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_add-bookmark.png @@ -0,0 +1 @@ +../../22x22/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..1fcde8cdfe771e5dd73c3d12e8990cc0b9c1d634 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_fullscreen.png @@ -0,0 +1 @@ +../../22x22/stock/stock_fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_mail-send.png new file mode 120000 index 0000000000000000000000000000000000000000..5e145396badee9a435d688739030908612092ab7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_mail-send.png @@ -0,0 +1 @@ +../../22x22/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_new_tab.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_new_tab.png new file mode 120000 index 0000000000000000000000000000000000000000..5f4f992fb7e3fc4fb3f782feb3cd91bc71100c18 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_new_tab.png @@ -0,0 +1 @@ +../../22x22/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4564f0d1757052afcb9f01d7c47061feda7c2643 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_redo.png @@ -0,0 +1 @@ +../../22x22/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..2a211f53287c787dce5bfcc1ce598f0230dc2f5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_undo.png @@ -0,0 +1 @@ +../../22x22/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_view-html-source.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_view-html-source.png new file mode 120000 index 0000000000000000000000000000000000000000..3305ab5208c9a6b5beafdb51fd861a285db66299 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/stock_view-html-source.png @@ -0,0 +1 @@ +../../22x22/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/terminal-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/terminal-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..b450f09033147be297877810e03423cccb5f87e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/terminal-edit.png @@ -0,0 +1 @@ +../../22x22/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..b326276cf0563f872e449f971804ddb46eb46272 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-max.png @@ -0,0 +1 @@ +../../22x22/stock/volume-max.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..715ddcc2fab01b8fe6b511d653913530d325cb56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-med.png @@ -0,0 +1 @@ +../../22x22/stock/volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..9f34293c1c7646f5d371fb1dd260caa2afa6099e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-min.png @@ -0,0 +1 @@ +../../22x22/stock/volume-min.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..9798dba3dd8e95a27d442f3112027bb80afc1e68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-mute.png @@ -0,0 +1 @@ +../../22x22/stock/volume-mute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..01c9616b14927bf18d8a59908f20526db223627b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/gtk/volume-zero.png @@ -0,0 +1 @@ +../../22x22/stock/volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-binary.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-binary.png new file mode 120000 index 0000000000000000000000000000000000000000..8b759a91f833869f4617fa41387e9e1819fda185 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-binary.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-octet-stream.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..4f7779afb90699e053a068a34b9c2a079562eb91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-certificate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..07ec246c003abb1f93bd7d30f3fbbcae15c33482 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..229e06568aca50099370e3b3f32585be1b6a2ae0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-msword.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-octet-stream.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-octet-stream.png new file mode 100644 index 0000000000000000000000000000000000000000..694169bd7a8b8902c2a76efaa124ffac3e898f07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-octet-stream.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-ogg.png new file mode 100644 index 0000000000000000000000000000000000000000..ea4ae7aeb43d2f1ee666fadb0bdcbdc004ac6e92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-ogg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..8681c9757c8ff35bd1e072451ef7586e4b3fac0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pdf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..b669944a471193aa81486dabb4bab98c3cf361db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp-keys.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp-keys.png new file mode 100644 index 0000000000000000000000000000000000000000..06be46bcc7e7cc34cf75b56e8bcfd697dc1ea0ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp-keys.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6e836fb68f9a4b6a2e31e1fc8e506664191134 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-pgp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-postscript.png new file mode 100644 index 0000000000000000000000000000000000000000..af95f8bc584bf6cc6ccf945b0155c59252e9e353 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-postscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-qif.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-qif.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8c7310743b273e8bdd5710eb4dfa7dc809fcb8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-qif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rhythmbox-effect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rhythmbox-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..b0aa8db889b36357ce4dd8a1f201fd92b6718a9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rhythmbox-effect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rhythmbox-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rhythmbox-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..e92de2df4975c84b9774ec607b84767f3c61d1a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rhythmbox-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rtf.png new file mode 100644 index 0000000000000000000000000000000000000000..6b737f33b35b18910832c8b4543f17c7623245eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-rtf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-smil.png new file mode 100644 index 0000000000000000000000000000000000000000..50dc3d0b2f242919b032d1baaaac5d3519c498c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-smil.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-access.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-access.png new file mode 100644 index 0000000000000000000000000000000000000000..8f042b0539e1979626ab11d94c83fb3b6edc3991 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-access.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-excel.png new file mode 100644 index 0000000000000000000000000000000000000000..f4a84bc688e3d42068ebf8be516c049728239eb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-excel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-powerpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa4b20a11967fb90f4feb522dbb55b82408ee9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-powerpoint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-word.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-word.png new file mode 100644 index 0000000000000000000000000000000000000000..fcca56d8c4bcc650853f08396fdbdae7d7903175 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.ms-word.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.rn-realmedia.png new file mode 100644 index 0000000000000000000000000000000000000000..93c8df193d7a8d9dc77f506b5c1b19990e6efb87 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.rn-realmedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.base.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.base.png new file mode 100644 index 0000000000000000000000000000000000000000..da3fbb19530fefe01c3c385b255f6e0eb6432174 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..94b9c749e0cd1fc137409ad0675b10c0d5a1c6d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..764db5ed6f55a38a0e64c8eec0d09339b212b4cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..f41bd06406d4468b0041324c1867ca20fd6c6777 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..9972beac99c014a55650bb18bb4442a2ae6e3e45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.math.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.math.png new file mode 100644 index 0000000000000000000000000000000000000000..43d7e0427efac77e64a304fd7bafe23ebb855218 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..a52be3abd7b34cd69fd082aa8894f28823f71b7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.stardivision.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..74016acf3fe354f898baaa08d3748626454951fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..a850d8847a18000d56374eb51de4ccb617a958ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c1c7d38d17b7e0a9858e4e32ad0942c7ac3390 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..e2dea22c822dadd4306fd43be413f29d2764e874 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.math.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.math.png new file mode 100644 index 0000000000000000000000000000000000000000..8c859ae35e8721321132c2a465c363d9df9593f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..707b207b70f7603d18e1967e2cea3a979a99c1a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-vnd.sun.xml.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-7za.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-7za.png new file mode 100644 index 0000000000000000000000000000000000000000..51de0c38cf32386bc76dcb8c0646a81b84dbea3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-7za.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..3c5346ed4c57585ee4664643d7ef7625911e13c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..6ef6a780ec341e987e0f6aa93b60a6b65caffa16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-archive.png @@ -0,0 +1 @@ +../../22x22/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-arj.png new file mode 100644 index 0000000000000000000000000000000000000000..44982c22afc8efa337a792c639cb66dc7f6ad751 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-arj.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-blender.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-blender.png new file mode 100644 index 0000000000000000000000000000000000000000..26efceabb58e8ccfb3cbcf3017ddba093d8dc9b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bz.png new file mode 100644 index 0000000000000000000000000000000000000000..d34425c96c29a79c71dabd4b6a16a7947e0d7d24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bzip-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..0038696bc91c189750517d6bdc5c3dd321157180 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bzip-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bzip.png new file mode 100644 index 0000000000000000000000000000000000000000..0bd759bc5d8ba03ada7e36030fd61932da1f468f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-bzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cd-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cd-image.png new file mode 100644 index 0000000000000000000000000000000000000000..68e8c55af782191fe097799c6b19ff0e7ea8bb66 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cd-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-compress.png new file mode 100644 index 0000000000000000000000000000000000000000..a0907ed23e8dfef8d8c06eda3a67c88c675ce5e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-compress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf65727059017cc62bf4c624eee2dd747142327 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cpio-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4be8da6f02c2f1c7ee0dea64e81d58c5392674 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cpio-compressed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cpio.png new file mode 100644 index 0000000000000000000000000000000000000000..968bc8acbace0e39c70f37a4b7e35aeb07707fd2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-cpio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-deb.png new file mode 100644 index 0000000000000000000000000000000000000000..cacb5a1a0c958e506f8f2a545bbaff189b7d9519 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-deb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..51af01421d6e285786257922930006bba816ffd5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-dia-diagram.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-dia-diagram.png new file mode 100644 index 0000000000000000000000000000000000000000..4a095254edfd72c7f2ae58a83b512d849b3eba47 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-dia-diagram.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-dvi.png new file mode 100644 index 0000000000000000000000000000000000000000..983d099911a21cae4d5cc2892de934509c213d34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-dvi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..3324aeca33d6f2a321f5e5083753eee5182662be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..ae30f68af4ea6ef940b71895719d9f195a61f14a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-flash.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-asm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-asm.png new file mode 120000 index 0000000000000000000000000000000000000000..1d2ede41996677c34a6989b651cabe941171d5bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-asm.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..1d2ede41996677c34a6989b651cabe941171d5bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-bdf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..a0172f2a00019d03953ec3f785ff19596a704e24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..1d2ede41996677c34a6989b651cabe941171d5bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-otf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-otf.png new file mode 100644 index 0000000000000000000000000000000000000000..bfafb05cfea020cdb33565001b0565cd21c06e9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-otf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..1d2ede41996677c34a6989b651cabe941171d5bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-pcf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-ttf.png new file mode 100644 index 0000000000000000000000000000000000000000..f159f6776d1c5ab2dbe4be7389a0a6451680cfbd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-ttf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-type1.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-type1.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f73b8b92debcd8ceb757998d4141d16185c86a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-font-type1.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..bb63a7314cb24dbfcd71982feff5f0a28fb8da1e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-glade.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-glade.png new file mode 100644 index 0000000000000000000000000000000000000000..404fc651a41c86702d9071ee43fa27f304d8cb49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-glade.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gnucash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gnucash.png new file mode 100644 index 0000000000000000000000000000000000000000..74e550d7418a3a85b7656afd9537ae56daca7970 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gnucash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gnumeric.png new file mode 100644 index 0000000000000000000000000000000000000000..a924af1fad59d67e63150915b4b0c5e9973e0684 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gnumeric.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gtktalog.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gtktalog.png new file mode 100644 index 0000000000000000000000000000000000000000..de1471e07f905a04dfdd003ceab3a9207e279901 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gtktalog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gzip.png new file mode 100644 index 0000000000000000000000000000000000000000..6db53c14146fd5fd17d4050e0a373af55067b091 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-gzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-java-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-java-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..9b137c64680df280f0dbaca7772737d688f9746e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-java-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-javalib.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-javalib.png new file mode 120000 index 0000000000000000000000000000000000000000..13cd8cf5bf77b7f041a16e70334acd84b287f077 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-javalib.png @@ -0,0 +1 @@ +../../22x22/mimetypes/gnome-mime-application-x-jar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kde-app-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kde-app-info.png new file mode 100644 index 0000000000000000000000000000000000000000..de8f8644c081505c4b1165f251e7e93e189a29ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kde-app-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-killustrator.png new file mode 100644 index 0000000000000000000000000000000000000000..56c339e81671bc7e95016a77c553de4e35f7a492 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-killustrator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kpresenter.png new file mode 100644 index 0000000000000000000000000000000000000000..cadf207c3b75029840970c78cb63d6e25e6b0f86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kpresenter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kspread.png new file mode 100644 index 0000000000000000000000000000000000000000..b31b6ba4f99b5b98a02d1b750b7c46f439502c8b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kspread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kword.png new file mode 100644 index 0000000000000000000000000000000000000000..1a9ffeb711eccc6c3feee8782ee471650fdea0b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-kword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-lha.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1bb787253931386e001a2cf1b98a4f4e88ae0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-lha.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-lhz.png new file mode 100644 index 0000000000000000000000000000000000000000..0a2189ab7520bad53e1ad3877a810e1b4d4571d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-lhz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-object.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-object.png new file mode 100644 index 0000000000000000000000000000000000000000..3130eb095ef9123e44c87f5cc1dcd9a15a6c23e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-perl.png new file mode 100644 index 0000000000000000000000000000000000000000..a3d8e39ec18eb14189953c8ed84326551b889af3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-perl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-php.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc5a6970696a196623767cb046937de48c9b2b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-php.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-python-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..b0814865648cd045cb38b93b368c3e6d99b45e5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-python-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-python.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1cbf9600740c55e2d13b39aa97609458eeeac0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-python.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-qw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-qw.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8c7310743b273e8bdd5710eb4dfa7dc809fcb8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-qw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-rar.png new file mode 100644 index 0000000000000000000000000000000000000000..21119541ff9ad1223f1c18863ba527f26d27f649 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-rar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-reject.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-reject.png new file mode 100644 index 0000000000000000000000000000000000000000..f965222b89441725319f44de7a1f129b3764008a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-reject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-rpm.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3225d44cba137ff194aa49030991df52c0b67f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-rpm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-ruby.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..bf5b787dad54f6687a28743d185c881607a08298 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-ruby.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-share-library-la.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-share-library-la.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab60f67330a9ad21ac8e94634b0a54244801ccc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-share-library-la.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-sharedlib.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-sharedlib.png new file mode 100644 index 0000000000000000000000000000000000000000..a0772e6cc85f63805d82f48ddeab883c20585a8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-sharedlib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-shellscript.png new file mode 100644 index 0000000000000000000000000000000000000000..05ee081c9bd2cde72f558dbb22ed7377dd00013b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-shellscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-shockwave-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..e6c1c3063b2fe2d499b68449a42d130ffb755328 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-shockwave-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-smil.png new file mode 120000 index 0000000000000000000000000000000000000000..f573b3ec54371b7941153c7e482df8e25815fedd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-smil.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-smil.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-stuffit.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc3ccdac27fc786f803f3c077e9a67310e6faac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-stuffit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..8b4b6928a2539653d99aade081942f27b4f61ac2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tarz.png new file mode 100644 index 0000000000000000000000000000000000000000..e349016bac2d615cf9cb85a0277dd1285b5eb55b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tarz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tex.png new file mode 100644 index 0000000000000000000000000000000000000000..32b23460b0fc960e8977f8bc8f2a28b69c1e79b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-tex.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..4161bd4cbf50d9d35a69dae437b51144f0b32e18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-x-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..fbdadb8fb6c5aaa3214072cb681b794bc3d1f02c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application.png new file mode 100644 index 0000000000000000000000000000000000000000..3324aeca33d6f2a321f5e5083753eee5182662be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/application.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/ascii.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-ac3.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-ac3.png new file mode 100644 index 0000000000000000000000000000000000000000..28b2249d7a0753723194b287cada79ff165e79cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-ac3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..b345f3433d8fddf3cd4d05a4029b575ab9e7a04d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-basic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..b2421bb0b3f9caa11cac83bf5363705a5395a410 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-basic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-midi.png new file mode 100644 index 0000000000000000000000000000000000000000..7e9a9cb65e8c7d115c4bbae1bec7d0c016c1cbc8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-midi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..97fda528abfbadd74a393967febf0d54b3e8ee7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-ogg.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-wma.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-wma.png new file mode 100644 index 0000000000000000000000000000000000000000..5373e03e2d40aaa782bc3be798532921b0b46677 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-wma.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..b345f3433d8fddf3cd4d05a4029b575ab9e7a04d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..76d8ac77096a3d270d7a64bacf6ba9a9a839e413 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-it.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-it.png new file mode 100644 index 0000000000000000000000000000000000000000..cd19a8af94201afab707f00a18cf15a46640e639 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-it.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-midi.png new file mode 120000 index 0000000000000000000000000000000000000000..3801f1f4a9b18f18b5ec9aacdf9f296e508c2f48 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-midi.png @@ -0,0 +1 @@ +../../22x22/mimetypes/audio-midi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mod.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mod.png new file mode 100644 index 0000000000000000000000000000000000000000..aabb3847ecf7523458ac1ac36e569e22743cccd1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mod.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mp3.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mp3.png new file mode 100644 index 0000000000000000000000000000000000000000..c46e086b74a784a8775168f4f2a76824062c302a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mp3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mpegurl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mpegurl.png new file mode 100644 index 0000000000000000000000000000000000000000..cf65b60ef961e891f6f98e690edb5c16c31eef7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-mpegurl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-pn-realaudio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-pn-realaudio.png new file mode 100644 index 0000000000000000000000000000000000000000..a44bf474af57451a13ac077cbf47645c61e10c43 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-pn-realaudio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-s3m.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-s3m.png new file mode 100644 index 0000000000000000000000000000000000000000..2cbb44835852b25543ca5b3f601eac0d0a4761e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-s3m.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-stm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-stm.png new file mode 100644 index 0000000000000000000000000000000000000000..7c76214f4799e76ebe841e7956232c79c8a734d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-stm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-ulaw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-ulaw.png new file mode 100644 index 0000000000000000000000000000000000000000..e75cd9e0cfea1f0578ab6f02619efb4b776fc47c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-ulaw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-voc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-voc.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7d57efc7bcfe54a0c4f53b34b51153010e520a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-voc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-wav.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-wav.png new file mode 100644 index 0000000000000000000000000000000000000000..59bf957c5f2349b045d1e4947c6a1e3921010184 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-wav.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-xi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-xi.png new file mode 100644 index 0000000000000000000000000000000000000000..44f7104e5689c215b424a69bc2a8a4314823456a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-xi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-xm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-xm.png new file mode 100644 index 0000000000000000000000000000000000000000..211ecf23fb3436892229c14be6eb7c4f02f1ece9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio-x-xm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio.png new file mode 120000 index 0000000000000000000000000000000000000000..59f11cfeb64315fc808044b94698a765acebff41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/audio.png @@ -0,0 +1 @@ +../../22x22/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/binary.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/binary.png new file mode 120000 index 0000000000000000000000000000000000000000..85021a342d0d062534560dda8f21704467231024 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/binary.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/contents2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/contents2.png new file mode 120000 index 0000000000000000000000000000000000000000..1110474fed179cb4f46da4153badfbc27086808f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/contents2.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/deb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/deb.png new file mode 120000 index 0000000000000000000000000000000000000000..503cb07fac4d66e6fc65f86e44587b6e6259a263 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/deb.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/document.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/document.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/document.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/empty.png new file mode 120000 index 0000000000000000000000000000000000000000..4cb13c17be6379646583d14829f2e3085cfb2312 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/empty.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/exec.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/exec.png new file mode 120000 index 0000000000000000000000000000000000000000..85021a342d0d062534560dda8f21704467231024 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/exec.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/folder_tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/folder_tar.png new file mode 120000 index 0000000000000000000000000000000000000000..442055e2acd4307ba32f4f6a0041728092a947a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/folder_tar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..0e6a1415c8ede01070f1325f90718e7bc24c611b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font.png new file mode 120000 index 0000000000000000000000000000000000000000..a68072c50d1130840cfe0843e94b3486e4820726 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font.png @@ -0,0 +1 @@ +../../22x22/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_bitmap.png new file mode 120000 index 0000000000000000000000000000000000000000..1d2ede41996677c34a6989b651cabe941171d5bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_bitmap.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_truetype.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_truetype.png new file mode 120000 index 0000000000000000000000000000000000000000..81230aeb44a8e893bfc0ddf9570dd24838f0bb61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_truetype.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_type1.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_type1.png new file mode 120000 index 0000000000000000000000000000000000000000..9e71015c78abc6e850d15c6ee5d11d0263e0c0a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/font_type1.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-fs-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..85021a342d0d062534560dda8f21704467231024 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-fs-executable.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-fs-regular.png new file mode 120000 index 0000000000000000000000000000000000000000..4cb13c17be6379646583d14829f2e3085cfb2312 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-fs-regular.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-magicpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-magicpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..b450385efbeaa00067ed9a5c69fd85e2a640f28b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-magicpoint.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..229e06568aca50099370e3b3f32585be1b6a2ae0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-msword.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..97fda528abfbadd74a393967febf0d54b3e8ee7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-ogg.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..45fd4e387619e20dbb01b5e7834ba0b55eb5aa80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-pdf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-pdf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-postscript.png new file mode 120000 index 0000000000000000000000000000000000000000..a2085fd779902761cabbb3b569ea0c58fa484287 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-postscript.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-postscript.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-rtf.png new file mode 120000 index 0000000000000000000000000000000000000000..d58be2b2b890d6dbbb867fa67a3fd3e1b8ff4ad6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-rtf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-rtf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png new file mode 120000 index 0000000000000000000000000000000000000000..0863dbfe579c6c1cf48ea329e8c54a37b125e30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png new file mode 120000 index 0000000000000000000000000000000000000000..16fcbdcf44c89a4c9a47f55750346d987d76a170 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.ms-excel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..436ccf62d7c5bdb5379082f11b283204438e21b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.ms-powerpoint.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..720d4145354e3f0cb6c9db59de3bcb1bedfd8b2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png new file mode 120000 index 0000000000000000000000000000000000000000..720d4145354e3f0cb6c9db59de3bcb1bedfd8b2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png new file mode 120000 index 0000000000000000000000000000000000000000..b450385efbeaa00067ed9a5c69fd85e2a640f28b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..0863dbfe579c6c1cf48ea329e8c54a37b125e30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png new file mode 120000 index 0000000000000000000000000000000000000000..4b111be4c7552a1b55919e7dde53db1e5aacf4b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png new file mode 120000 index 0000000000000000000000000000000000000000..c33ccdf6e5daa1bc739f0c3fd76c35969f41ddf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png new file mode 120000 index 0000000000000000000000000000000000000000..c33ccdf6e5daa1bc739f0c3fd76c35969f41ddf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png new file mode 120000 index 0000000000000000000000000000000000000000..c33ccdf6e5daa1bc739f0c3fd76c35969f41ddf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..0863dbfe579c6c1cf48ea329e8c54a37b125e30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..b450385efbeaa00067ed9a5c69fd85e2a640f28b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..36ea880aec5b929f4115b143ba46260f276445ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.sun.xml.calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png new file mode 120000 index 0000000000000000000000000000000000000000..6ebd843909bd3fd6f785cdb0c6d32039a337c1ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.sun.xml.draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..2582c3b28c18a626f77ee703210989d1ef1a619b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.sun.xml.impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..0c2a33dedcb91ee4008e84a149209cab8f86a1d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-vnd.sun.xml.writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-wordperfect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-wordperfect.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-wordperfect.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..713a5e55e37f93f7accdfb698636d68b5103169b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-7za.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-abiword.png new file mode 120000 index 0000000000000000000000000000000000000000..ea9fc2675f8754b4cf06e9110695f5979668dd95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-abiword.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-abiword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..0863dbfe579c6c1cf48ea329e8c54a37b125e30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-applix-word.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-applix-word.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-applix-word.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..6ef6a780ec341e987e0f6aa93b60a6b65caffa16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-archive.png @@ -0,0 +1 @@ +../../22x22/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-arj.png new file mode 120000 index 0000000000000000000000000000000000000000..b36d8a3ca0046c0ea4bba9e560b89c4000afd5fa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-arj.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-arj.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..82602cabd41b1eabd9ebd13e17b129a6c0a8e539 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-bzip-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-bzip.png new file mode 120000 index 0000000000000000000000000000000000000000..a50e31fa1081d13c614731b6a76c54682f7f6af6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-bzip.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-bzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-compress.png new file mode 120000 index 0000000000000000000000000000000000000000..f7d22935fa2c677d8571175609a7385f2ce9f552 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-compress.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-compress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..4bcde6c7488dfdb0413ad63e7d71186636cdc954 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..1983c849252e0daa1f0e408b908aa350687efecc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-cpio-compressed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-cpio.png new file mode 120000 index 0000000000000000000000000000000000000000..c5d3c9f44a388e579f81091c697d1d608a3e173f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-cpio.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-cpio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-deb.png new file mode 120000 index 0000000000000000000000000000000000000000..503cb07fac4d66e6fc65f86e44587b6e6259a263 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-deb.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-dvi.png new file mode 120000 index 0000000000000000000000000000000000000000..e52988bb585ec0c4387c34b962019ffdd688bf83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-dvi.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-dvi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..85021a342d0d062534560dda8f21704467231024 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-executable.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..9e71015c78abc6e850d15c6ee5d11d0263e0c0a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-afm.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..a68072c50d1130840cfe0843e94b3486e4820726 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-bdf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..a68072c50d1130840cfe0843e94b3486e4820726 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..a68072c50d1130840cfe0843e94b3486e4820726 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-pcf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png new file mode 120000 index 0000000000000000000000000000000000000000..a68072c50d1130840cfe0843e94b3486e4820726 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png @@ -0,0 +1 @@ +../../22x22/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-ttf.png new file mode 120000 index 0000000000000000000000000000000000000000..81230aeb44a8e893bfc0ddf9570dd24838f0bb61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-font-ttf.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gnumeric.png new file mode 120000 index 0000000000000000000000000000000000000000..2277a7e691d1ea0d8cc043021bfe2883f2fa448c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gnumeric.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-gnumeric.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gzip.png new file mode 120000 index 0000000000000000000000000000000000000000..905ff08eb4937cde7eec15acadde26cc21051af6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gzip.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-gzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-jar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-jar.png new file mode 120000 index 0000000000000000000000000000000000000000..6ef6a780ec341e987e0f6aa93b60a6b65caffa16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-jar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-killustrator.png new file mode 120000 index 0000000000000000000000000000000000000000..fada13844f85491e5af5250d9575c40b5a41583f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-killustrator.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-killustrator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kpresenter.png new file mode 120000 index 0000000000000000000000000000000000000000..c7737b9ba2ede05dbcf1b02d70243f8b085d6b66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kpresenter.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-kpresenter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kspread.png new file mode 120000 index 0000000000000000000000000000000000000000..5a7ce74274ecc168bd93871d71fd7e4f083319e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kspread.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-kspread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kword.png new file mode 120000 index 0000000000000000000000000000000000000000..d981614b8f269f74ec9e964474559159fd016578 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-kword.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-kword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-lha.png new file mode 120000 index 0000000000000000000000000000000000000000..a98b08226a1c4c8aa692512f8fa0ef5b45b77306 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-lha.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-lha.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-lhz.png new file mode 120000 index 0000000000000000000000000000000000000000..4531bdfb1f0155f71a88fea0bb017a6cf7782256 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-lhz.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-lhz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..85021a342d0d062534560dda8f21704467231024 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-perl.png new file mode 120000 index 0000000000000000000000000000000000000000..920bbc7ba21ec32993b8486f511e7d95597d54db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-perl.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-perl.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-php.png new file mode 120000 index 0000000000000000000000000000000000000000..2db98840064e8c9924c37cfd4dad82b9379dd483 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-php.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-php.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png new file mode 120000 index 0000000000000000000000000000000000000000..62b065486b91b000d33a0c505e6f40e2dbd94a71 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-python-bytecode.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-rar.png new file mode 120000 index 0000000000000000000000000000000000000000..b4f66cd19ce1eb71e0d1db99a8c44fe54dba7e61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-rar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-rar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..60d4bd9e18cca17dba1ab019552e3d8212b3a020 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-rpm.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-scribus.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-scribus.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-scribus.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..0c4a7cda94bff3b1be8e802e4283ff9a797604b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-shellscript.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..b76282b8783dba48ab0e6234e50c35f90c702f04 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-shockwave-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-stuffit.png new file mode 120000 index 0000000000000000000000000000000000000000..3753f686b46a2d01be67d772c5489e0f3d018142 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-stuffit.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-stuffit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..442055e2acd4307ba32f4f6a0041728092a947a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tarz.png new file mode 120000 index 0000000000000000000000000000000000000000..c9decd6aabe8a7b5807d1f0eba2cab877d02ee25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tarz.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-tarz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..ac5ce60d73bde7690276bf0092f8a44e2b4cf6a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-x-tex.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-zip.png new file mode 120000 index 0000000000000000000000000000000000000000..b7454c3526a60ab86053b1d2f722f0ae2faf3c25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-application-zip.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..59f11cfeb64315fc808044b94698a765acebff41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-audio.png @@ -0,0 +1 @@ +../../22x22/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-image.png new file mode 120000 index 0000000000000000000000000000000000000000..12c6a3d09ebd6e5105d11a73627aa68d28d15d54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-image.png @@ -0,0 +1 @@ +../../22x22/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-html.png new file mode 120000 index 0000000000000000000000000000000000000000..4b111be4c7552a1b55919e7dde53db1e5aacf4b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-html.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png new file mode 120000 index 0000000000000000000000000000000000000000..4b111be4c7552a1b55919e7dde53db1e5aacf4b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-csh.png new file mode 120000 index 0000000000000000000000000000000000000000..0c4a7cda94bff3b1be8e802e4283ff9a797604b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-csh.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-python.png new file mode 120000 index 0000000000000000000000000000000000000000..2fa08d2e36729195551880f3b191ec134791ddf3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-python.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-python.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-sh.png new file mode 120000 index 0000000000000000000000000000000000000000..0c4a7cda94bff3b1be8e802e4283ff9a797604b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-sh.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..8549fa9e3214028105800aa7e5070fe2548ff8aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-vcalendar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..1110474fed179cb4f46da4153badfbc27086808f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-vcard.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-zsh.png new file mode 120000 index 0000000000000000000000000000000000000000..0c4a7cda94bff3b1be8e802e4283ff9a797604b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text-x-zsh.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-text.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-video.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-video.png new file mode 120000 index 0000000000000000000000000000000000000000..e164512219e67204d4b4774854573d6380c9a846 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-video.png @@ -0,0 +1 @@ +../../22x22/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..9e71015c78abc6e850d15c6ee5d11d0263e0c0a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-mime-x-font-afm.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..6ef6a780ec341e987e0f6aa93b60a6b65caffa16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gnome-package.png @@ -0,0 +1 @@ +../../22x22/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..4cb13c17be6379646583d14829f2e3085cfb2312 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/gtk-file.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/html.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/html.png new file mode 120000 index 0000000000000000000000000000000000000000..4b111be4c7552a1b55919e7dde53db1e5aacf4b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/html.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-bmp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-bmp.png new file mode 100644 index 0000000000000000000000000000000000000000..282d7a7a7f0ed5f354c1fe2e77bba42bc2be3bcd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-bmp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-gif.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-gif.png new file mode 100644 index 0000000000000000000000000000000000000000..807e9c66601342b95eceec16902a627bb7023400 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-gif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-ief.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-ief.png new file mode 100644 index 0000000000000000000000000000000000000000..06ade60e84d72402df3ca0778319b6bc0bbc6d9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-ief.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-jpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-jpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..fac21051f3240a86088d47c6f91472786e7b1ae4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-jpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-png.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-png.png new file mode 100644 index 0000000000000000000000000000000000000000..2bb02554c8ba097695e3301ebd2948a050963e81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-png.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svg+xml.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svg+xml.png new file mode 120000 index 0000000000000000000000000000000000000000..03a6cea8c5d6e0ff7d39dfdc82babcb3cd1d755d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svg+xml.png @@ -0,0 +1 @@ +../../22x22/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svg.png new file mode 100644 index 0000000000000000000000000000000000000000..c46beff2f0f26660cfb7c4ef7d537c9bb647a689 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svgz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svgz.png new file mode 120000 index 0000000000000000000000000000000000000000..03a6cea8c5d6e0ff7d39dfdc82babcb3cd1d755d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-svgz.png @@ -0,0 +1 @@ +../../22x22/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-tiff.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-tiff.png new file mode 100644 index 0000000000000000000000000000000000000000..21520d98cf563a71174ebb5e88c8b27340900dcd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-tiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-3ds.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-3ds.png new file mode 100644 index 0000000000000000000000000000000000000000..517e8510431f7c4e7548a5eb4070670fb423884c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-3ds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-applix-graphic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-applix-graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..03717ab4fc1c6e737118ab4fe4aed85f21fea051 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-applix-graphic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-cmu-raster.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-cmu-raster.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4024f7984735958fd42bebff3e24acfc186b47 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-cmu-raster.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..417ea6f7d972a2c1e3d7c86e0eee0701699f6ef3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-anymap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-anymap.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ecf07d1e47c86b4a7bc8e104f3ea9c4a50e309 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-anymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..e0f90d154a72321327427daa4bf65e38ee61217d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-greymap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-greymap.png new file mode 100644 index 0000000000000000000000000000000000000000..84343945835346aca4f452743ced69d11c97eacd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-greymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-pixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-pixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..0f72f5d5082baf3e63c495b48c4a79f737dcfa1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-portable-pixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-psd.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-psd.png new file mode 100644 index 0000000000000000000000000000000000000000..39c7bb86a0fd232edd253713efea7bd524777eb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-psd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-rgb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ed9ece43acb76e23bd2c37845ef1337bbc7d08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-rgb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-tga.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-tga.png new file mode 100644 index 0000000000000000000000000000000000000000..1bf70b4d76bbf74fa24bceda29a185ac218d6578 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-tga.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xbitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xbitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..fc87d1f011a2ebac5a0bfa2a2e55581ea39a005f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xbitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xcf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xcf.png new file mode 100644 index 0000000000000000000000000000000000000000..f194337419c2d9bd18ddc43204cf9041089727bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xcf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xfig.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xfig.png new file mode 100644 index 0000000000000000000000000000000000000000..ac112c2e777ec6d901b46ca99036a46281254502 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xfig.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xpixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xpixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..2ba1d5c10719bc9fe7e93c7d8969aa291a0d0ce4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xpixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xwindowdum.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xwindowdum.png new file mode 100644 index 0000000000000000000000000000000000000000..53b606850c0a7c82b125d158fcae00f12e518646 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image-x-xwindowdum.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image.png new file mode 120000 index 0000000000000000000000000000000000000000..12c6a3d09ebd6e5105d11a73627aa68d28d15d54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/image.png @@ -0,0 +1 @@ +../../22x22/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/kpresenter_kpr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/kpresenter_kpr.png new file mode 120000 index 0000000000000000000000000000000000000000..b450385efbeaa00067ed9a5c69fd85e2a640f28b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/kpresenter_kpr.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/mime_ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/mime_ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/mime_ascii.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/misc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/misc.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/misc.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7f71df80a440f75963245a922fbe4ecf67aefdda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package.png new file mode 120000 index 0000000000000000000000000000000000000000..6ef6a780ec341e987e0f6aa93b60a6b65caffa16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package.png @@ -0,0 +1 @@ +../../22x22/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package_editors.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package_editors.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package_editors.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package_wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package_wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/package_wordprocessing.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/plan.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/plan.png new file mode 120000 index 0000000000000000000000000000000000000000..8549fa9e3214028105800aa7e5070fe2548ff8aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/plan.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..60d4bd9e18cca17dba1ab019552e3d8212b3a020 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/rpm.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..0c4a7cda94bff3b1be8e802e4283ff9a797604b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/shellscript.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..59f11cfeb64315fc808044b94698a765acebff41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/sound.png @@ -0,0 +1 @@ +../../22x22/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..0863dbfe579c6c1cf48ea329e8c54a37b125e30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/spreadsheet.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_addressbook.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_addressbook.png new file mode 120000 index 0000000000000000000000000000000000000000..1110474fed179cb4f46da4153badfbc27086808f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_addressbook.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_calendar.png new file mode 120000 index 0000000000000000000000000000000000000000..8549fa9e3214028105800aa7e5070fe2548ff8aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_calendar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_certificate.png new file mode 120000 index 0000000000000000000000000000000000000000..c01a6f9eb1b077e8ae9e7231fbcde0f8022dfbf3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_certificate.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-certificate.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_script.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_script.png new file mode 120000 index 0000000000000000000000000000000000000000..0c4a7cda94bff3b1be8e802e4283ff9a797604b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/stock_script.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/tar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/tar.png new file mode 120000 index 0000000000000000000000000000000000000000..442055e2acd4307ba32f4f6a0041728092a947a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/tar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/template_source.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/template_source.png new file mode 120000 index 0000000000000000000000000000000000000000..9683cae982d0468f7f69aec296dc91f10e00f6d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/template_source.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic-template.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-css.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-css.png new file mode 100644 index 0000000000000000000000000000000000000000..30f4a94c0896505127b75c66118f3ecc89f5e5ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-css.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-html.png new file mode 100644 index 0000000000000000000000000000000000000000..6c309166597d7ce77e87ad1f40f8dbcdec35b17f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-html.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-sgml.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-sgml.png new file mode 100644 index 0000000000000000000000000000000000000000..b15de496f20adde3c50a1b3433db00da93174644 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-sgml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-authors.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-authors.png new file mode 100644 index 0000000000000000000000000000000000000000..85edc41915cdee775b26f6b95a44da2e734afc4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-authors.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c++.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c++.png new file mode 100644 index 0000000000000000000000000000000000000000..f9954e6501a4127edc63084ff2f3590c81e14bbd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c++.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c++src.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c++src.png new file mode 120000 index 0000000000000000000000000000000000000000..e123bf241ebfadd5bf94b2121e72000c3b2b1648 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c++src.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-c++.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c-header.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c-header.png new file mode 100644 index 0000000000000000000000000000000000000000..ed06220e116bc0e73081c331b9e6466667d9e25d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c-header.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0b7d3aedb40a3dfeced5a3d02497f59018a813 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-c.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-chdr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-chdr.png new file mode 120000 index 0000000000000000000000000000000000000000..dd70a58842ccf199695a69925b009756c049f656 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-chdr.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-c-header.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-copying.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-copying.png new file mode 100644 index 0000000000000000000000000000000000000000..934f2607e8d7f9f23a9243debd005c9b5e0c33bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-copying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-credits.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-credits.png new file mode 100644 index 0000000000000000000000000000000000000000..7e12a584d7c0957b98c9f564b10e648defde1444 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-credits.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csh.png new file mode 100644 index 0000000000000000000000000000000000000000..a8630045805f79ebf6b91441d6d87d0496d4fe1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csharp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csharp.png new file mode 100644 index 0000000000000000000000000000000000000000..64fd4c0c876be56c1e16d1cc8b54b772ab60c5ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csharp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csrc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csrc.png new file mode 120000 index 0000000000000000000000000000000000000000..0a53afd6138a2df3685f82dc04375235311f0cfe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-csrc.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-c.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-generic-template.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-generic-template.png new file mode 100644 index 0000000000000000000000000000000000000000..c81865b702fead798e69ab9633a1ccb83155a458 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-generic-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1e021fceaaffd81ae8c9f8b2c98ba7c3225dca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..57f3a15faf56cf17f60614f74c079340c042cb94 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..cc61142ada83c259a6d59878faa7410718220464 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-install.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-install.png new file mode 100644 index 0000000000000000000000000000000000000000..962a440e65989cf47278b8a6245c606212e74a58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-install.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-java.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-java.png new file mode 100644 index 0000000000000000000000000000000000000000..087ebb33bfd82bd43178cecb1e03358eec52b7ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-java.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-literate-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-literate-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..f35938f396477d97fe0280b793c95b24a330d4aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-literate-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-log.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-log.png new file mode 100644 index 0000000000000000000000000000000000000000..059b248b43532c4d0f485427007d489ba2461bca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-log.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..2994f9804f62d8b37bd74ad39c7c5e0f229f6760 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-makefile.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-makefile.png new file mode 100644 index 0000000000000000000000000000000000000000..a5360fa5c52cdc3e18f711bb3942d577e1319446 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-makefile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-patch.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-patch.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b4de6dbf5c6d1d5b3b1dfcc63baaa41d7befdc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-patch.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6b410c250c6c46e32363745edbc9c6c9618161 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-readme.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-readme.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6905c27ab23b4b120ff17a591cd614bf3f5bf5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-readme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-scheme.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-scheme.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1a13b6e2e324e7fa667019c6419d69ac6602b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-scheme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-script.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-script.png new file mode 100644 index 0000000000000000000000000000000000000000..9fbc753baed179d154604ea8559b89ab0b98d939 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-script.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-sh.png new file mode 100644 index 0000000000000000000000000000000000000000..05ee081c9bd2cde72f558dbb22ed7377dd00013b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-sh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..ac5ce60d73bde7690276bf0092f8a44e2b4cf6a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-tex.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-troff-man.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-troff-man.png new file mode 100644 index 0000000000000000000000000000000000000000..ef90b08195b1b6fc66665bbc87f9076a56ba5ac7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-troff-man.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-vcalendar.png new file mode 100644 index 0000000000000000000000000000000000000000..c2390734f2059684c05c0b045a9bb012072fd78c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-vcalendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-vcard.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5f476667687fef7a213979ef4649fce66c8f65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-vcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-xslt.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-xslt.png new file mode 100644 index 0000000000000000000000000000000000000000..09080fe7a3fecdd0d163487a350ead750748e11e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-xslt.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-zsh.png new file mode 100644 index 0000000000000000000000000000000000000000..d6caf7fb1d5dcc131b70165219c58a430e8a001d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-x-zsh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-xml.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-xml.png new file mode 100644 index 0000000000000000000000000000000000000000..5c076995ad72345c0eefa668d124d3dc7b8ec1ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text-xml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/text.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/tgz.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/tgz.png new file mode 120000 index 0000000000000000000000000000000000000000..4bcde6c7488dfdb0413ad63e7d71186636cdc954 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/tgz.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/txt.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/txt.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/txt.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/txt2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/txt2.png new file mode 120000 index 0000000000000000000000000000000000000000..86698ad37f414dcf1281b4797f8a8999b63cd2ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/txt2.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..4cb13c17be6379646583d14829f2e3085cfb2312 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/unknown.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..8549fa9e3214028105800aa7e5070fe2548ff8aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/vcalendar.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..1110474fed179cb4f46da4153badfbc27086808f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/vcard.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-mpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-mpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..65b5d37eb00e4403e46a01c5b591759a0b0ce396 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-mpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-quicktime.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-quicktime.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf8a20bda3b92c99e1820d999fc247230f9ee43 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-quicktime.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-realplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-realplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..02a9850ab25ff8a87cb07c8f8245de6f2afc4a93 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-realplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..97434dfe11efbb5aa938e0ea04113328220c2535 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-mp2.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-mp2.png new file mode 100644 index 0000000000000000000000000000000000000000..b42097550395a21842dc6530828444eef0647131 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-mp2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-mp4.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-mp4.png new file mode 100644 index 0000000000000000000000000000000000000000..2a6a12cbaf04c5a125a0ff9166cb6142ebe9edb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-mp4.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-ms-asf.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-ms-asf.png new file mode 100644 index 0000000000000000000000000000000000000000..fd2e0c192ed55b456669ceb18653bb00479777e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-ms-asf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-ms-wmv.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-ms-wmv.png new file mode 100644 index 0000000000000000000000000000000000000000..e79e09578641ff48052f50731481dfef81f97939 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-ms-wmv.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-msvideo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-msvideo.png new file mode 100644 index 0000000000000000000000000000000000000000..ff05cd273466ba46abf5ae2e3a59c685549844e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video-x-msvideo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video.png new file mode 120000 index 0000000000000000000000000000000000000000..e164512219e67204d4b4774854573d6380c9a846 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/video.png @@ -0,0 +1 @@ +../../22x22/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..daeef8b1147c686e6e6587b00ceac8bf77ad2b85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/wordprocessing.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/www.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/www.png new file mode 120000 index 0000000000000000000000000000000000000000..4b111be4c7552a1b55919e7dde53db1e5aacf4b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/www.png @@ -0,0 +1 @@ +../../22x22/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..cc89c792f602db75a52e2f611f3b80056154eb96 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-nfs-server.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..749153883e1461cde468563248f943a41cd82226 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-server.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..516a7a961f3ef98cab6211b2026738594621dc28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-share.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..b0366a898e34333e30a5926b373f45db3f7b36c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..9e71015c78abc6e850d15c6ee5d11d0263e0c0a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-font-afm.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-gdesklets-display.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-gdesklets-display.png new file mode 120000 index 0000000000000000000000000000000000000000..96ad892f2c17541b31b81285711bac6a75e6abe3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-gdesklets-display.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-x-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..77a97f3328f5eb43535d8b86b3fecf05e139a7a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..eb89e8b5df1cfac3a42f670a15c6ffb7eda9a2c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-document.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-document.png new file mode 100644 index 0000000000000000000000000000000000000000..2fe325b8c6721af887a3b9e3bd6ba86aa634ac51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-document.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-drawing.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-drawing.png new file mode 100644 index 0000000000000000000000000000000000000000..aba3217ec6ca2d70180abd3e412f54f173eb9954 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-drawing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-presentation.png new file mode 100644 index 0000000000000000000000000000000000000000..e5b9a7e0e16a8e7c5a4c26fdf2fc3181a489b458 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-presentation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000000000000000000000000000000000000..25599e55718ea582fa4c6f7b98d5b8208edb7f54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/x-office-spreadsheet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/zip.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/zip.png new file mode 120000 index 0000000000000000000000000000000000000000..b7454c3526a60ab86053b1d2f722f0ae2faf3c25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/mimetypes/zip.png @@ -0,0 +1 @@ +../../22x22/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/arrow.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..c61e267cc2ae4454c0315d8c443a661b236fd4c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/arrow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/calc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/calc.png new file mode 120000 index 0000000000000000000000000000000000000000..980611e4b8b863daefa35e86525c8b87afb75260 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/calc.png @@ -0,0 +1 @@ +../../22x22/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/chronometer.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..561e45dbe2111e893006b5eb5df955fa81e3a97d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/chronometer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/debian.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/debian.png new file mode 100644 index 0000000000000000000000000000000000000000..f70c5ea7b466d3aab1a5266b415a45d27c07c21d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/debian.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/decrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..9f43fb5bf106c0657b5252eb337b2c9586b96cad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/decrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..10d9ffe7f2829a9955468c98e6e0df51a84174c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/f-memory.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/f-memory.png new file mode 120000 index 0000000000000000000000000000000000000000..45159644dc6975d8473c4a82991fc14e5f35da10 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/f-memory.png @@ -0,0 +1 @@ +../../22x22/devices/memory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/firewall.png new file mode 120000 index 0000000000000000000000000000000000000000..22d65b5dec18540df6554ae47a38e85322e70b74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/firewall.png @@ -0,0 +1 @@ +../../22x22/apps/firewall.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/folder-template.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/folder-template.png new file mode 100644 index 0000000000000000000000000000000000000000..62766fff3cea0f05acfe79bc47430b58edc049b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/folder-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/fs-win.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/fs-win.png new file mode 120000 index 0000000000000000000000000000000000000000..749153883e1461cde468563248f943a41cd82226 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/fs-win.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/glasses.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..fe42f61cd65352b2e59e90761d7f4f1363ebe0aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/glasses.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/icon_view.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/icon_view.png new file mode 100644 index 0000000000000000000000000000000000000000..91814673e45cd7fc62ef27dc20fd77d46288a34e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/icon_view.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/iconbox.png new file mode 100644 index 0000000000000000000000000000000000000000..100bc7342ed399f78ec0cd094f9da49b96071c44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/iconbox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/insert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/insert.png new file mode 100644 index 0000000000000000000000000000000000000000..3e4fc4550b971bbd9071e83a87d70c6af8905fbd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/insert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/locked.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/locked.png new file mode 120000 index 0000000000000000000000000000000000000000..f87b836cc6b604c3d93d629cd74147d84c0d4af5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/locked.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/menueditor.png new file mode 100644 index 0000000000000000000000000000000000000000..8efa579f0952ad5b4f544c7f1e2d1ecef793bffa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/menueditor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/money.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/money.png new file mode 100644 index 0000000000000000000000000000000000000000..86921600169cf766bfbd101e538f74998e2c7d1b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/network-boot-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/network-boot-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf7ca9afb8f72d72f9811e06c240a17099a8e16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/network-boot-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/news.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/news.png new file mode 100644 index 0000000000000000000000000000000000000000..adb209a0a8f9c322acaeb316d122ea059b51f7a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/news.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/notes.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/notes.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbbe3dda18d8142d77e7d21e21014263549e2ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/notes.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/object.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/object.png new file mode 100644 index 0000000000000000000000000000000000000000..589cbae44bb61c7c2b03db6aa90d17f7678b4eb8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/root_terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/root_terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..13a910665e1b623f3136d2d19cffebfbde36edf8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/root_terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/run.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/run.png new file mode 120000 index 0000000000000000000000000000000000000000..131c4fec1ee955e638d7f1942a99c2fee7faef13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/run.png @@ -0,0 +1 @@ +../../22x22/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/settings.png new file mode 120000 index 0000000000000000000000000000000000000000..0be8404bcd68090d666219b73b6d70369ec956b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/settings.png @@ -0,0 +1 @@ +../../22x22/apps/gnome-settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/sm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/sm.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf7c7140e6a470da35419faa7e27a1419abf760 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/sm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..96b525587b54c66a2b946130be71bfce4267fa95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/sound.png @@ -0,0 +1 @@ +../../22x22/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/tabwin.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/tabwin.png new file mode 100644 index 0000000000000000000000000000000000000000..be768de30e5c9360f91b16bf749ea5de9f973b69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/tabwin.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/taskbar.png new file mode 100644 index 0000000000000000000000000000000000000000..d7e82d239e0ce01b00a085b436ea27cb81e2217a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/taskbar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/taskmanager.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/taskmanager.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b8451720c921dca8a818622bf381d5d052bcda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/taskmanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/ui.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/ui.png new file mode 100644 index 0000000000000000000000000000000000000000..ac47e1fd5e716520549d6cfdb668998b27e67828 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/ui.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/unlocked.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/unlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..3e05e052ac4e48d64a74c9253040edc6b6e62a2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/unlocked.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/usb_key.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/usb_key.png new file mode 120000 index 0000000000000000000000000000000000000000..6cf292af665f227f26221ecf2a683cbc3f94c2f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/usb_key.png @@ -0,0 +1 @@ +../../22x22/devices/fs-usb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user-female.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user-female.png new file mode 100644 index 0000000000000000000000000000000000000000..2267c475b6fb7d221ad013e38049279706841d83 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user-female.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user-male.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user-male.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a2f0d85a73116a0b26f8855042ee847aa397c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user-male.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user.png new file mode 100644 index 0000000000000000000000000000000000000000..14c06c7b90043a3baf17a6bcede7feeaacd22c22 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/webcam.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/webcam.png new file mode 120000 index 0000000000000000000000000000000000000000..e328f18a5c4fd4016f6fd3ad4fd61ed92b6ca229 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/webcam.png @@ -0,0 +1 @@ +../../22x22/devices/camera-web.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wksp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wksp.png new file mode 100644 index 0000000000000000000000000000000000000000..fa567493c4aee6eb9b618e7a01fe94d7638f2183 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wksp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wm.png new file mode 100644 index 0000000000000000000000000000000000000000..e3b3fb0a177677fa0b2624e7014051b67d666b43 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wmtweaks.png new file mode 100644 index 0000000000000000000000000000000000000000..fa394a68297a0a7a77c69d8c35d615afd32657c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/wmtweaks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/xfce4-appfinder.png new file mode 100644 index 0000000000000000000000000000000000000000..53da2ce84a6e19bd0d47c3b5e0d98f88e5fcc802 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/misc/xfce4-appfinder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/application-x-gnome-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/application-x-gnome-saved-search.png new file mode 120000 index 0000000000000000000000000000000000000000..5912c2dec4cc7b9dcee4de89a8844a1b1e07f18a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/application-x-gnome-saved-search.png @@ -0,0 +1 @@ +../../22x22/places/folder-saved-search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..c79b6d5499d5e6825f32710cb10a1c1aa8ccdea5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/desktop.png @@ -0,0 +1 @@ +../../22x22/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/distributor-logo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/distributor-logo.png new file mode 120000 index 0000000000000000000000000000000000000000..59b0f7f72e9fd2b69d11f74fa934b306f2aab565 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/distributor-logo.png @@ -0,0 +1 @@ +../../22x22/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/emptytrash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/emptytrash.png new file mode 120000 index 0000000000000000000000000000000000000000..6163a5485542be7fcc7ea60e40c05e783b9dfa43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/emptytrash.png @@ -0,0 +1 @@ +../../22x22/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..10fc7e693038a3cf7ec9ca83a5601335f194400d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder-remote.png @@ -0,0 +1 @@ +../../22x22/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder-saved-search.png new file mode 100644 index 0000000000000000000000000000000000000000..76f9b013960347e351d45b5a2733418dce4db613 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder-saved-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder.png new file mode 120000 index 0000000000000000000000000000000000000000..fea3072fb04a1fca1fcae4d313d079a51b814950 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder.png @@ -0,0 +1 @@ +../../22x22/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder_home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder_home.png new file mode 120000 index 0000000000000000000000000000000000000000..e54a7afdb0b073cfd54e825349f70abb9d7aa15a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/folder_home.png @@ -0,0 +1 @@ +../../22x22/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..c79b6d5499d5e6825f32710cb10a1c1aa8ccdea5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-desktop.png @@ -0,0 +1 @@ +../../22x22/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..1ca9735dfbec054af3b22ab900105aa359862dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-directory.png @@ -0,0 +1 @@ +../../22x22/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-ftp.png new file mode 120000 index 0000000000000000000000000000000000000000..203437fbc4dee8e9f6a83e47611499dbd333db29 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-ftp.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-ftp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..e54a7afdb0b073cfd54e825349f70abb9d7aa15a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-home.png @@ -0,0 +1 @@ +../../22x22/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..50c97e4187b5ffe5addeed8f766ca2282f5b9182 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-network.png @@ -0,0 +1 @@ +../../22x22/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-nfs.png new file mode 120000 index 0000000000000000000000000000000000000000..cc89c792f602db75a52e2f611f3b80056154eb96 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-nfs.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..b21d43fa3b2a1f5adc961bd288c45a0d38bf9e29 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-server.png @@ -0,0 +1 @@ +../../22x22/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-share.png new file mode 120000 index 0000000000000000000000000000000000000000..aa8b3cff0a8ad1bbda0f7c009b2e9f3b69624851 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-share.png @@ -0,0 +1 @@ +../../22x22/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-smb.png new file mode 120000 index 0000000000000000000000000000000000000000..749153883e1461cde468563248f943a41cd82226 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-smb.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-ssh.png new file mode 120000 index 0000000000000000000000000000000000000000..6ee7a4ec4a0fc0d86c22ed543b68ab88e03f64bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-ssh.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-ssh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-trash-empty.png new file mode 120000 index 0000000000000000000000000000000000000000..6163a5485542be7fcc7ea60e40c05e783b9dfa43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-fs-trash-empty.png @@ -0,0 +1 @@ +../../22x22/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-main-menu.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-main-menu.png new file mode 120000 index 0000000000000000000000000000000000000000..59b0f7f72e9fd2b69d11f74fa934b306f2aab565 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-main-menu.png @@ -0,0 +1 @@ +../../22x22/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..05b013fa0bb11be1b5f16ae96c26154244e82340 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-nfs-server.png @@ -0,0 +1 @@ +../../22x22/places/nfs-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..b5fc587f31b180347718352c8447d65e9ed98459 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-server.png @@ -0,0 +1 @@ +../../22x22/places/smb-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..516a7a961f3ef98cab6211b2026738594621dc28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..b0366a898e34333e30a5926b373f45db3f7b36c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-mime-x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-stock-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-stock-trash.png new file mode 120000 index 0000000000000000000000000000000000000000..6163a5485542be7fcc7ea60e40c05e783b9dfa43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gnome-stock-trash.png @@ -0,0 +1 @@ +../../22x22/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..50c97e4187b5ffe5addeed8f766ca2282f5b9182 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/gtk-network.png @@ -0,0 +1 @@ +../../22x22/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/menu.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/menu.png new file mode 100644 index 0000000000000000000000000000000000000000..49670baf3f093f40fb2e4f0d50aeaf833191477b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/menu.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-local.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-local.png new file mode 100644 index 0000000000000000000000000000000000000000..16d9e3dfe4955ba4ad885a2657c274df53829f72 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-local.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..99f21888c6120a6c4202402cd7762e69d09cc54a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-storage.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-storage.png new file mode 100644 index 0000000000000000000000000000000000000000..91541c401497ddf52da35a2fcbe55ce0c15c7927 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-storage.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..cd44a29b1110170198f3fbef08ed01322f392b38 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network.png new file mode 120000 index 0000000000000000000000000000000000000000..aa8b3cff0a8ad1bbda0f7c009b2e9f3b69624851 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network.png @@ -0,0 +1 @@ +../../22x22/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network_local.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network_local.png new file mode 120000 index 0000000000000000000000000000000000000000..622bd6f0183bd947519c80bcf87f4d510aefcbdf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/network_local.png @@ -0,0 +1 @@ +../../22x22/places/network-local.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/nfs-server.png new file mode 100644 index 0000000000000000000000000000000000000000..157919582cf5fae60c8c46f277ba6b7662a11191 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/nfs-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/redhat-network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/redhat-network-server.png new file mode 120000 index 0000000000000000000000000000000000000000..b21d43fa3b2a1f5adc961bd288c45a0d38bf9e29 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/redhat-network-server.png @@ -0,0 +1 @@ +../../22x22/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/server.png new file mode 120000 index 0000000000000000000000000000000000000000..b21d43fa3b2a1f5adc961bd288c45a0d38bf9e29 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/server.png @@ -0,0 +1 @@ +../../22x22/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/smb-server.png new file mode 100644 index 0000000000000000000000000000000000000000..ed6e8e423c267dcc4a883efe1961f29889502ba0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/smb-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/start-here.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/start-here.png new file mode 100644 index 0000000000000000000000000000000000000000..a36096a30ba393d12773f7648fe805c41dcfc736 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/start-here.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..1ca9735dfbec054af3b22ab900105aa359862dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/stock_folder.png @@ -0,0 +1 @@ +../../22x22/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/trashcan_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/trashcan_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..6163a5485542be7fcc7ea60e40c05e783b9dfa43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/trashcan_empty.png @@ -0,0 +1 @@ +../../22x22/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..79a3f48da1fc885313a47c8fa4b1ccf832600f7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-home.png new file mode 100644 index 0000000000000000000000000000000000000000..ffef26e56e88cb273cfbacff8b67cdc2e7c5e790 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..b8ca5f500d1c1704961fb4a81aee2605bcffd8ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/user-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..6163a5485542be7fcc7ea60e40c05e783b9dfa43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/places/xfce-trash_empty.png @@ -0,0 +1 @@ +../../22x22/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/appointment-missed.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/appointment-missed.png new file mode 100644 index 0000000000000000000000000000000000000000..99a3b85c75fb11d2e62403c6e918f2c820b6da5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/appointment-missed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/appointment-soon.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/appointment-soon.png new file mode 100644 index 0000000000000000000000000000000000000000..e9adc489269f40c2fee6567bfc643a9170565660 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/appointment-soon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-high.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-high.png new file mode 100644 index 0000000000000000000000000000000000000000..e57d4828debec55d8802410aa6fb0a8cc83fc3a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-low.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-low.png new file mode 100644 index 0000000000000000000000000000000000000000..279991604020f9a9ba43aafbe358e566130762a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..316c3823212351b961e4286f6012a557d2276de4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-muted.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-muted.png new file mode 100644 index 0000000000000000000000000000000000000000..7f82f3bd6dc2594e69d8648e07ac20827eb7a6ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-muted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-zero.png new file mode 100644 index 0000000000000000000000000000000000000000..10af9c71554535cddce84be58c2a1fccdaf34e07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/audio-volume-zero.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/battery-caution.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/battery-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..485889ffe4e616dc88b2d6069d7d263e3b26bba8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/battery-caution.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/battery-low.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/battery-low.png new file mode 100644 index 0000000000000000000000000000000000000000..cdb6d80ec849232bf291319b0ba9e17f1e259a7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/battery-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_creating.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_creating.png new file mode 120000 index 0000000000000000000000000000000000000000..458d739fc092faf4a312a6b2b454ff88c72a4df1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_creating.png @@ -0,0 +1 @@ +../../22x22/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_established.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_established.png new file mode 120000 index 0000000000000000000000000000000000000000..ede2210be8fd64db22077660d5cf606b700ac6dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_established.png @@ -0,0 +1 @@ +../../22x22/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_no.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_no.png new file mode 120000 index 0000000000000000000000000000000000000000..7f1ed851952dfbaf2125a3fd84a0c8aeee34f42d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/connect_no.png @@ -0,0 +1 @@ +../../22x22/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-error.png new file mode 100644 index 0000000000000000000000000000000000000000..04e41f4a2a885821d00515cc3bf4886efe2fb533 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-information.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..ca046338a795b719f36dbb0ab469514f23af68e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-information.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-password.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-password.png new file mode 100644 index 0000000000000000000000000000000000000000..ac347800e3181ae3f8cac0940e7dbf2b29cca26f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-password.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-question.png new file mode 100644 index 0000000000000000000000000000000000000000..72eb328178766b42cd7adad7156884e9e7438c60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-question.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..5bab80889dd9247313a63c3171acc133014d0574 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/dialog-warning.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/edittrash.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/edittrash.png new file mode 120000 index 0000000000000000000000000000000000000000..fe467be78d189fe0c8d5c5f9c869147a09791a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/edittrash.png @@ -0,0 +1 @@ +../../22x22/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/error.png new file mode 120000 index 0000000000000000000000000000000000000000..c9cb551ec0ff8dfeafcdbdb97c285f509737b834 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/error.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-drag-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-drag-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..4ae1852da5a82afe575dc496bc5bfa7881cf81eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-drag-accept.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-directory-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..8a3f56e131f77fef790df78cb246be328edd4051 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-hidden.png @@ -0,0 +1 @@ +../../22x22/filesystems/directory-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-open.png new file mode 120000 index 0000000000000000000000000000000000000000..ae7dc4f73185b20e2f8dd2513064ad35b680a6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-open.png @@ -0,0 +1 @@ +../../22x22/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..1f5b231480c199508af30e3937fce8330b4dbd3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder-visiting.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-directory-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder_open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder_open.png new file mode 120000 index 0000000000000000000000000000000000000000..f3eb3808a376f4319ada7e2c1aeb2105cf136d40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/folder_open.png @@ -0,0 +1 @@ +../../22x22/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-dev-wavelan-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-dev-wavelan-encrypted.png new file mode 120000 index 0000000000000000000000000000000000000000..043f2d536bad953fe1985f8cf50bad2451a3216f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-dev-wavelan-encrypted.png @@ -0,0 +1 @@ +../../22x22/status/network-wireless-encrypted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-directory-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..b235671418d2f77a694a2f09036beb7ed9453dd7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-directory-accept.png @@ -0,0 +1 @@ +../../22x22/status/folder-drag-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-directory-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..46f60405c4ce1cd38cc852e526b0402d5678516f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-directory-visiting.png @@ -0,0 +1 @@ +../../22x22/status/folder-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-loading-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-loading-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..17258c297d050b26ceba5b0516b80ff86e6ee4bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-loading-icon.png @@ -0,0 +1 @@ +../../22x22/status/image-loading.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..fe467be78d189fe0c8d5c5f9c869147a09791a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-fs-trash-full.png @@ -0,0 +1 @@ +../../22x22/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-disconn.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-disconn.png new file mode 120000 index 0000000000000000000000000000000000000000..7f1ed851952dfbaf2125a3fd84a0c8aeee34f42d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-disconn.png @@ -0,0 +1 @@ +../../22x22/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-error.png new file mode 120000 index 0000000000000000000000000000000000000000..256c6bd8613e4051f17a14bde95a4d938f27105c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-error.png @@ -0,0 +1 @@ +../../22x22/status/network-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-idle.png new file mode 120000 index 0000000000000000000000000000000000000000..ede2210be8fd64db22077660d5cf606b700ac6dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-idle.png @@ -0,0 +1 @@ +../../22x22/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-rx.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-rx.png new file mode 120000 index 0000000000000000000000000000000000000000..631b2a969af57cd281758598b2eefdfc4ea13165 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-rx.png @@ -0,0 +1 @@ +../../22x22/status/network-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-tx.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-tx.png new file mode 120000 index 0000000000000000000000000000000000000000..291a1cb8b2df6894a63ccffb38ef7f9baa28060b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-tx.png @@ -0,0 +1 @@ +../../22x22/status/network-transmit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-txrx.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-txrx.png new file mode 120000 index 0000000000000000000000000000000000000000..458d739fc092faf4a312a6b2b454ff88c72a4df1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +../../22x22/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-stock-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-stock-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..fe467be78d189fe0c8d5c5f9c869147a09791a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gnome-stock-trash-full.png @@ -0,0 +1 @@ +../../22x22/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc3d029cfdd152fd470f7a15fcba977265742c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-error.png @@ -0,0 +1 @@ +../../22x22/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..b5b338b1fb1421fed4ddd2cde1569c034ff49f79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-info.png @@ -0,0 +1 @@ +../../22x22/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..3b6487bd736cadb9d31039a5e3bc59cd79c6254b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../22x22/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/image-loading.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/image-loading.png new file mode 100644 index 0000000000000000000000000000000000000000..90cb8e44de93c7ca5a5cd015382b47bb05e43d59 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/image-loading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/image-missing.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/image-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..887d5930266415645281b2d8698d52fead3d43cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/image-missing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/important.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/important.png new file mode 120000 index 0000000000000000000000000000000000000000..3b6487bd736cadb9d31039a5e3bc59cd79c6254b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/important.png @@ -0,0 +1 @@ +../../22x22/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/info.png new file mode 120000 index 0000000000000000000000000000000000000000..b5b338b1fb1421fed4ddd2cde1569c034ff49f79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/info.png @@ -0,0 +1 @@ +../../22x22/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-attachment.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-attachment.png new file mode 100644 index 0000000000000000000000000000000000000000..3298924a7314bef15c1fc0efe8b61ca0a87d6a61 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-attachment.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-read.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-read.png new file mode 100644 index 0000000000000000000000000000000000000000..f4d240ef4c945b9f951917330f8e87f1ce412961 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-replied.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-replied.png new file mode 100644 index 0000000000000000000000000000000000000000..758803be882603e6b2411e018bfa250be31a607d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-replied.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-unread.png new file mode 120000 index 0000000000000000000000000000000000000000..696825b0aa01049922a57855c12d4bc5df8df31f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/mail-unread.png @@ -0,0 +1 @@ +../../22x22/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/media-playlist-repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..e35763471c1e1e06be18fd88f0c9f6fc97553d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/media-playlist-repeat.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/media-playlist-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..55c83143519100f6be72da41d0f4f717fee03c7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/media-playlist-shuffle.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_critical.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_critical.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc3d029cfdd152fd470f7a15fcba977265742c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_critical.png @@ -0,0 +1 @@ +../../22x22/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_info.png new file mode 120000 index 0000000000000000000000000000000000000000..b5b338b1fb1421fed4ddd2cde1569c034ff49f79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_info.png @@ -0,0 +1 @@ +../../22x22/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..3b6487bd736cadb9d31039a5e3bc59cd79c6254b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/messagebox_warning.png @@ -0,0 +1 @@ +../../22x22/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-error.png new file mode 100644 index 0000000000000000000000000000000000000000..98441b17e17620e29ed707648462102cca323806 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..29ddb51099edeca5cd9c327b1fb601af982eeac6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-idle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-offline.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-offline.png new file mode 100644 index 0000000000000000000000000000000000000000..cd7c7ec83eb23ebd2e31a51fc0a2575a99ea9a52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-offline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..4110c2370487f9f851c7ddd88866f62c955fadfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-transmit-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-transmit-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..07036aeb9a47a1e6f74bf61a6c73c72c0ab248be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-transmit-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-transmit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-transmit.png new file mode 100644 index 0000000000000000000000000000000000000000..a32cc9d9cd54a835d94dce73bb2a849fdc9b2150 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-transmit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-wireless-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-wireless-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..f34f215d3317aa52d4e9b7bc4d8daa83d19ac417 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/network-wireless-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-adhoc.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-adhoc.png new file mode 120000 index 0000000000000000000000000000000000000000..ede2210be8fd64db22077660d5cf606b700ac6dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-adhoc.png @@ -0,0 +1 @@ +../../22x22/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-device-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-device-wired.png new file mode 120000 index 0000000000000000000000000000000000000000..68128a96ef092f154804216c1bdfebee9ef7a47e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-device-wired.png @@ -0,0 +1 @@ +../../22x22/devices/network-wired.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-device-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-device-wireless.png new file mode 120000 index 0000000000000000000000000000000000000000..c235f616e75694fa8dd43ef6fbfd46e110ac1877 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-device-wireless.png @@ -0,0 +1 @@ +../../22x22/devices/network-wireless.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-no-connection.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-no-connection.png new file mode 120000 index 0000000000000000000000000000000000000000..7f1ed851952dfbaf2125a3fd84a0c8aeee34f42d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/nm-no-connection.png @@ -0,0 +1 @@ +../../22x22/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/printer-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/printer-error.png new file mode 100644 index 0000000000000000000000000000000000000000..28ff55820ef69f9168157636d0647ad80172bb2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/printer-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/printer-printing.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/printer-printing.png new file mode 100644 index 0000000000000000000000000000000000000000..890fb036f4674331bbf06ee2878a765478d36b8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/printer-printing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-high.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-high.png new file mode 100644 index 0000000000000000000000000000000000000000..cdbb09fa4904a2b29b1870040f3e0e96f63aa2ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-low.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-low.png new file mode 100644 index 0000000000000000000000000000000000000000..32105f39ca1a122dffbecd8331a9b06fff23444f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..03fd3e8da791dac29f76d907068b1bbab6af2d54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/security-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/software-update-available.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/software-update-available.png new file mode 100644 index 0000000000000000000000000000000000000000..47b1a56f573f699c66996cf2fd9870656965149e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/software-update-available.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/software-update-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/software-update-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..f2399ebe0d872aaf34580e4f5c9180998773d5b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/software-update-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_appointment-reminder-excl.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_appointment-reminder-excl.png new file mode 120000 index 0000000000000000000000000000000000000000..8494826a4a5e7381df75038420f6d0f95dcd54bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_appointment-reminder-excl.png @@ -0,0 +1 @@ +../../22x22/status/appointment-missed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_appointment-reminder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_appointment-reminder.png new file mode 120000 index 0000000000000000000000000000000000000000..e4fc50d87054e4579a9421128abfb3905fbc0610 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_appointment-reminder.png @@ -0,0 +1 @@ +../../22x22/status/appointment-soon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc3d029cfdd152fd470f7a15fcba977265742c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-error.png @@ -0,0 +1 @@ +../../22x22/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..b5b338b1fb1421fed4ddd2cde1569c034ff49f79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-info.png @@ -0,0 +1 @@ +../../22x22/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..3b6487bd736cadb9d31039a5e3bc59cd79c6254b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_dialog-warning.png @@ -0,0 +1 @@ +../../22x22/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..f3eb3808a376f4319ada7e2c1aeb2105cf136d40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_open.png @@ -0,0 +1 @@ +../../22x22/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..e35763471c1e1e06be18fd88f0c9f6fc97553d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_repeat.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..55c83143519100f6be72da41d0f4f717fee03c7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_shuffle.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..fe467be78d189fe0c8d5c5f9c869147a09791a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_trash_full.png @@ -0,0 +1 @@ +../../22x22/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-0.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-0.png new file mode 120000 index 0000000000000000000000000000000000000000..f386f61ff36995c1c7ee3ddab57440e1055baefd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-0.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..67a13ad52b20a2807d23bee25be51b2b9a28d120 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-max.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..5f0e21638bbc78ce223366d2682b32b0573fa28e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-med.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..7418bf8c6338758931d7de818ab736e15489003a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-min.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8471b59c4ed515fc6ed22ec2ddf417679fef75e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume-mute.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..67a13ad52b20a2807d23bee25be51b2b9a28d120 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_volume.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-cloudy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-cloudy.png new file mode 120000 index 0000000000000000000000000000000000000000..382508ff9345bf2d26c31afa3301983ccec87139 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-cloudy.png @@ -0,0 +1 @@ +../../22x22/status/weather-overcast.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..9bc09c64be5e77197025d83bb3191c74b6d45be5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-few-clouds.png @@ -0,0 +1 @@ +../../22x22/status/weather-few-clouds.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-night-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-night-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..48285ae838e3afa9ed59a29cc6ff3abd0e98bf91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-night-clear.png @@ -0,0 +1 @@ +../../22x22/status/weather-clear-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-night-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-night-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..eef8fff41796d80f976286da68cf3a75a315f54e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-night-few-clouds.png @@ -0,0 +1 @@ +../../22x22/status/weather-few-clouds-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-showers.png new file mode 120000 index 0000000000000000000000000000000000000000..41a7b94af807ee180f95d33d239301822805ae81 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-showers.png @@ -0,0 +1 @@ +../../22x22/status/weather-showers.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-snow.png new file mode 120000 index 0000000000000000000000000000000000000000..15ea536f5925579b1c3a54d19d91fc6a95771a1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-snow.png @@ -0,0 +1 @@ +../../22x22/status/weather-snow.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-storm.png new file mode 120000 index 0000000000000000000000000000000000000000..46f8027050bc51a6e861672e140b097506ca740d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-storm.png @@ -0,0 +1 @@ +../../22x22/status/weather-storm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..4393c621f24307fa30303e2b94da0a8f67c43460 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/stock_weather-sunny.png @@ -0,0 +1 @@ +../../22x22/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..4393c621f24307fa30303e2b94da0a8f67c43460 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/sunny.png @@ -0,0 +1 @@ +../../22x22/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/task-due.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/task-due.png new file mode 100644 index 0000000000000000000000000000000000000000..a65517f3050b481e6f9453e7d35ae0103e5d4ba4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/task-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/task-past-due.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/task-past-due.png new file mode 100644 index 0000000000000000000000000000000000000000..bb455db18e53955159c516578463fda6e08cf656 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/task-past-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/trashcan_full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/trashcan_full.png new file mode 120000 index 0000000000000000000000000000000000000000..fe467be78d189fe0c8d5c5f9c869147a09791a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/trashcan_full.png @@ -0,0 +1 @@ +../../22x22/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/user-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/user-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..b16a376479b977fe270fc1345b5bcd646c0ed187 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/user-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-clear-night.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-clear-night.png new file mode 100644 index 0000000000000000000000000000000000000000..7ac563f97b4211227834b604a2e29fd0be7f6146 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-clear-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..15f2d518ee9d4e14a5aede5df48c5f3db13ccd40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-few-clouds-night.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-few-clouds-night.png new file mode 100644 index 0000000000000000000000000000000000000000..900d9ff87cd707e8d48376e041d184f1113f8375 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-few-clouds-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-few-clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..ab467710cf484f4b3d28e2ee22314f0ecf3fb5d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-few-clouds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-fog.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-fog.png new file mode 100644 index 0000000000000000000000000000000000000000..e4549f91802f19255c577af70dd0aaa6f7ece887 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-fog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-overcast.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-overcast.png new file mode 100644 index 0000000000000000000000000000000000000000..c128b7a44dd7e2e65911aca8aac88c8a692af0a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-overcast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-severe-alert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-severe-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..103c9440ce355790f63f397e2adeb8ca3cec29dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-severe-alert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-showers-scattered.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-showers-scattered.png new file mode 100644 index 0000000000000000000000000000000000000000..243cb5cdff954f35b8fd9edeea5042ef5dae1fcd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-showers-scattered.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-showers.png new file mode 100644 index 0000000000000000000000000000000000000000..cf2a502eb3782ff586e0b59413c88d7227c222a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-showers.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-snow.png new file mode 100644 index 0000000000000000000000000000000000000000..2d1d7790ff21a2a7dccae4deb562af99a5dcaf27 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-snow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..3824182a63c9b85b8748f5768e677ebdc490b645 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/weather-storm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..fe467be78d189fe0c8d5c5f9c869147a09791a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/status/xfce-trash_full.png @@ -0,0 +1 @@ +../../22x22/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/edit-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/edit-redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/edit-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/edit-undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/gtk-undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-font.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-font.png new file mode 120000 index 0000000000000000000000000000000000000000..a68072c50d1130840cfe0843e94b3486e4820726 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-font.png @@ -0,0 +1 @@ +../../22x22/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..156ce0610b94d7870c6f6e427b5631fd7e1d6cd2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-lock.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..0863dbfe579c6c1cf48ea329e8c54a37b125e30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/m-spreadsheet.png @@ -0,0 +1 @@ +../../22x22/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..3df5bcccc1da7b5ae659cc59a59db831f41271d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-backward.png @@ -0,0 +1 @@ +../../22x22/actions/media-seek-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..5b60544535d0721a7ac4e318418c9c85ac9624eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-eject.png @@ -0,0 +1 @@ +../../22x22/actions/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..60a8592ab7f990ed55933cc351066c7bedf448de --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-forward.png @@ -0,0 +1 @@ +../../22x22/actions/media-seek-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..5fed619442c782a432661b49ff7c6be2e99cb4c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-next.png @@ -0,0 +1 @@ +../../22x22/actions/media-skip-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..c8831ef4251b434bb1132cb2d904f2b88e905d60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-pause.png @@ -0,0 +1 @@ +../../22x22/actions/media-playback-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..0dc2d59d823879114903e6eb3d1facc3fef38c48 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-play.png @@ -0,0 +1 @@ +../../22x22/actions/media-playback-start.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..d9c1ea83a9194ee42dd3c2d85bdf8ab2eba34be4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-prev.png @@ -0,0 +1 @@ +../../22x22/actions/media-skip-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..dd7bd51b06d6a082c60945bd88fb00f3264dc055 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-record.png @@ -0,0 +1 @@ +../../22x22/actions/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..55c83143519100f6be72da41d0f4f717fee03c7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-shuffle.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..7e0a1b0d79c8f54395125bbec2f5d682656f625a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/media-stop.png @@ -0,0 +1 @@ +../../22x22/actions/media-playback-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-select.png new file mode 100644 index 0000000000000000000000000000000000000000..70aabbe955e4decbf686c7313f858f9a1cbd31e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-select.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-show-details.png new file mode 100644 index 0000000000000000000000000000000000000000..4f35c98cd1b1783c1d3070f8fe8171342463c6e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-show-details.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-show-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..5112e907b296e7990ea5d6ba9e47b5ff12668239 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/rox-show-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock-redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock-undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_about.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_about.png new file mode 120000 index 0000000000000000000000000000000000000000..4cafc1a776a112e6006d5ea0161959b67aebc2b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_about.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..d9804a972cbb7d5618e441f975bca2fed0b54383 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_accessories.png @@ -0,0 +1 @@ +../../22x22/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_add.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_add.png new file mode 120000 index 0000000000000000000000000000000000000000..67a41c291bf2d2149f6b4e97ad3aaf23bbdb99fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_add.png @@ -0,0 +1 @@ +../../22x22/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..753904458a7a96bfbec81c7f59c4e6bc419f357f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_amusements.png @@ -0,0 +1 @@ +../../22x22/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_apply.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_apply.png new file mode 120000 index 0000000000000000000000000000000000000000..88ebd85b99fd38a0253216271f5087e47a88fa0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_apply.png @@ -0,0 +1 @@ +../../22x22/actions/apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_attach.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_attach.png new file mode 120000 index 0000000000000000000000000000000000000000..c7e5686a19022ee3a893392b6bfe3d9338f9d35a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_attach.png @@ -0,0 +1 @@ +../../22x22/status/mail-attachment.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_balance.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_balance.png new file mode 120000 index 0000000000000000000000000000000000000000..920a36cc0a3fd5c45d3994a7162a5932bf8e6c0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_balance.png @@ -0,0 +1 @@ +../../22x22/apps/multimedia-balance-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_bold.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_bold.png new file mode 120000 index 0000000000000000000000000000000000000000..26c1d17adf8c26abef8c8783cb7e81f333c0bd92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_bold.png @@ -0,0 +1 @@ +../../22x22/actions/format-text-bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_book-open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_book-open.png new file mode 100644 index 0000000000000000000000000000000000000000..688fdc5fa3fba552732e93390012e9dffc979621 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_book-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_book.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_book.png new file mode 120000 index 0000000000000000000000000000000000000000..2a8ab2b86a809c6ff5f60f1916df9e9e79e47e2e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_book.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-bookmarks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..90d8b7143a171a17cab767ed87722ab22e2d6710 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cancel.png @@ -0,0 +1 @@ +../../22x22/actions/cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..d80d50050f1914d49166c23f4ac720258f6c8c22 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cdrom.png @@ -0,0 +1 @@ +../../22x22/devices/gnome-dev-cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_clear.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_clear.png new file mode 120000 index 0000000000000000000000000000000000000000..63638a18e95272200c11a1c9867d47ee9cf26280 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_clear.png @@ -0,0 +1 @@ +../../22x22/actions/edit-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_close.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_close.png new file mode 120000 index 0000000000000000000000000000000000000000..67420c8053d1f45c8a72e40c07398d20e0aa5f07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_close.png @@ -0,0 +1 @@ +../../22x22/actions/application-exit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_color_picker.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_color_picker.png new file mode 120000 index 0000000000000000000000000000000000000000..e957e1d37ba927bfef1ec4fe33e9573a225f758e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_color_picker.png @@ -0,0 +1 @@ +../../22x22/actions/color-picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_connect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_connect.png new file mode 120000 index 0000000000000000000000000000000000000000..f19552c9d06458370fe21334432dc38632672d0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_connect.png @@ -0,0 +1 @@ +../../22x22/actions/network-connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_convert.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_convert.png new file mode 120000 index 0000000000000000000000000000000000000000..8db0982263183774d50633fa62219b9a38c6936a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_convert.png @@ -0,0 +1 @@ +../../22x22/actions/convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_copy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_copy.png new file mode 120000 index 0000000000000000000000000000000000000000..77ec48c35b3a66fecdea87ce3a3ed513d3b42faf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_copy.png @@ -0,0 +1 @@ +../../22x22/actions/copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cut.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cut.png new file mode 120000 index 0000000000000000000000000000000000000000..67e663350a7df35fbe92e7cb9b1ef562c9f1e71e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_cut.png @@ -0,0 +1 @@ +../../22x22/actions/edit-cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..f761104b7fecef2622192d52c95765a1573171e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_delete.png @@ -0,0 +1 @@ +../../22x22/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_authentication.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_authentication.png new file mode 120000 index 0000000000000000000000000000000000000000..fbc57b4402ab34c2ee14239844c183d638493cda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_authentication.png @@ -0,0 +1 @@ +../../22x22/status/dialog-password.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_error.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_error.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc3d029cfdd152fd470f7a15fcba977265742c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_error.png @@ -0,0 +1 @@ +../../22x22/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_info.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_info.png new file mode 120000 index 0000000000000000000000000000000000000000..10f1113ff70164daff0de755c3354d65b38f78cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_info.png @@ -0,0 +1 @@ +../../22x22/actions/help-contents.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_question.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_question.png new file mode 120000 index 0000000000000000000000000000000000000000..9453d5dbeda05124ce5c4777cbcb81076c4bcdec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_question.png @@ -0,0 +1 @@ +../../22x22/status/dialog-question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..3b6487bd736cadb9d31039a5e3bc59cd79c6254b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dialog_warning.png @@ -0,0 +1 @@ +../../22x22/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..2d5dcac313a8a1dcd4a9d39ee2cdb24c2103ae52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_disconnect.png @@ -0,0 +1 @@ +../../22x22/actions/network-disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..9eafa88184a09e6fe2e6e11ef628c058d3bb2199 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd-multiple.png @@ -0,0 +1 @@ +../../22x22/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee7b835eed8e7ab9ef3ef2e43e3f523a4b2716c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd_multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd_multiple.png new file mode 100644 index 0000000000000000000000000000000000000000..65650ba813d122fbe90d2840210b502555f27b5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_dnd_multiple.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_download.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_download.png new file mode 120000 index 0000000000000000000000000000000000000000..e7d125088609790936e66de6374afb21320b708b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_download.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-downloads.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_edit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_edit.png new file mode 120000 index 0000000000000000000000000000000000000000..f635e7971c68e10adac584b400b4516ee8c2ab2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_edit.png @@ -0,0 +1 @@ +../../22x22/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..857703c39665c60ecdfdfae33134cdf847822e2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../22x22/actions/bookmark-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_execute.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_execute.png new file mode 120000 index 0000000000000000000000000000000000000000..131c4fec1ee955e638d7f1942a99c2fee7faef13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_execute.png @@ -0,0 +1 @@ +../../22x22/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_export.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_export.png new file mode 120000 index 0000000000000000000000000000000000000000..5cc57188a04349c4bfc5961a8998d9d5105bf900 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_export.png @@ -0,0 +1 @@ +../../22x22/actions/document-export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_file-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_file-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..6d096998f657ad0253779ff6ba5bc4c46336abe0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_file-properties.png @@ -0,0 +1 @@ +../../22x22/actions/document-properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..b5e63e139aaf1e82d059076566c1b5b8881118bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_find-and-replace.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_find.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_find.png new file mode 120000 index 0000000000000000000000000000000000000000..90ba6705200bdad8b14060a7f4682021d77ad076 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_find.png @@ -0,0 +1 @@ +../../22x22/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7c4da78dc7e84577e6736604494e6e8d83df0f83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_floppy.png @@ -0,0 +1 @@ +../../22x22/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-copy.png new file mode 100644 index 0000000000000000000000000000000000000000..74255e5c5f47b4a52ea60050a020ee8b5824364c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-move.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-move.png new file mode 100644 index 0000000000000000000000000000000000000000..084b15ea923f819a250c08a49e92222ead4bd1b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-move.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9c345890d7277e57bb4f87b71da7afe0e11b11 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..fea3072fb04a1fca1fcae4d313d079a51b814950 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_folder.png @@ -0,0 +1 @@ +../../22x22/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e8ba8acc8e68b4cdcef3fd404f9434d49f658c2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_fullscreen.png @@ -0,0 +1 @@ +../../22x22/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..327a8252141355920c4b38fb88abe23a45e85541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-back.png @@ -0,0 +1 @@ +../../22x22/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..1c74e5d1e2078a6c68bd33bd94b3c003fac9aa61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-down.png @@ -0,0 +1 @@ +../../22x22/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..16adf733a4b3c3de307a91d25e34e4af6d9141ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-forward.png @@ -0,0 +1 @@ +../../22x22/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee77debf745c7672ae5043bd1dfb2dd9ab2dfb3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_go-up.png @@ -0,0 +1 @@ +../../22x22/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..243db1848924fb90c479ff357bc888a8ca909a7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-bottom.png @@ -0,0 +1 @@ +../../22x22/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..cc9c0c4d5657c0dcbd1114de0deaca05d488ee76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-first.png @@ -0,0 +1 @@ +../../22x22/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..a11850be5620292246449920b309e68931670713 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-last.png @@ -0,0 +1 @@ +../../22x22/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..654523c67aa73aba428af8ea84cec74d16086f1d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_goto-top.png @@ -0,0 +1 @@ +../../22x22/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..8d52f4c77467ba1c0219a63271d4b0655f5f968a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_harddisk.png @@ -0,0 +1 @@ +../../22x22/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4a143611da06dd23604a84a8fa57cc71603d25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_help.png @@ -0,0 +1 @@ +../../22x22/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_history.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_history.png new file mode 100644 index 0000000000000000000000000000000000000000..04b7fdfc7dee0fd7432d1f7e30b008c165c4fd25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_history.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..5488f16123f5d25baf2531cc2017691b5e0cc5bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_home.png @@ -0,0 +1 @@ +../../22x22/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_import.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_import.png new file mode 120000 index 0000000000000000000000000000000000000000..a6db60553a0335601feb995ebe493442d67787a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_import.png @@ -0,0 +1 @@ +../../22x22/actions/document-import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_indent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_indent.png new file mode 120000 index 0000000000000000000000000000000000000000..bda7efc368814624f4dea44f10bd6cd18f809cfa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_indent.png @@ -0,0 +1 @@ +../../22x22/actions/format-indent-more.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_index.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_index.png new file mode 120000 index 0000000000000000000000000000000000000000..3e64a939080482910b7afb70c47d3bd0bcad06ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_index.png @@ -0,0 +1 @@ +../../22x22/actions/multimedia-playlist.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..2589b4e4a413c1308d8df7106ad4cecf395c0305 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-image.png @@ -0,0 +1 @@ +../../22x22/actions/insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..87dd09e69f8a4c2ae68675b7dec4dec8b15b870b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-object.png @@ -0,0 +1 @@ +../../22x22/actions/insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..53d3ed1ae01d5a1a09b00bb2b8cf7d9209fe0216 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_insert-table.png @@ -0,0 +1 @@ +../../22x22/actions/insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..2ead01e9b66122793cb009edcd51eb4481964da4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_internet.png @@ -0,0 +1 @@ +../../22x22/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_italic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_italic.png new file mode 120000 index 0000000000000000000000000000000000000000..482f9f86a805f56be9cf219527a95cd3935ea2b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_italic.png @@ -0,0 +1 @@ +../../22x22/actions/format-text-italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..a8b6fab80e198c824d511f93fd478b70815c4bda --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_jump-to.png @@ -0,0 +1 @@ +../../22x22/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..4783bb50579cb0caf2ad5918cfcbac013fffa030 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-center.png @@ -0,0 +1 @@ +../../22x22/actions/format-justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..00ff8a85781c207ed2a8ef58125af464eb11fbb3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-fill.png @@ -0,0 +1 @@ +../../22x22/actions/format-justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..33be5448c77776eef6759153caa8111a2dcc0f89 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-left.png @@ -0,0 +1 @@ +../../22x22/actions/format-justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..32bcdf84ff9a357d81b79b42d6e8be994e258db4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_justify-right.png @@ -0,0 +1 @@ +../../22x22/actions/format-justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_license-reading.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_license-reading.png new file mode 100644 index 0000000000000000000000000000000000000000..72d4fe306e7d1b197b373a64646465f1467e65a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_license-reading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_license.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_license.png new file mode 100644 index 0000000000000000000000000000000000000000..dfb3f4ebc8a8e0a43e4fbfdc9a8836def88bf818 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_license.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..020295d7c94386ad4e8abbb7b13e53b27662fe43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_line-in.png @@ -0,0 +1 @@ +../../22x22/devices/audio-input-line.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_logout.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_logout.png new file mode 120000 index 0000000000000000000000000000000000000000..691549df0f108fbf184da9342ead12adb4be81df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_logout.png @@ -0,0 +1 @@ +../../22x22/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..4f421417d8ba2c50f7ed586a05b2beaf3dea25ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_mailto.png @@ -0,0 +1 @@ +../../22x22/actions/mail-send.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_mic.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_mic.png new file mode 120000 index 0000000000000000000000000000000000000000..49cb2f7fa0efc042f2c62e32c3b5b0be9cd8d83c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_mic.png @@ -0,0 +1 @@ +../../22x22/devices/audio-input-microphone.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..6592a3ec6907c720909a0568e44a311b642681b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_missing-image.png @@ -0,0 +1 @@ +../../22x22/status/image-missing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..95e4b27c438557655e94ffc1caf4d83f24a9355e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_multimedia.png @@ -0,0 +1 @@ +../../22x22/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_network.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_network.png new file mode 120000 index 0000000000000000000000000000000000000000..50c97e4187b5ffe5addeed8f766ca2282f5b9182 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_network.png @@ -0,0 +1 @@ +../../22x22/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..d85adfdf30ad7b75c89609ccc4ad9842e9188586 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new-dir.png @@ -0,0 +1 @@ +../../22x22/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..cdf51f6744c9ef471abe858e9f56ae9aa53fddce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new-tab.png @@ -0,0 +1 @@ +../../22x22/actions/tab-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new.png new file mode 120000 index 0000000000000000000000000000000000000000..00262670e744a891bbdd77cf1ab646db8cf5ae5a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_new.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_no.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_no.png new file mode 120000 index 0000000000000000000000000000000000000000..aed26b5ca054f7d5ef3f7e5ec8a977914287065f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_no.png @@ -0,0 +1 @@ +../../22x22/actions/forbidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_ok.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_ok.png new file mode 120000 index 0000000000000000000000000000000000000000..8d81a2e4f85f6a62921b4ff310a598f9e2581c39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_ok.png @@ -0,0 +1 @@ +../../22x22/actions/accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..ae7dc4f73185b20e2f8dd2513064ad35b680a6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_open.png @@ -0,0 +1 @@ +../../22x22/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_paste.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_paste.png new file mode 120000 index 0000000000000000000000000000000000000000..f4081cbbfde8466495d8d10ac636cb6e8f5d4cbb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_paste.png @@ -0,0 +1 @@ +../../22x22/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_pastlink.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_pastlink.png new file mode 120000 index 0000000000000000000000000000000000000000..e4221206dd78747f94f70bc0df0376c59e075b62 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_pastlink.png @@ -0,0 +1 @@ +../../22x22/actions/insert-link.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..3b11a35f1733f9b571c54c8e8dfef64e11922bea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_preferences.png @@ -0,0 +1 @@ +../../22x22/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..38f54fb76bc0757d4514d497d6b7700c52fc7447 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_print-preview.png @@ -0,0 +1 @@ +../../22x22/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..7f68906fddbf6aa0bb08cb86fca30997e50b59e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_print.png @@ -0,0 +1 @@ +../../22x22/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_properties.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_properties.png new file mode 100644 index 0000000000000000000000000000000000000000..8e263c8397d23d4ef456f6dda3e71b91d75d7b14 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_quit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_quit.png new file mode 120000 index 0000000000000000000000000000000000000000..e686c97acb7a471bb5cf4963c2ac857db654710e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_quit.png @@ -0,0 +1 @@ +../../22x22/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..32932a6f5f8573adaa68f5e6571fe4b70f0fa835 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_redo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..068be103d1c5d701316f71ad193316c25e63d25b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_refresh.png @@ -0,0 +1 @@ +../../22x22/actions/view-refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_remove.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_remove.png new file mode 120000 index 0000000000000000000000000000000000000000..07a8d934237627a8c725bdc37ceb0f84d95948c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_remove.png @@ -0,0 +1 @@ +../../22x22/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..e35763471c1e1e06be18fd88f0c9f6fc97553d7e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_repeat.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_reset.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_reset.png new file mode 120000 index 0000000000000000000000000000000000000000..b9bbddbcc5a725125d24fd98fb773625e8fa91f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_reset.png @@ -0,0 +1 @@ +../../22x22/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..2392738a9e76be593c6d60a7e5c1fb3960eee554 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_revert-to-saved.png @@ -0,0 +1 @@ +../../22x22/actions/document-revert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_run.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_run.png new file mode 120000 index 0000000000000000000000000000000000000000..131c4fec1ee955e638d7f1942a99c2fee7faef13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_run.png @@ -0,0 +1 @@ +../../22x22/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..df8cc71e5001b9a5a7c99bea0348a3c38e00a770 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_save-as.png @@ -0,0 +1 @@ +../../22x22/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..ead8bbddd3bfeab71fe4dd64f3253912344a253d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_save.png @@ -0,0 +1 @@ +../../22x22/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..7a28bd3727307c41adfa032949b18db111f90219 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_screenshot.png @@ -0,0 +1 @@ +../../22x22/apps/applets-screenshooter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..9d9ace57065b5cbb9ed126a5d395d1ce0ea407ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_search.png @@ -0,0 +1 @@ +../../22x22/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_select-color.png new file mode 100644 index 0000000000000000000000000000000000000000..12c2977d4f97a8176adac29b2eb5bcb96426d87e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_select-color.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..40a93bd0c6f3a04ec58ab6210f322c8ddf94b56f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_select-font.png @@ -0,0 +1 @@ +../../22x22/apps/preferences-desktop-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..55c83143519100f6be72da41d0f4f717fee03c7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_shuffle.png @@ -0,0 +1 @@ +../../22x22/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..4961f42284ebc19dd1e05bba8d6a69ff40cb1dbc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_sort-ascending.png @@ -0,0 +1 @@ +../../22x22/actions/view-sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..8c7699e20d7f72d133a8ac9bd85b0fd7319c962c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_sort-descending.png @@ -0,0 +1 @@ +../../22x22/actions/view-sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..709e6385fc70b26fc779fc6541e49f47eedfef2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_spell-check.png @@ -0,0 +1 @@ +../../22x22/actions/tools-check-spelling.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_stop.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_stop.png new file mode 120000 index 0000000000000000000000000000000000000000..b3293b50483e7202951982235820c8ab55c3b37e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_stop.png @@ -0,0 +1 @@ +../../22x22/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..c5d15631a554de641858a0afa3ab6fc3ccb1ea83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_strikethrough.png @@ -0,0 +1 @@ +../../22x22/actions/format-text-strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..54ba26b256d45ad18ed0d108c5246a10ca71d95f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_undelete.png @@ -0,0 +1 @@ +../../22x22/filesystems/gnome-fs-undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_underline.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_underline.png new file mode 120000 index 0000000000000000000000000000000000000000..5de57566d7783b5798d588854d4d9f9ea3b0cb85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_underline.png @@ -0,0 +1 @@ +../../22x22/actions/format-text-underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..96716f7ddf8b28831f60d36035756948f3102d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_undo.png @@ -0,0 +1 @@ +../../22x22/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..f37a711d2b9ebc93747f37b54cb7cbcd1e2a7cfb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_unindent.png @@ -0,0 +1 @@ +../../22x22/actions/format-indent-less.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..0f97343d9888f30acef98b90f8e9b6fdf8d03861 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_unknown.png @@ -0,0 +1 @@ +../../22x22/apps/xfce-unknown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..40fdb995302d810e5cf4f093251acddbb5ab0f77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_volume.png @@ -0,0 +1 @@ +../../22x22/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_yes.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_yes.png new file mode 120000 index 0000000000000000000000000000000000000000..70287836e4117a248947505f5b505abaab43fe2b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_yes.png @@ -0,0 +1 @@ +../../22x22/emblems/emblem-default.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..5c436d0af69c0e748429912ae21093f03051c3c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-100.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..96ff848b45434576bab56d59db5710d2efed1bf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-fit.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..4af0159e4bfb272a6ab6b855b8f8011b95bf90d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-in.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..d10932a9dd2a67ebf55a0835ee574d2dd611c034 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/stock_zoom-out.png @@ -0,0 +1 @@ +../../22x22/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..67a13ad52b20a2807d23bee25be51b2b9a28d120 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-max.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-medium.png new file mode 120000 index 0000000000000000000000000000000000000000..5f0e21638bbc78ce223366d2682b32b0573fa28e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-medium.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..7418bf8c6338758931d7de818ab736e15489003a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-min.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8471b59c4ed515fc6ed22ec2ddf417679fef75e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-mute.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..f386f61ff36995c1c7ee3ddab57440e1055baefd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/22x22/stock/volume-zero.png @@ -0,0 +1 @@ +../../22x22/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/accept.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/accept.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9d7f42b4198ec574562a4d5bdff962bad4da7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/add.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/add.png new file mode 120000 index 0000000000000000000000000000000000000000..823735d3ad5d1d80e4938044e080b363ec068a56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/add.png @@ -0,0 +1 @@ +../../24x24/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/address-book-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/address-book-new.png new file mode 100644 index 0000000000000000000000000000000000000000..24b48dc4ace61f1bcbdcd001871a4e64c3541b85 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/address-book-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/application-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/application-exit.png new file mode 100644 index 0000000000000000000000000000000000000000..ec97e6414343f0ead07944a4a2ec1a94c66236c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/application-exit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/apply.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/apply.png new file mode 100644 index 0000000000000000000000000000000000000000..c4e94e57623615b8dfaed6f90f89cb541390b54d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/apply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/appointment-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/appointment-new.png new file mode 100644 index 0000000000000000000000000000000000000000..08106cd7f04bbbd90dc9741e331271434f562722 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/appointment-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/back.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/back.png new file mode 120000 index 0000000000000000000000000000000000000000..290455deb9caef2b813b2cba8dd6aa4f3314aa94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/back.png @@ -0,0 +1 @@ +../../24x24/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/bookmark-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/bookmark-new.png new file mode 100644 index 0000000000000000000000000000000000000000..0a8a00ab29396013fcb5c4fa9e47649a3ec7d961 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/bookmark-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..d520bd9440d462bcec2dd421a067b3b6096631c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/bottom.png @@ -0,0 +1 @@ +../../24x24/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..2c0d5c5d5c3186791d506579449712e800efeeb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/cancel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/color-picker.png new file mode 100644 index 0000000000000000000000000000000000000000..88f199c486951522815c085c0d8b89c2f5812111 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/color-picker.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/contact-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..f59a0f902be930d4cb14d900c899dc3ef9a46e99 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/contact-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/convert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/convert.png new file mode 100644 index 0000000000000000000000000000000000000000..2c3f0469f70ca38f2a1b23ab9aa961f4a62c917b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/convert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/copy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/copy.png new file mode 100644 index 0000000000000000000000000000000000000000..081e7971a04e578e5e06c4e150d09b4da519e1bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-export.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-export.png new file mode 100644 index 0000000000000000000000000000000000000000..a9d724215375c2cc60422ff6ee6e549c2b439eab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-export.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-import.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-import.png new file mode 100644 index 0000000000000000000000000000000000000000..97b582213df5cb31973fc87716c1477f9a16e2b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-import.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-new.png new file mode 100644 index 0000000000000000000000000000000000000000..f75ea60d6f6eddf3553e8ae46503b80db29829b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-open-recent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-open-recent.png new file mode 100644 index 0000000000000000000000000000000000000000..ce4f4cba442d6e5923fcf77cd8bd3854701ce6db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-open-recent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-open.png new file mode 100644 index 0000000000000000000000000000000000000000..79457d6ba516be253817a3cb0e58a95afe23c7f7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-page-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-page-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..0239549b39f1f92411f43ca4bee3dd421d9a488f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-page-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-print-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..67dec554a4ae0f35450e97aadb6eb40e45cba018 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-print-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-print.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-print.png new file mode 100644 index 0000000000000000000000000000000000000000..4df25c07d801fd8e72f68f4c457aabcd3ada7d25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-print.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..7ba1c017a2f557470ab8f94981bbd5324025dc56 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..82a32544ad562b62c3e60e676372387ebdfbee7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-revert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-save-as.png new file mode 100644 index 0000000000000000000000000000000000000000..dfe3ce65a977fa70145061d2d02bd833aa6e3343 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-save-as.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-save.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-save.png new file mode 100644 index 0000000000000000000000000000000000000000..7cffd0576c63aa335832a7a40bd4c022402c9d89 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-save.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-send.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-send.png new file mode 100644 index 0000000000000000000000000000000000000000..e76f371b1a8a68d1f7a74c823033281b1e51ee4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/document-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/down.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/down.png new file mode 120000 index 0000000000000000000000000000000000000000..759bf51094a8d20f478147ac49b1f1e5dd03de6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/down.png @@ -0,0 +1 @@ +../../24x24/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..c354870dc6e5d0f14040f9caa0d269db7ebdbd99 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f03a4e3f1e055e506727f9099ff123713cf7bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-cut.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-delete.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1a8c5bff562e04dd859b1112de506884e85642 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-delete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-find-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-find-replace.png new file mode 100644 index 0000000000000000000000000000000000000000..3c63fb4bfe905cb6a397f2011f677a106c057957 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-find-replace.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-find.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-find.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f466c078492ba53240427e8fbc17f0da183962 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-find.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-paste.png new file mode 100644 index 0000000000000000000000000000000000000000..98c8128554635f1729b09bd052616f9837901953 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-paste.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-redo.png new file mode 100644 index 0000000000000000000000000000000000000000..28215826fbba2252563214b10224f0fd2e64a208 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-redo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-select-all.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-select-all.png new file mode 100644 index 0000000000000000000000000000000000000000..273123a1e84fb2cc02c59a6ef1ef70aeb8de415d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-select-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-undo.png new file mode 100644 index 0000000000000000000000000000000000000000..d2b0f6b76843d44a4419104613c3eeceeb00cddc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/edit-undo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/editdelete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/editdelete.png new file mode 120000 index 0000000000000000000000000000000000000000..cf6e77aa7df786606d09d170503d044e0049f524 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/editdelete.png @@ -0,0 +1 @@ +../../24x24/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filefind.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filefind.png new file mode 120000 index 0000000000000000000000000000000000000000..dfa402afd13b89c7cd3de1d49677f92114b6942e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filefind.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filenew.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filenew.png new file mode 120000 index 0000000000000000000000000000000000000000..bab99d17d5e41c8adf75a608ee2fd3b66b97c500 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filenew.png @@ -0,0 +1 @@ +../../24x24/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/fileprint.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/fileprint.png new file mode 120000 index 0000000000000000000000000000000000000000..1b6f61df59ef0e677e427cc433e76c25febdc6fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/fileprint.png @@ -0,0 +1 @@ +../../24x24/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filequickprint.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filequickprint.png new file mode 120000 index 0000000000000000000000000000000000000000..c2ec38189c415b14a1c5c65e22c6dc42126eeb8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filequickprint.png @@ -0,0 +1 @@ +../../24x24/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filesave.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filesave.png new file mode 120000 index 0000000000000000000000000000000000000000..166fdd33f98bbc07b0a536691d0aa4d3d5784edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filesave.png @@ -0,0 +1 @@ +../../24x24/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filesaveas.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filesaveas.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4e03e9109d9786a2d71665a6dbe6f0bf17065b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/filesaveas.png @@ -0,0 +1 @@ +../../24x24/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/find.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/find.png new file mode 120000 index 0000000000000000000000000000000000000000..dfa402afd13b89c7cd3de1d49677f92114b6942e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/find.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/finish.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/finish.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/finish.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/first.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/first.png new file mode 120000 index 0000000000000000000000000000000000000000..9222e1864daf7f56fa988a66b92a88087e8e5e05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/first.png @@ -0,0 +1 @@ +../../24x24/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/folder-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/folder-new.png new file mode 100644 index 0000000000000000000000000000000000000000..dc593cbef8e791b152894d07ce388593a95be480 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/folder-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/folder_new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/folder_new.png new file mode 120000 index 0000000000000000000000000000000000000000..a8a5d202dc89d7b27e5a91830c46952b2d1256dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/folder_new.png @@ -0,0 +1 @@ +../../24x24/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/forbidden.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/forbidden.png new file mode 100644 index 0000000000000000000000000000000000000000..f64e465574710f8999be15f067e13a57128fe86e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/forbidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-indent-less.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-indent-less.png new file mode 100644 index 0000000000000000000000000000000000000000..04d55ea36f664d4b3214776903aec34beb211035 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-indent-less.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-indent-more.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-indent-more.png new file mode 100644 index 0000000000000000000000000000000000000000..94d6cc3092e67307606a5ea419928c05dce51532 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-indent-more.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-center.png new file mode 100644 index 0000000000000000000000000000000000000000..435ac0d34b38bd130f93643a967f8b3f8ab5ebba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..418947546e29f58d34ee86da3b17b2a7a66bbf11 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-fill.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e24e48a4fa786cda40a8e3edccb25292b695a335 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-right.png new file mode 100644 index 0000000000000000000000000000000000000000..336afc119385e9a5461b68b3b303fc0959b63aff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-justify-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-bold.png new file mode 100644 index 0000000000000000000000000000000000000000..08a4cc39e0345ee60de8e84f5d1d86e592d4cd81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-bold.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-direction-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-direction-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..446709f907723a6367be37eaffefcf03613a520f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-direction-ltr.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-direction-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-direction-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..2448ed4e5ed621277b0474b9947808fb413ede5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-direction-rtl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-italic.png new file mode 100644 index 0000000000000000000000000000000000000000..910dd1a04751f9d14b9ce7b227092a9c295cbc79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-italic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-strikethrough.png new file mode 100644 index 0000000000000000000000000000000000000000..fd776ce683d599702c5862a781c0d410fd028927 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-strikethrough.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-underline.png new file mode 100644 index 0000000000000000000000000000000000000000..a50c8705266e4073e33bda36db600e616279a993 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/format-text-underline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/forward.png new file mode 120000 index 0000000000000000000000000000000000000000..5d57c84e59a5f342a353d878599d5f5f1e6f91e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/forward.png @@ -0,0 +1 @@ +../../24x24/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..97c77936ed491f70d8173ac08e01971f84c68121 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gnome-lockscreen.png @@ -0,0 +1 @@ +../../24x24/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gnome-run.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gnome-run.png new file mode 120000 index 0000000000000000000000000000000000000000..881a6ace38f6bdbd448ae54c65fd8d82639a6365 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gnome-run.png @@ -0,0 +1 @@ +../../24x24/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..848c0708bcadbba488ce79ca36a455eecbadea0d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-bottom.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-down.png new file mode 100644 index 0000000000000000000000000000000000000000..036d43c6d1c42c0bbafd092d42d42ac136017185 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-down.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-first.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-first.png new file mode 100644 index 0000000000000000000000000000000000000000..0f1c29dd034fc2ea56ff032071fbf3b866aaf932 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-first.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-home.png new file mode 100644 index 0000000000000000000000000000000000000000..28929f44b0f95393dd80707fffc6804767f46564 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-jump.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-jump.png new file mode 100644 index 0000000000000000000000000000000000000000..ab50123df90a40cbece0bdd157d0de4c0b329340 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-jump.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-last.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-last.png new file mode 100644 index 0000000000000000000000000000000000000000..86398969259332a138440aa0e788c56099c7c374 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-last.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-next.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-next.png new file mode 100644 index 0000000000000000000000000000000000000000..9045cc56f82779666950646cfa134c576b826406 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-next.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-previous.png new file mode 100644 index 0000000000000000000000000000000000000000..a57ab31ee44c3caf16dee396a9cbea9ff4b55b20 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-previous.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-to.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-to.png new file mode 100644 index 0000000000000000000000000000000000000000..87287cae2103970525993fe54f3988e0e5073fb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-to.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-top.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd7a3192dc20d6fbe04ca48f0738c99a1a85b58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-top.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-up.png new file mode 100644 index 0000000000000000000000000000000000000000..990cf4b467961328c10eb1aaaaee93e674017fe4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/go-up.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gohome.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gohome.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gohome.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..823735d3ad5d1d80e4938044e080b363ec068a56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-add.png @@ -0,0 +1 @@ +../../24x24/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..cf6e77aa7df786606d09d170503d044e0049f524 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-delete.png @@ -0,0 +1 @@ +../../24x24/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..2af8f8a07ddaf10faf2c36a8e7768dd612a092ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..dfa402afd13b89c7cd3de1d49677f92114b6942e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-find.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b9c8e368c42020fda4f869452b0ae886c2485b8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-fullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-back-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-back-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..290455deb9caef2b813b2cba8dd6aa4f3314aa94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-back-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-back-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-back-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..5d57c84e59a5f342a353d878599d5f5f1e6f91e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-back-rtl.png @@ -0,0 +1 @@ +../../24x24/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..759bf51094a8d20f478147ac49b1f1e5dd03de6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-down.png @@ -0,0 +1 @@ +../../24x24/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-forward-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-forward-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..5d57c84e59a5f342a353d878599d5f5f1e6f91e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-forward-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-forward-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-forward-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-forward-rtl.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..1365b865a7300bc86d78d3b611246530f8e745a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-go-up.png @@ -0,0 +1 @@ +../../24x24/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..d520bd9440d462bcec2dd421a067b3b6096631c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../24x24/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-first-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-first-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..9222e1864daf7f56fa988a66b92a88087e8e5e05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-first-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-first-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-first-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-first-rtl.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-last-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-last-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-last-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-last-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-last-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..9222e1864daf7f56fa988a66b92a88087e8e5e05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-last-rtl.png @@ -0,0 +1 @@ +../../24x24/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..74578dec91bb9bc5e93717bd9bdd436499eb5d15 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-goto-top.png @@ -0,0 +1 @@ +../../24x24/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-home.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e3b836f896d1cbc60967528c3dedc80023dc1c51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..bab99d17d5e41c8adf75a608ee2fd3b66b97c500 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-new.png @@ -0,0 +1 @@ +../../24x24/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..c2ec38189c415b14a1c5c65e22c6dc42126eeb8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-print-preview.png @@ -0,0 +1 @@ +../../24x24/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..1b6f61df59ef0e677e427cc433e76c25febdc6fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-print.png @@ -0,0 +1 @@ +../../24x24/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..c374b41b57fa259fb973a8e2538ff171533ed38b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-remove.png @@ -0,0 +1 @@ +../../24x24/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4e03e9109d9786a2d71665a6dbe6f0bf17065b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-save-as.png @@ -0,0 +1 @@ +../../24x24/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..166fdd33f98bbc07b0a536691d0aa4d3d5784edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-save.png @@ -0,0 +1 @@ +../../24x24/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..287684064823c9e5e6e8adcb4901147b20762ca3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-100.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..be0314f73e394aa88d9a388ab57edcb3bc007fe3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..354d7029938b7f86addd1930efef9d2811f7ea13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-in.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..11acba700b638206d3e276c2734988ae28682ebd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/gtk-zoom-out.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-about.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-about.png new file mode 100644 index 0000000000000000000000000000000000000000..5160ef7693fd81a919e203c0d020c837a9a82dde Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-about.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-contents.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-contents.png new file mode 100644 index 0000000000000000000000000000000000000000..81a7777df6cdb7e37b601e2e219d8192f6674bfe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-contents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-faq.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-faq.png new file mode 100644 index 0000000000000000000000000000000000000000..c3fa8a29ac2bcde18d52dd1d6b71bb8fc2b29fed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/help-faq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/hint.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/hint.png new file mode 100644 index 0000000000000000000000000000000000000000..f4881f269a14156885edb717e8ba099671f1eb0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/hint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/home.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/home.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-image.png new file mode 100644 index 0000000000000000000000000000000000000000..4c20bbb27a1643c373bbd0ec740736a5bc0e91d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-link.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-link.png new file mode 100644 index 0000000000000000000000000000000000000000..f9aa35207b2508b9c66fec67428472d50803f564 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-object.png new file mode 100644 index 0000000000000000000000000000000000000000..5ce89acaadde9005509a792c7aa2bdbab7c07550 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-table.png new file mode 100644 index 0000000000000000000000000000000000000000..b5366f876f828ee694baa30a1e7a7443effc6be7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-table.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-text.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-text.png new file mode 100644 index 0000000000000000000000000000000000000000..adb159c04cbd70b8fc74c7a32c033328a5b6ace7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/insert-text.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/jump.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/jump.png new file mode 120000 index 0000000000000000000000000000000000000000..a42e1f2fcf2aeef1c5f927021fdf60831747a4cd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/jump.png @@ -0,0 +1 @@ +../../24x24/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/kfm_home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/kfm_home.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/kfm_home.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/last.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/last.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/last.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/list-add.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..6cdec0aad7722fa7b3cd3b626600d1071d2043af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/list-add.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/list-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4a28862a1aaaa9d691852a5be5972d8f7d5a33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/list-remove.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/lock.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/lock.png new file mode 120000 index 0000000000000000000000000000000000000000..97c77936ed491f70d8173ac08e01971f84c68121 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/lock.png @@ -0,0 +1 @@ +../../24x24/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a856e9b2f23735e847d29fd3c17a89734e9763 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-important.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-important.png new file mode 100644 index 0000000000000000000000000000000000000000..f80bff2485ffba42c7973b7394245755cf4b6bd1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-junk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-junk.png new file mode 100644 index 0000000000000000000000000000000000000000..ca3b2e55beb826ce9461ee398371a62b7d3d5c02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-junk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-read.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-read.png new file mode 100644 index 0000000000000000000000000000000000000000..299257141b23a525b05e509f65c5ccf172bbbcc3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-unread.png new file mode 100644 index 0000000000000000000000000000000000000000..c3867638b75c37c4cc24ceed7a7374c5d1534d96 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-mark-unread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-message-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-message-new.png new file mode 100644 index 0000000000000000000000000000000000000000..7c1cdff4d17da4811eed817f4a344c704668faa7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-message-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-reply-all.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-reply-all.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf563c85d749b17603dba8a10e100a60ca96ab9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-reply-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-reply-sender.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-reply-sender.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a7b32e86a1cc6d1497557f7e0e811beb0c7126 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-reply-sender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-send-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-send-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..83d97e6e103a663017fb9c6aa25ead3c90c63e18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-send-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-send.png new file mode 100644 index 0000000000000000000000000000000000000000..9cddb4f45f482967aae5dda1e1212a7584523e56 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail.png new file mode 100644 index 0000000000000000000000000000000000000000..98c1f8bd699cdeb9dc4d714f39ef74451857400c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-eject.png new file mode 100644 index 0000000000000000000000000000000000000000..ca3f7d10d33221fcf47222a522fe1cd718a09e17 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-eject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..04e206170049b6d566124f88ac959adad28542db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-mute.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..3b2341a3e54da3bcf5af9d41644d40f8b13fc723 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-pause.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-start.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-start.png new file mode 100644 index 0000000000000000000000000000000000000000..9deb654a5f905e556cebaf3a8621f1935c6b8a69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-start.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..5e355109d9cf8f36caa5b1f2873f0b387f540d6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playback-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playlist-repeat.png new file mode 100644 index 0000000000000000000000000000000000000000..eccfbca1f2aae064513f295f123513b91b9aaa64 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playlist-repeat.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playlist-shuffle.png new file mode 100644 index 0000000000000000000000000000000000000000..e86d04a7c411efe7a747f619468f0f5040e1d286 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-playlist-shuffle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-record.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bc4276af3a5ffa1384e02d268f221cb44a34fb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-record.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-seek-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-seek-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..2e2e6245d5d7ee96bfdef1e2b2ba778aa835f29f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-seek-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-seek-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-seek-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..6b16db662c3b98b9fa003ebb5913cc2a77df136e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-seek-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-skip-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-skip-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..b9999665e777ab86da6eced71342573718dba05d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-skip-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-skip-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-skip-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..9f75ce4c337a3eba72c411d8395ce8f5c5f689fb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/media-skip-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/multimedia-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/multimedia-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..aa15fb02e539f3d565bbe45b2b79fad67aab1bee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/multimedia-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/network-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/network-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..570e000175679312aaa5fef7d45f4e6140b9f0de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/network-connect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/network-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/network-disconnect.png new file mode 100644 index 0000000000000000000000000000000000000000..aff7ab900a21460c82dfcc3daa6faed7d2abdd34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/network-disconnect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/next.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/next.png new file mode 120000 index 0000000000000000000000000000000000000000..5d57c84e59a5f342a353d878599d5f5f1e6f91e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/next.png @@ -0,0 +1 @@ +../../24x24/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-flip-horizontal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-flip-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..364c2ea3283bc1385ecff8a5408823195dda690c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-flip-horizontal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-flip-vertical.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-flip-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4428eca4d0304bc3fc600ed4aacbe5388e7fe0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-flip-vertical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-rotate-left.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-rotate-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0cfde37a1e8123355faa8a494417cde208074ae3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-rotate-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-rotate-right.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-rotate-right.png new file mode 100644 index 0000000000000000000000000000000000000000..e10b6807a1c68408f55fe89442fabe3c55b09e61 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/object-rotate-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/previous.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/previous.png new file mode 120000 index 0000000000000000000000000000000000000000..290455deb9caef2b813b2cba8dd6aa4f3314aa94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/previous.png @@ -0,0 +1 @@ +../../24x24/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/process-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/process-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..229ec12d1a0f44f303ab50565cf5be44df0e6d42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/process-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/redhat-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/redhat-home.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/redhat-home.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/remove.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/remove.png new file mode 120000 index 0000000000000000000000000000000000000000..c374b41b57fa259fb973a8e2538ff171533ed38b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/remove.png @@ -0,0 +1 @@ +../../24x24/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/reply.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/reply.png new file mode 100644 index 0000000000000000000000000000000000000000..d244ec2af764c2fccde65a39277a7eaea1b0f055 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/reply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/send.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/send.png new file mode 100644 index 0000000000000000000000000000000000000000..89bdd609cf6124f679e00ed42633411aaf49c0bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/start.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/start.png new file mode 120000 index 0000000000000000000000000000000000000000..9222e1864daf7f56fa988a66b92a88087e8e5e05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/start.png @@ -0,0 +1 @@ +../../24x24/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..d520bd9440d462bcec2dd421a067b3b6096631c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_bottom.png @@ -0,0 +1 @@ +../../24x24/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..cf6e77aa7df786606d09d170503d044e0049f524 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_delete.png @@ -0,0 +1 @@ +../../24x24/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_down.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_down.png new file mode 120000 index 0000000000000000000000000000000000000000..759bf51094a8d20f478147ac49b1f1e5dd03de6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_down.png @@ -0,0 +1 @@ +../../24x24/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_first.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_first.png new file mode 120000 index 0000000000000000000000000000000000000000..9222e1864daf7f56fa988a66b92a88087e8e5e05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_first.png @@ -0,0 +1 @@ +../../24x24/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b9c8e368c42020fda4f869452b0ae886c2485b8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_fullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_home.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_last.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_last.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_last.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e3b836f896d1cbc60967528c3dedc80023dc1c51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_leave-fullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_left.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_left.png new file mode 120000 index 0000000000000000000000000000000000000000..290455deb9caef2b813b2cba8dd6aa4f3314aa94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_left.png @@ -0,0 +1 @@ +../../24x24/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..a8a5d202dc89d7b27e5a91830c46952b2d1256dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-dir.png @@ -0,0 +1 @@ +../../24x24/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-text.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-text.png new file mode 120000 index 0000000000000000000000000000000000000000..bab99d17d5e41c8adf75a608ee2fd3b66b97c500 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-text.png @@ -0,0 +1 @@ +../../24x24/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-window.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-window.png new file mode 120000 index 0000000000000000000000000000000000000000..79d7d200c3327a270e8f983aad03352e54fef967 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_new-window.png @@ -0,0 +1 @@ +../../24x24/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..c2ec38189c415b14a1c5c65e22c6dc42126eeb8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_print-preview.png @@ -0,0 +1 @@ +../../24x24/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..1b6f61df59ef0e677e427cc433e76c25febdc6fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_print.png @@ -0,0 +1 @@ +../../24x24/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_right.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_right.png new file mode 120000 index 0000000000000000000000000000000000000000..5d57c84e59a5f342a353d878599d5f5f1e6f91e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_right.png @@ -0,0 +1 @@ +../../24x24/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4e03e9109d9786a2d71665a6dbe6f0bf17065b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_save-as.png @@ -0,0 +1 @@ +../../24x24/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..166fdd33f98bbc07b0a536691d0aa4d3d5784edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_save.png @@ -0,0 +1 @@ +../../24x24/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_search-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_search-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..2af8f8a07ddaf10faf2c36a8e7768dd612a092ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_search-and-replace.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..dfa402afd13b89c7cd3de1d49677f92114b6942e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_search.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_top.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_top.png new file mode 120000 index 0000000000000000000000000000000000000000..74578dec91bb9bc5e93717bd9bdd436499eb5d15 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_top.png @@ -0,0 +1 @@ +../../24x24/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_up.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_up.png new file mode 120000 index 0000000000000000000000000000000000000000..1365b865a7300bc86d78d3b611246530f8e745a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_up.png @@ -0,0 +1 @@ +../../24x24/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-1.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-1.png new file mode 120000 index 0000000000000000000000000000000000000000..287684064823c9e5e6e8adcb4901147b20762ca3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-1.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..354d7029938b7f86addd1930efef9d2811f7ea13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-in.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..11acba700b638206d3e276c2734988ae28682ebd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-out.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-page.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-page.png new file mode 120000 index 0000000000000000000000000000000000000000..be0314f73e394aa88d9a388ab57edcb3bc007fe3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stock_zoom-page.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stop.png new file mode 120000 index 0000000000000000000000000000000000000000..76e2e9dc123bcd2cfdea6d1308cbb95f86f09c5d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/stop.png @@ -0,0 +1 @@ +../../24x24/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/sync.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/sync.png new file mode 100644 index 0000000000000000000000000000000000000000..e3860e86d7bccda88d7d838e71b05c12ad04d69c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/sync.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-hybernate.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-hybernate.png new file mode 100644 index 0000000000000000000000000000000000000000..f19dced1915707fd3ac2d630cdf95c1659a02b7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-hybernate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-lock-screen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-lock-screen.png new file mode 100644 index 0000000000000000000000000000000000000000..026765809577c40370a6fad0f226e710259e6745 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-lock-screen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-log-out.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..43af953b9a197740b270422739cd6745ca2856da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-log-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..54fb6e1d01b6916023ac7f4fb21464b5a56b64a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-reboot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-run.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-run.png new file mode 100644 index 0000000000000000000000000000000000000000..8e5bcb16bebdd2a6b3ea2d46a15be7ad50669d2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-run.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-search.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-search.png new file mode 100644 index 0000000000000000000000000000000000000000..119dcb32a6610caf439ed57692ec1cf7ffb9c8b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..53a199c5878586200bc229ef317551a4b63f320f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-shutdown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-suspend.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-suspend.png new file mode 100644 index 0000000000000000000000000000000000000000..852b254c35b277c1a7e3b0ac1c4f8e081f867eee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-suspend.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-switch-user.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-switch-user.png new file mode 100644 index 0000000000000000000000000000000000000000..97479fa3b8947d760c1091d1ba4e89d163fc2717 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/system-switch-user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/tab-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/tab-new.png new file mode 100644 index 0000000000000000000000000000000000000000..2b4d8ddb0f5d5d6a023680e7f1a0f58b028e2692 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/tab-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/tools-check-spelling.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/tools-check-spelling.png new file mode 100644 index 0000000000000000000000000000000000000000..a3f95f19dfc15cb5b64bcd3efa6ce0e602fc66dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/tools-check-spelling.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/top.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/top.png new file mode 120000 index 0000000000000000000000000000000000000000..74578dec91bb9bc5e93717bd9bdd436499eb5d15 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/top.png @@ -0,0 +1 @@ +../../24x24/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/up.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/up.png new file mode 120000 index 0000000000000000000000000000000000000000..1365b865a7300bc86d78d3b611246530f8e745a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/up.png @@ -0,0 +1 @@ +../../24x24/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-fullscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..89e76bd2688477c8c4cd284f77b2c91233dc7434 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-fullscreen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..3581bb15d7382b358129f0039ab4ef6eb51aebf5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-refresh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-restore.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-restore.png new file mode 100644 index 0000000000000000000000000000000000000000..b71da4c02b5b6ad97a2db768c69704308a6e5872 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-restore.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-sort-ascending.png new file mode 100644 index 0000000000000000000000000000000000000000..80634bab405c7759240e79c2aec7247901455049 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-sort-ascending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-sort-descending.png new file mode 100644 index 0000000000000000000000000000000000000000..2a47a8665dccc8b310d1007c2c19e81e3d74bdcf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/view-sort-descending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window-close.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window-close.png new file mode 100644 index 0000000000000000000000000000000000000000..c452a549df2752fead273f7a37f13e1d18301e7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window-close.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window-new.png new file mode 100644 index 0000000000000000000000000000000000000000..44c43067d6ecb292a2b156097a3592667bcb877a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7793c41fff877639fcd5006efd63ee75ed78d1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b9c8e368c42020fda4f869452b0ae886c2485b8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_fullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_new.png new file mode 120000 index 0000000000000000000000000000000000000000..79d7d200c3327a270e8f983aad03352e54fef967 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_new.png @@ -0,0 +1 @@ +../../24x24/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_nofullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_nofullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..e3b836f896d1cbc60967528c3dedc80023dc1c51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/window_nofullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..97c77936ed491f70d8173ac08e01971f84c68121 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/xfce-system-lock.png @@ -0,0 +1 @@ +../../24x24/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-best-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-best-fit.png new file mode 100644 index 0000000000000000000000000000000000000000..b7f44028944c5c5193c7137c1c01daf614d6c501 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-best-fit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-in.png new file mode 100644 index 0000000000000000000000000000000000000000..d9ada7f84f15dd08c2e25e737fc8e1141516c745 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-in.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-original.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-original.png new file mode 100644 index 0000000000000000000000000000000000000000..959eda68daae0e9933929d453da29ca7bd0d1f54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-original.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-out.png new file mode 100644 index 0000000000000000000000000000000000000000..438c37992fe706442bb755097be5592401dd409d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/actions/zoom-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/Terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/Terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..25a84597a5de5e1ccea96b43a8c8a75a73e7ac35 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/Terminal.png @@ -0,0 +1 @@ +../../24x24/misc/root_terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/Thunar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/Thunar.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e54e84eb206add8e3beb562efaa0f96fc9d3dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/Thunar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..9b27c76b6c9bcde942942023ec440558a2d93df6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..abe820607881a02bd15a64348cd8261061b19855 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc4abe7aa5aecc3931e0e59e1676081b8a88fca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-calculator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-character-map.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-character-map.png new file mode 100644 index 0000000000000000000000000000000000000000..67383daeb0d7a0543abf6cc5205498170fb05a9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-character-map.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-dictionary-web.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-dictionary-web.png new file mode 100644 index 0000000000000000000000000000000000000000..15c1b327cc5df736d63670b6f7589e7e1b9fc0c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-dictionary-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-dictionary.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-dictionary.png new file mode 100644 index 0000000000000000000000000000000000000000..f48d941c58b3f5a96730c5315b012a194d3ecd23 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-dictionary.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-snapshot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-snapshot.png new file mode 100644 index 0000000000000000000000000000000000000000..4916d1841f3383f200c1951e035958f24d2a86de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-snapshot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..d908b7e3689ebf4288bba2fecc2b884a5c4ec25b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/accessories-text-editor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/acroread.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/acroread.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf11db01117737e2cf738e3802498c6f24a091e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/acroread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/amarok.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/amarok.png new file mode 100644 index 0000000000000000000000000000000000000000..249a920dcd5d572aaf59e01e847ef77fc551d26b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/amarok.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/antivirus.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/antivirus.png new file mode 100644 index 0000000000000000000000000000000000000000..b2826ff83862edc51f30a13d4fd9ead840955c86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/antivirus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applets-screenshooter.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applets-screenshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..63364fee829c321ce8835ee0df1a5c308d7c52e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applets-screenshooter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applications-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applications-internet.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..26f94472ea03ac8820c8753411c8dae5679599a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/applications-other.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/arts.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/arts.png new file mode 120000 index 0000000000000000000000000000000000000000..d1aa48e9dbc6bf46909ce5f6f81b2d8cf0ce8bd3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/arts.png @@ -0,0 +1 @@ +../../24x24/apps/multimedia-preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/azureus.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/azureus.png new file mode 100644 index 0000000000000000000000000000000000000000..8849d04f54586bf15dd9b5e2e2d4be317e323e5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/azureus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/background.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/background.png new file mode 120000 index 0000000000000000000000000000000000000000..3d7519f07b2235662b02eff2bdb4e57af614b8c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/background.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/blender.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/blender.png new file mode 100644 index 0000000000000000000000000000000000000000..945ae503789d488b38325e8c3089ac17b19264cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/bluefish-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/bluefish-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c61b540c7a96f5b45b339c9efc2b3b2da75d6016 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/bluefish-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9f9dc1a23400728ce7df86e0ff030804bafbeb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/cdplayer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..12c2771b9f2b67c6929797dfdc264e18b8ab6a42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/cdplayer-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/chart.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/chart.png new file mode 100644 index 0000000000000000000000000000000000000000..50597319401f2fef6ccbdab58df09283076b3d8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/database.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/database.png new file mode 100644 index 0000000000000000000000000000000000000000..80067afe83be5b917286b09f15586b2c9b358504 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/database.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ddd.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ddd.png new file mode 100644 index 0000000000000000000000000000000000000000..1fa38a62a32ecb77698ee878897e9dfebcb36650 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ddd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/digikam.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/digikam.png new file mode 100644 index 0000000000000000000000000000000000000000..5fdc020b758728004424c1cdbc680a47d12d1d0a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/digikam.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/digikamcameraclient.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/digikamcameraclient.png new file mode 100644 index 0000000000000000000000000000000000000000..7668bbb9d8d90294b962e47ea0e6e6e5a924ab0a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/digikamcameraclient.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/emule.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/emule.png new file mode 100644 index 0000000000000000000000000000000000000000..6720827b3d5a96c93800ba6f83941809f5e8be3e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/emule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/evolution.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/evolution.png new file mode 120000 index 0000000000000000000000000000000000000000..240527ffd9cd8dc5f2231f23a8ee73a2729ac085 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/evolution.png @@ -0,0 +1 @@ +../../24x24/actions/mail.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/file-manager.png new file mode 120000 index 0000000000000000000000000000000000000000..267f7899bae04c502da6d45e4e9bdda4f8346a34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/file-manager.png @@ -0,0 +1 @@ +../../24x24/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/file-roller.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/file-roller.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b1d78b20bf54b7b112330e70c9883887e45e50 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/file-roller.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/firefox.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/firefox.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3ed431fcbb75d6f55e6d749e6c32067cc438c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/firefox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/firewall.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2ebb84b2e9f0e061d171e4d954b45dd85fc210 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/firewall.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gftp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gftp.png new file mode 100644 index 0000000000000000000000000000000000000000..2c9658906da0d93af8fdab1e5dcac45d229613f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gimp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gimp.png new file mode 100644 index 0000000000000000000000000000000000000000..5a66135d001d7badfb173cab2b01295134a3f009 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gimp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..ed0d2260bdf3cdb9c63181a1efb975ae31db72cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-applications.png @@ -0,0 +1 @@ +../../24x24/categories/applications-other.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..7cdf28dbc042e3e3e5ab06104609a084077be51d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-calculator.png new file mode 120000 index 0000000000000000000000000000000000000000..46cc87f83bd69ce589efa927257436a15d66a6ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-calculator.png @@ -0,0 +1 @@ +../../24x24/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-cdplayer-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..219a18b03eca181372db3e758f436889c90fcae3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-cdplayer-icon.png @@ -0,0 +1 @@ +../../24x24/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-desktop-config.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-desktop-config.png new file mode 120000 index 0000000000000000000000000000000000000000..7bb11c985fdb1347be79920d3a40d99d24bbb0ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-desktop-config.png @@ -0,0 +1 @@ +../../24x24/categories/preferences-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..69fd56e88add4ad22e05635ada756ddb1d60c331 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-devel.png @@ -0,0 +1 @@ +../../24x24/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-globe.png new file mode 100644 index 0000000000000000000000000000000000000000..053fe8841fd1479f8d4b13f00f93864175bad94f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-globe.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..f2cac99fe96e9f91d42b6a4cbb7aed0220fdfde5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-graphics.png @@ -0,0 +1 @@ +../../24x24/apps/xfce-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-help.png new file mode 120000 index 0000000000000000000000000000000000000000..ecd89f766f53f846c25f7a89637c3ea65314d43e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-help.png @@ -0,0 +1 @@ +../../24x24/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-info.png new file mode 120000 index 0000000000000000000000000000000000000000..eaa5a5a176706cfe728f5fdbd17177ec336bae47 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-info.png @@ -0,0 +1 @@ +../../24x24/apps/xfce-system-info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-joystick.png new file mode 100644 index 0000000000000000000000000000000000000000..5452e2a8cc5795e22dc6b07570e098fc9d72eb51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-joystick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-library.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-library.png new file mode 100644 index 0000000000000000000000000000000000000000..c1933893cf40e7c6a02d093374993095a84cc909 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-library.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..97c77936ed491f70d8173ac08e01971f84c68121 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-lockscreen.png @@ -0,0 +1 @@ +../../24x24/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..6e3b130d81ee642271bb2f77a4530c689433d39c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-logout.png @@ -0,0 +1 @@ +../../24x24/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-media-player-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-media-player-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..219a18b03eca181372db3e758f436889c90fcae3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-media-player-icon.png @@ -0,0 +1 @@ +../../24x24/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..1d9d29be8b59f620ed56b4978aac7a38e1bb87fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-mixer.png @@ -0,0 +1 @@ +../../24x24/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-monitor.png new file mode 120000 index 0000000000000000000000000000000000000000..8555b46e542b7caefd234216ed10ae5c52f16bc7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-monitor.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..50de955e00e1f734cfaa626ce10bf042550920fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-multimedia.png @@ -0,0 +1 @@ +../../24x24/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-other.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-other.png new file mode 100644 index 0000000000000000000000000000000000000000..245a201782acba96de45f191635680c714d08dbe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..f39bb0265725f75fce1ae1b06b89ed75d132cecd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-package.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-package.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..4169f746163f4b94517bb2095b7ef12ee5d2a8b2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-pdf.png @@ -0,0 +1 @@ +../../24x24/apps/acroread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-searchtool.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-searchtool.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1e48b55e02b51a7d77e078031722b5b946b736 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-searchtool.png @@ -0,0 +1 @@ +../../24x24/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-accessibility-technologies.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-accessibility-technologies.png new file mode 120000 index 0000000000000000000000000000000000000000..969c3aafac5cf430623a53c0b481595262296e4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-accessibility-technologies.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-accessibility.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-background.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-background.png new file mode 120000 index 0000000000000000000000000000000000000000..3d7519f07b2235662b02eff2bdb4e57af614b8c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-background.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-ui-behavior.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-ui-behavior.png new file mode 100644 index 0000000000000000000000000000000000000000..e59a8c1bc7efc0b6bc2f19b07e92f445f9c3fb31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings-ui-behavior.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..c10ae307675ce53f987561d31ec73c44a67e79ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-settings.png @@ -0,0 +1 @@ +../../24x24/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed97aa6167f64467ecef4bbe44e5835542bd36b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-shutdown.png @@ -0,0 +1 @@ +../../24x24/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-starthere.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-starthere.png new file mode 120000 index 0000000000000000000000000000000000000000..1a1a03020ca21c931e70a705d574f81ac0e84099 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-starthere.png @@ -0,0 +1 @@ +../../24x24/places/start-here.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-system.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-system.png new file mode 120000 index 0000000000000000000000000000000000000000..0576f88225d986fc100559ebdacde53c3e73d6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-system.png @@ -0,0 +1 @@ +../../24x24/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..9678ab78fe3231ced4df10861ed573ae3c04f424 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-terminal.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..9788a657758ad558076fafe238db069fd815b3ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gnome-util.png @@ -0,0 +1 @@ +../../24x24/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gqview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gqview.png new file mode 100644 index 0000000000000000000000000000000000000000..c2ee58950a1d9ed704ddb8f36b9d582003cd97b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gqview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..3d9606a5ba87f4b969e6caa2ec4bd79c3486035a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gtk-help.png @@ -0,0 +1 @@ +../../24x24/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gxine.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gxine.png new file mode 120000 index 0000000000000000000000000000000000000000..cf444a62ae8d6339452ca3bb2f6864de4948e228 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/gxine.png @@ -0,0 +1 @@ +../../24x24/apps/xine.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help-browser.png new file mode 100644 index 0000000000000000000000000000000000000000..01e9da70793821a4cac8c7d5d9c2892d085375fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help-browser.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help.png new file mode 120000 index 0000000000000000000000000000000000000000..3d9606a5ba87f4b969e6caa2ec4bd79c3486035a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help.png @@ -0,0 +1 @@ +../../24x24/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help2.png new file mode 100644 index 0000000000000000000000000000000000000000..3b215bf3d69191f2279a4be5f8539ec6ae08ca51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/help2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-aim.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-aim.png new file mode 100644 index 0000000000000000000000000000000000000000..844e2ea13eb0673dd09e0489f99a43d7699521c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-aim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-icq.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-icq.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2e052b440777f32663fe68fcffd0edaa92b6ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-icq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-jabber.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-jabber.png new file mode 100644 index 0000000000000000000000000000000000000000..70ebcfc53850914690fd7e6c194afa8b37496c2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-jabber.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-msn.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-msn.png new file mode 100644 index 0000000000000000000000000000000000000000..8b65538d71a3b123dbd0f2678f04b974df053d5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-msn.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-nov.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-nov.png new file mode 100644 index 0000000000000000000000000000000000000000..5cec51464368b8337a43ad255a3483d9a546f713 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-nov.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-yahoo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-yahoo.png new file mode 100644 index 0000000000000000000000000000000000000000..26d48d3d09ce9397f49158f913a95ec5d6719c45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/im-yahoo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/inkscape.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/inkscape.png new file mode 100644 index 0000000000000000000000000000000000000000..365b5508559a0ff51a051536f566a1a4b2f84f57 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/inkscape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kcmsound.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kcmsound.png new file mode 120000 index 0000000000000000000000000000000000000000..1d9d29be8b59f620ed56b4978aac7a38e1bb87fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kcmsound.png @@ -0,0 +1 @@ +../../24x24/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kedit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kedit.png new file mode 120000 index 0000000000000000000000000000000000000000..bdcaceee264f8d649d0d57c97ae2b02e71eece36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kedit.png @@ -0,0 +1 @@ +../../24x24/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..66320e033b9cf04c508a266f3594b0041e0dd3f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kfm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kfm.png new file mode 120000 index 0000000000000000000000000000000000000000..267f7899bae04c502da6d45e4e9bdda4f8346a34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kfm.png @@ -0,0 +1 @@ +../../24x24/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/khelpcenter.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/khelpcenter.png new file mode 120000 index 0000000000000000000000000000000000000000..3d9606a5ba87f4b969e6caa2ec4bd79c3486035a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/khelpcenter.png @@ -0,0 +1 @@ +../../24x24/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/konsole.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/konsole.png new file mode 120000 index 0000000000000000000000000000000000000000..9678ab78fe3231ced4df10861ed573ae3c04f424 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/konsole.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..df949fc4890372ac262222ba576868f095991aff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/kscreensaver.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ksysguard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ksysguard.png new file mode 120000 index 0000000000000000000000000000000000000000..8555b46e542b7caefd234216ed10ae5c52f16bc7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ksysguard.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/limewire.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/limewire.png new file mode 100644 index 0000000000000000000000000000000000000000..15775d1f3e8929a53ac8e427e77c742b50d65cf4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/limewire.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/logviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/logviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd77f96fcebb1d0d6ca3888c47e41825237e3fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/logviewer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..96d7ad6bcf3038d2945dc2b7d525fc89266034da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/mplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc71f87bef1a55f584507173a7d98fc52758795 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/mplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-balance-control.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-balance-control.png new file mode 100644 index 0000000000000000000000000000000000000000..51c225698418e00f9f820c77f019e3eb78f06482 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-balance-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-control-center.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-control-center.png new file mode 100644 index 0000000000000000000000000000000000000000..c19bbb4089f812699dc33787c1916858a5d7c9fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-control-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-preferences.png new file mode 100644 index 0000000000000000000000000000000000000000..43c07c4639f0ef7aec4c1ca8d058c054dd1ca1bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-preferences.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-volume-control.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-volume-control.png new file mode 100644 index 0000000000000000000000000000000000000000..f335c2b731e311f40121197aad5987461b87b9c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia-volume-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..50de955e00e1f734cfaa626ce10bf042550920fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/multimedia.png @@ -0,0 +1 @@ +../../24x24/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/netbeans.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/netbeans.png new file mode 100644 index 0000000000000000000000000000000000000000..41cd70069fd1e1ae68be4ea58ec96af06197134a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/netbeans.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-base.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-base.png new file mode 100644 index 0000000000000000000000000000000000000000..3e2163aa7f080834e000e3f5d3c4b9ab28c1b50b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3242c4ce982043028957f9848b06b1943c6432 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ce380dc9f350b19cd5e7a9b616fe8c0476cc6b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..d1fe5ab9ac1679eb06ddc3509d0d07427fb2a909 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-math.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-math.png new file mode 100644 index 0000000000000000000000000000000000000000..2d6c770090e162059b18ee7b1eff8f86713f862a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b284a240d0a2a76f09d5d3f7aaa64fdb7d625d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..c87f50f47fd62b8f6a4ba0fdb6b2cfeea02a0a8b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo-writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_base.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_base.png new file mode 120000 index 0000000000000000000000000000000000000000..63e14487a0bb08f15665f91ea9d7d859b1cdf741 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_base.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_calc.png new file mode 120000 index 0000000000000000000000000000000000000000..f0bfa0816a363f0c0e71a19818d77d19fa779131 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_calc.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_draw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_draw.png new file mode 120000 index 0000000000000000000000000000000000000000..031a6a032b69b901d6b1859efd952445e52ca71d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_draw.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_impress.png new file mode 120000 index 0000000000000000000000000000000000000000..cb175a483644dd2758666c607d121777b53ee6b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_impress.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_math.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_math.png new file mode 120000 index 0000000000000000000000000000000000000000..9444bd8e6402d27c1b989980c4831215cd929f55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_math.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_setup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_setup.png new file mode 120000 index 0000000000000000000000000000000000000000..d32659a695aca05c109894dbf53076e53e1c25df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_setup.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_writer.png new file mode 120000 index 0000000000000000000000000000000000000000..67fd79e4f2eff7a6d734d81b8f1fca82cfd467a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ooo_writer.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-base.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-base.png new file mode 120000 index 0000000000000000000000000000000000000000..63e14487a0bb08f15665f91ea9d7d859b1cdf741 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-base.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-calc.png new file mode 120000 index 0000000000000000000000000000000000000000..f0bfa0816a363f0c0e71a19818d77d19fa779131 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-calc.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-draw.png new file mode 120000 index 0000000000000000000000000000000000000000..031a6a032b69b901d6b1859efd952445e52ca71d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-draw.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-impress.png new file mode 120000 index 0000000000000000000000000000000000000000..cb175a483644dd2758666c607d121777b53ee6b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-impress.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-math.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-math.png new file mode 120000 index 0000000000000000000000000000000000000000..9444bd8e6402d27c1b989980c4831215cd929f55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-math.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-setup.png new file mode 120000 index 0000000000000000000000000000000000000000..d32659a695aca05c109894dbf53076e53e1c25df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-setup.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-writer.png new file mode 120000 index 0000000000000000000000000000000000000000..67fd79e4f2eff7a6d734d81b8f1fca82cfd467a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg-writer.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg.png new file mode 120000 index 0000000000000000000000000000000000000000..d32659a695aca05c109894dbf53076e53e1c25df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openofficeorg.png @@ -0,0 +1 @@ +../../24x24/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openterm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openterm.png new file mode 120000 index 0000000000000000000000000000000000000000..9678ab78fe3231ced4df10861ed573ae3c04f424 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/openterm.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/opera.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/opera.png new file mode 100644 index 0000000000000000000000000000000000000000..61f0dc9920fbe67f57c605963d2ea6ebf255abb9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/opera.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/palm-pilot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/palm-pilot.png new file mode 120000 index 0000000000000000000000000000000000000000..15cb2dd218119be16e1b8abda4b7b9e20db776b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/palm-pilot.png @@ -0,0 +1 @@ +../../24x24/devices/pda.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-accessibility.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..a8abe480f4df847d3229726a5f85ceda09447499 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-accessibility.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-default-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-default-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..497d07d9cadcf00b7fd60b477cec75e0d567efd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-default-applications.png @@ -0,0 +1 @@ +../../24x24/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-font.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-font.png new file mode 100644 index 0000000000000000000000000000000000000000..6060a8dce67998eaf50ddf6fe3161f4fd1391158 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-font.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-keyboard-shortcuts.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-keyboard-shortcuts.png new file mode 100644 index 0000000000000000000000000000000000000000..f202148921aafe05400aaacc652efb627b35b185 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..ff90d8b1759ef021a1323c5a4f9efbd48b207176 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-locale.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-locale.png new file mode 100644 index 0000000000000000000000000000000000000000..f49e856857dfbc7a6e0e2bcf1134a2d6cdb60ab9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-locale.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-remote-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-remote-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..c1aeccb639a7921ccaedf4d4940ebb6433c6d26b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-remote-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..aa11d5c1a81510f856c525df9d1c440f193f7d73 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-screensaver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-theme.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-theme.png new file mode 100644 index 0000000000000000000000000000000000000000..7f85b70eea4abfbb543000486c34f5d04f0d368c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-theme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-wallpaper.png new file mode 100644 index 0000000000000000000000000000000000000000..4ba972451ffcd1682bc2730d532f1c5aaf3260ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-desktop-wallpaper.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-system-windows.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-system-windows.png new file mode 100644 index 0000000000000000000000000000000000000000..a889e879a0dc813bb21e3c6704fb257e8934929a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/preferences-system-windows.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/redhat-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/redhat-filemanager.png new file mode 120000 index 0000000000000000000000000000000000000000..267f7899bae04c502da6d45e4e9bdda4f8346a34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/redhat-filemanager.png @@ -0,0 +1 @@ +../../24x24/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ristretto.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ristretto.png new file mode 100644 index 0000000000000000000000000000000000000000..c71084197bdc66337ca1961ec26342c011ced258 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/ristretto.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/screensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..df949fc4890372ac262222ba576868f095991aff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/screensaver.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/search.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/search.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1e0134e415b55fdde73cfef92335aa8b58b1ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..f0e919dc2a2e40987e3fe4faf1fc4ef5b191a283 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/skype.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/skype.png new file mode 100644 index 0000000000000000000000000000000000000000..93d8cbfd1bf90d605f8482012fa56b5b4c1d165e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/skype.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..3d9606a5ba87f4b969e6caa2ec4bd79c3486035a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/stock_help.png @@ -0,0 +1 @@ +../../24x24/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-date.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-date.png new file mode 100644 index 0000000000000000000000000000000000000000..2fde0cff7a1e1a7152b83a01d6db2502e257f6f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-date.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-display.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-display.png new file mode 100644 index 0000000000000000000000000000000000000000..e631010f9d63c86c79865d532c7e2fa80632b24c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..2f542c946de2faa912e2756ded9e896334a60055 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-keyboard.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-language.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-language.png new file mode 120000 index 0000000000000000000000000000000000000000..35c5749082a5f00617de8ee0c2c222db4d2c3d42 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-language.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-locale.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-netboot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-netboot.png new file mode 120000 index 0000000000000000000000000000000000000000..3d5803364de14b9248fd450dec1435adb8aab621 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-netboot.png @@ -0,0 +1 @@ +../../24x24/misc/network-boot-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..a279827b59c17323f8379f6a9006fdf9eb3091c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-samba.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-samba.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f9f7482f94b3b7d5f90ed3fd62470e02410607 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-samba.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-securitylevel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-securitylevel.png new file mode 100644 index 0000000000000000000000000000000000000000..8591b25c96a8c8f58dfb18973d65e9a8d006fffe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-securitylevel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-services.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-services.png new file mode 120000 index 0000000000000000000000000000000000000000..475ee6718602d4f83509356e1cd0af9ec55cd7c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-services.png @@ -0,0 +1 @@ +../../24x24/categories/system-services.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-soundcard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-soundcard.png new file mode 100644 index 0000000000000000000000000000000000000000..202d198506c4ac068f9494c5a710ed0cd8c6bd4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-soundcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-users.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-users.png new file mode 100644 index 0000000000000000000000000000000000000000..f689443fcda73b4784a00f2a76b4443453d7c571 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-config-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-file-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..142bb5e8d822a555e10750681ccefae3bf77431d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-file-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-software-installer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-software-installer.png new file mode 100644 index 0000000000000000000000000000000000000000..da5e1b5eff63bc9a66f102ac1ebd3932c3076934 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-software-installer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-software-update.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-software-update.png new file mode 100644 index 0000000000000000000000000000000000000000..e471fa66a4f09d18117a0b683471f0bdace0ce20 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-software-update.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-users.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..73d71bcaadff27e7594317ced4638ac17a5cf862 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/system-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..9678ab78fe3231ced4df10861ed573ae3c04f424 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/terminal.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/text-editor.png new file mode 120000 index 0000000000000000000000000000000000000000..bdcaceee264f8d649d0d57c97ae2b02e71eece36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/text-editor.png @@ -0,0 +1 @@ +../../24x24/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/thunderbird.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/thunderbird.png new file mode 100644 index 0000000000000000000000000000000000000000..8c351fdf07d8530705cf0fc9ae021b1e122c8e28 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/thunderbird.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/transmission.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/transmission.png new file mode 100644 index 0000000000000000000000000000000000000000..b72640b887857b0651723986eb54badaba2381ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/transmission.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/user-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/user-info.png new file mode 100644 index 0000000000000000000000000000000000000000..9f29fb2576f26f9d4f2f798ea782887bd00b5d1d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/user-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-network-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-network-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..696859b2d2a69d00b52a7b69223a2b17853c72c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-network-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-system-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-system-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d39b07da21b4e2fa09e526a510df233b81b6cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-system-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..f8c98e106784a622e60bed6dceb5ddff4b0af469 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utilities-terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utils.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utils.png new file mode 100644 index 0000000000000000000000000000000000000000..3670aa8571edaa03448308df7abdf347c3ae9be4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/utils.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/vim.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/vim.png new file mode 100644 index 0000000000000000000000000000000000000000..13f3462895d1a5e2730cf8ee24d814add61c4360 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/vim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/vlc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..5d3da27450d9c43b0b6d2c53bfaa2e2072fb084f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/vlc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/volume-knob.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/volume-knob.png new file mode 120000 index 0000000000000000000000000000000000000000..1d9d29be8b59f620ed56b4978aac7a38e1bb87fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/volume-knob.png @@ -0,0 +1 @@ +../../24x24/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wallpaper.png new file mode 120000 index 0000000000000000000000000000000000000000..3d7519f07b2235662b02eff2bdb4e57af614b8c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wallpaper.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/web-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/web-browser.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/web-browser.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wine.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wine.png new file mode 100644 index 0000000000000000000000000000000000000000..e1b0e09d1b11a0c5e9c5d81241bc96b855fb9eed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wine2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wine2.png new file mode 100644 index 0000000000000000000000000000000000000000..e76a0bcabf363c4e9ca18fa968c251201ac45877 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wine2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wmtweaks.png new file mode 120000 index 0000000000000000000000000000000000000000..4918cb2c25b8bc3cc4f8420ffa71d064b5a3b1df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/wmtweaks.png @@ -0,0 +1 @@ +../../24x24/misc/wmtweaks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/x.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/x.png new file mode 100644 index 0000000000000000000000000000000000000000..dabc7674e7d1116fc52894b213e93828d52d1ebe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/x.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xarchiver.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xarchiver.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a8a4ee03fa8f94cbfee80ba3aa7ba4d5fd8aab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xarchiver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xcdroast.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xcdroast.png new file mode 100644 index 0000000000000000000000000000000000000000..fff028ff5003d8ea2a235762413cbe03ee7049f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xcdroast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..907cf8d42e01de1eb72e963cecd4fdf257ea2686 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfcalendar.png @@ -0,0 +1 @@ +../../24x24/apps/calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..bdcaceee264f8d649d0d57c97ae2b02e71eece36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-edit.png @@ -0,0 +1 @@ +../../24x24/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-filemanager.png new file mode 100644 index 0000000000000000000000000000000000000000..74ee0e111828fe10e120305808e65250d6d7b3f7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-filemanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..1bb5998acd3070927e7aeec7c78c085afe7a8ee1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-games.png @@ -0,0 +1 @@ +../../24x24/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..47bd3b2b54e07ee509d6b899c2d61f9e2dbfc8c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-graphics.png @@ -0,0 +1 @@ +../../24x24/categories/applications-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..e8ad3daf60759259945958040f112877757add66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-gtk-paste.png @@ -0,0 +1 @@ +../../24x24/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-internet.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..84b2e584efdea343a810e8987bcbd04b65d976e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mailcheck.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mailcheck.png new file mode 120000 index 0000000000000000000000000000000000000000..b9f05db25201c6fc2de33e96c292b3e13e26a6eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mailcheck.png @@ -0,0 +1 @@ +../../24x24/actions/mail-send-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-man.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-man.png new file mode 120000 index 0000000000000000000000000000000000000000..ecd89f766f53f846c25f7a89637c3ea65314d43e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-man.png @@ -0,0 +1 @@ +../../24x24/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..91da0b50f2e0228ceb17d280ead95a020300c0dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-mouse.png @@ -0,0 +1 @@ +../../24x24/apps/xfce4-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..50de955e00e1f734cfaa626ce10bf042550920fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-multimedia.png @@ -0,0 +1 @@ +../../24x24/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-newmail.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-newmail.png new file mode 120000 index 0000000000000000000000000000000000000000..da6b173d7bd6b8a9fda767f367fe7f90129c37bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-newmail.png @@ -0,0 +1 @@ +../../24x24/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-nomail.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-nomail.png new file mode 100644 index 0000000000000000000000000000000000000000..763a916b54ea87950e33a4fcc601d61cffe951b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-nomail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-oldmail.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-oldmail.png new file mode 120000 index 0000000000000000000000000000000000000000..93aab05ccbbe45e2e9ac5df3da3b8ddf13c0ad33 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-oldmail.png @@ -0,0 +1 @@ +../../24x24/actions/mail-mark-read.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-printer.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-schedule.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-schedule.png new file mode 100644 index 0000000000000000000000000000000000000000..c50a57b63a769f5d8d1d31dade1bf95e10221d5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-schedule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-sound.png new file mode 120000 index 0000000000000000000000000000000000000000..26db9df99e1ea6d032586be2898ae02c2b5670a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-sound.png @@ -0,0 +1 @@ +../../24x24/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-exit.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed97aa6167f64467ecef4bbe44e5835542bd36b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-exit.png @@ -0,0 +1 @@ +../../24x24/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-info.png new file mode 100644 index 0000000000000000000000000000000000000000..07990e9fa8ce0f90417b68ae2fb9ecf4343fc84b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..cb7e9d6cd49447208ed77d0ef402d13a2a6a89a9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-lock.png @@ -0,0 +1 @@ +../../24x24/apps/gnome-lockscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..448833bb0e5498e6bd7e24929c570757a3567341 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-system-settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..9678ab78fe3231ced4df10861ed573ae3c04f424 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-terminal.png @@ -0,0 +1 @@ +../../24x24/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..3509365cd530805ca1ce91e27bd42b3c0ba812de --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-trash_empty.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-trash-empty.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..93086cd23f65f35378aa245adaa74221a457b426 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-trash_full.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..b488aab297473558a9a55a0c5e8597f1677bb6b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-unknown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..9788a657758ad558076fafe238db069fd815b3ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce-utils.png @@ -0,0 +1 @@ +../../24x24/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-appfinder.png new file mode 120000 index 0000000000000000000000000000000000000000..b0faeca454e5e6e4ef26ec93c8cd08ccb4584480 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-appfinder.png @@ -0,0 +1 @@ +../../24x24/misc/xfce4-appfinder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-backdrop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-backdrop.png new file mode 120000 index 0000000000000000000000000000000000000000..3d7519f07b2235662b02eff2bdb4e57af614b8c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-backdrop.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..158f9336452bb16aaa1de9424f750da63075d703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-display.png @@ -0,0 +1 @@ +../../24x24/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-iconbox.png new file mode 120000 index 0000000000000000000000000000000000000000..69e6679b404e8ffbc19f5772b987dcf7e891e703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-iconbox.png @@ -0,0 +1 @@ +../../24x24/misc/iconbox.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..bd596e9747e40531832fea5ffd04d664f154edcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-keyboard.png @@ -0,0 +1 @@ +../../24x24/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-menueditor.png new file mode 120000 index 0000000000000000000000000000000000000000..762194a1bc058a64a2b5a029804aba9c78868992 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-menueditor.png @@ -0,0 +1 @@ +../../24x24/misc/menueditor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..26db9df99e1ea6d032586be2898ae02c2b5670a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-mixer.png @@ -0,0 +1 @@ +../../24x24/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..52c1de7b4fff37c667e605fd5962e2af8e405e2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-mouse.png @@ -0,0 +1 @@ +../../24x24/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-panel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-panel.png new file mode 100644 index 0000000000000000000000000000000000000000..9e4c9780ee75626f68b1fb476b41119ec535867d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-panel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-session.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-session.png new file mode 120000 index 0000000000000000000000000000000000000000..f56d5352e4f74bb63d6e5e2dc5eec874137e9e35 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-session.png @@ -0,0 +1 @@ +../../24x24/misc/sm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..c10ae307675ce53f987561d31ec73c44a67e79ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-settings.png @@ -0,0 +1 @@ +../../24x24/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-splash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-splash.png new file mode 100644 index 0000000000000000000000000000000000000000..8ac17925510fe1c18a56de8e45698782fa43efe1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-splash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-taskbar.png new file mode 120000 index 0000000000000000000000000000000000000000..a3699ae4126349a32355bf7e0c5ac9110a3e5faa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-taskbar.png @@ -0,0 +1 @@ +../../24x24/misc/taskbar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-ui.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-ui.png new file mode 120000 index 0000000000000000000000000000000000000000..036c6e181b701fa3fb8f2a4782f7bd0ab6cd4bbb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-ui.png @@ -0,0 +1 @@ +../../24x24/misc/ui.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-workspaces.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-workspaces.png new file mode 120000 index 0000000000000000000000000000000000000000..a36ccbda0e10045545aea29f4226b8f1cc197bf8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfce4-workspaces.png @@ -0,0 +1 @@ +../../24x24/misc/wksp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..6e3b130d81ee642271bb2f77a4530c689433d39c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-logout.png @@ -0,0 +1 @@ +../../24x24/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-reboot.png new file mode 120000 index 0000000000000000000000000000000000000000..50eb30535bc111f789c5f20a42ec7b9e5daa669d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-reboot.png @@ -0,0 +1 @@ +../../24x24/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed97aa6167f64467ecef4bbe44e5835542bd36b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfsm-shutdown.png @@ -0,0 +1 @@ +../../24x24/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfwm4.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfwm4.png new file mode 120000 index 0000000000000000000000000000000000000000..b6d1bcd1807992dd622e5e7fe1c3a8d2d4096bf9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xfwm4.png @@ -0,0 +1 @@ +../../24x24/misc/wm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xine.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xine.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0da86cb4c717e1394189d36ecf4c593e3e6340 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xsane.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xsane.png new file mode 100644 index 0000000000000000000000000000000000000000..3b76c159ef2ca092674ff8c3a038c3b27a281a2b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xsane.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..df949fc4890372ac262222ba576868f095991aff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/apps/xscreensaver.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-accessories.png new file mode 100644 index 0000000000000000000000000000000000000000..ee95f87bebedb4d60ea1c1048f280185105cda34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-accessories.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-development.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..c8aa4d9bae3239df26df6d5a97dc8fc923eb07fb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-development.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-education.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-education.png new file mode 100644 index 0000000000000000000000000000000000000000..af95696499c768f36e3d9e5080f3c010a5b4f24f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-education.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-engineering.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-engineering.png new file mode 100644 index 0000000000000000000000000000000000000000..bfae6d571c54240d63977baec4a3fc87edd13e88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-engineering.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-games.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-games.png new file mode 100644 index 0000000000000000000000000000000000000000..e79788349eda960158e4a3b34b77247e7a8bfc0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-games.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-graphics.png new file mode 100644 index 0000000000000000000000000000000000000000..177ea6674d76f3f4f963f545212cfe25ad5dfed9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-graphics.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-internet.png new file mode 100644 index 0000000000000000000000000000000000000000..22d8a98fdd929c7e7bbabd2e2887945452c74c8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-internet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fc8ff34c4baae203882e3512bb2f82ba7cc220 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-office.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-office.png new file mode 100644 index 0000000000000000000000000000000000000000..29a89f5079495d25046e59f8c98ef5c58d30a66e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-office.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..497d07d9cadcf00b7fd60b477cec75e0d567efd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-other.png @@ -0,0 +1 @@ +../../24x24/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-science.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-science.png new file mode 100644 index 0000000000000000000000000000000000000000..98192930c3f259a761d6b1bacdc1abd6d592c37a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-science.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-system.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-system.png new file mode 100644 index 0000000000000000000000000000000000000000..92beba07eb239d1728adf55ad32496a292a52047 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-utilities.png new file mode 100644 index 0000000000000000000000000000000000000000..765c6875d6b60786a5efdb7132a65ea1b8fdba7b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/applications-utilities.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/extension.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/extension.png new file mode 100644 index 0000000000000000000000000000000000000000..d96d01541e5b41e4819473166da1ff1ea7c1012a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/extension.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..69fd56e88add4ad22e05635ada756ddb1d60c331 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-devel.png @@ -0,0 +1 @@ +../../24x24/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-globe.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-globe.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-joystick.png new file mode 120000 index 0000000000000000000000000000000000000000..9a79da0f75ac64a5d7581b1d2d8d9f717d9ed1c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-joystick.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-fun.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..c731f81a1b4d509eed41cc8d2df403ac806e2175 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/gnome-util.png @@ -0,0 +1 @@ +../../24x24/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_development.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_development.png new file mode 120000 index 0000000000000000000000000000000000000000..69fd56e88add4ad22e05635ada756ddb1d60c331 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_development.png @@ -0,0 +1 @@ +../../24x24/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_games.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_games.png new file mode 120000 index 0000000000000000000000000000000000000000..1bb5998acd3070927e7aeec7c78c085afe7a8ee1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_games.png @@ -0,0 +1 @@ +../../24x24/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_network.png new file mode 120000 index 0000000000000000000000000000000000000000..6065d2b775b7ef96abd2d8fe7025830be8eec0dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_network.png @@ -0,0 +1 @@ +../../24x24/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..604252685529fac6f976bff7902afaac8c34f6a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_settings.png @@ -0,0 +1 @@ +../../24x24/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_utilities.png new file mode 120000 index 0000000000000000000000000000000000000000..c731f81a1b4d509eed41cc8d2df403ac806e2175 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/package_utilities.png @@ -0,0 +1 @@ +../../24x24/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop-peripherals.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop-peripherals.png new file mode 100644 index 0000000000000000000000000000000000000000..b3224b9dc8b9012bfe3f6b4fd5b81257ec2bf9b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop-peripherals.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop-personal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop-personal.png new file mode 100644 index 0000000000000000000000000000000000000000..f139a28d9e5aa00df633eb770fc00fb9ae1330ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop-personal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9224bae618855bdcbec943dfe643f5815abd00 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-other.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-other.png new file mode 100644 index 0000000000000000000000000000000000000000..94e673e69781638446ef7a47224137817f7676f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-system-network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-system-network.png new file mode 100644 index 0000000000000000000000000000000000000000..9715935a5019248bf604950fe15698de5c3d0291 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-system-network.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-system.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..448833bb0e5498e6bd7e24929c570757a3567341 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/preferences-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..56272fd64dffb3be5e4d9c760fa26a59dd2cc30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-accessories.png @@ -0,0 +1 @@ +../../24x24/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-games.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-games.png new file mode 120000 index 0000000000000000000000000000000000000000..1bb5998acd3070927e7aeec7c78c085afe7a8ee1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-games.png @@ -0,0 +1 @@ +../../24x24/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-internet.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-programming.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-programming.png new file mode 120000 index 0000000000000000000000000000000000000000..69fd56e88add4ad22e05635ada756ddb1d60c331 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-programming.png @@ -0,0 +1 @@ +../../24x24/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-system_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-system_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..604252685529fac6f976bff7902afaac8c34f6a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/redhat-system_settings.png @@ -0,0 +1 @@ +../../24x24/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/stock_internet.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-favorites.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..4b20009a0025758ce18d4ea80c038965273236a0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-favorites.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-help.png new file mode 100644 index 0000000000000000000000000000000000000000..a5d25bd8df2cf65301068b6471f93f42bfb1bed7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-help.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-services.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-services.png new file mode 100644 index 0000000000000000000000000000000000000000..29b6701eaadfe3055fa8ed1db664d439bf77961c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/system-services.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..1bb5998acd3070927e7aeec7c78c085afe7a8ee1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-games.png @@ -0,0 +1 @@ +../../24x24/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-internet.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-system-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..604252685529fac6f976bff7902afaac8c34f6a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-system-settings.png @@ -0,0 +1 @@ +../../24x24/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..c731f81a1b4d509eed41cc8d2df403ac806e2175 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/categories/xfce-utils.png @@ -0,0 +1 @@ +../../24x24/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/3floppy_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/3floppy_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..a4bfee8cb4468c571ed08c944cde0558c9882bf5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/3floppy_unmount.png @@ -0,0 +1 @@ +../../24x24/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-card.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-card.png new file mode 100644 index 0000000000000000000000000000000000000000..14faa0c70ed4bf3148d11de12f4822003e06b1e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-input-line.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-input-line.png new file mode 100644 index 0000000000000000000000000000000000000000..ed76bd9a086cf52bcfff310cd6130f42637926ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-input-line.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-input-microphone.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-input-microphone.png new file mode 100644 index 0000000000000000000000000000000000000000..a91d54d5fe3cb2deadc6715193817955d83ba5f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/audio-input-microphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/battery.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/battery.png new file mode 100644 index 0000000000000000000000000000000000000000..1f2a90a3ef25860465f6e17fb9998121113365ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/battery.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camara-video-security.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camara-video-security.png new file mode 100644 index 0000000000000000000000000000000000000000..e089ccc76438135d71b81d3cca16304ad1b0f38b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camara-video-security.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-photo-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-photo-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..c0efd3a84e9642cd65954a2703cd44defb97ac33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-photo-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-photo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-photo.png new file mode 100644 index 0000000000000000000000000000000000000000..9b426f61a8edd162f48aa4ad80d1956bc53194c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-photo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-video-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-video-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..b0bd7a6f56828e4776119dedc4023617b69ccb8b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-video-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-video.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-video.png new file mode 100644 index 0000000000000000000000000000000000000000..df72fd67c4bdfb6291c73352c6a6453fea70fd91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-video.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-web.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-web.png new file mode 100644 index 0000000000000000000000000000000000000000..dba06f62397f05130f49c093c896ee66994fbc27 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/camera-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cdrom_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cdrom_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cdrom_unmount.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cdwriter_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cdwriter_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cdwriter_unmount.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/chardevice.png new file mode 120000 index 0000000000000000000000000000000000000000..158f9336452bb16aaa1de9424f750da63075d703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/chardevice.png @@ -0,0 +1 @@ +../../24x24/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/computer-portable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/computer-portable.png new file mode 100644 index 0000000000000000000000000000000000000000..612b455dcce151886241f9c068c625aa7014a330 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/computer-portable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/computer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f453e7a6006b3db2ccd70742907b5a75551434 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/computer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cpu.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cpu.png new file mode 120000 index 0000000000000000000000000000000000000000..59879ee502fbf156893a87d77def8d78dc678c41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/cpu.png @@ -0,0 +1 @@ +../../24x24/devices/processor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/dev-pcmcia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/dev-pcmcia.png new file mode 100644 index 0000000000000000000000000000000000000000..90d13ae17c7a1385ec9a41821edaac583bcd3635 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/dev-pcmcia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/display.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/display.png new file mode 120000 index 0000000000000000000000000000000000000000..158f9336452bb16aaa1de9424f750da63075d703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/display.png @@ -0,0 +1 @@ +../../24x24/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..f66ec4a57e48060cd2750f8e011b152b42227752 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-cdrom.png @@ -0,0 +1 @@ +../../24x24/devices/drive-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee26943b0a0a73115ebc20d28e60234db6fe0b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..e8d4b8133af63803e3e00483a0ad2c77b6941cab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3b0cf01f0a59f5e8017647e3470349200eda9f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..26f4da425d70a192ec11d3068749aabb32ce6d34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-harddisk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd04dadcefd88a90de2c24716fd052265f2e508 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..30cfc939a108e6ccde1bd5dd2cf4f992b2804f8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..fb16007d1c7b4fcc55b5d5a3c7d9acfb921cd8b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..c034cae834c7516573d5a729fff290e13b5171fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..521bc52dfe95b982ee67b0a7df4d55c9c5fdf9ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..979ff4cad8a1de155e1234fca4ea36c3a9711411 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..c414abf80f78f6010f9e56b412fb748dda23941c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media.png new file mode 100644 index 0000000000000000000000000000000000000000..34ff0f1d6fef911cafed738e94983d18101cab06 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/drive-removable-media.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/dvd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/dvd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/dvd_unmount.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/fs-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/fs-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..06758c80b7300f61b06ba4c706ad4fa81335bf2f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/fs-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-battery.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-battery.png new file mode 120000 index 0000000000000000000000000000000000000000..f3738cae0af7c0902b662ba5c55c29fb8e554112 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-battery.png @@ -0,0 +1 @@ +../../24x24/devices/battery.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-cdrom-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..1e0c5439c074584d1b364f5c68fde18e6cbbc14a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +../../24x24/devices/media-cdrom-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-cdrom.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-computer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-computer.png new file mode 120000 index 0000000000000000000000000000000000000000..0576f88225d986fc100559ebdacde53c3e73d6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-computer.png @@ -0,0 +1 @@ +../../24x24/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-cdr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-cdr.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-cdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-cdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdr-plus.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdr.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdram.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdram.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-dvd.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-dvd.png new file mode 120000 index 0000000000000000000000000000000000000000..fb137cca242207c7d5c09ee4a8862e256ba597d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-dvd.png @@ -0,0 +1 @@ +../../24x24/devices/media-dvd-movie.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..a4bfee8cb4468c571ed08c944cde0558c9882bf5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-floppy.png @@ -0,0 +1 @@ +../../24x24/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-harddisk.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-ipod.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-ipod.png new file mode 120000 index 0000000000000000000000000000000000000000..1bedd9469779c3feab6956bb0ab37d371e63b136 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-ipod.png @@ -0,0 +1 @@ +../../24x24/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-jazdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-jazdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..4d0a5322512a79dae439185ef65a9c41a00cb28e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-jazdisk.png @@ -0,0 +1 @@ +../../24x24/devices/media-jaz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..bd596e9747e40531832fea5ffd04d664f154edcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-keyboard.png @@ -0,0 +1 @@ +../../24x24/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-cf.png new file mode 120000 index 0000000000000000000000000000000000000000..3070475bd376080b7abf28465a18e5304729c404 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-cf.png @@ -0,0 +1 @@ +../../24x24/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-ms.png new file mode 120000 index 0000000000000000000000000000000000000000..3070475bd376080b7abf28465a18e5304729c404 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-ms.png @@ -0,0 +1 @@ +../../24x24/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-sdmmc.png new file mode 120000 index 0000000000000000000000000000000000000000..3070475bd376080b7abf28465a18e5304729c404 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-sdmmc.png @@ -0,0 +1 @@ +../../24x24/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-sm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-sm.png new file mode 120000 index 0000000000000000000000000000000000000000..3070475bd376080b7abf28465a18e5304729c404 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-media-sm.png @@ -0,0 +1 @@ +../../24x24/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-mouse-ball.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-mouse-ball.png new file mode 120000 index 0000000000000000000000000000000000000000..59d7368e0066d491399469ff67d4951055ea8ab2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-mouse-ball.png @@ -0,0 +1 @@ +../../24x24/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-mouse-optical.png new file mode 120000 index 0000000000000000000000000000000000000000..52c1de7b4fff37c667e605fd5962e2af8e405e2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-mouse-optical.png @@ -0,0 +1 @@ +../../24x24/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-network.png new file mode 120000 index 0000000000000000000000000000000000000000..6065d2b775b7ef96abd2d8fe7025830be8eec0dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-network.png @@ -0,0 +1 @@ +../../24x24/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-printer.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..869fb36d11c9848db5d871e1e6dd164fa5cf19a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable-1394.png @@ -0,0 +1 @@ +../../24x24/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..869fb36d11c9848db5d871e1e6dd164fa5cf19a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable-usb.png @@ -0,0 +1 @@ +../../24x24/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable.png new file mode 120000 index 0000000000000000000000000000000000000000..869fb36d11c9848db5d871e1e6dd164fa5cf19a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-removable.png @@ -0,0 +1 @@ +../../24x24/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-scanner.png new file mode 120000 index 0000000000000000000000000000000000000000..c7ed834b280ef0abce1c30b582293db3838991d8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-scanner.png @@ -0,0 +1 @@ +../../24x24/devices/scanner.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-symlink.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-symlink.png new file mode 100644 index 0000000000000000000000000000000000000000..208bae7b7c7e9adf1965d816bca82e5e69d6c9d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-symlink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-zipdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-zipdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..1c942c0ec93cb67a2c7f29e3638a35c55c267ff5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-dev-zipdisk.png @@ -0,0 +1 @@ +../../24x24/devices/media-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..0576f88225d986fc100559ebdacde53c3e73d6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gnome-fs-client.png @@ -0,0 +1 @@ +../../24x24/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-cdrom.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..a4bfee8cb4468c571ed08c944cde0558c9882bf5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-floppy.png @@ -0,0 +1 @@ +../../24x24/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/gtk-harddisk.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/harddrive.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/harddrive.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/harddrive.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/hdd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/hdd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/hdd_unmount.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/headphone.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/headphone.png new file mode 100644 index 0000000000000000000000000000000000000000..1b0fe8a8a58f817a6101c9182888ebecd3b7b8bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/headphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-gaming.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-gaming.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc2eb6c35585fc2f1953f28e265a201b4e553ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-gaming.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..b1129a8b1cdf314b2cce9bb808e123c0bef62afe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-mouse-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..220040924d20fedbe31a290d56c81e5d149d3d58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-mouse-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..e3cd7c9634b3466af898df9fecc9152eff2109c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-mouse.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-tablet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-tablet.png new file mode 100644 index 0000000000000000000000000000000000000000..a4bdfe2a0e03a4273fe0faaf5ed3570a0798c24f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/input-tablet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/ipod_mount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/ipod_mount.png new file mode 120000 index 0000000000000000000000000000000000000000..1bedd9469779c3feab6956bb0ab37d371e63b136 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/ipod_mount.png @@ -0,0 +1 @@ +../../24x24/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..bd596e9747e40531832fea5ffd04d664f154edcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/keyboard.png @@ -0,0 +1 @@ +../../24x24/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/kjobviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/kjobviewer.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/kjobviewer.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/kxkb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/kxkb.png new file mode 120000 index 0000000000000000000000000000000000000000..bd596e9747e40531832fea5ffd04d664f154edcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/kxkb.png @@ -0,0 +1 @@ +../../24x24/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cassete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cassete.png new file mode 100644 index 0000000000000000000000000000000000000000..75ff01969f469ad3870cc389848a26d524eda812 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cassete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cassete2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cassete2.png new file mode 100644 index 0000000000000000000000000000000000000000..75ff01969f469ad3870cc389848a26d524eda812 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cassete2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..5a560397e2c53e23ee65425895765cf8c117d13a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cdrom-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..f926f3938dcb3280dff44a109252461c80267598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cdrom.png @@ -0,0 +1 @@ +../../24x24/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..8452559c4e13bafcdc15e8559e3bfe4613ec1e5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-cf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-dvd-movie.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-dvd-movie.png new file mode 100644 index 0000000000000000000000000000000000000000..e374fcf4fe0d9f2572147b6a1b576b04b1995cf1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-dvd-movie.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..345845ced21aa5bfa21811107d113a69dd943ff3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-floppy.png new file mode 100644 index 0000000000000000000000000000000000000000..3e352c8a5b74ccc617d5a9007ec17451c5a6763a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-floppy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-jaz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-jaz.png new file mode 100644 index 0000000000000000000000000000000000000000..3fdfa5509a759297bc34055118739d4dcf85e3ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-jaz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-ms.png new file mode 100644 index 0000000000000000000000000000000000000000..50bdefaca31e3ed2007c26eb7cf60675121d04cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-ms.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..e8263c82e5ee31015e73e56502c730b5c0229d1f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..07d1c2cfa55d669155d23c5777958ab2577759f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-sdmmc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-tape.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..0dfc906ea25da7f103985ca28aaa6d236003a0c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-tape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-vinyl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-vinyl.png new file mode 100644 index 0000000000000000000000000000000000000000..5902c6cd38904580ff70e9d39886ec97d357b89d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-vinyl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..0e8096397505ed34569494a211f107f335826a87 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/media-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/memory.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/memory.png new file mode 100644 index 0000000000000000000000000000000000000000..05069bbdb65a1352bffe19729e50d2edb5bd9b61 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/memory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/modem.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/modem.png new file mode 100644 index 0000000000000000000000000000000000000000..55aad818c539da871fbb1e47c7b0f20ac7e35e24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/modem.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..59d7368e0066d491399469ff67d4951055ea8ab2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/mouse.png @@ -0,0 +1 @@ +../../24x24/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/multimedia-player.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/multimedia-player.png new file mode 100644 index 0000000000000000000000000000000000000000..ba459fe8f37837994eda0c96aaa230eec5b4b30a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/multimedia-player.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-card-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-card-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..d5e9a67bb4508f832d00e18aba926e0ebc1d5c9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-card-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-card-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-card-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..2e06e897e726c7f9be766654c1dd6e17b2157f30 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-card-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea9e224bb1b3258f85c96fb445166cea7ae4c02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..2d7d7fee150af2f63a0deb22644a64cbaad86172 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network_fs.png new file mode 120000 index 0000000000000000000000000000000000000000..3cbcef61c42193178a7761d41e8143f74379dbcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/network_fs.png @@ -0,0 +1 @@ +../../24x24/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/pda.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..55bc96b62c21f4c0e0e00ac589a7327fd2f9ee1f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/pda.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/phone.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfc1dc8a6ed8057dca5c19c491105b9c05713df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/phone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer-class.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer-class.png new file mode 100644 index 0000000000000000000000000000000000000000..7ab2e185b0e0581ee9cdde9898a4cd16e45fcbe7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer-class.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer-remote.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b4c86795e3ec72ba2fbec097295adcb0314da0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer1.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer1.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printer1.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printmgr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printmgr.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/printmgr.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/processor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/processor.png new file mode 100644 index 0000000000000000000000000000000000000000..24ff55e51dfb1c1ab8dbb72de93552709f878f74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/processor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/remote.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/remote.png new file mode 100644 index 0000000000000000000000000000000000000000..05f27d5a99ae505117ef036d5359b4211f6567a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..f12ec1c734bad7f9e803b1260b0531c5a2f64a47 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/scanner.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/stock_printers.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/stock_printers.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/stock_printers.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/system-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/system-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..a4bfee8cb4468c571ed08c944cde0558c9882bf5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/system-floppy.png @@ -0,0 +1 @@ +../../24x24/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/system.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/system.png new file mode 120000 index 0000000000000000000000000000000000000000..0576f88225d986fc100559ebdacde53c3e73d6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/system.png @@ -0,0 +1 @@ +../../24x24/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/usbpendrive_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/usbpendrive_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..869fb36d11c9848db5d871e1e6dd164fa5cf19a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/usbpendrive_unmount.png @@ -0,0 +1 @@ +../../24x24/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-card.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-card.png new file mode 100644 index 0000000000000000000000000000000000000000..d2dcfeb4eb99e25692d07d00d2e31ba9d96142be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-display.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-display.png new file mode 100644 index 0000000000000000000000000000000000000000..0af85716513ad84fa1b6d58466c650c1db6138e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-projector.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-projector.png new file mode 100644 index 0000000000000000000000000000000000000000..8f24ce473a14253fc67bcdbf94e920bb9a773e1c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-projector.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-television.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-television.png new file mode 100644 index 0000000000000000000000000000000000000000..457a925b551c213502b6a1b8a9e60f160302d83d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/video-television.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce-printer.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..158f9336452bb16aaa1de9424f750da63075d703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-display.png @@ -0,0 +1 @@ +../../24x24/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..bd596e9747e40531832fea5ffd04d664f154edcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-keyboard.png @@ -0,0 +1 @@ +../../24x24/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..59d7368e0066d491399469ff67d4951055ea8ab2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/xfce4-mouse.png @@ -0,0 +1 @@ +../../24x24/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_HD.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_HD.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_HD.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_idetude.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_idetude.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_idetude.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..59d7368e0066d491399469ff67d4951055ea8ab2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_mouse.png @@ -0,0 +1 @@ +../../24x24/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_printer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_printer.png new file mode 120000 index 0000000000000000000000000000000000000000..81ddbefad688ffe2f803d7653c0a84ecc4f576b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/devices/yast_printer.png @@ -0,0 +1 @@ +../../24x24/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-bookmarks.png new file mode 100644 index 0000000000000000000000000000000000000000..8075f10369e73e31a4ef4bc1f9c67562ad291d6d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-bookmarks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-camera.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-camera.png new file mode 120000 index 0000000000000000000000000000000000000000..6cd1e866a373141acdd952acaf119f9a8da885d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-camera.png @@ -0,0 +1 @@ +../../24x24/devices/camera-photo-pocket.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-certified.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-certified.png new file mode 100644 index 0000000000000000000000000000000000000000..7176e24c157ece9d30305efe913b50ebb6b77818 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-certified.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..9f69163cf4a8749054a4bc955e4153ec285df67a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-added.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-added.png new file mode 100644 index 0000000000000000000000000000000000000000..ddbb2511e95ce294936cec16f8120e2d62fb1ea7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-added.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-conflict.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..976d18fbd1fed9c69cff93960e948a94922e46f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-conflict.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-removed.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-removed.png new file mode 100644 index 0000000000000000000000000000000000000000..945d7bbe5ea79f80d88428aea24bcb5dd95f4000 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-cvs-removed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-danger.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..49191c6ac52cfc83fa4bbc034466529260b5b77d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-danger.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-default.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-default.png new file mode 100644 index 0000000000000000000000000000000000000000..f3a52706d6adc0542561756b7a238943c759d27e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-default.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-desktop-2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-desktop-2.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3fef19b486f0eb65b981ea577451fc8c92ac33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-desktop-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..d5728f07cb26c03a2294120689d537b812c51269 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-distinguished.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-distinguished.png new file mode 100644 index 0000000000000000000000000000000000000000..8be9a31ac88e6db0aebc4e24f813cfcc28ba47b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-distinguished.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-documents.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-documents.png new file mode 100644 index 0000000000000000000000000000000000000000..299de714eb81d4fb809d7dadbca2bfd5f1a31044 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-documents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-downloads-2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-downloads-2.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa801bc07b1f9139d15f13ccb9836c2b45c5406 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-downloads-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-downloads.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..89859419c648f47c1d6a54dae037c8e2c377efe9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-downloads.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-error.png new file mode 100644 index 0000000000000000000000000000000000000000..208056037a8ccc76d645f6afb25e78ce40f85a3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-favorite.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb21e1be83c45177e1bd32c95b0b4a5028a172a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-favorite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-fun.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-fun.png new file mode 100644 index 0000000000000000000000000000000000000000..5452e2a8cc5795e22dc6b07570e098fc9d72eb51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-fun.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f303e2e102b77eb11301cfeefa440dc5fd6200 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-important.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-important.png new file mode 100644 index 0000000000000000000000000000000000000000..834a4a2c6668b8c0100d7c36c9f2e0728e9a8ce8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..995cb6e60208e56b86ae08d610f68106e42357f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-money.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-money.png new file mode 100644 index 0000000000000000000000000000000000000000..4279849876bccf9178ba397a8001a0425801adaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fc8ff34c4baae203882e3512bb2f82ba7cc220 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-new.png new file mode 100644 index 0000000000000000000000000000000000000000..8d6da43f809926e45d996cccc2360545936f97ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-noread.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-noread.png new file mode 100644 index 0000000000000000000000000000000000000000..e72345e836bcc77991bef90a1d8039bdaeeacad6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-noread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-nowrite.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-nowrite.png new file mode 100644 index 0000000000000000000000000000000000000000..007f3e2603864c3fc9c470c8494e1cca9cea7a5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-nowrite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-ohno.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-ohno.png new file mode 100644 index 0000000000000000000000000000000000000000..48d0c52e305e61461dd80ddfac1457944ab0a8ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-ohno.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-package.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-package.png new file mode 100644 index 0000000000000000000000000000000000000000..b49c7be3125c03598264559b12e68ee6926ca6a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-package.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-photos.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-photos.png new file mode 120000 index 0000000000000000000000000000000000000000..e0f0e8bec31867ca364f87cebb124a476f5a3315 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-photos.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-pictures.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-pictures.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-pictures.png new file mode 100644 index 0000000000000000000000000000000000000000..5f6b1e99a445a6eae347d962542ccbd0f47de066 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-pictures.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-public.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-public.png new file mode 100644 index 0000000000000000000000000000000000000000..8846e5d55d3b3cf90716793cca13c40954103e18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-public.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-readonly.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-readonly.png new file mode 120000 index 0000000000000000000000000000000000000000..bbb0070734d51ce55f63dd3a242df5bc8917e88b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-readonly.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-relax.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-relax.png new file mode 100644 index 0000000000000000000000000000000000000000..f02ca2df9ce1c950373d29aa42ac0ec53c19c1ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-relax.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-shared.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-shared.png new file mode 100644 index 0000000000000000000000000000000000000000..354d12b7409b26849df03a2895fb50d69c1b8bb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-shared.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-sound.png new file mode 100644 index 0000000000000000000000000000000000000000..7bef6bb21929f0aaf9540db2b9af219f9b0d0310 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-sound.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-special.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-special.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c3b7630eea76f81e6ddee4252aab360ee69eae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-special.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-symbolic-link.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-symbolic-link.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae4a2aaf3d48ea11aacd32ad39e775d8e245770 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-symbolic-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-symbolic-link2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-symbolic-link2.png new file mode 100644 index 0000000000000000000000000000000000000000..e02fbff7b529cf0dbb763d484a367d452ece51c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-symbolic-link2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-system.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-system.png new file mode 100644 index 0000000000000000000000000000000000000000..92beba07eb239d1728adf55ad32496a292a52047 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-unreadable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-unreadable.png new file mode 120000 index 0000000000000000000000000000000000000000..919453f95309ecd10bb720034237ae0b0d3ea760 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-unreadable.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-noread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..e427c13b8c48e9630a453e99944f68472269cc4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-web.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-web.png new file mode 100644 index 0000000000000000000000000000000000000000..ba786913a2e035103c1a0f6b5eedc7c0801d4361 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emblems/emblem-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-angel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-angel.png new file mode 100644 index 0000000000000000000000000000000000000000..4fef9624989e6288ed52cfe4d8125b5d0d82dc0b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-angel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-angry.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-angry.png new file mode 100644 index 0000000000000000000000000000000000000000..1b593c5cb146a5e0ce6c1687d66f26c88cfe8cb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-angry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..71540e652a64182459dbce165265d78dc57bf88d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-crying.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-crying.png new file mode 100644 index 0000000000000000000000000000000000000000..cbd5096b9427131026797382e688191bf5435dac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-crying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-devilish.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-devilish.png new file mode 100644 index 0000000000000000000000000000000000000000..72eb78a2edf7c140ff8ba5d5e3b98d2ce1daa899 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-devilish.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-embarrassed.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-embarrassed.png new file mode 100644 index 0000000000000000000000000000000000000000..008c91a3031077ced6fca20b2b0ca81643f8f8f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-embarrassed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-kiss.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..e840f79c7239985752b021f1df0ccedf8f65d565 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-kiss.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-laugh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-laugh.png new file mode 100644 index 0000000000000000000000000000000000000000..74234f76b0209eff65562b94c1091a7cfe402951 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-laugh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-monkey.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad7e0dac9defc8c1b264a4ba8761d257aa156d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-monkey.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-plain.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-plain.png new file mode 100644 index 0000000000000000000000000000000000000000..e768d0f2cad1b3517eb033129b1d89736de46243 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-plain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-raspberry.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..c723d8f261f613558145c11271b0ae315b9bef83 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-raspberry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-sad.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-sad.png new file mode 100644 index 0000000000000000000000000000000000000000..d22a41131186e2e9ab150b423a69fee1e34b3188 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-sad.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-sick.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-sick.png new file mode 100644 index 0000000000000000000000000000000000000000..a3104faa82b1e946c2247e9adfa027fb93ac91d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-sick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smile-big.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smile-big.png new file mode 100644 index 0000000000000000000000000000000000000000..f665799ba59997ad43ddf6271377523dd5316f88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smile-big.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smile.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smile.png new file mode 100644 index 0000000000000000000000000000000000000000..cbef83083b7eda4052993ea3db7f0c996c9bd42e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smirk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smirk.png new file mode 100644 index 0000000000000000000000000000000000000000..e385abd55bf45a99bc669a8b0c8c206152c5eb04 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-smirk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-surprise.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-surprise.png new file mode 100644 index 0000000000000000000000000000000000000000..b5228e4121ba625b596c202b851af9b6e8e3cffa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-surprise.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-tired.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-tired.png new file mode 100644 index 0000000000000000000000000000000000000000..2f190ae97f34b1baf1eebdbc1002c918c8c042f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-tired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-uncertain.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-uncertain.png new file mode 100644 index 0000000000000000000000000000000000000000..0478fad2156f20180857506c397203b8be38e06e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-uncertain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-uncertainty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-uncertainty.png new file mode 100644 index 0000000000000000000000000000000000000000..3df1b5b53d639fde29990fc4b73de64d6d62ef4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-uncertainty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-wink.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-wink.png new file mode 100644 index 0000000000000000000000000000000000000000..f7550d272d9d0f3e0872385665ab3d3ad95148ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-wink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-worried.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-worried.png new file mode 100644 index 0000000000000000000000000000000000000000..5d6175a7100a6bdb7b949ebb4f980403f63ce9c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/emotes/face-worried.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/blockdevice.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/blockdevice.png new file mode 100644 index 0000000000000000000000000000000000000000..37fa13b827b66bc6509304dd0f521b1b84b3e0e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/blockdevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/chardevice.png new file mode 100644 index 0000000000000000000000000000000000000000..e25d1615d0985fe080f1541164d98062da86ef74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/chardevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/core.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/core.png new file mode 100644 index 0000000000000000000000000000000000000000..48d0c52e305e61461dd80ddfac1457944ab0a8ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/core.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/directory-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/directory-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..b3dd225010a077d191fae522260b5f2679c9bbfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/directory-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/directory.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/directory.png new file mode 100644 index 0000000000000000000000000000000000000000..8f040bd80785933bca389b3a1680b72e82113ca8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/directory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-fifo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-fifo.png new file mode 100644 index 0000000000000000000000000000000000000000..19a76fd1fd57c058c3512d4c133b8b58989626dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-fifo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-lib.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-lib.png new file mode 100644 index 0000000000000000000000000000000000000000..c1933893cf40e7c6a02d093374993095a84cc909 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-lib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-remote.png new file mode 100644 index 0000000000000000000000000000000000000000..a769c6de69369882547a1e5bcf39295051e796c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-socket.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-socket.png new file mode 100644 index 0000000000000000000000000000000000000000..11a02f060533d097dd2a2acc745f7e2deca86490 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-socket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..e4688625dd14e07f803cc2f6e445307b97b7c417 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-full.png new file mode 100644 index 0000000000000000000000000000000000000000..c5895468cf1d77fcf875c83d218ec402dcc56c43 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..3395c6dbccffbabd1ebd1a7e81f58a7bd4ab5277 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash2-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash3-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash3-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0cb6d2b03372ed82b594f6be9962abdd61f6bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash3-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash3-full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash3-full.png new file mode 100644 index 0000000000000000000000000000000000000000..e7557c0322c133dd706266db864ddda2913e2b0a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/fs-trash3-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-blockdev.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-blockdev.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3a17b7d80f25703083b2bd313c2fe87d093f03 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-blockdev.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..0576f88225d986fc100559ebdacde53c3e73d6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-client.png @@ -0,0 +1 @@ +../../24x24/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d0058d196b0b327fe863f38c78a164c520673f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory-accept.png new file mode 100644 index 0000000000000000000000000000000000000000..67a29700d9e0a68d8cf184bb5932a500831a916c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory-accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory-visiting.png new file mode 100644 index 0000000000000000000000000000000000000000..6a7dd8fe564b9ba41bf0aeef327455e92f28ffc7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory-visiting.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..a5728fd7cfe310f2ab10b254da10bd0248a11933 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-directory.png @@ -0,0 +1 @@ +../../24x24/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..2ac94f2a3ce7d6a325aa0e0f99345eed14851cf9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-file-broken.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-file-broken.png new file mode 100644 index 0000000000000000000000000000000000000000..799df59a8008a1e30910c3b41f3848ce4384a61a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-file-broken.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-ftp.png new file mode 100644 index 0000000000000000000000000000000000000000..009cdf111e237d99b932d38e3536f5729119fe05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-ftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..11225b06f0c0eb984271169fc6cac7933da4734a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-home.png @@ -0,0 +1 @@ +../../24x24/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..3cbcef61c42193178a7761d41e8143f74379dbcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-network.png @@ -0,0 +1 @@ +../../24x24/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..71b316abe097548d226543061c916b487c25b62c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-regular.png new file mode 100644 index 0000000000000000000000000000000000000000..3e6e33ecfb4594bc81cf62c07d6c244e0e955d19 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-regular.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-share.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bcc71a0ce15dd26e25937bf0dd9a1caa92f34d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb-share.png new file mode 100644 index 0000000000000000000000000000000000000000..16c57ffcd30bccf3f5cba1e44ba80d4452a14a55 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..eb87548d54a82d6b4acc7c9034625ec8b247ea05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb.png new file mode 100644 index 0000000000000000000000000000000000000000..4eace539f255c8a178469f26883183e390bfc7e2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-smb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-ssh.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f18e6c2f3f60daea4b5299e77203e6f108cfae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-ssh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-trash-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4e962034dd21766fb30bad7cadce4ed058fa83 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-trash-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..e09ffe801262c62a1a55b8f899e4feb139f75ca4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..170d159316dd8a6b23b88427dcac7fee58da0262 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/gnome-fs-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/mount-point.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/mount-point.png new file mode 100644 index 0000000000000000000000000000000000000000..4bcd2dd260a08e317e349461608245f41adfd2cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/mount-point.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/network_fs.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d7d5c1867e1a9a7eff2fd2df2088ecfbaad658 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/network_fs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/open_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/open_folder.png new file mode 100644 index 0000000000000000000000000000000000000000..6f2c22f19ac619c446d2874066409f565bcb2451 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/open_folder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/user-home.png new file mode 120000 index 0000000000000000000000000000000000000000..11225b06f0c0eb984271169fc6cac7933da4734a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/filesystems/user-home.png @@ -0,0 +1 @@ +../../24x24/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..b99f1494b684d0cf4cbb1ed748132e9d6c35051d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-backward.png @@ -0,0 +1 @@ +../../24x24/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..b8b70745e8f1946d67b9faa34f6e6f9907e7a93e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-eject.png @@ -0,0 +1 @@ +../../24x24/stock/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-next.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-next.png new file mode 120000 index 0000000000000000000000000000000000000000..6509fca6a48aee51ff38963c87899f7c5dc966db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-next.png @@ -0,0 +1 @@ +../../24x24/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..b9fb2c4c0771905b35d831b05c575ec1ef9c7794 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-pause.png @@ -0,0 +1 @@ +../../24x24/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-play.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-play.png new file mode 120000 index 0000000000000000000000000000000000000000..7d4948d47d81b0ab1927da9cc00aa429e784b246 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-play.png @@ -0,0 +1 @@ +../../24x24/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..6689ace632357620a1d621dc6c0437b3756f7481 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-prev.png @@ -0,0 +1 @@ +../../24x24/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-record.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-record.png new file mode 120000 index 0000000000000000000000000000000000000000..56029ddb20fa3e70c9b92a422e58f4b12ba3a10d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-record.png @@ -0,0 +1 @@ +../../24x24/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..d3e495920495f743c75d1a4c931e8e4b1fb486a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/cdplayer-stop.png @@ -0,0 +1 @@ +../../24x24/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..90c45aad8b407f7e06f3561e29ecc521cea018ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../24x24/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-bookmarks.png new file mode 120000 index 0000000000000000000000000000000000000000..9658c180751f75b563094d64a44b6c5616b62641 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-bookmarks.png @@ -0,0 +1 @@ +../../24x24/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-download.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-download.png new file mode 120000 index 0000000000000000000000000000000000000000..3a51c9f81b8f3248744d733216c5e3b3d0dbe822 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-download.png @@ -0,0 +1 @@ +../../24x24/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-history.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-history.png new file mode 120000 index 0000000000000000000000000000000000000000..ed6125d169959c56bbfe8b30f2dcdb78de83373d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-history.png @@ -0,0 +1 @@ +../../24x24/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..8b4ec07630f3cac1fd65f990b0d8ff873edd0e7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-mailto.png @@ -0,0 +1 @@ +../../24x24/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..6e5da3eb051b1836c14f92af480ec65a46ccd1c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/epiphany-new-tab.png @@ -0,0 +1 @@ +../../24x24/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-about.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-about.png new file mode 120000 index 0000000000000000000000000000000000000000..425ee1362d1b2f357b63e0d5f50245b580facc55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-about.png @@ -0,0 +1 @@ +../../24x24/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-attach.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-attach.png new file mode 120000 index 0000000000000000000000000000000000000000..17df73ab33020b0c04831ffd605e21eff36da790 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-attach.png @@ -0,0 +1 @@ +../../24x24/stock/stock_attach.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-blue.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..5ab825094115ffc2abfbe35029714e881915b3d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-blue.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-green.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-green.png new file mode 120000 index 0000000000000000000000000000000000000000..9658c180751f75b563094d64a44b6c5616b62641 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-green.png @@ -0,0 +1 @@ +../../24x24/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-red.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-red.png new file mode 100644 index 0000000000000000000000000000000000000000..7627ef842dc684ad19f8df08cbb53c4396d0164f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-red.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-yellow.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..7069619c247850947f84277f94790e2f8eb9c1f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-book-yellow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..761c8fd0954af04dea6c347d87722f64d6d494f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-line-in.png @@ -0,0 +1 @@ +../../24x24/stock/stock_line-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-mic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-mic.png new file mode 120000 index 0000000000000000000000000000000000000000..704b67c59f3a28ecaae9ac975528d5176470234e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-mic.png @@ -0,0 +1 @@ +../../24x24/stock/stock_mic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-volume.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-volume.png new file mode 120000 index 0000000000000000000000000000000000000000..111fe5b3fe26aa32bbad372c37fc8b9737c3f5d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gnome-stock-volume.png @@ -0,0 +1 @@ +../../24x24/stock/stock_volume.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-about.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-about.png new file mode 120000 index 0000000000000000000000000000000000000000..425ee1362d1b2f357b63e0d5f50245b580facc55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-about.png @@ -0,0 +1 @@ +../../24x24/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..af45e2b2ef89b631e00f0d085b7ccedcd9dc71ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-add.png @@ -0,0 +1 @@ +../../24x24/stock/stock_add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-apply.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-apply.png new file mode 120000 index 0000000000000000000000000000000000000000..5d27114f4e43874e4dcfe10d537f8f9143af659d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-apply.png @@ -0,0 +1 @@ +../../24x24/stock/stock_apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-bold.png new file mode 120000 index 0000000000000000000000000000000000000000..8d05d9207a43a92bf261102c58c48c4a7037e06e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-bold.png @@ -0,0 +1 @@ +../../24x24/stock/stock_bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..32e7cb2d7d2b28fc3bcf161bb3c8e4d4253056db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cancel.png @@ -0,0 +1 @@ +../../24x24/stock/stock_cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..e7ed106ff0dfd8e5ddb1521e0fd8a201efb7f5de --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cdrom.png @@ -0,0 +1 @@ +../../24x24/stock/stock_cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..c143b6b75aca339990042e19a798c753206ed6d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-clear.png @@ -0,0 +1 @@ +../../24x24/stock/stock_clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-close.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-close.png new file mode 120000 index 0000000000000000000000000000000000000000..1499a38813c2ad093b6901f42ab1e9dd49f0e598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-close.png @@ -0,0 +1 @@ +../../24x24/stock/stock_close.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-color-picker.png new file mode 120000 index 0000000000000000000000000000000000000000..0655b82dff8de7166f06830799bf84748588e656 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-color-picker.png @@ -0,0 +1 @@ +../../24x24/stock/stock_color_picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-connect.png new file mode 120000 index 0000000000000000000000000000000000000000..36bfb12f9a1811044144f99a41d335959ed7a868 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-connect.png @@ -0,0 +1 @@ +../../24x24/stock/stock_connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-convert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-convert.png new file mode 120000 index 0000000000000000000000000000000000000000..f27ac9d4d2f3e8ade7b6250a43039ac89883ad6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-convert.png @@ -0,0 +1 @@ +../../24x24/stock/stock_convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-copy.png new file mode 120000 index 0000000000000000000000000000000000000000..b26e5143e25879e37a7e8a4ec5b38b1f9eeafbd6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-copy.png @@ -0,0 +1 @@ +../../24x24/stock/stock_copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cut.png new file mode 120000 index 0000000000000000000000000000000000000000..dcd2bcabecacb03fa5f3b8a1e0fb3f300b67d752 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-cut.png @@ -0,0 +1 @@ +../../24x24/stock/stock_cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..2e4891dad6a5f03a92e69fdbcb551e3a20829534 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-delete.png @@ -0,0 +1 @@ +../../24x24/stock/stock_delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..5539a4f7cefbe867891f0e3d7e1a4a7f54b7610b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-error.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dialog_error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..04a2fbd06a6498573ce713d04a1a0f7f28004853 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-info.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dialog_info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-question.png new file mode 120000 index 0000000000000000000000000000000000000000..35c6e490d46f2fda9e57983938cdc0a2fc0bb576 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-question.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..c9578fd4a61e076747def597ecb6db6ac504dad0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..465d00b706c3a8852b5e837b4e13e46b5245ca06 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-directory.png @@ -0,0 +1 @@ +../../24x24/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..4e9c4647b777210950a5e378a0e493017d16e415 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-disconnect.png @@ -0,0 +1 @@ +../../24x24/stock/stock_disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..b8b36f8157690bda2b498f5c487b9610b3373da9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dnd-multiple.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dnd.png new file mode 120000 index 0000000000000000000000000000000000000000..4befb6bbf53e0df67d99309da4234cf0ef27d3e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-dnd.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dnd.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-execute.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-execute.png new file mode 120000 index 0000000000000000000000000000000000000000..f9ce737f8ffc778a67318c0f3e89484aba9b1c38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-execute.png @@ -0,0 +1 @@ +../../24x24/stock/stock_execute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..c97287b6042ee9a478c7660ad0cd386ca0c9cfc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-file.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..379085184bef8e4344952ed370eba6b0343567ac --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../24x24/stock/stock_find-and-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..996a6afbf4d41650808fbaedc5afaa0e883cad00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-find.png @@ -0,0 +1 @@ +../../24x24/stock/stock_find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..9d172894b4a322824559040bee3320333f7d5279 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-floppy.png @@ -0,0 +1 @@ +../../24x24/stock/stock_floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..1884da26a99d06edd4b2439c91a3421f6a53d9d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-back.png @@ -0,0 +1 @@ +../../24x24/stock/stock_go-back.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..e85367d6865473b800aa7bbf0652fe0a0f076a92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-down.png @@ -0,0 +1 @@ +../../24x24/stock/stock_go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..6b110546f10fb6bd3f53f5fcad71f68f0a43b6be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-forward.png @@ -0,0 +1 @@ +../../24x24/stock/stock_go-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..c7281c01f28117ee94699422311be5627c6ab0da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-go-up.png @@ -0,0 +1 @@ +../../24x24/stock/stock_go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..a5029009af69ec8b3fe748faa0f245fbc514b01f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../24x24/stock/stock_goto-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..48a46d26dcd531802ae0a823b013f179b83f0cc8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-first.png @@ -0,0 +1 @@ +../../24x24/stock/stock_goto-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..3c466fa0e35b36325300144609b61edf16de5a30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-last.png @@ -0,0 +1 @@ +../../24x24/stock/stock_goto-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..a5a685db206a398d8ad668bdd56d2cfd6e3e9a5e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-goto-top.png @@ -0,0 +1 @@ +../../24x24/stock/stock_goto-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..acfb3a34b548d174fd690171076f170e89fbf3ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-harddisk.png @@ -0,0 +1 @@ +../../24x24/stock/stock_harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..27f07910dcfff0bbe978db9eb1a757b31b66a31c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-help.png @@ -0,0 +1 @@ +../../24x24/stock/stock_help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..48cfa295a5c99b3d28eb6bcd38c758cc72502b57 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-home.png @@ -0,0 +1 @@ +../../24x24/stock/stock_home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-indent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-indent.png new file mode 120000 index 0000000000000000000000000000000000000000..c52bc337073ae8896fbbc6b5d58e64055474e139 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-indent.png @@ -0,0 +1 @@ +../../24x24/stock/stock_indent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-index.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-index.png new file mode 120000 index 0000000000000000000000000000000000000000..bfa26b42de7e520c0a41dd5f79ac6db73a447d88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-index.png @@ -0,0 +1 @@ +../../24x24/stock/stock_index.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-italic.png new file mode 120000 index 0000000000000000000000000000000000000000..16a77f9117587f0709fd06ba5583566026a7f886 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-italic.png @@ -0,0 +1 @@ +../../24x24/stock/stock_italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..4771f26becd83c5f0f71241e46e2d4eaab7382c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-jump-to.png @@ -0,0 +1 @@ +../../24x24/stock/stock_jump-to.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..ee2c0104e81348dc28d7e5a81067ac208930554a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-center.png @@ -0,0 +1 @@ +../../24x24/stock/stock_justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..d5be6e6308189d6d7136582a1c91fe699f1af0b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-fill.png @@ -0,0 +1 @@ +../../24x24/stock/stock_justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..268094c4f60f2d55ca86692d4aff405b89e7ef00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-left.png @@ -0,0 +1 @@ +../../24x24/stock/stock_justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..f4879c70674ca39b389a87a84c75f5cfbe2e8fce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-justify-right.png @@ -0,0 +1 @@ +../../24x24/stock/stock_justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..f18ce06808154508540b4236dda4e3807a24fad6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-forward.png @@ -0,0 +1 @@ +../../24x24/stock/media-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..6509fca6a48aee51ff38963c87899f7c5dc966db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-next.png @@ -0,0 +1 @@ +../../24x24/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..b9fb2c4c0771905b35d831b05c575ec1ef9c7794 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-pause.png @@ -0,0 +1 @@ +../../24x24/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..7d4948d47d81b0ab1927da9cc00aa429e784b246 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-play.png @@ -0,0 +1 @@ +../../24x24/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-previous.png new file mode 120000 index 0000000000000000000000000000000000000000..6689ace632357620a1d621dc6c0437b3756f7481 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-previous.png @@ -0,0 +1 @@ +../../24x24/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..56029ddb20fa3e70c9b92a422e58f4b12ba3a10d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-record.png @@ -0,0 +1 @@ +../../24x24/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-rewind.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-rewind.png new file mode 120000 index 0000000000000000000000000000000000000000..b99f1494b684d0cf4cbb1ed748132e9d6c35051d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-rewind.png @@ -0,0 +1 @@ +../../24x24/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..d3e495920495f743c75d1a4c931e8e4b1fb486a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-media-stop.png @@ -0,0 +1 @@ +../../24x24/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..2c3010a78a2ee9b478b6973cb89ee24b15132e65 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-missing-image.png @@ -0,0 +1 @@ +../../24x24/stock/stock_missing-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..14059a3d4479285284f86a02a3376cdb4579633f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-network.png @@ -0,0 +1 @@ +../../24x24/stock/stock_network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..5da5e666265dbcd92a20de49ecca6de1f9cfb892 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-new.png @@ -0,0 +1 @@ +../../24x24/stock/stock_new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-no.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-no.png new file mode 120000 index 0000000000000000000000000000000000000000..c6c0ce6d997e79f113579eff37447e3833182f43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-no.png @@ -0,0 +1 @@ +../../24x24/stock/stock_no.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..bdb397f760374cf3409d84125f314e86646f780a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-ok.png @@ -0,0 +1 @@ +../../24x24/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-open.png new file mode 120000 index 0000000000000000000000000000000000000000..465d00b706c3a8852b5e837b4e13e46b5245ca06 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-open.png @@ -0,0 +1 @@ +../../24x24/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..cdc6f118f2f3d04a0bccae2d6540661667528f21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-paste.png @@ -0,0 +1 @@ +../../24x24/stock/stock_paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..369721e6c1a72adc7aaa7fed3a81b2dd94adc8ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-preferences.png @@ -0,0 +1 @@ +../../24x24/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..d1ce16cc5888da37e121f9b18656b61c4f66458a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-print-preview.png @@ -0,0 +1 @@ +../../24x24/stock/stock_print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..b76c3edfc33c5c8e59128ee16246f33933bf16a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-print.png @@ -0,0 +1 @@ +../../24x24/stock/stock_print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..decfff5e78da7adc8d3d23df99c08eeca28f3c6b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-properties.png @@ -0,0 +1 @@ +../../24x24/stock/stock_properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-quit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-quit.png new file mode 120000 index 0000000000000000000000000000000000000000..cb3461a4ffe69574bbe039d83499760548260527 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-quit.png @@ -0,0 +1 @@ +../../24x24/stock/stock_quit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..6d55fef3743d7754a7339b40a4f0e8e0c3db6e9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-redo.png @@ -0,0 +1 @@ +../../24x24/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..542f38d0ca5f53adee8b202dbbd8b954b4491c6b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-refresh.png @@ -0,0 +1 @@ +../../24x24/stock/stock_refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..1b6b303f763a3afd0a00bed1e2d25be1f17ae176 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-remove.png @@ -0,0 +1 @@ +../../24x24/stock/stock_remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..db016313bc333dab9b8b62588f6b34fbc695c465 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-revert-to-saved.png @@ -0,0 +1 @@ +../../24x24/stock/stock_revert-to-saved.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..775d6c2e556fb05ceb7f7d02577dec71b9750b16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-save-as.png @@ -0,0 +1 @@ +../../24x24/stock/stock_save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..42609befb77588880716a9002ff6908d911b2662 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-save.png @@ -0,0 +1 @@ +../../24x24/stock/stock_save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-select-color.png new file mode 120000 index 0000000000000000000000000000000000000000..5462d6704238caf3d6631c044a6cb76f4a35b572 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-select-color.png @@ -0,0 +1 @@ +../../24x24/stock/stock_select-color.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..a7ee0c97c2533afe26bc609ba747769a64908c3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-select-font.png @@ -0,0 +1 @@ +../../24x24/stock/stock_select-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..e2b749cfb5edb411e52ea2d5d52ab79f5d94c610 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-sort-ascending.png @@ -0,0 +1 @@ +../../24x24/stock/stock_sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..a04d0c8c684cd8444bc636658855dc3f1d4febc7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-sort-descending.png @@ -0,0 +1 @@ +../../24x24/stock/stock_sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..3841033acff5a796dfacfad7a679eff5f74b1301 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-spell-check.png @@ -0,0 +1 @@ +../../24x24/stock/stock_spell-check.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..c9578fd4a61e076747def597ecb6db6ac504dad0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-dialog-warning.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..bbfccc9a062193a23338a222d43eac1f48243b93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-edit.png @@ -0,0 +1 @@ +../../24x24/stock/stock_edit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-export.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-export.png new file mode 120000 index 0000000000000000000000000000000000000000..8265614e527d0d08a88d3e80b8a31571ddf3079f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-export.png @@ -0,0 +1 @@ +../../24x24/stock/stock_export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-import.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-import.png new file mode 120000 index 0000000000000000000000000000000000000000..a60dbbb815f0f26f1df2e134e80489a02c7af093 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-import.png @@ -0,0 +1 @@ +../../24x24/stock/stock_import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..b406c91ad741dbe9d5607add56c41c17920c02f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-image.png @@ -0,0 +1 @@ +../../24x24/stock/stock_insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..f15f37fe6e18bad2b9d53b568604cb9325863865 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-object.png @@ -0,0 +1 @@ +../../24x24/stock/stock_insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..04fe774b92e1bf09c7663ca9ed4a661ab3b25116 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-insert-table.png @@ -0,0 +1 @@ +../../24x24/stock/stock_insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..bdb397f760374cf3409d84125f314e86646f780a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-ok.png @@ -0,0 +1 @@ +../../24x24/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-reset.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-reset.png new file mode 120000 index 0000000000000000000000000000000000000000..26d103a85b2214dae421fdbc08585d77c2d41469 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-reset.png @@ -0,0 +1 @@ +../../24x24/stock/stock_reset.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-revert.png new file mode 120000 index 0000000000000000000000000000000000000000..077e51850ad8f4e6fc4dac8a18c44e25ada834a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-revert.png @@ -0,0 +1 @@ +../../24x24/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..c338ce388ccc535458641d24cf53cc820759b27d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stock-stop.png @@ -0,0 +1 @@ +../../24x24/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..c338ce388ccc535458641d24cf53cc820759b27d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-stop.png @@ -0,0 +1 @@ +../../24x24/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..c8765fae0916c8b32139123287867d37b585a362 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-strikethrough.png @@ -0,0 +1 @@ +../../24x24/stock/stock_strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..8477c46e0a8612d3fd4edc0e0dbf0f58c233e996 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-undelete.png @@ -0,0 +1 @@ +../../24x24/stock/stock_undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-underline.png new file mode 120000 index 0000000000000000000000000000000000000000..bef49db5d10364db35fc4107dd6a8ff4d9862f26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-underline.png @@ -0,0 +1 @@ +../../24x24/stock/stock_underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..077e51850ad8f4e6fc4dac8a18c44e25ada834a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-undo.png @@ -0,0 +1 @@ +../../24x24/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..2a1affd90d67bb4d1e3bd65a3ba35b78c82b4f95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-unindent.png @@ -0,0 +1 @@ +../../24x24/stock/stock_unindent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-yes.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-yes.png new file mode 120000 index 0000000000000000000000000000000000000000..86cfcfd8ab9da23b99f5287f6de8d9bb624d2bf4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-yes.png @@ -0,0 +1 @@ +../../24x24/stock/stock_yes.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..0d5bd23d76c60ecf018d56a6265bdae1400b8b4c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-100.png @@ -0,0 +1 @@ +../../24x24/stock/stock_zoom-100.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..ef0fc4335f78b2059fc17d8b3ca33e508d5068af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../24x24/stock/stock_zoom-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..032236005a2420f12887968f422375db812f557c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-in.png @@ -0,0 +1 @@ +../../24x24/stock/stock_zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..edb0be5a3a6c69e3ca0ec0a948f73ceb2ca186b2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/gtk-zoom-out.png @@ -0,0 +1 @@ +../../24x24/stock/stock_zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..cdc51886200f6cba1f397f73abc7536496d36c5f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-accessories.png @@ -0,0 +1 @@ +../../24x24/stock/stock_accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..d0484f7a363e1cd65011321ede29bb5bd088acbc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-amusements.png @@ -0,0 +1 @@ +../../24x24/stock/stock_amusements.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..0b4692cbf2c33178cbfde84d06742c0c42ed4c8e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-internet.png @@ -0,0 +1 @@ +../../24x24/stock/stock_internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..f7eda9fd723e820e6dc834f51baa1eb31f1834ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-logout.png @@ -0,0 +1 @@ +../../24x24/stock/stock_logout.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d6af599e057902050243e91994c98d4164b62a28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-multimedia.png @@ -0,0 +1 @@ +../../24x24/stock/stock_multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-run.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-run.png new file mode 120000 index 0000000000000000000000000000000000000000..8f2bb6dbe6fb961e88853026369e3632dd13069e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-run.png @@ -0,0 +1 @@ +../../24x24/stock/stock_run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..b6d0f329ac81cb338e90c8f2ee8d0d604ebdb079 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/panel-screenshot.png @@ -0,0 +1 @@ +../../24x24/stock/stock_screenshot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-select.png new file mode 120000 index 0000000000000000000000000000000000000000..54df4ec590eebd335b2f7151b23b4bdf2bd38975 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-select.png @@ -0,0 +1 @@ +../../24x24/stock/rox-select.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-show-details.png new file mode 120000 index 0000000000000000000000000000000000000000..796be342ff9556a1c27814189d924b5bd93d721c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-show-details.png @@ -0,0 +1 @@ +../../24x24/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-show-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..f9fc6f4456ebbd0257b2c23b8bf996d82df4af2a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/rox-show-hidden.png @@ -0,0 +1 @@ +../../24x24/stock/rox-show-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/session-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/session-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..369721e6c1a72adc7aaa7fed3a81b2dd94adc8ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/session-stock-edit.png @@ -0,0 +1 @@ +../../24x24/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-download.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-download.png new file mode 120000 index 0000000000000000000000000000000000000000..3a51c9f81b8f3248744d733216c5e3b3d0dbe822 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-download.png @@ -0,0 +1 @@ +../../24x24/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-history.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-history.png new file mode 120000 index 0000000000000000000000000000000000000000..ed6125d169959c56bbfe8b30f2dcdb78de83373d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-history.png @@ -0,0 +1 @@ +../../24x24/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..8b4ec07630f3cac1fd65f990b0d8ff873edd0e7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock-mailto.png @@ -0,0 +1 @@ +../../24x24/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_add-bookmark.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_add-bookmark.png new file mode 120000 index 0000000000000000000000000000000000000000..90c45aad8b407f7e06f3561e29ecc521cea018ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_add-bookmark.png @@ -0,0 +1 @@ +../../24x24/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..909e2bf4c39dcf83e6fd4bd1fe07abc6709fdcaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_fullscreen.png @@ -0,0 +1 @@ +../../24x24/stock/stock_fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_mail-send.png new file mode 120000 index 0000000000000000000000000000000000000000..8b4ec07630f3cac1fd65f990b0d8ff873edd0e7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_mail-send.png @@ -0,0 +1 @@ +../../24x24/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_new_tab.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_new_tab.png new file mode 120000 index 0000000000000000000000000000000000000000..6e5da3eb051b1836c14f92af480ec65a46ccd1c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_new_tab.png @@ -0,0 +1 @@ +../../24x24/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..6d55fef3743d7754a7339b40a4f0e8e0c3db6e9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_redo.png @@ -0,0 +1 @@ +../../24x24/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..077e51850ad8f4e6fc4dac8a18c44e25ada834a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_undo.png @@ -0,0 +1 @@ +../../24x24/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_view-html-source.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_view-html-source.png new file mode 120000 index 0000000000000000000000000000000000000000..796be342ff9556a1c27814189d924b5bd93d721c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/stock_view-html-source.png @@ -0,0 +1 @@ +../../24x24/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/terminal-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/terminal-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..369721e6c1a72adc7aaa7fed3a81b2dd94adc8ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/terminal-edit.png @@ -0,0 +1 @@ +../../24x24/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..c4ef35c75586abc44d0cf93dcfaf19ad9e4939dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-max.png @@ -0,0 +1 @@ +../../24x24/stock/volume-max.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..6ad3482f6c4c601dffb3c3f24a28c0c070ab548d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-med.png @@ -0,0 +1 @@ +../../24x24/stock/volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..1f7d675ef3a53eb81c9cdbf15dc19171ea033304 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-min.png @@ -0,0 +1 @@ +../../24x24/stock/volume-min.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..08c48e5a7e5b32426ab0c75fe9f56208fab4b51d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-mute.png @@ -0,0 +1 @@ +../../24x24/stock/volume-mute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..974d2d96c4e4bb4a530ca87038f8921e05052a39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/gtk/volume-zero.png @@ -0,0 +1 @@ +../../24x24/stock/volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-binary.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-binary.png new file mode 120000 index 0000000000000000000000000000000000000000..50cd04d30e780464bb30ecbea35769fc32521aea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-binary.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-octet-stream.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ef9888f7ab2a98593ffa1928810a2a451053d4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-certificate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..d13f6a1d14d492707e353eddd661cde254779446 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..0d4e5724588bbc082b867b576987d5857ff9b65d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-msword.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-octet-stream.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-octet-stream.png new file mode 100644 index 0000000000000000000000000000000000000000..4dc07368e910b568793aebe975f0c44a49f7c804 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-octet-stream.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-ogg.png new file mode 100644 index 0000000000000000000000000000000000000000..1225158d09201daba13f88964a0b17e3a93b21c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-ogg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..c18705b5b7429a8bd25d75f0868189daf30f6d5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pdf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..52cae5f147a8e436ce02363a25aa9efdcbca862c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp-keys.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp-keys.png new file mode 100644 index 0000000000000000000000000000000000000000..0fea28525ccd1ee89fad1f5f7e035fe66ed37c3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp-keys.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc61d8956cb74d51cb68da38170d0d137589b7c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-pgp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-postscript.png new file mode 100644 index 0000000000000000000000000000000000000000..a4d24f573332ed6532cf47f205f7e4939e8a8be1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-postscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-qif.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-qif.png new file mode 100644 index 0000000000000000000000000000000000000000..27a2dae533b1f56b966671e5f6238731619e82ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-qif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rhythmbox-effect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rhythmbox-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..4920d8401f80fab5d80ed089f8f8a9ab77866904 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rhythmbox-effect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rhythmbox-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rhythmbox-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..557005ddcdc883d787051e3d5ff200a0f70226d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rhythmbox-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rtf.png new file mode 100644 index 0000000000000000000000000000000000000000..efd61c19090ec506f441346074adfbe58d80de4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-rtf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-smil.png new file mode 100644 index 0000000000000000000000000000000000000000..67c047422ef443684f88fbc5be462bb69ef69f3b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-smil.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-access.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-access.png new file mode 100644 index 0000000000000000000000000000000000000000..fd47cef9ab216f68d4f4a8d3631a003df616b5a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-access.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-excel.png new file mode 100644 index 0000000000000000000000000000000000000000..f210f8e678bc1abf7c0768c3e029f09885332689 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-excel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-powerpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..d82a95bf7c6e75f6b199160ca9a082dad5615c12 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-powerpoint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-word.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-word.png new file mode 100644 index 0000000000000000000000000000000000000000..379b56cb6a8d5d4f27a2f3b0b24451e876f96825 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.ms-word.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.rn-realmedia.png new file mode 100644 index 0000000000000000000000000000000000000000..0331d683e6f3aaa555ec8cc9592d7642dae1989b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.rn-realmedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.base.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.base.png new file mode 100644 index 0000000000000000000000000000000000000000..2747473e0218c785afbeeaec4a0f7864df31884c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..386308c167c006ab8634149d21db82b68ebdca54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..b6224aee1cedb982938ed6c86adaf025a9425c7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..de165e26c95fc0fba9cf52d168050244190a8807 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..a10794db5df9aab0b8335ba28661f0448efcc0c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.math.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.math.png new file mode 100644 index 0000000000000000000000000000000000000000..70c69a55712a59cd400b4221e3a0700fa6053169 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..3118206e372125b2a108a72e3f38c48d9cdf49e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.stardivision.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..009db296d35b7a2679e5d03e751c330310d69af8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..44770a8a0fad71102879cae242fd751cab91edd2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..5a164d920d1fec4eec5c31dd658bb628045531f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9e56c7cead9e4d4cdd9ebca39a29908d89aa5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.math.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.math.png new file mode 100644 index 0000000000000000000000000000000000000000..9273286df0c37a2a97e4a791e3bf06cb5aaf4ab6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf0c75c7067170a24f50e86a7cfe1803c14d3a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-vnd.sun.xml.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-7za.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-7za.png new file mode 100644 index 0000000000000000000000000000000000000000..b628a58350507cd2563093c53479cbe6b4a517ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-7za.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..1d0629ce47159dc899fd8bb8fcb06f7e2f33d5b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..8c83d79d3bcdc66ba48dfaed4f4e228b40f90c0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-archive.png @@ -0,0 +1 @@ +../../24x24/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-arj.png new file mode 100644 index 0000000000000000000000000000000000000000..82a0544e84f2578c384c0fe57061b12838b7cb90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-arj.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-blender.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-blender.png new file mode 100644 index 0000000000000000000000000000000000000000..7739f0be52bc185e82fcf0f1bfb4222dec5c6c90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bz.png new file mode 100644 index 0000000000000000000000000000000000000000..d2e36feb2e82031edc753c9ba5a5987487c051af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bzip-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..267c8a1c9fff18c3596b1ed3a8f5f32bd3a37ada Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bzip-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bzip.png new file mode 100644 index 0000000000000000000000000000000000000000..4354e36ae80464466a269d80b443bb929e1d839d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-bzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cd-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cd-image.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c823eba6e2f6499dbde1265bec6fac2bea0ab0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cd-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-compress.png new file mode 100644 index 0000000000000000000000000000000000000000..04213d9cde1164ed78273571ab5ec326f4923371 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-compress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..9c22a796bc53b98500085e18d571239f0bba34a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cpio-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..2720910f8388a5ad70bb02b3ebd4c323c102fbc2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cpio-compressed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cpio.png new file mode 100644 index 0000000000000000000000000000000000000000..9e97eefa38de68477858125f2ed11d0d97bfe74c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-cpio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-deb.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa79ca5d001876f7c28b7fa23a0931f9e6579ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-deb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..2cd1f4c8f3e5f89b7e2409f158c509f5240261db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-dia-diagram.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-dia-diagram.png new file mode 100644 index 0000000000000000000000000000000000000000..1a44bffa04425075e4b0db1c351b3f993001b6d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-dia-diagram.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-dvi.png new file mode 100644 index 0000000000000000000000000000000000000000..385428e82b336c6b55393eb4b7d2c20dd9666f0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-dvi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..2ac94f2a3ce7d6a325aa0e0f99345eed14851cf9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..bf43393bc3466d90cc25acf04157e72bb956d495 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-flash.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-asm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-asm.png new file mode 120000 index 0000000000000000000000000000000000000000..f7fee69d2829f4e443dce943abd1cf1731c2c966 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-asm.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..f7fee69d2829f4e443dce943abd1cf1731c2c966 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-bdf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..4e443a108d8d0ba9465dd2ef71d5c771a7f42497 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..f7fee69d2829f4e443dce943abd1cf1731c2c966 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-otf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-otf.png new file mode 100644 index 0000000000000000000000000000000000000000..1b9215ac7d7f89e4053e69e26e2d7f671a30a465 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-otf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..f7fee69d2829f4e443dce943abd1cf1731c2c966 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-pcf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-ttf.png new file mode 100644 index 0000000000000000000000000000000000000000..9b198e6c882c4a6d3a77ea5b50e02fe1cdb44b00 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-ttf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-type1.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-type1.png new file mode 100644 index 0000000000000000000000000000000000000000..0abbbe38ade986a70746ab63a5a528ed52ac8f4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-font-type1.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c88ba7151510eeee3e377e0d98d0413f2ffc30 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-glade.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-glade.png new file mode 100644 index 0000000000000000000000000000000000000000..5c1d86b670cbd23ef932917600c502dcfe75b973 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-glade.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gnucash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gnucash.png new file mode 100644 index 0000000000000000000000000000000000000000..61b81b55dffb110bf704fa25cd778a5bb54732f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gnucash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gnumeric.png new file mode 100644 index 0000000000000000000000000000000000000000..551e90af6edf2e234c0df25b64cfa73103824702 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gnumeric.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gtktalog.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gtktalog.png new file mode 100644 index 0000000000000000000000000000000000000000..335a0e25fd2d0b1778c00e34c051e0036f34250b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gtktalog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gzip.png new file mode 100644 index 0000000000000000000000000000000000000000..f25af67c4b638a57f9cac6e96ca972464e93ae21 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-gzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-java-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-java-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..568e0560b8bd8ac27f43bf8ea5980f31adfd09a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-java-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-javalib.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-javalib.png new file mode 120000 index 0000000000000000000000000000000000000000..8f70146ed68fa64f503781921507c22bc1114338 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-javalib.png @@ -0,0 +1 @@ +../../24x24/mimetypes/gnome-mime-application-x-jar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kde-app-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kde-app-info.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9a1cd85824a1103816f9e6e931a512cfad5ba1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kde-app-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-killustrator.png new file mode 100644 index 0000000000000000000000000000000000000000..f01c51f3fc66cd6fd34f362b097066490da6c516 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-killustrator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kpresenter.png new file mode 100644 index 0000000000000000000000000000000000000000..7e85d284f4f18337b118c2af3b29e19fcf6feb70 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kpresenter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kspread.png new file mode 100644 index 0000000000000000000000000000000000000000..b489490dfbe20677e75b767d0abea6812e0f3564 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kspread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kword.png new file mode 100644 index 0000000000000000000000000000000000000000..829513c778cd96681ed316da10e2e1b5397ef8ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-kword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-lha.png new file mode 100644 index 0000000000000000000000000000000000000000..6df90ea93421e1701b80c61a9fbb358eed969642 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-lha.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-lhz.png new file mode 100644 index 0000000000000000000000000000000000000000..dfef2da30208c03acf463f21e2d61aae71aaa41a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-lhz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-object.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-object.png new file mode 100644 index 0000000000000000000000000000000000000000..e315a8890fbb17770e425f22502983cdeabf398e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-perl.png new file mode 100644 index 0000000000000000000000000000000000000000..105673f501f56fcf9415942199a14a2c0b17a93b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-perl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-php.png new file mode 100644 index 0000000000000000000000000000000000000000..ce2240231e88b882aba6ca6b57e5e64ee332cc36 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-php.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-python-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc79c55df597015b35e36b6bf37655c87aba7c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-python-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-python.png new file mode 100644 index 0000000000000000000000000000000000000000..d195823e0f979c691106e5560781ca4ad4770fae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-python.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-qw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-qw.png new file mode 100644 index 0000000000000000000000000000000000000000..27a2dae533b1f56b966671e5f6238731619e82ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-qw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-rar.png new file mode 100644 index 0000000000000000000000000000000000000000..411a8d0450bef84c3bd91844ae74db45395ee5f7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-rar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-reject.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-reject.png new file mode 100644 index 0000000000000000000000000000000000000000..46f4830741f68d2d535a53b8c79787d73d3145b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-reject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-rpm.png new file mode 100644 index 0000000000000000000000000000000000000000..032c4426b456c26ef34669f2174d28fd4055921d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-rpm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-ruby.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..6483e4a8e7fb253288410fe24b0e706861f21628 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-ruby.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-share-library-la.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-share-library-la.png new file mode 100644 index 0000000000000000000000000000000000000000..18bcf9329f1c5158d0e6172aef1a065441492904 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-share-library-la.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-sharedlib.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-sharedlib.png new file mode 100644 index 0000000000000000000000000000000000000000..c1933893cf40e7c6a02d093374993095a84cc909 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-sharedlib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-shellscript.png new file mode 100644 index 0000000000000000000000000000000000000000..6d489ba7e3ff11444e521c8bdf10f38f3bc8874e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-shellscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-shockwave-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..34681594779962322656bc098c7f8ed851c2eeb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-shockwave-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-smil.png new file mode 120000 index 0000000000000000000000000000000000000000..d584b778a7c0e34cc173f294f6d5771fdfa024c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-smil.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-smil.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-stuffit.png new file mode 100644 index 0000000000000000000000000000000000000000..c7ea95aa42292b3797b46532f5f33530df3f5121 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-stuffit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..b014296f358c1768e1befa39ac8f226340500d14 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tarz.png new file mode 100644 index 0000000000000000000000000000000000000000..08f563d8a459740d1a1fadce977075d550965037 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tarz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tex.png new file mode 100644 index 0000000000000000000000000000000000000000..9c94b20c2318b985c57164a5437075bb2b5a2085 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-tex.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..0bfcaa787385a235323ece64a9b096e45a4c832c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-x-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..c1860c9d9856a69a651c1e62a286582951e6539d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application.png new file mode 100644 index 0000000000000000000000000000000000000000..2ac94f2a3ce7d6a325aa0e0f99345eed14851cf9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/application.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/ascii.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-ac3.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-ac3.png new file mode 100644 index 0000000000000000000000000000000000000000..88c1eef55baccdbec20b8f85814cc17197698be6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-ac3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6705c983cb890708dbe0b9661538cf94d6a70c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-basic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..41c910a0477bd5c468badd041583b7bb4bd6ce9b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-basic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-midi.png new file mode 100644 index 0000000000000000000000000000000000000000..b03d341db9ddfaff3c59519979c164dbd7b9eea7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-midi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..b9e088721144f434f888da2b4686f96f3e44debe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-ogg.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-wma.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-wma.png new file mode 100644 index 0000000000000000000000000000000000000000..737c241176c92ef6e279e064f1a66307f7a93a4d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-wma.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6705c983cb890708dbe0b9661538cf94d6a70c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..9fcb088d5b1023b0c7b903e359eef5b34f78d1b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-it.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-it.png new file mode 100644 index 0000000000000000000000000000000000000000..a23c4010cbd69f460ac534d6d77850474c49403e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-it.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-midi.png new file mode 120000 index 0000000000000000000000000000000000000000..01b4e205ec9cc8062feae73be5b651290270859c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-midi.png @@ -0,0 +1 @@ +../../24x24/mimetypes/audio-midi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mod.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mod.png new file mode 100644 index 0000000000000000000000000000000000000000..cd2bfb4516ed0d1a8ab1e72bd06c552dae437241 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mod.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mp3.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mp3.png new file mode 100644 index 0000000000000000000000000000000000000000..a475387372f25ea46c225cf23c24396d9ee9c9bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mp3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mpegurl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mpegurl.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f7c850990bb9a4fa95429c49feea55df063d08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-mpegurl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-pn-realaudio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-pn-realaudio.png new file mode 100644 index 0000000000000000000000000000000000000000..583bc014bb7fd6b47b7f1722cfadc324b5f0989e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-pn-realaudio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-s3m.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-s3m.png new file mode 100644 index 0000000000000000000000000000000000000000..da2f3abf29d3d7de1b889bbe4c4b1797f1abc26a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-s3m.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-stm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-stm.png new file mode 100644 index 0000000000000000000000000000000000000000..3940c95aa50b7a84f9ba2ac0e20a2620eed002bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-stm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-ulaw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-ulaw.png new file mode 100644 index 0000000000000000000000000000000000000000..e36d33ce24f2b0b6e54f8b1842708daa3bf6033b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-ulaw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-voc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-voc.png new file mode 100644 index 0000000000000000000000000000000000000000..6a45b2f13cde7c9d8a1a4e5da0e961ab2520eb29 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-voc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-wav.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-wav.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fc3144bcd7b550f0eb12a6f75dbd989aa7b947 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-wav.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-xi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-xi.png new file mode 100644 index 0000000000000000000000000000000000000000..27a08f50d1dec971cd4d60ff82f4b97fb4bbbbaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-xi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-xm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-xm.png new file mode 100644 index 0000000000000000000000000000000000000000..dab659704fff485e6774f839d5902cfbafad06fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio-x-xm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio.png new file mode 120000 index 0000000000000000000000000000000000000000..18b0d264cb32311934d24f9bc003d28621dd567e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/audio.png @@ -0,0 +1 @@ +../../24x24/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/binary.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/binary.png new file mode 120000 index 0000000000000000000000000000000000000000..1db7beb3273fe0c74f32593dc7934fe823d29b80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/binary.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/contents2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/contents2.png new file mode 120000 index 0000000000000000000000000000000000000000..89b3904148afad1f775f2183e6036b490e86e91d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/contents2.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/deb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/deb.png new file mode 120000 index 0000000000000000000000000000000000000000..c205d0cfdc91674be7c7ce4b6d8f9cf97e1f7406 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/deb.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/document.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/document.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/document.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/empty.png new file mode 120000 index 0000000000000000000000000000000000000000..c97287b6042ee9a478c7660ad0cd386ca0c9cfc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/empty.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/exec.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/exec.png new file mode 120000 index 0000000000000000000000000000000000000000..1db7beb3273fe0c74f32593dc7934fe823d29b80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/exec.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/folder_tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/folder_tar.png new file mode 120000 index 0000000000000000000000000000000000000000..59e39a89f9ff8776830364fa8ba0467a6220c7bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/folder_tar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..05765e754432d2a88059c6a392f678e6eab91640 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font.png new file mode 120000 index 0000000000000000000000000000000000000000..9d58cc60163b2c8ba97dc6d7be46e20d77e95d93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font.png @@ -0,0 +1 @@ +../../24x24/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_bitmap.png new file mode 120000 index 0000000000000000000000000000000000000000..f7fee69d2829f4e443dce943abd1cf1731c2c966 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_bitmap.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_truetype.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_truetype.png new file mode 120000 index 0000000000000000000000000000000000000000..b01887ba418f58540fcd7fd2f7a71b9a29e83050 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_truetype.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_type1.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_type1.png new file mode 120000 index 0000000000000000000000000000000000000000..b93fc99f9182c0e7320fe5ccb7a159f1244c65e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/font_type1.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-fs-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..1db7beb3273fe0c74f32593dc7934fe823d29b80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-fs-executable.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-fs-regular.png new file mode 120000 index 0000000000000000000000000000000000000000..c97287b6042ee9a478c7660ad0cd386ca0c9cfc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-fs-regular.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-magicpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-magicpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..69710d8ef41e0fe0aa85b0396e8dbd88a42c1994 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-magicpoint.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..0d4e5724588bbc082b867b576987d5857ff9b65d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-msword.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..b9e088721144f434f888da2b4686f96f3e44debe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-ogg.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..c69f5591266f4ba35092750be0daf9f6a549e0d3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-pdf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-pdf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-postscript.png new file mode 120000 index 0000000000000000000000000000000000000000..dd8f190affc197fa376869dfeb9ac7c4ee4d7f45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-postscript.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-postscript.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-rtf.png new file mode 120000 index 0000000000000000000000000000000000000000..8d6d06c6d74b858b94f07fc5600997a55d7fbd51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-rtf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-rtf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png new file mode 120000 index 0000000000000000000000000000000000000000..c7bbf914915acb7e3c5feb358497ac676b3a3afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png new file mode 120000 index 0000000000000000000000000000000000000000..70615355be10dc349ab6e5af0fa0fe8175aab839 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.ms-excel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..5f8c360ae0311b36ca8746ca13978090a2d050e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.ms-powerpoint.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..2c0afc88125f9a1c6eca09d2257e490e6bb05cb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png new file mode 120000 index 0000000000000000000000000000000000000000..2c0afc88125f9a1c6eca09d2257e490e6bb05cb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png new file mode 120000 index 0000000000000000000000000000000000000000..69710d8ef41e0fe0aa85b0396e8dbd88a42c1994 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c7bbf914915acb7e3c5feb358497ac676b3a3afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png new file mode 120000 index 0000000000000000000000000000000000000000..04ab759c8f3015c9c6dd2c0112b3c09986faafed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png new file mode 120000 index 0000000000000000000000000000000000000000..da40f61fda421c640d348f86bbae72a54b9a33a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png new file mode 120000 index 0000000000000000000000000000000000000000..da40f61fda421c640d348f86bbae72a54b9a33a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png new file mode 120000 index 0000000000000000000000000000000000000000..da40f61fda421c640d348f86bbae72a54b9a33a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..c7bbf914915acb7e3c5feb358497ac676b3a3afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..69710d8ef41e0fe0aa85b0396e8dbd88a42c1994 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..c5befb0b8114c75e9fe7d2b9a9fc448e5bd84c3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.sun.xml.calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png new file mode 120000 index 0000000000000000000000000000000000000000..5a1af420297a73e8f8c7887dcf53afd4796c75c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.sun.xml.draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..8c25f0d56a8fc50cdaf03603688e5b9759914f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.sun.xml.impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..07c9d19d6a41c4def3de82e2faefd3bb228100c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-vnd.sun.xml.writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-wordperfect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-wordperfect.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-wordperfect.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..3e942ccb502759a876d3267a948aca6b322c24af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-7za.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-abiword.png new file mode 120000 index 0000000000000000000000000000000000000000..1bd1b5c1b2ecd6422fcf2833378877d313aff9f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-abiword.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-abiword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c7bbf914915acb7e3c5feb358497ac676b3a3afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-applix-word.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-applix-word.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-applix-word.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..8c83d79d3bcdc66ba48dfaed4f4e228b40f90c0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-archive.png @@ -0,0 +1 @@ +../../24x24/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-arj.png new file mode 120000 index 0000000000000000000000000000000000000000..71232ec65551fa0213c420a1a0814a51e024f7a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-arj.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-arj.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..c6d283783c31cd86e2125f57f9f9308dcfef085c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-bzip-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-bzip.png new file mode 120000 index 0000000000000000000000000000000000000000..165b3dca79b2b9237bfacb37d30b1c0193f9c3ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-bzip.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-bzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-compress.png new file mode 120000 index 0000000000000000000000000000000000000000..93becbd6ea24ddd8f5d3e7e163a276dc30a1811f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-compress.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-compress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..926a6b6700444ae44f03ea43bc9fb3268cc774f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..5be1fde999bcda8adaf2f75fba7ff9cbd1588387 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-cpio-compressed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-cpio.png new file mode 120000 index 0000000000000000000000000000000000000000..2d817102a9f3d2d26a1437907a95a2f88158ee28 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-cpio.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-cpio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-deb.png new file mode 120000 index 0000000000000000000000000000000000000000..c205d0cfdc91674be7c7ce4b6d8f9cf97e1f7406 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-deb.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-dvi.png new file mode 120000 index 0000000000000000000000000000000000000000..6cc590a6ceaa35928fcb156abc2493ab4b3052d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-dvi.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-dvi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..1db7beb3273fe0c74f32593dc7934fe823d29b80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-executable.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..b93fc99f9182c0e7320fe5ccb7a159f1244c65e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-afm.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..9d58cc60163b2c8ba97dc6d7be46e20d77e95d93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-bdf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..9d58cc60163b2c8ba97dc6d7be46e20d77e95d93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..9d58cc60163b2c8ba97dc6d7be46e20d77e95d93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-pcf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png new file mode 120000 index 0000000000000000000000000000000000000000..9d58cc60163b2c8ba97dc6d7be46e20d77e95d93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png @@ -0,0 +1 @@ +../../24x24/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-ttf.png new file mode 120000 index 0000000000000000000000000000000000000000..b01887ba418f58540fcd7fd2f7a71b9a29e83050 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-font-ttf.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gnumeric.png new file mode 120000 index 0000000000000000000000000000000000000000..2f1b8caedec82e2cbcf0c8dc1da594131cecce42 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gnumeric.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-gnumeric.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gzip.png new file mode 120000 index 0000000000000000000000000000000000000000..f112059474b6c584caa5689a452463f127805731 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gzip.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-gzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-jar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-jar.png new file mode 120000 index 0000000000000000000000000000000000000000..8c83d79d3bcdc66ba48dfaed4f4e228b40f90c0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-jar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-killustrator.png new file mode 120000 index 0000000000000000000000000000000000000000..3d7a675c62f1dee360e291322a3771c49f81f1cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-killustrator.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-killustrator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kpresenter.png new file mode 120000 index 0000000000000000000000000000000000000000..42a98d7ad0975e055396cb3c7f8b6225a9519dce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kpresenter.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-kpresenter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kspread.png new file mode 120000 index 0000000000000000000000000000000000000000..d689a0e5a43f41e6c5330e5c4d4d0e9d59df5a44 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kspread.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-kspread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kword.png new file mode 120000 index 0000000000000000000000000000000000000000..62d14164bc6721b8c68ad90de8accc95e33d3691 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-kword.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-kword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-lha.png new file mode 120000 index 0000000000000000000000000000000000000000..2183e21969c9aa2cdedd07a1d4b292a0db878787 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-lha.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-lha.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-lhz.png new file mode 120000 index 0000000000000000000000000000000000000000..3b954a5d54c65caa4695a150ff11f3d99f008130 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-lhz.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-lhz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..1db7beb3273fe0c74f32593dc7934fe823d29b80 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-perl.png new file mode 120000 index 0000000000000000000000000000000000000000..5c8ad448f8675adacbc73a397924ff0016465163 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-perl.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-perl.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-php.png new file mode 120000 index 0000000000000000000000000000000000000000..8cb7c964dae172a8777ef96c87394a96e8466ef0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-php.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-php.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png new file mode 120000 index 0000000000000000000000000000000000000000..a5bbbab62cbc8f176f6755b587a6556d386de1f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-python-bytecode.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-rar.png new file mode 120000 index 0000000000000000000000000000000000000000..b11dabc707ff4cf906a6b2f14042391cd3a296cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-rar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-rar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..67fb4e0b8d25990a9596410d587a17db0f5b23e1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-rpm.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-scribus.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-scribus.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-scribus.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..325d409d0096460763158e904f21e947d9b1090c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-shellscript.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..60daa8e73d1962632c16d5a7f00726c187412706 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-shockwave-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-stuffit.png new file mode 120000 index 0000000000000000000000000000000000000000..896ce08e4c55de194c24e255810bd4ba1fd66225 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-stuffit.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-stuffit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..59e39a89f9ff8776830364fa8ba0467a6220c7bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tarz.png new file mode 120000 index 0000000000000000000000000000000000000000..6375830b39a42f7bf054a3be35f6b765caab77bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tarz.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-tarz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..18e9e20d02fbeca628df42d16312658bd835f934 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-x-tex.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-zip.png new file mode 120000 index 0000000000000000000000000000000000000000..3f79ab22bb1690b2f3efeff6ba4a2559ca6c2e93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-application-zip.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..18b0d264cb32311934d24f9bc003d28621dd567e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-audio.png @@ -0,0 +1 @@ +../../24x24/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-image.png new file mode 120000 index 0000000000000000000000000000000000000000..4dc1a7d85d94a06047ad146335d8c5187fa75f14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-image.png @@ -0,0 +1 @@ +../../24x24/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-html.png new file mode 120000 index 0000000000000000000000000000000000000000..04ab759c8f3015c9c6dd2c0112b3c09986faafed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-html.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png new file mode 120000 index 0000000000000000000000000000000000000000..04ab759c8f3015c9c6dd2c0112b3c09986faafed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-csh.png new file mode 120000 index 0000000000000000000000000000000000000000..325d409d0096460763158e904f21e947d9b1090c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-csh.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-python.png new file mode 120000 index 0000000000000000000000000000000000000000..d14969d4c8e4c89d69b8a2f4b404607ef158c033 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-python.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-python.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-sh.png new file mode 120000 index 0000000000000000000000000000000000000000..325d409d0096460763158e904f21e947d9b1090c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-sh.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..ce08d9c36c67aca11af171a1040a415e275c309c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-vcalendar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..89b3904148afad1f775f2183e6036b490e86e91d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-vcard.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-zsh.png new file mode 120000 index 0000000000000000000000000000000000000000..325d409d0096460763158e904f21e947d9b1090c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text-x-zsh.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-text.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-video.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-video.png new file mode 120000 index 0000000000000000000000000000000000000000..e03d15061d19fc46e2414ff502edbe084941b1b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-video.png @@ -0,0 +1 @@ +../../24x24/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..b93fc99f9182c0e7320fe5ccb7a159f1244c65e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-mime-x-font-afm.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..8c83d79d3bcdc66ba48dfaed4f4e228b40f90c0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gnome-package.png @@ -0,0 +1 @@ +../../24x24/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..c97287b6042ee9a478c7660ad0cd386ca0c9cfc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/gtk-file.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/html.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/html.png new file mode 120000 index 0000000000000000000000000000000000000000..04ab759c8f3015c9c6dd2c0112b3c09986faafed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/html.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-bmp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-bmp.png new file mode 100644 index 0000000000000000000000000000000000000000..394002881da040eb0023066a78080304025c5e0b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-bmp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-gif.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-gif.png new file mode 100644 index 0000000000000000000000000000000000000000..f3fa44ef96e3fda66dde3846fe0196550cb67552 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-gif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-ief.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-ief.png new file mode 100644 index 0000000000000000000000000000000000000000..7e457d0f75910d5fb48dfafed5183ffde905f35d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-ief.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-jpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-jpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..16b17fed0bdc3086b6043a582e1a42a9b5985cea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-jpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-png.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-png.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a27473d111177b636a4d908ca6072d7c4fb749 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-png.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svg+xml.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svg+xml.png new file mode 120000 index 0000000000000000000000000000000000000000..a5f9f0d97f254a1bee8f5f9f4bf23881adc918db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svg+xml.png @@ -0,0 +1 @@ +../../24x24/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svg.png new file mode 100644 index 0000000000000000000000000000000000000000..9196576de12b43c761205fa36551edaeb2b87ac7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svgz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svgz.png new file mode 120000 index 0000000000000000000000000000000000000000..a5f9f0d97f254a1bee8f5f9f4bf23881adc918db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-svgz.png @@ -0,0 +1 @@ +../../24x24/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-tiff.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-tiff.png new file mode 100644 index 0000000000000000000000000000000000000000..f45afef9c5da0bea690255834abd376630f04702 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-tiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-3ds.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-3ds.png new file mode 100644 index 0000000000000000000000000000000000000000..a646ea96c61cf8132d8ca906b21478e3ce47aefe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-3ds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-applix-graphic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-applix-graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..6c43c42b204227d28615e470936cb858400cecb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-applix-graphic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-cmu-raster.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-cmu-raster.png new file mode 100644 index 0000000000000000000000000000000000000000..65e207d9812ccd6bb6754796678e45aa4731fe38 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-cmu-raster.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c4f4803eb1c429fd7e3c0ccad2a7e80dd0e0e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-anymap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-anymap.png new file mode 100644 index 0000000000000000000000000000000000000000..3c946565941fc4596287f57a8e47d86e868bac00 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-anymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..ea3cf9f4481b86f92343d5fe8607ce961c3279e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-greymap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-greymap.png new file mode 100644 index 0000000000000000000000000000000000000000..562ec1caa492dc1a05fef7dfd09d5c791e842e40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-greymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-pixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-pixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..0fa9b0394e194ad8fb853bc85e115833e25ab4a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-portable-pixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-psd.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-psd.png new file mode 100644 index 0000000000000000000000000000000000000000..e37e595946bd35e47f250c184094772f1054a0ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-psd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-rgb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..e44a2b4b840e6ea8ea265a5332df0c95eb1b2caf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-rgb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-tga.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-tga.png new file mode 100644 index 0000000000000000000000000000000000000000..422c990799ca939f2fec070f170490376d516b0e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-tga.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xbitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xbitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e7c33a68a88f7277c8027f6059d93b6376e564 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xbitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xcf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xcf.png new file mode 100644 index 0000000000000000000000000000000000000000..b4f8fd48991be4ec33293821401a9e42ebaae384 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xcf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xfig.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xfig.png new file mode 100644 index 0000000000000000000000000000000000000000..d81533af8fc4cbb2090958716526b759bbba16cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xfig.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xpixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xpixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed2eea9b9f60489e579fa1d3608e32b0e34c00d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xpixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xwindowdum.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xwindowdum.png new file mode 100644 index 0000000000000000000000000000000000000000..8967baedab4262c13adb501ff906f24a971fea8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image-x-xwindowdum.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image.png new file mode 120000 index 0000000000000000000000000000000000000000..4dc1a7d85d94a06047ad146335d8c5187fa75f14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/image.png @@ -0,0 +1 @@ +../../24x24/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/kpresenter_kpr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/kpresenter_kpr.png new file mode 120000 index 0000000000000000000000000000000000000000..69710d8ef41e0fe0aa85b0396e8dbd88a42c1994 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/kpresenter_kpr.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/mime_ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/mime_ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/mime_ascii.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/misc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/misc.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/misc.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..e36f45616c539f9653c70163a3ec28ac774fe6a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package.png new file mode 120000 index 0000000000000000000000000000000000000000..8c83d79d3bcdc66ba48dfaed4f4e228b40f90c0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package.png @@ -0,0 +1 @@ +../../24x24/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package_editors.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package_editors.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package_editors.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package_wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package_wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/package_wordprocessing.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/plan.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/plan.png new file mode 120000 index 0000000000000000000000000000000000000000..ce08d9c36c67aca11af171a1040a415e275c309c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/plan.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..67fb4e0b8d25990a9596410d587a17db0f5b23e1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/rpm.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..325d409d0096460763158e904f21e947d9b1090c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/shellscript.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..18b0d264cb32311934d24f9bc003d28621dd567e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/sound.png @@ -0,0 +1 @@ +../../24x24/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c7bbf914915acb7e3c5feb358497ac676b3a3afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/spreadsheet.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_addressbook.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_addressbook.png new file mode 120000 index 0000000000000000000000000000000000000000..89b3904148afad1f775f2183e6036b490e86e91d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_addressbook.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_calendar.png new file mode 120000 index 0000000000000000000000000000000000000000..ce08d9c36c67aca11af171a1040a415e275c309c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_calendar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_certificate.png new file mode 120000 index 0000000000000000000000000000000000000000..9dcc75f8958a3d1c0a34b7eceacba7f46a6e6593 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_certificate.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-certificate.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_script.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_script.png new file mode 120000 index 0000000000000000000000000000000000000000..325d409d0096460763158e904f21e947d9b1090c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/stock_script.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/tar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/tar.png new file mode 120000 index 0000000000000000000000000000000000000000..59e39a89f9ff8776830364fa8ba0467a6220c7bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/tar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/template_source.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/template_source.png new file mode 120000 index 0000000000000000000000000000000000000000..3722b262aaf339de1c499689595afd2dd622a5b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/template_source.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic-template.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-css.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-css.png new file mode 100644 index 0000000000000000000000000000000000000000..596ceefce70d310886b2ae9a15a1af555ca16045 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-css.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-html.png new file mode 100644 index 0000000000000000000000000000000000000000..b232a1661df2e5a8056498518a832d67d311cef6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-html.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-sgml.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-sgml.png new file mode 100644 index 0000000000000000000000000000000000000000..12f6b58f5ff85230c964c9548da73ac15bb37adf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-sgml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-authors.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-authors.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd7cc9c131eff3f347ec0c1253424a69b011f79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-authors.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c++.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c++.png new file mode 100644 index 0000000000000000000000000000000000000000..f16b5c85534a50c49beb466ecef835fce2014511 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c++.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c++src.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c++src.png new file mode 120000 index 0000000000000000000000000000000000000000..10fb6d272c6373a19c37e3222607f95c23280773 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c++src.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-c++.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c-header.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c-header.png new file mode 100644 index 0000000000000000000000000000000000000000..89a522f8eed14ec1fb6b75d9d18690ad837ca102 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c-header.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c.png new file mode 100644 index 0000000000000000000000000000000000000000..c3968bbd7ed3c6d631b89d14bb77de71ff832802 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-c.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-chdr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-chdr.png new file mode 120000 index 0000000000000000000000000000000000000000..63bae72ee1327e736cfc2bd7be7dd50e6e5173b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-chdr.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-c-header.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-copying.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-copying.png new file mode 100644 index 0000000000000000000000000000000000000000..341ce0f4a747224729aa96b6169594747aa311cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-copying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-credits.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-credits.png new file mode 100644 index 0000000000000000000000000000000000000000..200be896f324048bb393a435973fdf672f795698 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-credits.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csh.png new file mode 100644 index 0000000000000000000000000000000000000000..27406d8ea8f43aebf3bbfab80625ae78f3598048 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csharp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csharp.png new file mode 100644 index 0000000000000000000000000000000000000000..6448c15fb5f173661a76e45485bca85835c72f06 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csharp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csrc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csrc.png new file mode 120000 index 0000000000000000000000000000000000000000..53ac86f82db8cd55d852f570e91abd187aafeee9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-csrc.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-c.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-generic-template.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-generic-template.png new file mode 100644 index 0000000000000000000000000000000000000000..710332873e8d0b6e2a6ff88d15bf3ebe7adac090 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-generic-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..289a68bc11ac544644ac331e4de892c91d9456c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..77de5d5066efa93ce16d3502030787ad7ca2b643 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..507a9bafa61f6c3ecdf2421af3720fa329b61d4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-install.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-install.png new file mode 100644 index 0000000000000000000000000000000000000000..3da51dd2df23e3c32ae073a451786b1cfad840aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-install.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-java.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-java.png new file mode 100644 index 0000000000000000000000000000000000000000..55f7e5f073240a9019e2655fa45460227f5942dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-java.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-literate-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-literate-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..7a9a4c9ea60cc8a6e359f5ee76810b32eeb518b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-literate-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-log.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-log.png new file mode 100644 index 0000000000000000000000000000000000000000..1ae35705a1fd7221dc01d5a01409d300d2a7ac4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-log.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..3654ef2b4b1b72334101334b53c7fe12b82e2b72 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-makefile.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-makefile.png new file mode 100644 index 0000000000000000000000000000000000000000..a06b814bdb9557f07bdc9add4e034fc0f1500b08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-makefile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-patch.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-patch.png new file mode 100644 index 0000000000000000000000000000000000000000..a8ab9e4e7017f150292a442c2dd6dcdb00fad571 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-patch.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..314ad55f38ee24ba2c1a4aa1cbd67f51fb48e3c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-readme.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-readme.png new file mode 100644 index 0000000000000000000000000000000000000000..2e63609506d356723139779aa7bfa49c8dba05c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-readme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-scheme.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-scheme.png new file mode 100644 index 0000000000000000000000000000000000000000..e38a61ae27cea51fc229c35df3841e8f106f5d4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-scheme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-script.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-script.png new file mode 100644 index 0000000000000000000000000000000000000000..12c8e72ab839b080693cf2a48c1d3e28d69de8cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-script.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-sh.png new file mode 100644 index 0000000000000000000000000000000000000000..6d489ba7e3ff11444e521c8bdf10f38f3bc8874e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-sh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..18e9e20d02fbeca628df42d16312658bd835f934 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-tex.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-troff-man.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-troff-man.png new file mode 100644 index 0000000000000000000000000000000000000000..becb2d2417cb0fac5e9f12f2a85bf950d13f8e7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-troff-man.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-vcalendar.png new file mode 100644 index 0000000000000000000000000000000000000000..b4cdcaa8eecb3502699d9f04c2013ae219ed1358 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-vcalendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-vcard.png new file mode 100644 index 0000000000000000000000000000000000000000..363974d28270d038e6e24defacac0900250dffb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-vcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-xslt.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-xslt.png new file mode 100644 index 0000000000000000000000000000000000000000..d21dc84230684215c31fb9efa7d2e55f161ea082 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-xslt.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-zsh.png new file mode 100644 index 0000000000000000000000000000000000000000..7835d6270861c4adf63205ef055b56fcb8e4f068 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-x-zsh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-xml.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-xml.png new file mode 100644 index 0000000000000000000000000000000000000000..37819b7324c59a68594c4eb595303cc6a4900d3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text-xml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/text.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/tgz.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/tgz.png new file mode 120000 index 0000000000000000000000000000000000000000..926a6b6700444ae44f03ea43bc9fb3268cc774f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/tgz.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/txt.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/txt.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/txt.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/txt2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/txt2.png new file mode 120000 index 0000000000000000000000000000000000000000..d032144b70134acea1a1effc32146686e9093845 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/txt2.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..c97287b6042ee9a478c7660ad0cd386ca0c9cfc4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/unknown.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..ce08d9c36c67aca11af171a1040a415e275c309c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/vcalendar.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..89b3904148afad1f775f2183e6036b490e86e91d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/vcard.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-mpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-mpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..cad2b198dbe4a08b31a51ae4a74dc6315d1e06f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-mpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-quicktime.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-quicktime.png new file mode 100644 index 0000000000000000000000000000000000000000..82281d816ba0e48963cddd9536f529db7be88163 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-quicktime.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-realplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-realplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..40aa9609948f0b3f948c0f4141082c711c9ca9cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-realplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..d45f5506a17ba2d0acd1725e393b7682f76acefc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-mp2.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-mp2.png new file mode 100644 index 0000000000000000000000000000000000000000..32a8fd72aea0db1c6ad2e7f825d02d9343b7ad78 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-mp2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-mp4.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-mp4.png new file mode 100644 index 0000000000000000000000000000000000000000..2c3a1f5815653e1b0daded0da0d9168049b1eb0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-mp4.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-ms-asf.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-ms-asf.png new file mode 100644 index 0000000000000000000000000000000000000000..3a17114434a27f66520fe8fc5e391a78f3655037 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-ms-asf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-ms-wmv.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-ms-wmv.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c871217daf8925b6140d182782801b74f809da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-ms-wmv.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-msvideo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-msvideo.png new file mode 100644 index 0000000000000000000000000000000000000000..c0f24842baa28630ffcee977574b1ccf86b45054 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video-x-msvideo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video.png new file mode 120000 index 0000000000000000000000000000000000000000..e03d15061d19fc46e2414ff502edbe084941b1b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/video.png @@ -0,0 +1 @@ +../../24x24/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..f7ffc8562477ad41c72a8269e39a4763f5a368b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/wordprocessing.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/www.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/www.png new file mode 120000 index 0000000000000000000000000000000000000000..04ab759c8f3015c9c6dd2c0112b3c09986faafed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/www.png @@ -0,0 +1 @@ +../../24x24/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..01f97bece2a029129043e7960613a9e6a1445222 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-nfs-server.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..608d39e7691ec6d5dac25e17deb398f02aed01a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-server.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..70fb8bb41ca8c6d2ff2af98e72c3f857b73f7496 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-share.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..21b29e4ef30c7be81e5e8bb4289a6a1b5dbe8ac6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..b93fc99f9182c0e7320fe5ccb7a159f1244c65e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-font-afm.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-gdesklets-display.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-gdesklets-display.png new file mode 120000 index 0000000000000000000000000000000000000000..cd50b6a92e70d4d44eac0110b140c7ed43e54528 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-gdesklets-display.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-x-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..0dd56a3c189c3c8ac0cd178a6e5ece4d083cf070 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..ee282e4a680ddee835166d72d0f6ac236773bcd7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-document.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-document.png new file mode 100644 index 0000000000000000000000000000000000000000..048dd5c4bfe3c8ee4ee3f61dd5e591df9b446c84 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-document.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-drawing.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-drawing.png new file mode 100644 index 0000000000000000000000000000000000000000..be0e2b3ba605984dd49fe8033615e2d9e76ecd36 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-drawing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-presentation.png new file mode 100644 index 0000000000000000000000000000000000000000..b54e2a6c8cc1199441154835636a6a3b4e31007e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-presentation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000000000000000000000000000000000000..1208ab1061fdc1b3e317371ae3a70268bfe89356 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/x-office-spreadsheet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/zip.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/zip.png new file mode 120000 index 0000000000000000000000000000000000000000..3f79ab22bb1690b2f3efeff6ba4a2559ca6c2e93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/mimetypes/zip.png @@ -0,0 +1 @@ +../../24x24/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/arrow.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..d1cedb1b4dd2eb22a0d11a3393ef145f1acfbc9d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/arrow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/calc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/calc.png new file mode 120000 index 0000000000000000000000000000000000000000..46cc87f83bd69ce589efa927257436a15d66a6ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/calc.png @@ -0,0 +1 @@ +../../24x24/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/chronometer.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..9d1faaaa3d44cc04aeeb504c54b64ef1d35fc4b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/chronometer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/debian.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/debian.png new file mode 100644 index 0000000000000000000000000000000000000000..feaa6ee51e734fdbb69381a24aaaa9f2fe01e82c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/debian.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/decrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..14fa3b8cc869ae995f0b538fec684df9c323d4c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/decrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..bfea6556fb989683a0c4060bb08881ceca996a72 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/f-memory.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/f-memory.png new file mode 120000 index 0000000000000000000000000000000000000000..9ed2f73c11a63e2ecc546839c4ab9ca29ed2b415 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/f-memory.png @@ -0,0 +1 @@ +../../24x24/devices/memory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/firewall.png new file mode 120000 index 0000000000000000000000000000000000000000..2e828eeac427dce623a19684cdd73846bd081ae6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/firewall.png @@ -0,0 +1 @@ +../../24x24/apps/firewall.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/folder-template.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/folder-template.png new file mode 100644 index 0000000000000000000000000000000000000000..5ea306b53314256685cc9b717c0e72cd86c34482 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/folder-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/fs-win.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/fs-win.png new file mode 120000 index 0000000000000000000000000000000000000000..608d39e7691ec6d5dac25e17deb398f02aed01a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/fs-win.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/glasses.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bf3e501b0907029e1776d87d73b6e20b9c6cbe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/glasses.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/icon_view.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/icon_view.png new file mode 100644 index 0000000000000000000000000000000000000000..2cef889ec1adec3a4fe32c0675f83e307eea3393 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/icon_view.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/iconbox.png new file mode 100644 index 0000000000000000000000000000000000000000..01e03dc9e5395f18be07f5dad8db970e330abd4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/iconbox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/insert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/insert.png new file mode 100644 index 0000000000000000000000000000000000000000..e9f78c55e9adc22d802f58c35d545ebb3e726af6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/insert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/locked.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/locked.png new file mode 120000 index 0000000000000000000000000000000000000000..bbb0070734d51ce55f63dd3a242df5bc8917e88b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/locked.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/menueditor.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc7f1d69ec9ba755eafd4712317e647d454aebb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/menueditor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/money.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/money.png new file mode 100644 index 0000000000000000000000000000000000000000..b272418764d0a10b6764a71200cfa8a4fe281c06 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/network-boot-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/network-boot-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..9b8c43fad3103e1706253bb4e4889a69b6bdb2dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/network-boot-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/news.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/news.png new file mode 100644 index 0000000000000000000000000000000000000000..e86b0f19afdc5d9b6269b0749f6f02fb09774cb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/news.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/notes.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/notes.png new file mode 100644 index 0000000000000000000000000000000000000000..172747884bdd817c2c1c04a3c42a7db07b081e4a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/notes.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/object.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/object.png new file mode 100644 index 0000000000000000000000000000000000000000..fdcd5dd33df4afa9cf0b219d2146a793509b429a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/root_terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/root_terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..17418f42a3d38202d40aca8c9ef7670309d1af44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/root_terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/run.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/run.png new file mode 120000 index 0000000000000000000000000000000000000000..881a6ace38f6bdbd448ae54c65fd8d82639a6365 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/run.png @@ -0,0 +1 @@ +../../24x24/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/settings.png new file mode 120000 index 0000000000000000000000000000000000000000..c7ba8176e2bb62ee386b41000d7f8090e544b3ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/settings.png @@ -0,0 +1 @@ +../../24x24/apps/gnome-settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/sm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/sm.png new file mode 100644 index 0000000000000000000000000000000000000000..08f38d3141f74531d12dd5805b175818236f447e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/sm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..26db9df99e1ea6d032586be2898ae02c2b5670a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/sound.png @@ -0,0 +1 @@ +../../24x24/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/tabwin.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/tabwin.png new file mode 100644 index 0000000000000000000000000000000000000000..93660f52e52e70556006c8170e7334d819849c02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/tabwin.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/taskbar.png new file mode 100644 index 0000000000000000000000000000000000000000..924607f06a761350c32e9300e15447b6ac4b5a33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/taskbar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/taskmanager.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/taskmanager.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8a9ad35cce57e09144393453a3e6b86cad551b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/taskmanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/ui.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/ui.png new file mode 100644 index 0000000000000000000000000000000000000000..13b56b7f4d9a639e520bd47bc2e2b1e7d4493c02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/ui.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/unlocked.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/unlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..f27a9ed80c95e6f372faf3cbb4a8b2c3a36b054b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/unlocked.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/usb_key.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/usb_key.png new file mode 120000 index 0000000000000000000000000000000000000000..201a386a85c573608e37f594ea4d3c4cd94526bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/usb_key.png @@ -0,0 +1 @@ +../../24x24/devices/fs-usb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user-female.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user-female.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9727251954891226669f5b0375e2a869b8b3f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user-female.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user-male.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user-male.png new file mode 100644 index 0000000000000000000000000000000000000000..feacbcf15bbba648f2de36feac452fcf0138d569 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user-male.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user.png new file mode 100644 index 0000000000000000000000000000000000000000..9041814092eab9c03471d7f68233e7445fb1e845 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/webcam.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/webcam.png new file mode 120000 index 0000000000000000000000000000000000000000..0ea7aecf53cd72c8b60b68f54790ea6e104b34da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/webcam.png @@ -0,0 +1 @@ +../../24x24/devices/camera-web.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wksp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wksp.png new file mode 100644 index 0000000000000000000000000000000000000000..1df25218df8f1bc6b8e52452e5cf6f5c6ec51589 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wksp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wm.png new file mode 100644 index 0000000000000000000000000000000000000000..2702340b69fd4bce12461004e5365da1f010bba0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wmtweaks.png new file mode 100644 index 0000000000000000000000000000000000000000..d634c5092df15186374d3ec733233d9616c938a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/wmtweaks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/xfce4-appfinder.png new file mode 100644 index 0000000000000000000000000000000000000000..a7b09b0dab21f8af130b524406481e47f5baedd5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/misc/xfce4-appfinder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/application-x-gnome-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/application-x-gnome-saved-search.png new file mode 120000 index 0000000000000000000000000000000000000000..0f30aa8b75eba505c0900cf8775d12b2856eb6f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/application-x-gnome-saved-search.png @@ -0,0 +1 @@ +../../24x24/places/folder-saved-search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..2fb27e9c0de2db6e4bd18033552433d6619825da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/desktop.png @@ -0,0 +1 @@ +../../24x24/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/distributor-logo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/distributor-logo.png new file mode 120000 index 0000000000000000000000000000000000000000..c517893fce949dd972b7eba90f16881a612a7b03 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/distributor-logo.png @@ -0,0 +1 @@ +../../24x24/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/emptytrash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/emptytrash.png new file mode 120000 index 0000000000000000000000000000000000000000..b5f1387642f7a0c8b75d8079069812deffdb8958 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/emptytrash.png @@ -0,0 +1 @@ +../../24x24/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..3cbcef61c42193178a7761d41e8143f74379dbcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder-remote.png @@ -0,0 +1 @@ +../../24x24/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder-saved-search.png new file mode 100644 index 0000000000000000000000000000000000000000..7ec506cbf98fc031096c7de60708168d10810ecc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder-saved-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder.png new file mode 120000 index 0000000000000000000000000000000000000000..a5728fd7cfe310f2ab10b254da10bd0248a11933 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder.png @@ -0,0 +1 @@ +../../24x24/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder_home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder_home.png new file mode 120000 index 0000000000000000000000000000000000000000..11225b06f0c0eb984271169fc6cac7933da4734a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/folder_home.png @@ -0,0 +1 @@ +../../24x24/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..2fb27e9c0de2db6e4bd18033552433d6619825da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-desktop.png @@ -0,0 +1 @@ +../../24x24/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..9fa753b0900ac302d21c9a6e196176acd56e17bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-directory.png @@ -0,0 +1 @@ +../../24x24/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-ftp.png new file mode 120000 index 0000000000000000000000000000000000000000..20a88b37fb75586f93d1bf0ec7e2e7ed4c0e278d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-ftp.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-ftp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..11225b06f0c0eb984271169fc6cac7933da4734a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-home.png @@ -0,0 +1 @@ +../../24x24/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..6065d2b775b7ef96abd2d8fe7025830be8eec0dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-network.png @@ -0,0 +1 @@ +../../24x24/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-nfs.png new file mode 120000 index 0000000000000000000000000000000000000000..01f97bece2a029129043e7960613a9e6a1445222 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-nfs.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..59033e381b4d9b3c0ced97e8770686461f6e1dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-server.png @@ -0,0 +1 @@ +../../24x24/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-share.png new file mode 120000 index 0000000000000000000000000000000000000000..8fb714f3d13c68f9dcfde77960cf92c7e068f10a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-share.png @@ -0,0 +1 @@ +../../24x24/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-smb.png new file mode 120000 index 0000000000000000000000000000000000000000..608d39e7691ec6d5dac25e17deb398f02aed01a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-smb.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-ssh.png new file mode 120000 index 0000000000000000000000000000000000000000..46991d39226c3e66e2d48eae47439c06629fc65e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-ssh.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-ssh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-trash-empty.png new file mode 120000 index 0000000000000000000000000000000000000000..b5f1387642f7a0c8b75d8079069812deffdb8958 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-fs-trash-empty.png @@ -0,0 +1 @@ +../../24x24/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-main-menu.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-main-menu.png new file mode 120000 index 0000000000000000000000000000000000000000..c517893fce949dd972b7eba90f16881a612a7b03 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-main-menu.png @@ -0,0 +1 @@ +../../24x24/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..f6afd33a83f0a85b423d41e9117e20eb8046eade --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-nfs-server.png @@ -0,0 +1 @@ +../../24x24/places/nfs-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..b6efd2661c874d65c578cde8c3df6f98d0671575 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-server.png @@ -0,0 +1 @@ +../../24x24/places/smb-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..70fb8bb41ca8c6d2ff2af98e72c3f857b73f7496 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..21b29e4ef30c7be81e5e8bb4289a6a1b5dbe8ac6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-mime-x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-stock-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-stock-trash.png new file mode 120000 index 0000000000000000000000000000000000000000..b5f1387642f7a0c8b75d8079069812deffdb8958 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gnome-stock-trash.png @@ -0,0 +1 @@ +../../24x24/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..6065d2b775b7ef96abd2d8fe7025830be8eec0dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/gtk-network.png @@ -0,0 +1 @@ +../../24x24/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/menu.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/menu.png new file mode 100644 index 0000000000000000000000000000000000000000..a77321c8de8d24f95fe08ebff7e99d841b2999ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/menu.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-local.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-local.png new file mode 100644 index 0000000000000000000000000000000000000000..ab98f0ad2df59f1f279b5e5a1b7ec345c64db664 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-local.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..9af2e2c7835892c7ff2ece7ce5046af8a7a26ca0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-storage.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-storage.png new file mode 100644 index 0000000000000000000000000000000000000000..0657f3dc54db6913fb053bf102c90e08b0509e84 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-storage.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..230223ffc07acb06d56dd39664c80120f1defc30 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network.png new file mode 120000 index 0000000000000000000000000000000000000000..8fb714f3d13c68f9dcfde77960cf92c7e068f10a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network.png @@ -0,0 +1 @@ +../../24x24/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network_local.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network_local.png new file mode 120000 index 0000000000000000000000000000000000000000..40d9c1617fab9350c0d31935ce510db1695feb00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/network_local.png @@ -0,0 +1 @@ +../../24x24/places/network-local.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/nfs-server.png new file mode 100644 index 0000000000000000000000000000000000000000..db72224d9c23c6afb566c7b37b7e83bc87de4617 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/nfs-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/redhat-network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/redhat-network-server.png new file mode 120000 index 0000000000000000000000000000000000000000..59033e381b4d9b3c0ced97e8770686461f6e1dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/redhat-network-server.png @@ -0,0 +1 @@ +../../24x24/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/server.png new file mode 120000 index 0000000000000000000000000000000000000000..59033e381b4d9b3c0ced97e8770686461f6e1dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/server.png @@ -0,0 +1 @@ +../../24x24/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/smb-server.png new file mode 100644 index 0000000000000000000000000000000000000000..ba9f45420c9feb29a1ca1d2a54725c8bb31d55f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/smb-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/start-here.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/start-here.png new file mode 100644 index 0000000000000000000000000000000000000000..670bcfe79d2dbd9a02343915e9476b2592730174 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/start-here.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..9fa753b0900ac302d21c9a6e196176acd56e17bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/stock_folder.png @@ -0,0 +1 @@ +../../24x24/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/trashcan_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/trashcan_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..b5f1387642f7a0c8b75d8079069812deffdb8958 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/trashcan_empty.png @@ -0,0 +1 @@ +../../24x24/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..3945c0bb69d74fa56139c3479306195505219292 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-home.png new file mode 100644 index 0000000000000000000000000000000000000000..46353c2ec17e4d636e39ffa5f82324e38b8fd1b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..fb4e962034dd21766fb30bad7cadce4ed058fa83 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/user-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..b5f1387642f7a0c8b75d8079069812deffdb8958 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/places/xfce-trash_empty.png @@ -0,0 +1 @@ +../../24x24/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/appointment-missed.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/appointment-missed.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9911f940b3e62c67fe6ae9e90f487b29d8fe9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/appointment-missed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/appointment-soon.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/appointment-soon.png new file mode 100644 index 0000000000000000000000000000000000000000..4e25d3ca3340dca082f8e98a387f851180326a8e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/appointment-soon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-high.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-high.png new file mode 100644 index 0000000000000000000000000000000000000000..f38a794a260418d5ef7c57e3f933e400b11f97eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-low.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-low.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec03dfe809b79c84cbc9673b90867cd23bb5a76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..dd888ec96544cc0bedb4e9ee9c7e027b99f7daef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-muted.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-muted.png new file mode 100644 index 0000000000000000000000000000000000000000..22f79478a8bbc90522eb40c98ee86b958d8cd0bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-muted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-zero.png new file mode 100644 index 0000000000000000000000000000000000000000..9bcffff0eb4f6c1493eb388b9fbd00b5d24649c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/audio-volume-zero.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/battery-caution.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/battery-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..1ef467212333477060c963cbdbdcc586127791e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/battery-caution.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/battery-low.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/battery-low.png new file mode 100644 index 0000000000000000000000000000000000000000..1a44c17b38366267577b3e9005ce2f44844e3243 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/battery-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_creating.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_creating.png new file mode 120000 index 0000000000000000000000000000000000000000..3f3a459aac97ec97a07b0d619fe115f8dc097513 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_creating.png @@ -0,0 +1 @@ +../../24x24/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_established.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_established.png new file mode 120000 index 0000000000000000000000000000000000000000..6e20e620091e175cc05fabde5c3be82c14d0f349 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_established.png @@ -0,0 +1 @@ +../../24x24/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_no.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_no.png new file mode 120000 index 0000000000000000000000000000000000000000..c3632016fad8e7d4f4fd5b18e57f4b9418cd5c07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/connect_no.png @@ -0,0 +1 @@ +../../24x24/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-error.png new file mode 100644 index 0000000000000000000000000000000000000000..0148b594d5cd8f8b2601e26cd575ea5d95cc9194 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-information.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..07990e9fa8ce0f90417b68ae2fb9ecf4343fc84b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-information.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-password.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-password.png new file mode 100644 index 0000000000000000000000000000000000000000..8ee7df815fb44008d0fdf539569c0f683eec60a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-password.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-question.png new file mode 100644 index 0000000000000000000000000000000000000000..11291a5aeaa472aa19300ef049de9a09527c2146 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-question.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..b76fd0912579966ce6f2a8237073a058c7deb500 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/dialog-warning.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/edittrash.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/edittrash.png new file mode 120000 index 0000000000000000000000000000000000000000..2db5f666a199358df17f911b3c369a0eb04d78bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/edittrash.png @@ -0,0 +1 @@ +../../24x24/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/error.png new file mode 120000 index 0000000000000000000000000000000000000000..8fe62e9b5233693f241b944ed3df7bddb2018c38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/error.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-drag-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-drag-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..43a08b0b4b337417af4c2c264592064962224ab4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-drag-accept.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-directory-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..6d390178fec73e8cf812a5992d3de5559b903db1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-hidden.png @@ -0,0 +1 @@ +../../24x24/filesystems/directory-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-open.png new file mode 120000 index 0000000000000000000000000000000000000000..b7863b0c13f74c9deb8811314e078727f042492c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-open.png @@ -0,0 +1 @@ +../../24x24/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..2740e6c23569a2d2f314519766a50e2c8ab7a856 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder-visiting.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-directory-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder_open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder_open.png new file mode 120000 index 0000000000000000000000000000000000000000..5608b1e7acd8793b6974256df7db16b1afee1d37 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/folder_open.png @@ -0,0 +1 @@ +../../24x24/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-dev-wavelan-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-dev-wavelan-encrypted.png new file mode 120000 index 0000000000000000000000000000000000000000..6c0bbbcb5a4364d33d40642d54cf0478746b677c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-dev-wavelan-encrypted.png @@ -0,0 +1 @@ +../../24x24/status/network-wireless-encrypted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-directory-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..49c3a78a0a9306d2c04310c59c623dbb8f912809 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-directory-accept.png @@ -0,0 +1 @@ +../../24x24/status/folder-drag-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-directory-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..8fe278f0bf39133634a65c7214b3e9aed140d5b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-directory-visiting.png @@ -0,0 +1 @@ +../../24x24/status/folder-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-loading-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-loading-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..f0245ac446d0cb80a4d478eb4cffb7a1ede8354b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-loading-icon.png @@ -0,0 +1 @@ +../../24x24/status/image-loading.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..2db5f666a199358df17f911b3c369a0eb04d78bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-fs-trash-full.png @@ -0,0 +1 @@ +../../24x24/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-disconn.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-disconn.png new file mode 120000 index 0000000000000000000000000000000000000000..c3632016fad8e7d4f4fd5b18e57f4b9418cd5c07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-disconn.png @@ -0,0 +1 @@ +../../24x24/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-error.png new file mode 120000 index 0000000000000000000000000000000000000000..0c2ea17203716c9dc46098217092a93e019668fa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-error.png @@ -0,0 +1 @@ +../../24x24/status/network-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-idle.png new file mode 120000 index 0000000000000000000000000000000000000000..6e20e620091e175cc05fabde5c3be82c14d0f349 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-idle.png @@ -0,0 +1 @@ +../../24x24/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-rx.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-rx.png new file mode 120000 index 0000000000000000000000000000000000000000..c52636b609207d9f4ff86c6e8317170d8b6705a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-rx.png @@ -0,0 +1 @@ +../../24x24/status/network-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-tx.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-tx.png new file mode 120000 index 0000000000000000000000000000000000000000..a81e95b499c7f0a718d46ddaeac6a9d600aeb73c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-tx.png @@ -0,0 +1 @@ +../../24x24/status/network-transmit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-txrx.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-txrx.png new file mode 120000 index 0000000000000000000000000000000000000000..3f3a459aac97ec97a07b0d619fe115f8dc097513 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +../../24x24/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-stock-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-stock-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..2db5f666a199358df17f911b3c369a0eb04d78bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gnome-stock-trash-full.png @@ -0,0 +1 @@ +../../24x24/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..41bc2ef5393aab23a823360d72e6bea5b4e0030f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-error.png @@ -0,0 +1 @@ +../../24x24/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..b313c0a905cbb9de7217d9ee1857e9a3e3dbe8d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-info.png @@ -0,0 +1 @@ +../../24x24/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..17dced42a4821e4c9ff69cb7573f45c5d1785069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../24x24/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/image-loading.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/image-loading.png new file mode 100644 index 0000000000000000000000000000000000000000..f319e3a57710274fb334b915d405c97c71f95a90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/image-loading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/image-missing.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/image-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..a281e1417ea0777f8c6d17ceb3aa72acdfaf4cdc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/image-missing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/important.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/important.png new file mode 120000 index 0000000000000000000000000000000000000000..17dced42a4821e4c9ff69cb7573f45c5d1785069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/important.png @@ -0,0 +1 @@ +../../24x24/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/info.png new file mode 120000 index 0000000000000000000000000000000000000000..b313c0a905cbb9de7217d9ee1857e9a3e3dbe8d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/info.png @@ -0,0 +1 @@ +../../24x24/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-attachment.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-attachment.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb38b2d67ab60a3fe1d8df7f02e9b23fc630015 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-attachment.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-read.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-read.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e2c4cfb6b3869361414765dbd75c83c3108d7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-replied.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-replied.png new file mode 100644 index 0000000000000000000000000000000000000000..b91968313213cc847ccbaafbe9158deaa73057a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-replied.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-unread.png new file mode 120000 index 0000000000000000000000000000000000000000..da6b173d7bd6b8a9fda767f367fe7f90129c37bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/mail-unread.png @@ -0,0 +1 @@ +../../24x24/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/media-playlist-repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..694d40cf4fb7a3e7e3fb6e22ca76ff2148922eaf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/media-playlist-repeat.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/media-playlist-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..3ab866fa180aa895677d8593cb02ff044e56184e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/media-playlist-shuffle.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_critical.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_critical.png new file mode 120000 index 0000000000000000000000000000000000000000..41bc2ef5393aab23a823360d72e6bea5b4e0030f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_critical.png @@ -0,0 +1 @@ +../../24x24/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_info.png new file mode 120000 index 0000000000000000000000000000000000000000..b313c0a905cbb9de7217d9ee1857e9a3e3dbe8d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_info.png @@ -0,0 +1 @@ +../../24x24/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..17dced42a4821e4c9ff69cb7573f45c5d1785069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/messagebox_warning.png @@ -0,0 +1 @@ +../../24x24/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-error.png new file mode 100644 index 0000000000000000000000000000000000000000..00eb510ff336cc6200e3c8b7e667569fe1532fa1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..c04b43ddb81ce6324083c8ef90d00d71467d6942 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-idle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-offline.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-offline.png new file mode 100644 index 0000000000000000000000000000000000000000..4c4ddf387892249edee177332b977303154def8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-offline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc21034fde224775b86f3dc40147ef3a6ba9c24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-transmit-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-transmit-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..6dcb195bc1a2f16234031e73dfcf86be4511296d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-transmit-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-transmit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-transmit.png new file mode 100644 index 0000000000000000000000000000000000000000..fd695dc13870f57aed1efa25513b6e7276777c49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-transmit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-wireless-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-wireless-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..bd487ba3d55a1aae37d1da6f4fe605a54681afdf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/network-wireless-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-adhoc.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-adhoc.png new file mode 120000 index 0000000000000000000000000000000000000000..6e20e620091e175cc05fabde5c3be82c14d0f349 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-adhoc.png @@ -0,0 +1 @@ +../../24x24/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-device-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-device-wired.png new file mode 120000 index 0000000000000000000000000000000000000000..a0759ee4c7fa3912c44301d6f262ddeaad525c30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-device-wired.png @@ -0,0 +1 @@ +../../24x24/devices/network-wired.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-device-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-device-wireless.png new file mode 120000 index 0000000000000000000000000000000000000000..581863e347c395a7a26b114fa0b404b22f0fb545 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-device-wireless.png @@ -0,0 +1 @@ +../../24x24/devices/network-wireless.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-no-connection.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-no-connection.png new file mode 120000 index 0000000000000000000000000000000000000000..c3632016fad8e7d4f4fd5b18e57f4b9418cd5c07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/nm-no-connection.png @@ -0,0 +1 @@ +../../24x24/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/printer-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/printer-error.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa897431600b9455e1c17fd0075bc5fd7866973 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/printer-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/printer-printing.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/printer-printing.png new file mode 100644 index 0000000000000000000000000000000000000000..01e7b92f9f6a0ad382f58bc3c11c5c85b102ddae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/printer-printing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-high.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-high.png new file mode 100644 index 0000000000000000000000000000000000000000..143bbd648b26ca2c5f02c7545e20381c500b67c5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-low.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-low.png new file mode 100644 index 0000000000000000000000000000000000000000..60e2df93b2b27d69251ae817b818f5fc12b13756 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..65bdfb1c95f380d0ec9a777fbd4fe4d33f26aeba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/security-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/software-update-available.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/software-update-available.png new file mode 100644 index 0000000000000000000000000000000000000000..e764432684e088ff701e7651e1b319ca9aa1eb34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/software-update-available.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/software-update-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/software-update-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6e6b6249ccf14f9b8d5fad4531d6d61a187ab9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/software-update-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_appointment-reminder-excl.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_appointment-reminder-excl.png new file mode 120000 index 0000000000000000000000000000000000000000..5e2e080786150d3e27ba31621263d869e97bc540 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_appointment-reminder-excl.png @@ -0,0 +1 @@ +../../24x24/status/appointment-missed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_appointment-reminder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_appointment-reminder.png new file mode 120000 index 0000000000000000000000000000000000000000..ae0bdcd9d65041d478d7a6438fbdcfc38e98d1da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_appointment-reminder.png @@ -0,0 +1 @@ +../../24x24/status/appointment-soon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..41bc2ef5393aab23a823360d72e6bea5b4e0030f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-error.png @@ -0,0 +1 @@ +../../24x24/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..b313c0a905cbb9de7217d9ee1857e9a3e3dbe8d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-info.png @@ -0,0 +1 @@ +../../24x24/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..17dced42a4821e4c9ff69cb7573f45c5d1785069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_dialog-warning.png @@ -0,0 +1 @@ +../../24x24/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..5608b1e7acd8793b6974256df7db16b1afee1d37 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_open.png @@ -0,0 +1 @@ +../../24x24/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..694d40cf4fb7a3e7e3fb6e22ca76ff2148922eaf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_repeat.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..3ab866fa180aa895677d8593cb02ff044e56184e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_shuffle.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..2db5f666a199358df17f911b3c369a0eb04d78bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_trash_full.png @@ -0,0 +1 @@ +../../24x24/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-0.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-0.png new file mode 120000 index 0000000000000000000000000000000000000000..da2138c1be4ba9647b0fe29f0c582f9adfe43081 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-0.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..b1d2599222d649f6f12bab7c39e218c336cad9a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-max.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..d942b062a325316ac34f05fc9f09cc24305b9a24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-med.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..b6a29c737592dafce3eb7afa7c9e9d07cb0e4f16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-min.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..04e206170049b6d566124f88ac959adad28542db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume-mute.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..b1d2599222d649f6f12bab7c39e218c336cad9a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_volume.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-cloudy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-cloudy.png new file mode 120000 index 0000000000000000000000000000000000000000..02e07e7a343bd0a3cf63b432ea87562278910994 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-cloudy.png @@ -0,0 +1 @@ +../../24x24/status/weather-overcast.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..2972143f25725e9a5462b1760f14d23441b805df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-few-clouds.png @@ -0,0 +1 @@ +../../24x24/status/weather-few-clouds.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-night-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-night-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..25555c49afe24254f81b0e9b728f03dbe70cf0b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-night-clear.png @@ -0,0 +1 @@ +../../24x24/status/weather-clear-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-night-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-night-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..e786c37827036ba46a8d3b7ee85853442bee7f12 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-night-few-clouds.png @@ -0,0 +1 @@ +../../24x24/status/weather-few-clouds-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-showers.png new file mode 120000 index 0000000000000000000000000000000000000000..2613cda3afa26defdc441e58ac3c5c1df9c730ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-showers.png @@ -0,0 +1 @@ +../../24x24/status/weather-showers.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-snow.png new file mode 120000 index 0000000000000000000000000000000000000000..d6b723dfb14c430337a440a40d7b7468141f98d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-snow.png @@ -0,0 +1 @@ +../../24x24/status/weather-snow.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-storm.png new file mode 120000 index 0000000000000000000000000000000000000000..ead826610bd9c0d7b963ed103bbfbc92b75719c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-storm.png @@ -0,0 +1 @@ +../../24x24/status/weather-storm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..e4153b4d3850e2792550b490e00ccd53bac22897 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/stock_weather-sunny.png @@ -0,0 +1 @@ +../../24x24/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..e4153b4d3850e2792550b490e00ccd53bac22897 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/sunny.png @@ -0,0 +1 @@ +../../24x24/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/task-due.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/task-due.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a2d5362a6e7ba5ceb246f9308dc172fd8dfa09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/task-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/task-past-due.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/task-past-due.png new file mode 100644 index 0000000000000000000000000000000000000000..cabe1f6a973464f5d8ed01600eb2ab92d569adb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/task-past-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/trashcan_full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/trashcan_full.png new file mode 120000 index 0000000000000000000000000000000000000000..2db5f666a199358df17f911b3c369a0eb04d78bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/trashcan_full.png @@ -0,0 +1 @@ +../../24x24/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/user-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/user-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..e09ffe801262c62a1a55b8f899e4feb139f75ca4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/user-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-clear-night.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-clear-night.png new file mode 100644 index 0000000000000000000000000000000000000000..418be190050cba42f87309122115cdd8a8f7bd8a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-clear-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..029e17c5304aab464e1db9e489671b0176502e92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-few-clouds-night.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-few-clouds-night.png new file mode 100644 index 0000000000000000000000000000000000000000..51b9cc0856aae1ba758e9bfe9dcd0d5d4f4e3b2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-few-clouds-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-few-clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..ad1d46b905feb17fc2e6d36a5de35dceb7044cbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-few-clouds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-fog.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-fog.png new file mode 100644 index 0000000000000000000000000000000000000000..25b06864a7fbb336117f5870945498f18b8ec286 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-fog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-overcast.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-overcast.png new file mode 100644 index 0000000000000000000000000000000000000000..0dd27ede36946e3698aa55bf510a8041c238e934 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-overcast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-severe-alert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-severe-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..2c92738e0274e68315598558a59fcdfa081ad4bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-severe-alert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-showers-scattered.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-showers-scattered.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c8c68aaf80bf8d97b321dcda478e13780fe441 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-showers-scattered.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-showers.png new file mode 100644 index 0000000000000000000000000000000000000000..f974e59b12c523310351e4f1efeb499551fef56f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-showers.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-snow.png new file mode 100644 index 0000000000000000000000000000000000000000..d54bfd2e2da4ce4b3e483a849e36a020bdcee362 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-snow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1822c79da89a7440403dfa361baf7cd5a0e51a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/weather-storm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..2db5f666a199358df17f911b3c369a0eb04d78bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/status/xfce-trash_full.png @@ -0,0 +1 @@ +../../24x24/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/edit-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/edit-redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/edit-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/edit-undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/gtk-undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-font.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-font.png new file mode 120000 index 0000000000000000000000000000000000000000..9d58cc60163b2c8ba97dc6d7be46e20d77e95d93 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-font.png @@ -0,0 +1 @@ +../../24x24/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..e59f4f8b5e79056717a59320958fdb7e7ff3b03c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-lock.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c7bbf914915acb7e3c5feb358497ac676b3a3afa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/m-spreadsheet.png @@ -0,0 +1 @@ +../../24x24/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..fd641899695c36fb26dd768671652eba3bba4673 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-backward.png @@ -0,0 +1 @@ +../../24x24/actions/media-seek-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..c66dc1349ed51888efd241df3e27be8ce13c3481 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-eject.png @@ -0,0 +1 @@ +../../24x24/actions/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..ab636c3b39bf4b4bc82f2b414f2030db2e4ab497 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-forward.png @@ -0,0 +1 @@ +../../24x24/actions/media-seek-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..df0c4384a16a46ee52c3d300f9e338117972c7a9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-next.png @@ -0,0 +1 @@ +../../24x24/actions/media-skip-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..9acb70be0078746575db8760cdb05844a43eb0de --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-pause.png @@ -0,0 +1 @@ +../../24x24/actions/media-playback-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..d96ba69b9ea650097075be0d9e1eeca711d0d8a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-play.png @@ -0,0 +1 @@ +../../24x24/actions/media-playback-start.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..0e1422186e081095d9cd383e89a8cbfc929b0e2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-prev.png @@ -0,0 +1 @@ +../../24x24/actions/media-skip-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..9e39aa569ec44c515504b2140f191ad8f9917dd0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-record.png @@ -0,0 +1 @@ +../../24x24/actions/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..3ab866fa180aa895677d8593cb02ff044e56184e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-shuffle.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..c4985f6f490fcfbd9705737be44f97fb673b9b27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/media-stop.png @@ -0,0 +1 @@ +../../24x24/actions/media-playback-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-select.png new file mode 100644 index 0000000000000000000000000000000000000000..8aa38a941a3c63b9902ed561b46eb69732d71042 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-select.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-show-details.png new file mode 100644 index 0000000000000000000000000000000000000000..dbc6b20aa43c32b81701b3cde2ca4a5f4e126b06 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-show-details.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-show-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..114a2ac8df5881fe4d06cac4142df3108141f0d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/rox-show-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock-redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock-undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_about.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_about.png new file mode 120000 index 0000000000000000000000000000000000000000..35c6e490d46f2fda9e57983938cdc0a2fc0bb576 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_about.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..56272fd64dffb3be5e4d9c760fa26a59dd2cc30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_accessories.png @@ -0,0 +1 @@ +../../24x24/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_add.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_add.png new file mode 120000 index 0000000000000000000000000000000000000000..823735d3ad5d1d80e4938044e080b363ec068a56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_add.png @@ -0,0 +1 @@ +../../24x24/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..1bb5998acd3070927e7aeec7c78c085afe7a8ee1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_amusements.png @@ -0,0 +1 @@ +../../24x24/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_apply.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_apply.png new file mode 120000 index 0000000000000000000000000000000000000000..7ef9538c66b714173968207750e529ffd3376dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_apply.png @@ -0,0 +1 @@ +../../24x24/actions/apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_attach.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_attach.png new file mode 120000 index 0000000000000000000000000000000000000000..b2cbd0ff7f9b542e685e9addea515cfa2b87726a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_attach.png @@ -0,0 +1 @@ +../../24x24/status/mail-attachment.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_balance.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_balance.png new file mode 120000 index 0000000000000000000000000000000000000000..deb6ace14642e94af8fc367ed60ac997d1885ac7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_balance.png @@ -0,0 +1 @@ +../../24x24/apps/multimedia-balance-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_bold.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_bold.png new file mode 120000 index 0000000000000000000000000000000000000000..5bd6c66aaa8e1683cfd0039f9039cc2ff82bf0c0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_bold.png @@ -0,0 +1 @@ +../../24x24/actions/format-text-bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_book-open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_book-open.png new file mode 100644 index 0000000000000000000000000000000000000000..2561548524d752f747feb05235e7fbf55a85d112 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_book-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_book.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_book.png new file mode 120000 index 0000000000000000000000000000000000000000..f16b1c393745f18a237078008845170dd04d4cf6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_book.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-bookmarks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..66b81128d4be521c3d56e692d25433ccbd3476d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cancel.png @@ -0,0 +1 @@ +../../24x24/actions/cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..106a6547ca6e559ad2a3aa5b34ce5198bea5cc48 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cdrom.png @@ -0,0 +1 @@ +../../24x24/devices/gnome-dev-cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_clear.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_clear.png new file mode 120000 index 0000000000000000000000000000000000000000..a819bd52d064b4a2537e8b4106f219708891d603 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_clear.png @@ -0,0 +1 @@ +../../24x24/actions/edit-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_close.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_close.png new file mode 120000 index 0000000000000000000000000000000000000000..8a3481f4ee321ef634645429305987bd523364ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_close.png @@ -0,0 +1 @@ +../../24x24/actions/application-exit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_color_picker.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_color_picker.png new file mode 120000 index 0000000000000000000000000000000000000000..29c4cb3dbdd61b3e93408663ce2cb37e6f89be67 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_color_picker.png @@ -0,0 +1 @@ +../../24x24/actions/color-picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_connect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_connect.png new file mode 120000 index 0000000000000000000000000000000000000000..9cd50c526324a1b01819085098e8384e164df30b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_connect.png @@ -0,0 +1 @@ +../../24x24/actions/network-connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_convert.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_convert.png new file mode 120000 index 0000000000000000000000000000000000000000..051dfe3c08b8a5f72ba9a06756d6cf16efbdd202 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_convert.png @@ -0,0 +1 @@ +../../24x24/actions/convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_copy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_copy.png new file mode 120000 index 0000000000000000000000000000000000000000..ab2c262df5d39418c48c7f108dbefb21376f999b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_copy.png @@ -0,0 +1 @@ +../../24x24/actions/copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cut.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cut.png new file mode 120000 index 0000000000000000000000000000000000000000..a3219e44825716a0de097ca0f3b350c920223df1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_cut.png @@ -0,0 +1 @@ +../../24x24/actions/edit-cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..cf6e77aa7df786606d09d170503d044e0049f524 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_delete.png @@ -0,0 +1 @@ +../../24x24/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_authentication.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_authentication.png new file mode 120000 index 0000000000000000000000000000000000000000..ca9f03e9e9b861c471d0f73a88a304dbf1c459b2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_authentication.png @@ -0,0 +1 @@ +../../24x24/status/dialog-password.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_error.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_error.png new file mode 120000 index 0000000000000000000000000000000000000000..41bc2ef5393aab23a823360d72e6bea5b4e0030f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_error.png @@ -0,0 +1 @@ +../../24x24/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_info.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_info.png new file mode 120000 index 0000000000000000000000000000000000000000..78cb629a2152d99bbebc79674f432498ba65ce8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_info.png @@ -0,0 +1 @@ +../../24x24/actions/help-contents.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_question.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_question.png new file mode 120000 index 0000000000000000000000000000000000000000..20042cbb0e6721fccc67e4358e9c181fbcd84e44 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_question.png @@ -0,0 +1 @@ +../../24x24/status/dialog-question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..17dced42a4821e4c9ff69cb7573f45c5d1785069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dialog_warning.png @@ -0,0 +1 @@ +../../24x24/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..09cb6508151bd78399d22269a53d9b9bf8acb02d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_disconnect.png @@ -0,0 +1 @@ +../../24x24/actions/network-disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..b8b36f8157690bda2b498f5c487b9610b3373da9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd-multiple.png @@ -0,0 +1 @@ +../../24x24/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd.png new file mode 100644 index 0000000000000000000000000000000000000000..219c959183d23f834ca13543bd2c5bdc977858d1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd_multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd_multiple.png new file mode 100644 index 0000000000000000000000000000000000000000..afb6e3ca108943f0af05d2f3065c5ed1489a4aca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_dnd_multiple.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_download.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_download.png new file mode 120000 index 0000000000000000000000000000000000000000..993c7911334041bb58138a93ef0b2f075bc4c994 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_download.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-downloads.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_edit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_edit.png new file mode 120000 index 0000000000000000000000000000000000000000..bdcaceee264f8d649d0d57c97ae2b02e71eece36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_edit.png @@ -0,0 +1 @@ +../../24x24/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..133ba5cc91d6c6b422d7a4d988ff70eae85d40f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../24x24/actions/bookmark-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_execute.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_execute.png new file mode 120000 index 0000000000000000000000000000000000000000..881a6ace38f6bdbd448ae54c65fd8d82639a6365 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_execute.png @@ -0,0 +1 @@ +../../24x24/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_export.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_export.png new file mode 120000 index 0000000000000000000000000000000000000000..487bd49fddb3a53c2c0bb9a32941e0be175c2c15 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_export.png @@ -0,0 +1 @@ +../../24x24/actions/document-export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_file-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_file-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..885fed93e82e2e8b25142cc250270a8c6b13b5ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_file-properties.png @@ -0,0 +1 @@ +../../24x24/actions/document-properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..2af8f8a07ddaf10faf2c36a8e7768dd612a092ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_find-and-replace.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_find.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_find.png new file mode 120000 index 0000000000000000000000000000000000000000..dfa402afd13b89c7cd3de1d49677f92114b6942e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_find.png @@ -0,0 +1 @@ +../../24x24/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..a4bfee8cb4468c571ed08c944cde0558c9882bf5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_floppy.png @@ -0,0 +1 @@ +../../24x24/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-copy.png new file mode 100644 index 0000000000000000000000000000000000000000..09e0f33d991ed98dc236f7002f21020cba5fdc2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-move.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-move.png new file mode 100644 index 0000000000000000000000000000000000000000..04525200daaa9d8ac882b2b279e6d400ff5ea94a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-move.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..eac4cfca1ef8d744f64a5c1ac160d3d851b0ac18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..a5728fd7cfe310f2ab10b254da10bd0248a11933 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_folder.png @@ -0,0 +1 @@ +../../24x24/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..b9c8e368c42020fda4f869452b0ae886c2485b8c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_fullscreen.png @@ -0,0 +1 @@ +../../24x24/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..290455deb9caef2b813b2cba8dd6aa4f3314aa94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-back.png @@ -0,0 +1 @@ +../../24x24/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..759bf51094a8d20f478147ac49b1f1e5dd03de6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-down.png @@ -0,0 +1 @@ +../../24x24/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..5d57c84e59a5f342a353d878599d5f5f1e6f91e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-forward.png @@ -0,0 +1 @@ +../../24x24/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..1365b865a7300bc86d78d3b611246530f8e745a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_go-up.png @@ -0,0 +1 @@ +../../24x24/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..d520bd9440d462bcec2dd421a067b3b6096631c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-bottom.png @@ -0,0 +1 @@ +../../24x24/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..9222e1864daf7f56fa988a66b92a88087e8e5e05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-first.png @@ -0,0 +1 @@ +../../24x24/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..a14b0eaf2350f10eaaf6d9b2c83978bf1fa7569a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-last.png @@ -0,0 +1 @@ +../../24x24/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..74578dec91bb9bc5e93717bd9bdd436499eb5d15 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_goto-top.png @@ -0,0 +1 @@ +../../24x24/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..62c1539f0dd603c23b2df25dd92aa2ad9bcb4764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_harddisk.png @@ -0,0 +1 @@ +../../24x24/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..ecd89f766f53f846c25f7a89637c3ea65314d43e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_help.png @@ -0,0 +1 @@ +../../24x24/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_history.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_history.png new file mode 100644 index 0000000000000000000000000000000000000000..a09dce63365bd49f769795bccee0e5aee014e9ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_history.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..951aa32c0d5a3db1d32e3724bb9bf265bb9bc37a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_home.png @@ -0,0 +1 @@ +../../24x24/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_import.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_import.png new file mode 120000 index 0000000000000000000000000000000000000000..1f89e29351150a85c41a905108e9dfaa7d5c3ade --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_import.png @@ -0,0 +1 @@ +../../24x24/actions/document-import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_indent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_indent.png new file mode 120000 index 0000000000000000000000000000000000000000..c4ed68db2937425fa6a1a6dd8c3c91b8d283af6f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_indent.png @@ -0,0 +1 @@ +../../24x24/actions/format-indent-more.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_index.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_index.png new file mode 120000 index 0000000000000000000000000000000000000000..1537e11c75b9ff75cd1585e91b85f190f92f3ed2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_index.png @@ -0,0 +1 @@ +../../24x24/actions/multimedia-playlist.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..70a88673d074221b81440783a1538f34956e1b73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-image.png @@ -0,0 +1 @@ +../../24x24/actions/insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..418e773cf05cbe0ff32a4c895ae49fa449c9bbbb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-object.png @@ -0,0 +1 @@ +../../24x24/actions/insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..23574c35bec324673dfc5eddf4290a1c3e7a15d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_insert-table.png @@ -0,0 +1 @@ +../../24x24/actions/insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..bb4683101cde00dbb746685c034c51ac0de0c289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_internet.png @@ -0,0 +1 @@ +../../24x24/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_italic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_italic.png new file mode 120000 index 0000000000000000000000000000000000000000..4ce7cb13572face721fd202dad82acb7dc48c5f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_italic.png @@ -0,0 +1 @@ +../../24x24/actions/format-text-italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..a42e1f2fcf2aeef1c5f927021fdf60831747a4cd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_jump-to.png @@ -0,0 +1 @@ +../../24x24/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..7e238b9254a029c680f06cf272186e7f0da08855 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-center.png @@ -0,0 +1 @@ +../../24x24/actions/format-justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..52d023f41e9c9e7a46d8b2589b36ae7646c78f1c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-fill.png @@ -0,0 +1 @@ +../../24x24/actions/format-justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..714a88301c74977b88f6c66fabb6913ac8f50f33 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-left.png @@ -0,0 +1 @@ +../../24x24/actions/format-justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..843d42403fa03e578178145f79b46345ae165755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_justify-right.png @@ -0,0 +1 @@ +../../24x24/actions/format-justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_license-reading.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_license-reading.png new file mode 100644 index 0000000000000000000000000000000000000000..9dd635426e006cb9879263bde1cc2a522f8c3b3c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_license-reading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_license.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_license.png new file mode 100644 index 0000000000000000000000000000000000000000..7a3047908e341590b23c5d4992e83bdb392c1126 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_license.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..6852d36a82eebe80cd8f96c5dd9ac56ce2d2b80a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_line-in.png @@ -0,0 +1 @@ +../../24x24/devices/audio-input-line.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_logout.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_logout.png new file mode 120000 index 0000000000000000000000000000000000000000..6e3b130d81ee642271bb2f77a4530c689433d39c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_logout.png @@ -0,0 +1 @@ +../../24x24/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..b81a3d1734f2ad4a27fbd349d8af2c26c349fd4e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_mailto.png @@ -0,0 +1 @@ +../../24x24/actions/mail-send.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_mic.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_mic.png new file mode 120000 index 0000000000000000000000000000000000000000..d60454b674b35522b33b1b325fbe709f3289d5f9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_mic.png @@ -0,0 +1 @@ +../../24x24/devices/audio-input-microphone.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..8a391081e36e877eed729a0f98bc2d1f812acdfe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_missing-image.png @@ -0,0 +1 @@ +../../24x24/status/image-missing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..50de955e00e1f734cfaa626ce10bf042550920fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_multimedia.png @@ -0,0 +1 @@ +../../24x24/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_network.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_network.png new file mode 120000 index 0000000000000000000000000000000000000000..6065d2b775b7ef96abd2d8fe7025830be8eec0dc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_network.png @@ -0,0 +1 @@ +../../24x24/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..a8a5d202dc89d7b27e5a91830c46952b2d1256dd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new-dir.png @@ -0,0 +1 @@ +../../24x24/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..0d10a99c8736c15bccd60e9a9b227c9433a57b03 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new-tab.png @@ -0,0 +1 @@ +../../24x24/actions/tab-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new.png new file mode 120000 index 0000000000000000000000000000000000000000..9c3e008390ea757788f1d47828d4d9d3f2e53323 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_new.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_no.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_no.png new file mode 120000 index 0000000000000000000000000000000000000000..42d0a1a8becaaa76da2d3164055ebc0edd0a2be5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_no.png @@ -0,0 +1 @@ +../../24x24/actions/forbidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_ok.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_ok.png new file mode 120000 index 0000000000000000000000000000000000000000..556f99bb6db360afeac25d35d74a3dc259bd6e77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_ok.png @@ -0,0 +1 @@ +../../24x24/actions/accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..b7863b0c13f74c9deb8811314e078727f042492c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_open.png @@ -0,0 +1 @@ +../../24x24/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_paste.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_paste.png new file mode 120000 index 0000000000000000000000000000000000000000..e8ad3daf60759259945958040f112877757add66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_paste.png @@ -0,0 +1 @@ +../../24x24/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_pastlink.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_pastlink.png new file mode 120000 index 0000000000000000000000000000000000000000..d761fd5b277d675bfb2695580a0cd5221478eaca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_pastlink.png @@ -0,0 +1 @@ +../../24x24/actions/insert-link.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..c10ae307675ce53f987561d31ec73c44a67e79ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_preferences.png @@ -0,0 +1 @@ +../../24x24/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..c2ec38189c415b14a1c5c65e22c6dc42126eeb8d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_print-preview.png @@ -0,0 +1 @@ +../../24x24/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..1b6f61df59ef0e677e427cc433e76c25febdc6fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_print.png @@ -0,0 +1 @@ +../../24x24/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_properties.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_properties.png new file mode 100644 index 0000000000000000000000000000000000000000..52a722a4bda94ec51064ee4a5d0b7d9e6042a236 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_quit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_quit.png new file mode 120000 index 0000000000000000000000000000000000000000..7ed97aa6167f64467ecef4bbe44e5835542bd36b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_quit.png @@ -0,0 +1 @@ +../../24x24/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..4b520385109e259d3c861115516663589427725d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_redo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..f5d80100cef5b3598a1ff39055966f3a727d3932 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_refresh.png @@ -0,0 +1 @@ +../../24x24/actions/view-refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_remove.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_remove.png new file mode 120000 index 0000000000000000000000000000000000000000..c374b41b57fa259fb973a8e2538ff171533ed38b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_remove.png @@ -0,0 +1 @@ +../../24x24/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..694d40cf4fb7a3e7e3fb6e22ca76ff2148922eaf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_repeat.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_reset.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_reset.png new file mode 120000 index 0000000000000000000000000000000000000000..50eb30535bc111f789c5f20a42ec7b9e5daa669d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_reset.png @@ -0,0 +1 @@ +../../24x24/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..2641345ea4760d29283136210263105864485c06 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_revert-to-saved.png @@ -0,0 +1 @@ +../../24x24/actions/document-revert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_run.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_run.png new file mode 120000 index 0000000000000000000000000000000000000000..881a6ace38f6bdbd448ae54c65fd8d82639a6365 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_run.png @@ -0,0 +1 @@ +../../24x24/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..9b4e03e9109d9786a2d71665a6dbe6f0bf17065b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_save-as.png @@ -0,0 +1 @@ +../../24x24/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..166fdd33f98bbc07b0a536691d0aa4d3d5784edc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_save.png @@ -0,0 +1 @@ +../../24x24/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..8f1d8dc36b0056074b7b1cc30c19399a84f4d195 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_screenshot.png @@ -0,0 +1 @@ +../../24x24/apps/applets-screenshooter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1e48b55e02b51a7d77e078031722b5b946b736 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_search.png @@ -0,0 +1 @@ +../../24x24/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_select-color.png new file mode 100644 index 0000000000000000000000000000000000000000..e813c4d5f10935529d2da84752a14b07bc2a104b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_select-color.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..0e222a1cee38cc64bbe67ade6346cfadd7b65ac7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_select-font.png @@ -0,0 +1 @@ +../../24x24/apps/preferences-desktop-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..3ab866fa180aa895677d8593cb02ff044e56184e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_shuffle.png @@ -0,0 +1 @@ +../../24x24/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..b1904eab73225d4f99e8de4d8a7074e9c0526133 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_sort-ascending.png @@ -0,0 +1 @@ +../../24x24/actions/view-sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..156a25decab038463f24f890a5c152ef3b9ccdfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_sort-descending.png @@ -0,0 +1 @@ +../../24x24/actions/view-sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..9142faeaa0200ec175edf80bad6669cd890b9b47 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_spell-check.png @@ -0,0 +1 @@ +../../24x24/actions/tools-check-spelling.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_stop.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_stop.png new file mode 120000 index 0000000000000000000000000000000000000000..76e2e9dc123bcd2cfdea6d1308cbb95f86f09c5d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_stop.png @@ -0,0 +1 @@ +../../24x24/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..8414cd5b1ca77f43e2a9fd512309e2facb02db77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_strikethrough.png @@ -0,0 +1 @@ +../../24x24/actions/format-text-strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..70641b3ca9ab0aa5f326b82f5101cca41872919d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_undelete.png @@ -0,0 +1 @@ +../../24x24/filesystems/gnome-fs-undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_underline.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_underline.png new file mode 120000 index 0000000000000000000000000000000000000000..2cd8db18d2cee0a137180bc716ecb9a75e100152 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_underline.png @@ -0,0 +1 @@ +../../24x24/actions/format-text-underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..9650d75858ac23f543b36c0e2ad239c229835505 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_undo.png @@ -0,0 +1 @@ +../../24x24/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..00baeeb7e3dbf2b6f544e8d61d0ca4d269d6b986 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_unindent.png @@ -0,0 +1 @@ +../../24x24/actions/format-indent-less.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..6ea619bb28729b6bb397374122ce09fd845a1e1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_unknown.png @@ -0,0 +1 @@ +../../24x24/apps/xfce-unknown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..1d9d29be8b59f620ed56b4978aac7a38e1bb87fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_volume.png @@ -0,0 +1 @@ +../../24x24/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_yes.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_yes.png new file mode 120000 index 0000000000000000000000000000000000000000..5bea979c1296f20839a91e6d7241c064ce16e68d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_yes.png @@ -0,0 +1 @@ +../../24x24/emblems/emblem-default.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..287684064823c9e5e6e8adcb4901147b20762ca3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-100.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..be0314f73e394aa88d9a388ab57edcb3bc007fe3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-fit.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..354d7029938b7f86addd1930efef9d2811f7ea13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-in.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..11acba700b638206d3e276c2734988ae28682ebd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/stock_zoom-out.png @@ -0,0 +1 @@ +../../24x24/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..b1d2599222d649f6f12bab7c39e218c336cad9a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-max.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-medium.png new file mode 120000 index 0000000000000000000000000000000000000000..d942b062a325316ac34f05fc9f09cc24305b9a24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-medium.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..b6a29c737592dafce3eb7afa7c9e9d07cb0e4f16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-min.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..04e206170049b6d566124f88ac959adad28542db --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-mute.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..da2138c1be4ba9647b0fe29f0c582f9adfe43081 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/24x24/stock/volume-zero.png @@ -0,0 +1 @@ +../../24x24/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/accept.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/accept.png new file mode 100644 index 0000000000000000000000000000000000000000..965f6f861fc5f64442b227b31a8ae87dd00ed99a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/add.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/add.png new file mode 120000 index 0000000000000000000000000000000000000000..e34655a3c8508e90fe4a9a7d62eda117d64c37b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/add.png @@ -0,0 +1 @@ +../../32x32/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/address-book-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/address-book-new.png new file mode 100644 index 0000000000000000000000000000000000000000..629affdae71e8ac8fba804a6ea63d63b5de8a4be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/address-book-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/application-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/application-exit.png new file mode 100644 index 0000000000000000000000000000000000000000..47f7a3919434d69fe3d198f595429e8bfc0a7a02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/application-exit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/apply.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/apply.png new file mode 100644 index 0000000000000000000000000000000000000000..04c9a3743a323e3466bc0924c56bc995d4ab8649 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/apply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/appointment-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/appointment-new.png new file mode 100644 index 0000000000000000000000000000000000000000..2f1348c1e1badebe9db26c98c99bd10803f0fce8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/appointment-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/back.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/back.png new file mode 120000 index 0000000000000000000000000000000000000000..551616ec37af69a62e5d1cd71c4dd47802dd94af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/back.png @@ -0,0 +1 @@ +../../32x32/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/bookmark-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/bookmark-new.png new file mode 100644 index 0000000000000000000000000000000000000000..77b619a1180bfd0c87d4840733f3042eea5b13b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/bookmark-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0dc90d00b6c3f5c83746a04b2e1b6a48529311b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/bottom.png @@ -0,0 +1 @@ +../../32x32/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b098b40a1df4d70af03a315c9029c7274c8eec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/cancel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/color-picker.png new file mode 100644 index 0000000000000000000000000000000000000000..a0bd7c6ee3e1a310622c67543d45a35800ca31e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/color-picker.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/contact-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..dbbfc35eadff4eaa044f72185cf90ceaadd49da6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/contact-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/convert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/convert.png new file mode 100644 index 0000000000000000000000000000000000000000..b232e0062ae6655f5557177baa77eb2b59afd2dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/convert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/copy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/copy.png new file mode 100644 index 0000000000000000000000000000000000000000..dd0fa5f86dd231ce64de080251d3bc0591ffc1ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-export.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-export.png new file mode 100644 index 0000000000000000000000000000000000000000..55d024807c64809e7be2b66d676a4791e012a609 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-export.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-import.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-import.png new file mode 100644 index 0000000000000000000000000000000000000000..78cbba46d3f35c0029627f69e6f3fae6abc7c5f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-import.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-new.png new file mode 100644 index 0000000000000000000000000000000000000000..2bde4448525b6df0a11c39f291a37e076020a42c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-open-recent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-open-recent.png new file mode 100644 index 0000000000000000000000000000000000000000..647c563f0096107657337b111537403655d22db1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-open-recent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-open.png new file mode 100644 index 0000000000000000000000000000000000000000..df3d9ae3c0197ebdb28063bc0197c6ae24ad0917 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-page-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-page-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..14b67179bf35071259f7efd2dbd4c8a051cda5ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-page-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-print-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..abfc876f6817f4aafbcc9a07035ba1fb55f834ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-print-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-print.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-print.png new file mode 100644 index 0000000000000000000000000000000000000000..ba8217c82df757bbe207c09309031d8c2faa8acd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-print.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..72ef9c636a704a3fe638992c80bc64099f98489e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..4a5341b5b9f810ba8f6f288310672a375cd51000 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-revert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-save-as.png new file mode 100644 index 0000000000000000000000000000000000000000..aa2a583eb9989543918fc32e484b80aaa28fcc09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-save-as.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-save.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-save.png new file mode 100644 index 0000000000000000000000000000000000000000..bddc5266567ad0c07c9ce3e1d984dfd12506aefe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-save.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-send.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-send.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbf9680f2b2467697adf847a3086dbc7ce74695 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/document-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/down.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/down.png new file mode 120000 index 0000000000000000000000000000000000000000..d6f7ae4c64adcd7abf973f3d1bbc9153b3d87a23 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/down.png @@ -0,0 +1 @@ +../../32x32/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..428c0deb0fe4be790bd992e64cfb0101ff11ddc5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..2f97c365e5de14404bc3d006eb12a3e9bdbe972c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-cut.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-delete.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6669f4860f6a29bcf02469334fde9fbf52909c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-delete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-find-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-find-replace.png new file mode 100644 index 0000000000000000000000000000000000000000..8bb7c82ef46643a97b2d3780404900e8f2f7e367 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-find-replace.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-find.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-find.png new file mode 100644 index 0000000000000000000000000000000000000000..34488100b6a803fe3a6d9f41c3fb2157f377e253 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-find.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-paste.png new file mode 100644 index 0000000000000000000000000000000000000000..4854df2ea1c3ca70c43b74057a2025006545b0bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-paste.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-redo.png new file mode 100644 index 0000000000000000000000000000000000000000..cb419a82c1ad4470c3e24cf1ebb0d95ca40fcddd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-redo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-select-all.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-select-all.png new file mode 100644 index 0000000000000000000000000000000000000000..4a73007b1b3368da6e58aae86ef2eaad977399af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-select-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-undo.png new file mode 100644 index 0000000000000000000000000000000000000000..3568aeea382fbd0992d62e9dd7b84e6c0ccac585 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/edit-undo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/editdelete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/editdelete.png new file mode 120000 index 0000000000000000000000000000000000000000..c0383936d57ae53f900d84b29809d7a5fb6917fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/editdelete.png @@ -0,0 +1 @@ +../../32x32/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filefind.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filefind.png new file mode 120000 index 0000000000000000000000000000000000000000..71b94dcfe56d6aa3d037e14060b24dea5f1ea01b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filefind.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filenew.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filenew.png new file mode 120000 index 0000000000000000000000000000000000000000..0efe3700897da10edf135a3add2c1a1b578c9ed8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filenew.png @@ -0,0 +1 @@ +../../32x32/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/fileprint.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/fileprint.png new file mode 120000 index 0000000000000000000000000000000000000000..67f959e45722444fc6256083d1839eb077297c32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/fileprint.png @@ -0,0 +1 @@ +../../32x32/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filequickprint.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filequickprint.png new file mode 120000 index 0000000000000000000000000000000000000000..405730917d578d6fb8caffe9d75259f6d6c6a40f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filequickprint.png @@ -0,0 +1 @@ +../../32x32/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filesave.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filesave.png new file mode 120000 index 0000000000000000000000000000000000000000..ab0db772ce2eefb2c20d97747cc18e046c75b7df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filesave.png @@ -0,0 +1 @@ +../../32x32/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filesaveas.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filesaveas.png new file mode 120000 index 0000000000000000000000000000000000000000..04d9d162fb0a59f0a2abcd4f9895df4bd00a8a76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/filesaveas.png @@ -0,0 +1 @@ +../../32x32/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/find.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/find.png new file mode 120000 index 0000000000000000000000000000000000000000..71b94dcfe56d6aa3d037e14060b24dea5f1ea01b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/find.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/finish.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/finish.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/finish.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/first.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/first.png new file mode 120000 index 0000000000000000000000000000000000000000..164c97f52287cbafd34c4d85c2c3cd62cf695c0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/first.png @@ -0,0 +1 @@ +../../32x32/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/folder-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/folder-new.png new file mode 100644 index 0000000000000000000000000000000000000000..c336ef2a9884e3d6aa15ae0fbbfb07715d2da748 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/folder-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/folder_new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/folder_new.png new file mode 120000 index 0000000000000000000000000000000000000000..cb04db2166127ca6872fedc77f3bfded85128192 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/folder_new.png @@ -0,0 +1 @@ +../../32x32/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/forbidden.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/forbidden.png new file mode 100644 index 0000000000000000000000000000000000000000..4399eda3e5723254ceb5dac8456a7003aba9fd3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/forbidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-indent-less.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-indent-less.png new file mode 100644 index 0000000000000000000000000000000000000000..6b54939e8c61de7eb8a23f9ca26f0758a6faa837 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-indent-less.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-indent-more.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-indent-more.png new file mode 100644 index 0000000000000000000000000000000000000000..c84a470cf792cd8c96577d032d44c31b1ec81b5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-indent-more.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-center.png new file mode 100644 index 0000000000000000000000000000000000000000..81fcdc9561512d9274f30429fafffd39d8288cb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..54a09c44ef9459d4a0b927e88d9ddeab3d47cc17 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-fill.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3261e4d4dfa5f563a3a0597e6545eaa560d069 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0da1f9c08028d49169ad610e4448cd2ed1e23518 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-justify-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-bold.png new file mode 100644 index 0000000000000000000000000000000000000000..50ba69c62757d3e42f525ffa45ae741b5dfbd189 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-bold.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-direction-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-direction-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..16ebf1f67a95c49ee12ccf746fbb80022c7ef7c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-direction-ltr.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-direction-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-direction-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..906402430e8a1af90197b5358878338db49dea63 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-direction-rtl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-italic.png new file mode 100644 index 0000000000000000000000000000000000000000..b96449e6ec8800ccdd491212179597d9999e3447 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-italic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-strikethrough.png new file mode 100644 index 0000000000000000000000000000000000000000..18fa7b1208b8cdc68e12a19992fae8860aaf4eb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-strikethrough.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-underline.png new file mode 100644 index 0000000000000000000000000000000000000000..4f4b0ac9b9b8b5b60ce05cc9ce9f84310b710f66 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/format-text-underline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/forward.png new file mode 120000 index 0000000000000000000000000000000000000000..abb578b0877a7f6c007f9e99566834c323e72642 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/forward.png @@ -0,0 +1 @@ +../../32x32/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..5795bee0bf3e174ed02913e707f4827eb5a8178d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gnome-lockscreen.png @@ -0,0 +1 @@ +../../32x32/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gnome-run.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gnome-run.png new file mode 120000 index 0000000000000000000000000000000000000000..805ff4e03b635d05ceb8cacab021fe5b326a77cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gnome-run.png @@ -0,0 +1 @@ +../../32x32/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..8119f6b8b69a26d008e8f890fe51c7bcb6972f50 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-bottom.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-down.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f60372b1c80a727ea4937fe430fae01be1b551 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-down.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-first.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-first.png new file mode 100644 index 0000000000000000000000000000000000000000..2c74a74872f374e43c36012bd988fceecdc246e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-first.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-home.png new file mode 100644 index 0000000000000000000000000000000000000000..2afc554d313b6dd82b2121ba92fd50320f09401e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-jump.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-jump.png new file mode 100644 index 0000000000000000000000000000000000000000..7725da8d0aafcc2148b67b1265e5f062cbbfd31c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-jump.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-last.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-last.png new file mode 100644 index 0000000000000000000000000000000000000000..d05f063dc8a2c9c4a8b225e906adb034885244ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-last.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-next.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-next.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ba0b2694d0694f23013305d988c55e7f433fe3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-next.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-previous.png new file mode 100644 index 0000000000000000000000000000000000000000..e26eb8b03f630e1ee3d8be7fa1cbfb00c0d67ad3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-previous.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-to.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-to.png new file mode 100644 index 0000000000000000000000000000000000000000..783b9811b6e9d1757b45fba0b2e9707b33a63d98 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-to.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-top.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..d66439a85dbee14096e449488660a869eeee9cb9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-top.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-up.png new file mode 100644 index 0000000000000000000000000000000000000000..e8830c8b024b96b61c3a53d37c638b9d3bed1040 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/go-up.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gohome.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gohome.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gohome.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..e34655a3c8508e90fe4a9a7d62eda117d64c37b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-add.png @@ -0,0 +1 @@ +../../32x32/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..c0383936d57ae53f900d84b29809d7a5fb6917fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-delete.png @@ -0,0 +1 @@ +../../32x32/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..4fe500db69362064a84c2e2d842e835e59c6763f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..71b94dcfe56d6aa3d037e14060b24dea5f1ea01b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-find.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..8ae2ab944e004d894d2458fdff5b74d9c6bab80a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-fullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-back-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-back-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..551616ec37af69a62e5d1cd71c4dd47802dd94af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-back-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-back-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-back-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..abb578b0877a7f6c007f9e99566834c323e72642 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-back-rtl.png @@ -0,0 +1 @@ +../../32x32/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..d6f7ae4c64adcd7abf973f3d1bbc9153b3d87a23 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-down.png @@ -0,0 +1 @@ +../../32x32/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-forward-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-forward-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..abb578b0877a7f6c007f9e99566834c323e72642 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-forward-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-forward-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-forward-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-forward-rtl.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee5c5381622f8f5543adcea2acc195ce27bcfa5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-go-up.png @@ -0,0 +1 @@ +../../32x32/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0dc90d00b6c3f5c83746a04b2e1b6a48529311b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../32x32/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-first-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-first-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..164c97f52287cbafd34c4d85c2c3cd62cf695c0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-first-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-first-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-first-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-first-rtl.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-last-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-last-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-last-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-last-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-last-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..164c97f52287cbafd34c4d85c2c3cd62cf695c0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-last-rtl.png @@ -0,0 +1 @@ +../../32x32/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..321fd9e0b3d6138f1c1f2a57bf5970e954694781 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-goto-top.png @@ -0,0 +1 @@ +../../32x32/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-home.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..05bbf251d6b84e2740de7aca74511fcfbf7db4b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..0efe3700897da10edf135a3add2c1a1b578c9ed8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-new.png @@ -0,0 +1 @@ +../../32x32/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..405730917d578d6fb8caffe9d75259f6d6c6a40f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-print-preview.png @@ -0,0 +1 @@ +../../32x32/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..67f959e45722444fc6256083d1839eb077297c32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-print.png @@ -0,0 +1 @@ +../../32x32/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..ff4517e4510f49b7bbb8b335ee72d48e7e0f3334 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-remove.png @@ -0,0 +1 @@ +../../32x32/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..04d9d162fb0a59f0a2abcd4f9895df4bd00a8a76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-save-as.png @@ -0,0 +1 @@ +../../32x32/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..ab0db772ce2eefb2c20d97747cc18e046c75b7df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-save.png @@ -0,0 +1 @@ +../../32x32/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..9ceb01865be1049aa1ad84128f706cffdcc8ed78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-100.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..4b66a61b69dd3f8e288c3db1f46b7d284375e0ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3d3302fc205ec0ca9f7312e93af9cd69e0ea3d54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-in.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..7190ef216672bdfb2e12d53f916626256a80c570 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/gtk-zoom-out.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-about.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-about.png new file mode 100644 index 0000000000000000000000000000000000000000..5e03f6d198fd28719687b1b4eb8a86bf30524051 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-about.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-contents.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-contents.png new file mode 100644 index 0000000000000000000000000000000000000000..8179de9a8cde9b1bca5782667b5baa8b5ca03db9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-contents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-faq.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-faq.png new file mode 100644 index 0000000000000000000000000000000000000000..cdee93ea9ca728109b6f860615f87a092692b970 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/help-faq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/hint.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/hint.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ff61879b77c024687177dc4d07d164279a5c54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/hint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/home.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/home.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-image.png new file mode 100644 index 0000000000000000000000000000000000000000..8d3bb06bb8d51c9e786bcdc8bf890a6138214f69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-link.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-link.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca9a5355b4195bfce64d170585a23313541bdda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-object.png new file mode 100644 index 0000000000000000000000000000000000000000..4ba549b597ece20319ceb93063e1ad7e6a5687dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-table.png new file mode 100644 index 0000000000000000000000000000000000000000..8da1752f9d28619466fc6f478da16e75d28ba59c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-table.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-text.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-text.png new file mode 100644 index 0000000000000000000000000000000000000000..73e340120546dcab0de4cb4ac5e19dc339e29e98 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/insert-text.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/jump.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/jump.png new file mode 120000 index 0000000000000000000000000000000000000000..93fd875404254e08ad3e3f5e037ebd36b4ba5bf0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/jump.png @@ -0,0 +1 @@ +../../32x32/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/kfm_home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/kfm_home.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/kfm_home.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/last.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/last.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/last.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/list-add.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..49134a7d6f841b8e6bbf276ed7416ac73889067a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/list-add.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/list-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..0033295ac85cb389f1b334f5417469443a1a6d00 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/list-remove.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/lock.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/lock.png new file mode 120000 index 0000000000000000000000000000000000000000..5795bee0bf3e174ed02913e707f4827eb5a8178d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/lock.png @@ -0,0 +1 @@ +../../32x32/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..a516f74a15681c3512981249118c352c553334b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-important.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-important.png new file mode 100644 index 0000000000000000000000000000000000000000..78faefeaea83e3c04495fa8f09ba30e4bbc1b5bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-junk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-junk.png new file mode 100644 index 0000000000000000000000000000000000000000..be4676896f8a9ba8d8b4414834074a0689c995da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-junk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-read.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-read.png new file mode 100644 index 0000000000000000000000000000000000000000..e045bf64e4f4f2e28be9ac19fe99bfd144fa763f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-unread.png new file mode 100644 index 0000000000000000000000000000000000000000..924fdf1c529721df823149a08ca93ec736d54de7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-mark-unread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-message-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-message-new.png new file mode 100644 index 0000000000000000000000000000000000000000..b724c1b4cd42497f3fe40733e297e65a9e0399d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-message-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-reply-all.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-reply-all.png new file mode 100644 index 0000000000000000000000000000000000000000..79a47e9b770e8563237309929b8fe011c2eee7f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-reply-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-reply-sender.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-reply-sender.png new file mode 100644 index 0000000000000000000000000000000000000000..059634b1a93d5a3ada90a101e09bac2a85b5c1ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-reply-sender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-send-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-send-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..fccbae8d58f8d57b86a02b291cee3c97c7fc7500 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-send-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-send.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc9940d7d5a14212a7ec5503fafeefaacc685d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail.png new file mode 100644 index 0000000000000000000000000000000000000000..7dff6d805c798ca0ac5211e5cfe461a0339db7de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-eject.png new file mode 100644 index 0000000000000000000000000000000000000000..1900c5311fcb788f36a27757fccd91ff562b49b9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-eject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..1743bb50fe3ddce638cab7f2194e23e8d518f494 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-mute.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..ac21c68a7a90759e31cce05df25ad1ebf37e1a9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-pause.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-start.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-start.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e5ebf18a88c48524df34f4e8ffbdaf27480290 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-start.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f0f84bc3f532a421eadc3aaa9d74bf321681b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playback-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playlist-repeat.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0757d60d89edccb357f5486c29a87b6fdf5d26 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playlist-repeat.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playlist-shuffle.png new file mode 100644 index 0000000000000000000000000000000000000000..dff504189866cb46d9bd3aede35f9d309ad5ad35 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-playlist-shuffle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-record.png new file mode 100644 index 0000000000000000000000000000000000000000..65f1dbdd666eddd497893925379e9cc3f46d04e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-record.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-seek-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-seek-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..637808d0e9859c7714778924f6bae69393865f71 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-seek-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-seek-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-seek-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..c87882f0e83fab409a73e6ae340cc4d9b72faeeb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-seek-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-skip-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-skip-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..97a0b9c9aca405e7b5ba5683fb5a34f3421c4876 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-skip-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-skip-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-skip-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..46c44eb206daad1b44ab7d8e890c19e9f3eafd54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/media-skip-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/multimedia-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/multimedia-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..85304019effaf4b030fdd2d73634e401f2c16f33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/multimedia-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/network-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/network-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..bac71753510ddff4e84fa74f51d4b149dd9f398f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/network-connect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/network-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/network-disconnect.png new file mode 100644 index 0000000000000000000000000000000000000000..455588d4bc65d931d9cb680318b4a097d242b4fe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/network-disconnect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/next.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/next.png new file mode 120000 index 0000000000000000000000000000000000000000..abb578b0877a7f6c007f9e99566834c323e72642 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/next.png @@ -0,0 +1 @@ +../../32x32/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-flip-horizontal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-flip-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..554bc0c41b24874bd54485d2a2aa50e957ac5dd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-flip-horizontal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-flip-vertical.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-flip-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..8f56c06516ea8c5ce168bff710c89eac1a255c86 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-flip-vertical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-rotate-left.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-rotate-left.png new file mode 100644 index 0000000000000000000000000000000000000000..427e53277e5005e03ddb83df4a557eedefe62c6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-rotate-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-rotate-right.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-rotate-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a647eba7927474e05bf217896d910d7f8661bee8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/object-rotate-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/previous.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/previous.png new file mode 120000 index 0000000000000000000000000000000000000000..551616ec37af69a62e5d1cd71c4dd47802dd94af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/previous.png @@ -0,0 +1 @@ +../../32x32/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/process-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/process-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..3137d51a59cbb1f1f0ac0f8233140edf5a06fd91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/process-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/redhat-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/redhat-home.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/redhat-home.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/remove.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/remove.png new file mode 120000 index 0000000000000000000000000000000000000000..ff4517e4510f49b7bbb8b335ee72d48e7e0f3334 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/remove.png @@ -0,0 +1 @@ +../../32x32/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/reply.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/reply.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0ebdfa6959726f141ef42b91a74bb8da8d97e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/reply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/send.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/send.png new file mode 100644 index 0000000000000000000000000000000000000000..6aaa854a775d8f713c374316ee7253afffb0f186 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/start.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/start.png new file mode 120000 index 0000000000000000000000000000000000000000..164c97f52287cbafd34c4d85c2c3cd62cf695c0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/start.png @@ -0,0 +1 @@ +../../32x32/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0dc90d00b6c3f5c83746a04b2e1b6a48529311b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_bottom.png @@ -0,0 +1 @@ +../../32x32/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..c0383936d57ae53f900d84b29809d7a5fb6917fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_delete.png @@ -0,0 +1 @@ +../../32x32/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_down.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_down.png new file mode 120000 index 0000000000000000000000000000000000000000..d6f7ae4c64adcd7abf973f3d1bbc9153b3d87a23 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_down.png @@ -0,0 +1 @@ +../../32x32/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_first.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_first.png new file mode 120000 index 0000000000000000000000000000000000000000..164c97f52287cbafd34c4d85c2c3cd62cf695c0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_first.png @@ -0,0 +1 @@ +../../32x32/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..8ae2ab944e004d894d2458fdff5b74d9c6bab80a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_fullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_home.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_last.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_last.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_last.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..05bbf251d6b84e2740de7aca74511fcfbf7db4b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_leave-fullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_left.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_left.png new file mode 120000 index 0000000000000000000000000000000000000000..551616ec37af69a62e5d1cd71c4dd47802dd94af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_left.png @@ -0,0 +1 @@ +../../32x32/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..cb04db2166127ca6872fedc77f3bfded85128192 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-dir.png @@ -0,0 +1 @@ +../../32x32/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-text.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-text.png new file mode 120000 index 0000000000000000000000000000000000000000..0efe3700897da10edf135a3add2c1a1b578c9ed8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-text.png @@ -0,0 +1 @@ +../../32x32/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-window.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-window.png new file mode 120000 index 0000000000000000000000000000000000000000..5604848f445b72750545cbf2e2de1893f3d6e4a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_new-window.png @@ -0,0 +1 @@ +../../32x32/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..405730917d578d6fb8caffe9d75259f6d6c6a40f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_print-preview.png @@ -0,0 +1 @@ +../../32x32/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..67f959e45722444fc6256083d1839eb077297c32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_print.png @@ -0,0 +1 @@ +../../32x32/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_right.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_right.png new file mode 120000 index 0000000000000000000000000000000000000000..abb578b0877a7f6c007f9e99566834c323e72642 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_right.png @@ -0,0 +1 @@ +../../32x32/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..04d9d162fb0a59f0a2abcd4f9895df4bd00a8a76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_save-as.png @@ -0,0 +1 @@ +../../32x32/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..ab0db772ce2eefb2c20d97747cc18e046c75b7df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_save.png @@ -0,0 +1 @@ +../../32x32/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_search-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_search-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..4fe500db69362064a84c2e2d842e835e59c6763f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_search-and-replace.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..71b94dcfe56d6aa3d037e14060b24dea5f1ea01b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_search.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_top.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_top.png new file mode 120000 index 0000000000000000000000000000000000000000..321fd9e0b3d6138f1c1f2a57bf5970e954694781 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_top.png @@ -0,0 +1 @@ +../../32x32/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_up.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee5c5381622f8f5543adcea2acc195ce27bcfa5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_up.png @@ -0,0 +1 @@ +../../32x32/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-1.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-1.png new file mode 120000 index 0000000000000000000000000000000000000000..9ceb01865be1049aa1ad84128f706cffdcc8ed78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-1.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3d3302fc205ec0ca9f7312e93af9cd69e0ea3d54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-in.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..7190ef216672bdfb2e12d53f916626256a80c570 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-out.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-page.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-page.png new file mode 120000 index 0000000000000000000000000000000000000000..4b66a61b69dd3f8e288c3db1f46b7d284375e0ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stock_zoom-page.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stop.png new file mode 120000 index 0000000000000000000000000000000000000000..7683e79bc7a7af10ff27daa9a7e995db51e1ff6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/stop.png @@ -0,0 +1 @@ +../../32x32/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/sync.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/sync.png new file mode 100644 index 0000000000000000000000000000000000000000..de3dc8ed524bed24913c8a86c7603525a3d57fc2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/sync.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-hybernate.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-hybernate.png new file mode 100644 index 0000000000000000000000000000000000000000..ab1dd9a043dcde0e994775f5a3c4a0cbc19d728d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-hybernate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-lock-screen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-lock-screen.png new file mode 100644 index 0000000000000000000000000000000000000000..4723d7206de077a6ac80c15c1782307f9c1a6ffe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-lock-screen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-log-out.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..1fea515f9ba5829267cfd8999123210f675b1786 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-log-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..29403c17c9e554e2f317997aef0cb2c5a0df5f5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-reboot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-run.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-run.png new file mode 100644 index 0000000000000000000000000000000000000000..4571ce23b1d8c3bc3f1a2af73962c5a50fb7cc7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-run.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-search.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-search.png new file mode 100644 index 0000000000000000000000000000000000000000..dfa307aeadd82620764dbce71c99ae761a3090e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..2f93cd56f27ed22cd6ce7fd8ef1ce5a757a62a28 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-shutdown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-suspend.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-suspend.png new file mode 100644 index 0000000000000000000000000000000000000000..e2f5732c68de3896c72d3876b8d57a5c190b006f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-suspend.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-switch-user.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-switch-user.png new file mode 100644 index 0000000000000000000000000000000000000000..6f4085db5766f32afb68564eb54c319414c9745c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/system-switch-user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/tab-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/tab-new.png new file mode 100644 index 0000000000000000000000000000000000000000..d24909ba1fadd7adab7fdf1d6cecdbb6e01f7dbd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/tab-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/tools-check-spelling.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/tools-check-spelling.png new file mode 100644 index 0000000000000000000000000000000000000000..150d3e1d2cbec9208871699602f5da455b30b44c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/tools-check-spelling.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/top.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/top.png new file mode 120000 index 0000000000000000000000000000000000000000..321fd9e0b3d6138f1c1f2a57bf5970e954694781 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/top.png @@ -0,0 +1 @@ +../../32x32/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/up.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee5c5381622f8f5543adcea2acc195ce27bcfa5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/up.png @@ -0,0 +1 @@ +../../32x32/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-fullscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..82d31fb7e45c39752855b41f87da3042adcc64e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-fullscreen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..89822eab99e29020688600a83627875cb8deec88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-refresh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-restore.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-restore.png new file mode 100644 index 0000000000000000000000000000000000000000..b29145d332b61a99add6a5c59873da1caa396451 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-restore.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-sort-ascending.png new file mode 100644 index 0000000000000000000000000000000000000000..f5acd2bd9f58d67452da0339b1c3319bc8f17c9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-sort-ascending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-sort-descending.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2a402c267703adbe772ec843d7392ff2865f81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/view-sort-descending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window-close.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window-close.png new file mode 100644 index 0000000000000000000000000000000000000000..9444b2a842f437b49470ab0912c0ffe957c0f11f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window-close.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window-new.png new file mode 100644 index 0000000000000000000000000000000000000000..d57f6ff8dd4fce43e539b822a10fa00582b673a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window.png new file mode 100644 index 0000000000000000000000000000000000000000..a8c7814bf732d44d7df92f883ddc25b6e53597b3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..8ae2ab944e004d894d2458fdff5b74d9c6bab80a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_fullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_new.png new file mode 120000 index 0000000000000000000000000000000000000000..5604848f445b72750545cbf2e2de1893f3d6e4a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_new.png @@ -0,0 +1 @@ +../../32x32/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_nofullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_nofullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..05bbf251d6b84e2740de7aca74511fcfbf7db4b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/window_nofullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..5795bee0bf3e174ed02913e707f4827eb5a8178d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/xfce-system-lock.png @@ -0,0 +1 @@ +../../32x32/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-best-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-best-fit.png new file mode 100644 index 0000000000000000000000000000000000000000..32204f497e6b2c0684b2437d9f917563e0f1fd04 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-best-fit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-in.png new file mode 100644 index 0000000000000000000000000000000000000000..5d02534bc86d6bf6e687c9afa79d075c5a3d55a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-in.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-original.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-original.png new file mode 100644 index 0000000000000000000000000000000000000000..250ae6bbfba9ccd0dbd710f07636383d98cfd122 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-original.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-out.png new file mode 100644 index 0000000000000000000000000000000000000000..7802a96b561a3e54dabb733b379dc7ddb626e932 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/actions/zoom-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/Terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/Terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..9fe139ccf36d9645ebc01ff42c63d8ab26754d55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/Terminal.png @@ -0,0 +1 @@ +../../32x32/misc/root_terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/Thunar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/Thunar.png new file mode 100644 index 0000000000000000000000000000000000000000..563b3cc968a60a1d895707b8a8e63cc01abd8e11 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/Thunar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..b238698303c0741ab866b5a9d61cbd64b7567bee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..60108cc3196b6a9795807a9f014951d218217610 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7cc14017c07a4b27b4acd2cc4099025faccf5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-calculator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-character-map.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-character-map.png new file mode 100644 index 0000000000000000000000000000000000000000..43274c02c03f86f9ddede9ec80814e653eb8c4c7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-character-map.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-dictionary-web.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-dictionary-web.png new file mode 100644 index 0000000000000000000000000000000000000000..141c488589d54b0268894abbe19435c2906fc1bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-dictionary-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-dictionary.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-dictionary.png new file mode 100644 index 0000000000000000000000000000000000000000..3be95f8480d447ff4d2384b14336107186bcc5ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-dictionary.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-snapshot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-snapshot.png new file mode 100644 index 0000000000000000000000000000000000000000..229197579890766b06263fc3473529a3bd0335c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-snapshot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..924125d3d85fc2244f693f0f23c48e5c96113f68 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/accessories-text-editor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/acroread.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/acroread.png new file mode 100644 index 0000000000000000000000000000000000000000..0f7177466919dbcc5d8100f33ff17476a35ca843 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/acroread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/amarok.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/amarok.png new file mode 100644 index 0000000000000000000000000000000000000000..81112c502b6a7676181974271ebcdac4567ca945 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/amarok.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/antivirus.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/antivirus.png new file mode 100644 index 0000000000000000000000000000000000000000..b902a5a1428cbf305772265e7ab0f2c5a5be01f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/antivirus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applets-screenshooter.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applets-screenshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..0568484074933074b28c50c32397568f80454ac7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applets-screenshooter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applications-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applications-internet.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..2c59f1bfdf17f9095d75e3c4fcb47a1d19bf7d0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/applications-other.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/arts.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/arts.png new file mode 120000 index 0000000000000000000000000000000000000000..297ea50099d32c45c8de503f637d204f28cd1b6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/arts.png @@ -0,0 +1 @@ +../../32x32/apps/multimedia-preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/azureus.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/azureus.png new file mode 100644 index 0000000000000000000000000000000000000000..1360247ad0cb6cce91b8553cc30b8d4c7ecb8d62 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/azureus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/background.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/background.png new file mode 120000 index 0000000000000000000000000000000000000000..c5f7a5028f6884c4b9d8370f51af8e68443b32cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/background.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/blender.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/blender.png new file mode 100644 index 0000000000000000000000000000000000000000..38fa0b1b9cc80e7ba4411b7b64e2ab42c7f14f42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/bluefish-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/bluefish-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4edd5d6d59e9fc7308a71c264391217d186e9aaa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/bluefish-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..08b5a349980add2699f9a2f3abd51baf5a375de6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/cdplayer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..76249ab372e44bf594aa214da0d701ba46bb538d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/cdplayer-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/chart.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/chart.png new file mode 100644 index 0000000000000000000000000000000000000000..92cc33ad3916fa2e4728eb1d09abe2a6986f27a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/database.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/database.png new file mode 100644 index 0000000000000000000000000000000000000000..74fe20d95c1f46aee8492b7a1114c0b55202618b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/database.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ddd.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ddd.png new file mode 100644 index 0000000000000000000000000000000000000000..11970104637dcc3b41899e7032026085014315a5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ddd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/digikam.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/digikam.png new file mode 100644 index 0000000000000000000000000000000000000000..d83f02a161961aa6f5714680076b10b664bda6e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/digikam.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/digikamcameraclient.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/digikamcameraclient.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1c7b1e091570a88007387bc55d14f61146b275 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/digikamcameraclient.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/emule.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/emule.png new file mode 100644 index 0000000000000000000000000000000000000000..8148ddfbd10c42c14173c57de34530215f91939f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/emule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/evolution.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/evolution.png new file mode 120000 index 0000000000000000000000000000000000000000..c51550b03bf08ea63de76049ff619292825c0178 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/evolution.png @@ -0,0 +1 @@ +../../32x32/actions/mail.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/file-manager.png new file mode 120000 index 0000000000000000000000000000000000000000..b73b1d7dca5780d18d7a71f190b2d65837c1c71d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/file-manager.png @@ -0,0 +1 @@ +../../32x32/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/file-roller.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/file-roller.png new file mode 100644 index 0000000000000000000000000000000000000000..09b64d7f457fd17e0c80edba9b085ccb4ef60829 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/file-roller.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/firefox.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/firefox.png new file mode 100644 index 0000000000000000000000000000000000000000..addba6de29f7578a598e671e869d2a89395e1e4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/firefox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/firewall.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c81c2cd59db881b102e881c99318d4662b04d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/firewall.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gftp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gftp.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9389feb19c577710df126826c87cb4003f10c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gimp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gimp.png new file mode 100644 index 0000000000000000000000000000000000000000..294fa39002354cbc0d6ce731fd8735d105ea67e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gimp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..57a13ef3ce3692ebb17de065ee32057df1f0b896 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-applications.png @@ -0,0 +1 @@ +../../32x32/categories/applications-other.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..77735a009b51ae17da4e4380e89e32d8059d694a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-calculator.png new file mode 120000 index 0000000000000000000000000000000000000000..a89e7a1307e95abac9ee06911b82c6bfb7282051 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-calculator.png @@ -0,0 +1 @@ +../../32x32/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-cdplayer-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..4f7935d56ea7a441ea1fb28025dcf46c78b8a94c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-cdplayer-icon.png @@ -0,0 +1 @@ +../../32x32/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-desktop-config.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-desktop-config.png new file mode 120000 index 0000000000000000000000000000000000000000..cc743e22aff52256e25a286fcf6fb2fa504c2960 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-desktop-config.png @@ -0,0 +1 @@ +../../32x32/categories/preferences-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..4a00b83b05c026a1ce1f738423cecdea944f6370 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-devel.png @@ -0,0 +1 @@ +../../32x32/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-globe.png new file mode 100644 index 0000000000000000000000000000000000000000..30e00eb2e832d672ae12b8ee55079d24e6b6f8c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-globe.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..42858d53e9706996538a1c9aa4ce8b2aaee85461 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-graphics.png @@ -0,0 +1 @@ +../../32x32/apps/xfce-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-help.png new file mode 120000 index 0000000000000000000000000000000000000000..f6f4cfe077fd98922e240531786b8725db0b9053 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-help.png @@ -0,0 +1 @@ +../../32x32/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-info.png new file mode 120000 index 0000000000000000000000000000000000000000..62e60a4cd559c08806b059f9b619aaa88db5d4a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-info.png @@ -0,0 +1 @@ +../../32x32/apps/xfce-system-info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-joystick.png new file mode 100644 index 0000000000000000000000000000000000000000..ff15671bf0be8c061fbb3ead912b5c93a6c46780 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-joystick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-library.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-library.png new file mode 100644 index 0000000000000000000000000000000000000000..4d53a59b4efd886740a6759039240d11fce3ae69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-library.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..5795bee0bf3e174ed02913e707f4827eb5a8178d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-lockscreen.png @@ -0,0 +1 @@ +../../32x32/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..3af8607a9ee031e8cda32b0b7909678c25cd53bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-logout.png @@ -0,0 +1 @@ +../../32x32/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-media-player-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-media-player-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..4f7935d56ea7a441ea1fb28025dcf46c78b8a94c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-media-player-icon.png @@ -0,0 +1 @@ +../../32x32/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..96887af0c7e3abdc87f88ece3a961192d511b3e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-mixer.png @@ -0,0 +1 @@ +../../32x32/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-monitor.png new file mode 120000 index 0000000000000000000000000000000000000000..466322938d5d4072e96042e194d226701fb3fb9d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-monitor.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..c70251ec2b12f330c583b8a9778c57ecb674a2d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-multimedia.png @@ -0,0 +1 @@ +../../32x32/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-other.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-other.png new file mode 100644 index 0000000000000000000000000000000000000000..015a75e86e6c033d1b4268ab79c81e2a452f9ef1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..2d83032b6638db549a498ed6a01abfb11b78de92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-package.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-package.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..a561751ca09856250a8b4c8f1883d0006ac99718 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-pdf.png @@ -0,0 +1 @@ +../../32x32/apps/acroread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-searchtool.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-searchtool.png new file mode 120000 index 0000000000000000000000000000000000000000..c5a1fd6398c5407dc1423adb6ab373018851dd39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-searchtool.png @@ -0,0 +1 @@ +../../32x32/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-accessibility-technologies.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-accessibility-technologies.png new file mode 120000 index 0000000000000000000000000000000000000000..1092c22b464ea22cad2d2809ecbb454c5d33e7d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-accessibility-technologies.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-accessibility.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-background.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-background.png new file mode 120000 index 0000000000000000000000000000000000000000..c5f7a5028f6884c4b9d8370f51af8e68443b32cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-background.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-ui-behavior.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-ui-behavior.png new file mode 100644 index 0000000000000000000000000000000000000000..29bc1dc5bc307bb9a0904352bda4dc64f9950b8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings-ui-behavior.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..7a77ddf48021e2a87a3dc9aff75894d46d86a372 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-settings.png @@ -0,0 +1 @@ +../../32x32/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..420bc3b8ce22f9a6cf871f1ca4af54a13150269a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-shutdown.png @@ -0,0 +1 @@ +../../32x32/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-starthere.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-starthere.png new file mode 120000 index 0000000000000000000000000000000000000000..e71fd0dc00f17864bea1f9bef9b538e69e0fee55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-starthere.png @@ -0,0 +1 @@ +../../32x32/places/start-here.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-system.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-system.png new file mode 120000 index 0000000000000000000000000000000000000000..79bea9e6cb5daec01f83f61f5a96d423bf32316d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-system.png @@ -0,0 +1 @@ +../../32x32/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..60e3c7f33ea4703606ae6c40f7472dacaf1f0dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-terminal.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..f9be85f9b56257961c8bc2789115216b268737c3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gnome-util.png @@ -0,0 +1 @@ +../../32x32/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gqview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gqview.png new file mode 100644 index 0000000000000000000000000000000000000000..4db65b2493a501c479688a9f40ba6dd937af862e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gqview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..0644772a995f4cec7116d95165e161cc145a39ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gtk-help.png @@ -0,0 +1 @@ +../../32x32/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gxine.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gxine.png new file mode 120000 index 0000000000000000000000000000000000000000..6943c5a3d6fe8e7b955243516ea0448be3d6d5d8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/gxine.png @@ -0,0 +1 @@ +../../32x32/apps/xine.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help-browser.png new file mode 100644 index 0000000000000000000000000000000000000000..29f6308f56855e8978cd62199ca06fbc46bec305 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help-browser.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help.png new file mode 120000 index 0000000000000000000000000000000000000000..0644772a995f4cec7116d95165e161cc145a39ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help.png @@ -0,0 +1 @@ +../../32x32/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help2.png new file mode 100644 index 0000000000000000000000000000000000000000..fb648f42a8e4a2080c6bd0243ae271e2847b6eab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/help2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-aim.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-aim.png new file mode 100644 index 0000000000000000000000000000000000000000..605e6e6f002f64f40ff41357626111bace6d6801 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-aim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-icq.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-icq.png new file mode 100644 index 0000000000000000000000000000000000000000..d46f5a5a211b621703882944b96b8fbc187cd4bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-icq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-jabber.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-jabber.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f1d33096def36bffb94b56822683a164bafe80 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-jabber.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-msn.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-msn.png new file mode 100644 index 0000000000000000000000000000000000000000..559d335c6d0fb33efaecb2341e3d16da350e6e82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-msn.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-nov.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-nov.png new file mode 100644 index 0000000000000000000000000000000000000000..31d1a0bb921f76d56f47da4ad039fe0e533ed9fe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-nov.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-yahoo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-yahoo.png new file mode 100644 index 0000000000000000000000000000000000000000..d6976090632e9161f2782eb5a2b7c0bbbae7b16c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/im-yahoo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/inkscape.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/inkscape.png new file mode 100644 index 0000000000000000000000000000000000000000..0df187aec6944f14d3ec0ee6e345476dfaae2360 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/inkscape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kcmsound.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kcmsound.png new file mode 120000 index 0000000000000000000000000000000000000000..96887af0c7e3abdc87f88ece3a961192d511b3e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kcmsound.png @@ -0,0 +1 @@ +../../32x32/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kedit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kedit.png new file mode 120000 index 0000000000000000000000000000000000000000..c51b8431feb3f8d0ef2cdd74f28fcf7df57c557a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kedit.png @@ -0,0 +1 @@ +../../32x32/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..e2b34cf3affe9013728e5937f2c409dda79e12f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kfm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kfm.png new file mode 120000 index 0000000000000000000000000000000000000000..b73b1d7dca5780d18d7a71f190b2d65837c1c71d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kfm.png @@ -0,0 +1 @@ +../../32x32/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/khelpcenter.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/khelpcenter.png new file mode 120000 index 0000000000000000000000000000000000000000..0644772a995f4cec7116d95165e161cc145a39ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/khelpcenter.png @@ -0,0 +1 @@ +../../32x32/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/konsole.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/konsole.png new file mode 120000 index 0000000000000000000000000000000000000000..60e3c7f33ea4703606ae6c40f7472dacaf1f0dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/konsole.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..40c92ac2e8bd134f38ca1d8eccefa4dd94eaf7f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/kscreensaver.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ksysguard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ksysguard.png new file mode 120000 index 0000000000000000000000000000000000000000..466322938d5d4072e96042e194d226701fb3fb9d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ksysguard.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/limewire.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/limewire.png new file mode 100644 index 0000000000000000000000000000000000000000..8f026aa269713898432a0c4fca608173358c0de5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/limewire.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/logviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/logviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..13660659c088c83d71ba1ceb57c1555a3affe7f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/logviewer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..955bfd2618a8ad4310e7c59c9a68475149b27b63 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/mplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..f12b58c2cfa017609a10407d7f41c2db6ef932c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/mplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-balance-control.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-balance-control.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ad0b7cb8a228405124780c57a57d8dde1be30e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-balance-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-control-center.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-control-center.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c1cb7c2714b6e3a91f2081cb75b47b30a738fb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-control-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-preferences.png new file mode 100644 index 0000000000000000000000000000000000000000..33dd8f910638ec091244a737663a0250c348796e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-preferences.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-volume-control.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-volume-control.png new file mode 100644 index 0000000000000000000000000000000000000000..c1d02883a9f7e97fa89865cb67b221bb36110502 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia-volume-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..c70251ec2b12f330c583b8a9778c57ecb674a2d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/multimedia.png @@ -0,0 +1 @@ +../../32x32/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/netbeans.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/netbeans.png new file mode 100644 index 0000000000000000000000000000000000000000..ca7e16f8dfeae21112e5b0382c914e8c08d52f68 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/netbeans.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-base.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-base.png new file mode 100644 index 0000000000000000000000000000000000000000..949004def27b6202c7cdc27deaef6b85fef42445 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..fd0240ed107806acc3fe96968b924b15697c3743 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..5a87cd48cc0746ef9b5901d07784db81f6e0b959 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..8851aa1603faa30c7820b3fb97063e6bf7ec9efd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-math.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-math.png new file mode 100644 index 0000000000000000000000000000000000000000..82d8ba04bfa6013d85c54e999cbca95b252540ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf6e208ff08bbe10bffba772950483813354e51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..cac9f3ffc5ee419604a74579939af8a935cc1591 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo-writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_base.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_base.png new file mode 120000 index 0000000000000000000000000000000000000000..816896eeb4ba6b1495c4ddd06e14adf4ce874c76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_base.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_calc.png new file mode 120000 index 0000000000000000000000000000000000000000..94ff4aad1b8506a68b53811acf3d8699f7e89715 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_calc.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_draw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_draw.png new file mode 120000 index 0000000000000000000000000000000000000000..67b8763de4aead000295b7ed61d02ce95c4ae703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_draw.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_impress.png new file mode 120000 index 0000000000000000000000000000000000000000..7a65114f05598c424fa570bb48d8052e14cd18e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_impress.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_math.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_math.png new file mode 120000 index 0000000000000000000000000000000000000000..79e2d1d16a8a76ab822cde1002db5d54f291861f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_math.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_setup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_setup.png new file mode 120000 index 0000000000000000000000000000000000000000..712b2eb7bb46d7819d86fb7dcbd8ddc3cc18eeff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_setup.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_writer.png new file mode 120000 index 0000000000000000000000000000000000000000..00211bdd64c846b0c0b8b678f18d12ccc8658775 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ooo_writer.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-base.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-base.png new file mode 120000 index 0000000000000000000000000000000000000000..816896eeb4ba6b1495c4ddd06e14adf4ce874c76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-base.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-calc.png new file mode 120000 index 0000000000000000000000000000000000000000..94ff4aad1b8506a68b53811acf3d8699f7e89715 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-calc.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-draw.png new file mode 120000 index 0000000000000000000000000000000000000000..67b8763de4aead000295b7ed61d02ce95c4ae703 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-draw.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-impress.png new file mode 120000 index 0000000000000000000000000000000000000000..7a65114f05598c424fa570bb48d8052e14cd18e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-impress.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-math.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-math.png new file mode 120000 index 0000000000000000000000000000000000000000..79e2d1d16a8a76ab822cde1002db5d54f291861f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-math.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-setup.png new file mode 120000 index 0000000000000000000000000000000000000000..712b2eb7bb46d7819d86fb7dcbd8ddc3cc18eeff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-setup.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-writer.png new file mode 120000 index 0000000000000000000000000000000000000000..00211bdd64c846b0c0b8b678f18d12ccc8658775 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg-writer.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg.png new file mode 120000 index 0000000000000000000000000000000000000000..712b2eb7bb46d7819d86fb7dcbd8ddc3cc18eeff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openofficeorg.png @@ -0,0 +1 @@ +../../32x32/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openterm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openterm.png new file mode 120000 index 0000000000000000000000000000000000000000..60e3c7f33ea4703606ae6c40f7472dacaf1f0dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/openterm.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/opera.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/opera.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ef55001fc9dc4b702ff602a3152af6cc0faa5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/opera.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/palm-pilot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/palm-pilot.png new file mode 120000 index 0000000000000000000000000000000000000000..1ab1b5f09f908e533f1e910d5e77a43dc704008b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/palm-pilot.png @@ -0,0 +1 @@ +../../32x32/devices/pda.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-accessibility.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c7cea49e0bae373e20429b429fec30febe1925 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-accessibility.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-default-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-default-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..258f699062c17c58a29ddaf1226fa1d0441e7050 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-default-applications.png @@ -0,0 +1 @@ +../../32x32/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-font.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-font.png new file mode 100644 index 0000000000000000000000000000000000000000..38b3a973abd461953d60df1bae388c5ae158c52f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-font.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-keyboard-shortcuts.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-keyboard-shortcuts.png new file mode 100644 index 0000000000000000000000000000000000000000..6dfa6048a5b03c2d0c830aaee0d65ef2abd2aeef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..5df5b7b1dbdb879b34c78a1f84d9a48163f0fa24 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-locale.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-locale.png new file mode 100644 index 0000000000000000000000000000000000000000..faec8cabec63e468e5b1f88844f06a600d1d6d7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-locale.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-remote-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-remote-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..450915af11a99dd1b507335a3e421196d9688882 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-remote-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..8e42e099974a30beec0102a7ff56a257b086beab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-screensaver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-theme.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-theme.png new file mode 100644 index 0000000000000000000000000000000000000000..3ec3b25b61d0240b2ed699e2271140be92a6ca33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-theme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-wallpaper.png new file mode 100644 index 0000000000000000000000000000000000000000..3986273bd5cd4c87afe0fe5ce4d9fc09218059c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-desktop-wallpaper.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-system-windows.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-system-windows.png new file mode 100644 index 0000000000000000000000000000000000000000..1dd687960bf10e2d5dbdb1f0d9db7b197c8226e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/preferences-system-windows.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/redhat-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/redhat-filemanager.png new file mode 120000 index 0000000000000000000000000000000000000000..b73b1d7dca5780d18d7a71f190b2d65837c1c71d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/redhat-filemanager.png @@ -0,0 +1 @@ +../../32x32/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ristretto.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ristretto.png new file mode 100644 index 0000000000000000000000000000000000000000..acd571850a111f62a18cd9354bc4c151217d31e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/ristretto.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/screensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..40c92ac2e8bd134f38ca1d8eccefa4dd94eaf7f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/screensaver.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/search.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/search.png new file mode 100644 index 0000000000000000000000000000000000000000..15ad450e755dfecaa41cab62911ce4ec08df2425 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..308a6a6ba3319dd95a8847b6872958836fc51db3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/skype.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/skype.png new file mode 100644 index 0000000000000000000000000000000000000000..10f823976f72102df83ef42f5cc174137534b0f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/skype.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..0644772a995f4cec7116d95165e161cc145a39ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/stock_help.png @@ -0,0 +1 @@ +../../32x32/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-date.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-date.png new file mode 100644 index 0000000000000000000000000000000000000000..27ff6867dc65eb7b1ed92c7a7795bc300ccf1f1e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-date.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-display.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-display.png new file mode 100644 index 0000000000000000000000000000000000000000..15b6c314dab9a5ce891780e7bf9bd36802320c9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..fe6e5a98d8c787e3b2198ca610327c28fe856e8f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-keyboard.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-language.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-language.png new file mode 120000 index 0000000000000000000000000000000000000000..d4ac160dbd4c62cd5bd47f32e3ec2940ac983c75 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-language.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-locale.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-netboot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-netboot.png new file mode 120000 index 0000000000000000000000000000000000000000..1e759ccacdeda0e98cfb158cb977a44386c8f10d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-netboot.png @@ -0,0 +1 @@ +../../32x32/misc/network-boot-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..eae0908104e67634a5f524da192a0353d23183e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-samba.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-samba.png new file mode 100644 index 0000000000000000000000000000000000000000..70c43d36f32b0116cef51c16689a47d29bcfbebf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-samba.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-securitylevel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-securitylevel.png new file mode 100644 index 0000000000000000000000000000000000000000..4daeeb05f879f47b2637b31e487e335b0f0e5058 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-securitylevel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-services.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-services.png new file mode 120000 index 0000000000000000000000000000000000000000..3b179fcf1c640a1fc92608523295baf389a6dc99 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-services.png @@ -0,0 +1 @@ +../../32x32/categories/system-services.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-soundcard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-soundcard.png new file mode 100644 index 0000000000000000000000000000000000000000..7072aaed5a8240977c3141028c1a62412b31adfb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-soundcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-users.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-users.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc632813862c395a4965f8d3e731f38ba4afd10 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-config-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-file-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..0d4b6143fc22f71cd94c757a74b780232347fa9b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-file-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-software-installer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-software-installer.png new file mode 100644 index 0000000000000000000000000000000000000000..e52916a52cd2fa31b0c24ad907159112f316ea07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-software-installer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-software-update.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-software-update.png new file mode 100644 index 0000000000000000000000000000000000000000..89fe3b9075f61eb260a0b47a88a1955b6810e268 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-software-update.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-users.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1ccec63b3e0baf33f9ccd7b5e68760fec99e18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/system-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..60e3c7f33ea4703606ae6c40f7472dacaf1f0dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/terminal.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/text-editor.png new file mode 120000 index 0000000000000000000000000000000000000000..c51b8431feb3f8d0ef2cdd74f28fcf7df57c557a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/text-editor.png @@ -0,0 +1 @@ +../../32x32/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/thunderbird.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/thunderbird.png new file mode 100644 index 0000000000000000000000000000000000000000..310de59e20d3be2fbdf4b3afd6b4b1f7739378ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/thunderbird.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/transmission.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/transmission.png new file mode 100644 index 0000000000000000000000000000000000000000..4a0f6aeb4c5b24549e79ce71f1bfea70dabae412 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/transmission.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/user-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/user-info.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba31143274bf24f6ef79ea0e8470f0a64f6d403 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/user-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-network-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-network-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..89401b3f1b616d76148fa98738e1ea7044594609 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-network-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-system-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-system-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..643306e89b7eb37e5b2067261c72f534e49cd768 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-system-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..e0a737849515c536188dc0f95418baeaf23ad609 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utilities-terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utils.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utils.png new file mode 100644 index 0000000000000000000000000000000000000000..ccc2f277e4e546ae03f9117c9ee293633e88050e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/utils.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/vim.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/vim.png new file mode 100644 index 0000000000000000000000000000000000000000..531aed6085574a3f7bbb40b47ef24f2571211f8f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/vim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/vlc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..374666bdaf40314382031a41eef22ce1978f50cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/vlc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/volume-knob.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/volume-knob.png new file mode 120000 index 0000000000000000000000000000000000000000..96887af0c7e3abdc87f88ece3a961192d511b3e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/volume-knob.png @@ -0,0 +1 @@ +../../32x32/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wallpaper.png new file mode 120000 index 0000000000000000000000000000000000000000..c5f7a5028f6884c4b9d8370f51af8e68443b32cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wallpaper.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/web-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/web-browser.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/web-browser.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wine.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wine.png new file mode 100644 index 0000000000000000000000000000000000000000..b2516cde65484573f24799b7f7bf662a7d8a0306 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wine2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wine2.png new file mode 100644 index 0000000000000000000000000000000000000000..275fe388e1140bf46277600abccf622196eab17c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wine2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wmtweaks.png new file mode 120000 index 0000000000000000000000000000000000000000..9b274d657d3d92d8c8145126cd60f60212c66c64 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/wmtweaks.png @@ -0,0 +1 @@ +../../32x32/misc/wmtweaks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/x.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/x.png new file mode 100644 index 0000000000000000000000000000000000000000..b26ba5b2edda5ead27f264626732195d75e2680f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/x.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xarchiver.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xarchiver.png new file mode 100644 index 0000000000000000000000000000000000000000..c54a82dcc4b1c6470497838bc8db6fb236e102b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xarchiver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xcdroast.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xcdroast.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3b6c74d8286980ae724b5f5c970c21e3996633 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xcdroast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..674bc5b40fe338e38648679a568ec1ad347e55b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfcalendar.png @@ -0,0 +1 @@ +../../32x32/apps/calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..c51b8431feb3f8d0ef2cdd74f28fcf7df57c557a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-edit.png @@ -0,0 +1 @@ +../../32x32/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-filemanager.png new file mode 100644 index 0000000000000000000000000000000000000000..9a7ab3b115c14c086c00b03a06ccddd7b50571ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-filemanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..42c93a4f11204452ddefab76f3c2cf9ac2f4d77a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-games.png @@ -0,0 +1 @@ +../../32x32/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..4de5c3b2cf447c150c554b9599238f45dcec55fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-graphics.png @@ -0,0 +1 @@ +../../32x32/categories/applications-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..2358407239a8d02da0c3e345e47fc4ce36fc51ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-gtk-paste.png @@ -0,0 +1 @@ +../../32x32/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-internet.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..fe397c9583968ce703f1a21a9af2ae5638e61b70 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mailcheck.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mailcheck.png new file mode 120000 index 0000000000000000000000000000000000000000..5d0a241077135868d00cec7708dedb63b6a4d5e5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mailcheck.png @@ -0,0 +1 @@ +../../32x32/actions/mail-send-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-man.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-man.png new file mode 120000 index 0000000000000000000000000000000000000000..f6f4cfe077fd98922e240531786b8725db0b9053 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-man.png @@ -0,0 +1 @@ +../../32x32/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..84afe21dacf9ce4bf37b6ce2bb31a82e39580756 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-mouse.png @@ -0,0 +1 @@ +../../32x32/apps/xfce4-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..c70251ec2b12f330c583b8a9778c57ecb674a2d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-multimedia.png @@ -0,0 +1 @@ +../../32x32/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-newmail.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-newmail.png new file mode 120000 index 0000000000000000000000000000000000000000..672ac36fee885b7ab531f0fe02e014944ac5977d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-newmail.png @@ -0,0 +1 @@ +../../32x32/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-nomail.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-nomail.png new file mode 100644 index 0000000000000000000000000000000000000000..85e5bdf4d8e304f43d4a27e258368f78d6d8fc7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-nomail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-oldmail.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-oldmail.png new file mode 120000 index 0000000000000000000000000000000000000000..65241b9faa44b93e2dbd8c9b54f5b894eccdb374 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-oldmail.png @@ -0,0 +1 @@ +../../32x32/actions/mail-mark-read.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-printer.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-schedule.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-schedule.png new file mode 100644 index 0000000000000000000000000000000000000000..5c7a492c4a8c8c3c4607f3daf1976a11ce4cdb61 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-schedule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-sound.png new file mode 120000 index 0000000000000000000000000000000000000000..b46eacff19804b3500fc40a01e83095e693e6b49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-sound.png @@ -0,0 +1 @@ +../../32x32/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-exit.png new file mode 120000 index 0000000000000000000000000000000000000000..420bc3b8ce22f9a6cf871f1ca4af54a13150269a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-exit.png @@ -0,0 +1 @@ +../../32x32/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-info.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd266d5edd63c7b65e9f7e74f43f48680104fe0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..6fc6bb2e179b92f2d58ac0bac4791ec5ec9f863b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-lock.png @@ -0,0 +1 @@ +../../32x32/apps/gnome-lockscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..988a420dd5a3c25a52e38178757ade36e1710c88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-system-settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..60e3c7f33ea4703606ae6c40f7472dacaf1f0dca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-terminal.png @@ -0,0 +1 @@ +../../32x32/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..6c6f75f97229968d71cdc4021d781e9961c785a0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-trash_empty.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-trash-empty.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..30c835f3cd203736b29baedc12f2f6eff467299d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-trash_full.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..ea78ec9eb73bc5a0c8407d9b91099d97eb5a02c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-unknown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..f9be85f9b56257961c8bc2789115216b268737c3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce-utils.png @@ -0,0 +1 @@ +../../32x32/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-appfinder.png new file mode 120000 index 0000000000000000000000000000000000000000..980cab4a817650be7c0db4d4a38dd396599e13d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-appfinder.png @@ -0,0 +1 @@ +../../32x32/misc/xfce4-appfinder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-backdrop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-backdrop.png new file mode 120000 index 0000000000000000000000000000000000000000..c5f7a5028f6884c4b9d8370f51af8e68443b32cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-backdrop.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..d95416b399c0cdfbeef0d9ee159f8a3171c80e26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-display.png @@ -0,0 +1 @@ +../../32x32/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-iconbox.png new file mode 120000 index 0000000000000000000000000000000000000000..af231f0a3921fefc75e52a49abc05826cebce9c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-iconbox.png @@ -0,0 +1 @@ +../../32x32/misc/iconbox.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..b75164139377b8aeca8b9dd9588b5fe4b35cdfaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-keyboard.png @@ -0,0 +1 @@ +../../32x32/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-menueditor.png new file mode 120000 index 0000000000000000000000000000000000000000..9d39f0ea4c87f79f72fb2f460715e27b17491518 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-menueditor.png @@ -0,0 +1 @@ +../../32x32/misc/menueditor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..b46eacff19804b3500fc40a01e83095e693e6b49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-mixer.png @@ -0,0 +1 @@ +../../32x32/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..21023d6c76ba159c3a99e7ef94be7bf2a40883da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-mouse.png @@ -0,0 +1 @@ +../../32x32/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-panel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-panel.png new file mode 100644 index 0000000000000000000000000000000000000000..88b931262fcf36b21f4e6427dfcbae184a06b1ce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-panel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-session.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-session.png new file mode 120000 index 0000000000000000000000000000000000000000..977de1e2fbca77eeadbdc707cad7b41c0e64a4ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-session.png @@ -0,0 +1 @@ +../../32x32/misc/sm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..7a77ddf48021e2a87a3dc9aff75894d46d86a372 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-settings.png @@ -0,0 +1 @@ +../../32x32/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-splash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-splash.png new file mode 100644 index 0000000000000000000000000000000000000000..b554dd22d77c6833b21809088626ddbcddcfb9c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-splash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-taskbar.png new file mode 120000 index 0000000000000000000000000000000000000000..1043961bea47db3fe6a5de56ad992c7fd86ef2aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-taskbar.png @@ -0,0 +1 @@ +../../32x32/misc/taskbar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-ui.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-ui.png new file mode 120000 index 0000000000000000000000000000000000000000..1942fe198980715939403734550fc4b11f569956 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-ui.png @@ -0,0 +1 @@ +../../32x32/misc/ui.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-workspaces.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-workspaces.png new file mode 120000 index 0000000000000000000000000000000000000000..dfc3ab507405c2bffd58bf3ee1f1e0413071ac1b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfce4-workspaces.png @@ -0,0 +1 @@ +../../32x32/misc/wksp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..3af8607a9ee031e8cda32b0b7909678c25cd53bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-logout.png @@ -0,0 +1 @@ +../../32x32/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-reboot.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed12afdbb9bea4af6d7adc8f6e692cb67f024a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-reboot.png @@ -0,0 +1 @@ +../../32x32/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..420bc3b8ce22f9a6cf871f1ca4af54a13150269a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfsm-shutdown.png @@ -0,0 +1 @@ +../../32x32/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfwm4.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfwm4.png new file mode 120000 index 0000000000000000000000000000000000000000..c1f01a3b71cb45d3ebb3dadff47217a1bc79984b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xfwm4.png @@ -0,0 +1 @@ +../../32x32/misc/wm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xine.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xine.png new file mode 100644 index 0000000000000000000000000000000000000000..4650b7e0c5b50b0645eb1d37ff6b370b185fcd6b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xsane.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xsane.png new file mode 100644 index 0000000000000000000000000000000000000000..33f1f76eb70515776bb41abf0e9a25c7504781b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xsane.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..40c92ac2e8bd134f38ca1d8eccefa4dd94eaf7f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/apps/xscreensaver.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-accessories.png new file mode 100644 index 0000000000000000000000000000000000000000..d2f18c2da79f5104347341c4a15c696aef86c079 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-accessories.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-development.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb49f220d2acc47e264b16684bec428f4013b67 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-development.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-education.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-education.png new file mode 100644 index 0000000000000000000000000000000000000000..c0088a58f2f5f7dbe68661859195a2a259549e0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-education.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-engineering.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-engineering.png new file mode 100644 index 0000000000000000000000000000000000000000..b00ffed3005c400d177a67a987d6140abf275c26 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-engineering.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-games.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-games.png new file mode 100644 index 0000000000000000000000000000000000000000..752cad2a0b878054f608bcba9a89e75a6ab33518 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-games.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-graphics.png new file mode 100644 index 0000000000000000000000000000000000000000..751e0d827a64775a785a5c4d1230810623b05f0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-graphics.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-internet.png new file mode 100644 index 0000000000000000000000000000000000000000..63ace483d5323eb9754669fd134426881bbaa4cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-internet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..6bad0e5563dae688b70ce60f53859cf3966bf6af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-office.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-office.png new file mode 100644 index 0000000000000000000000000000000000000000..306ebc11a292087ff1e30bb80d8f3a444b7f7e87 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-office.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..258f699062c17c58a29ddaf1226fa1d0441e7050 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-other.png @@ -0,0 +1 @@ +../../32x32/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-science.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-science.png new file mode 100644 index 0000000000000000000000000000000000000000..a31b813c3e7da7a73397351bf96df2dde79dde4c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-science.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-system.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-system.png new file mode 100644 index 0000000000000000000000000000000000000000..971d4fee0be1a2db2c190168f4a2fda82985d4cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-utilities.png new file mode 100644 index 0000000000000000000000000000000000000000..a62a66d129881649e433b8b468d2fb208d9722ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/applications-utilities.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/extension.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/extension.png new file mode 100644 index 0000000000000000000000000000000000000000..55f15871089b2fd20dfe7cfef6e904834e592ce6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/extension.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..4a00b83b05c026a1ce1f738423cecdea944f6370 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-devel.png @@ -0,0 +1 @@ +../../32x32/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-globe.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-globe.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-joystick.png new file mode 120000 index 0000000000000000000000000000000000000000..b5c4d94afda2fbc6e7a105ddc9a4810476577e7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-joystick.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-fun.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..20580024f65e10143169adeb8881a8bb4b87ec92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/gnome-util.png @@ -0,0 +1 @@ +../../32x32/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_development.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_development.png new file mode 120000 index 0000000000000000000000000000000000000000..4a00b83b05c026a1ce1f738423cecdea944f6370 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_development.png @@ -0,0 +1 @@ +../../32x32/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_games.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_games.png new file mode 120000 index 0000000000000000000000000000000000000000..42c93a4f11204452ddefab76f3c2cf9ac2f4d77a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_games.png @@ -0,0 +1 @@ +../../32x32/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_network.png new file mode 120000 index 0000000000000000000000000000000000000000..f2a1827c9d76d6fe79ab273926f850ceea32e50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_network.png @@ -0,0 +1 @@ +../../32x32/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..d1e72d14e48243875caaf14b9db43c6af9a8b7ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_settings.png @@ -0,0 +1 @@ +../../32x32/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_utilities.png new file mode 120000 index 0000000000000000000000000000000000000000..20580024f65e10143169adeb8881a8bb4b87ec92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/package_utilities.png @@ -0,0 +1 @@ +../../32x32/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop-peripherals.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop-peripherals.png new file mode 100644 index 0000000000000000000000000000000000000000..d5da4238f0dde3f8c2fdf92035566c3561dcb323 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop-peripherals.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop-personal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop-personal.png new file mode 100644 index 0000000000000000000000000000000000000000..5e30d0c6bcf80209887e2963bfcd60f692f7b61d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop-personal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..93f1e9809c89a61a3103445e45856bfbff5754d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-other.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-other.png new file mode 100644 index 0000000000000000000000000000000000000000..73fd9f8d0e25d6d735831414fbd6238dac05b740 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-system-network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-system-network.png new file mode 100644 index 0000000000000000000000000000000000000000..2b2524392e3d91ab9eeee5e384492d931a8d4cdc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-system-network.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-system.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..988a420dd5a3c25a52e38178757ade36e1710c88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/preferences-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..833ff7ebd0dbf28f6d8b26d542aa5803d9f71595 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-accessories.png @@ -0,0 +1 @@ +../../32x32/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-games.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-games.png new file mode 120000 index 0000000000000000000000000000000000000000..42c93a4f11204452ddefab76f3c2cf9ac2f4d77a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-games.png @@ -0,0 +1 @@ +../../32x32/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-internet.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-programming.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-programming.png new file mode 120000 index 0000000000000000000000000000000000000000..4a00b83b05c026a1ce1f738423cecdea944f6370 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-programming.png @@ -0,0 +1 @@ +../../32x32/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-system_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-system_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..d1e72d14e48243875caaf14b9db43c6af9a8b7ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/redhat-system_settings.png @@ -0,0 +1 @@ +../../32x32/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/stock_internet.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-favorites.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..6cd8542d2fc8ab9042531e758b7ba9c46724f937 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-favorites.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-help.png new file mode 100644 index 0000000000000000000000000000000000000000..eb4c1d2d6448aafbfd52f59fe26d2a806599edbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-help.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-services.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-services.png new file mode 100644 index 0000000000000000000000000000000000000000..af31763e13cf608c227010efa5012bde3ccd6a69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/system-services.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..42c93a4f11204452ddefab76f3c2cf9ac2f4d77a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-games.png @@ -0,0 +1 @@ +../../32x32/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-internet.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-system-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..d1e72d14e48243875caaf14b9db43c6af9a8b7ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-system-settings.png @@ -0,0 +1 @@ +../../32x32/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..20580024f65e10143169adeb8881a8bb4b87ec92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/categories/xfce-utils.png @@ -0,0 +1 @@ +../../32x32/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/3floppy_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/3floppy_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..7e10adec2a6e13d4137f9bfa4602e57f36566b91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/3floppy_unmount.png @@ -0,0 +1 @@ +../../32x32/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-card.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-card.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7255d53a5831ac8547e6d26dacfbac4351e269 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-input-line.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-input-line.png new file mode 100644 index 0000000000000000000000000000000000000000..29dccefaa56c0b1deaa5df70dadd239c8df2a852 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-input-line.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-input-microphone.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-input-microphone.png new file mode 100644 index 0000000000000000000000000000000000000000..88d31c26f3aff7a65de3254088dace1b1d0cc671 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/audio-input-microphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/battery.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/battery.png new file mode 100644 index 0000000000000000000000000000000000000000..0ddf89521bae8d68232ce300d844173dff5e64df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/battery.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camara-video-security.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camara-video-security.png new file mode 100644 index 0000000000000000000000000000000000000000..e09a5df19bdec713843d628d6c43acef97f90422 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camara-video-security.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-photo-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-photo-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..1aff318885c813ab45e488143f7d6e3e21766285 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-photo-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-photo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-photo.png new file mode 100644 index 0000000000000000000000000000000000000000..51c93e9b9c6494e408e775d2a001a3ed5c1fa63d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-photo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-video-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-video-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..cb5fdbe26fdb4d801d85f7686f2dba0ccb6b4c75 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-video-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-video.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-video.png new file mode 100644 index 0000000000000000000000000000000000000000..7dc60f3c94213ddbcd64beeb8b795cd12ca2184b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-video.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-web.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-web.png new file mode 100644 index 0000000000000000000000000000000000000000..836f16aa96f6be09c8aec7690a11d6945694a4ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/camera-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cdrom_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cdrom_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cdrom_unmount.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cdwriter_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cdwriter_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cdwriter_unmount.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/chardevice.png new file mode 120000 index 0000000000000000000000000000000000000000..d95416b399c0cdfbeef0d9ee159f8a3171c80e26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/chardevice.png @@ -0,0 +1 @@ +../../32x32/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/computer-portable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/computer-portable.png new file mode 100644 index 0000000000000000000000000000000000000000..e7b662376634195a8b5a84946ceefc915010c13f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/computer-portable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/computer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..44458b3a6f74e0c96bfcf0f7fdabd56db82693ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/computer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cpu.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cpu.png new file mode 120000 index 0000000000000000000000000000000000000000..8fb745e33fa4e9b1a0fd84dce5bbeb5e786ee8bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/cpu.png @@ -0,0 +1 @@ +../../32x32/devices/processor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/dev-pcmcia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/dev-pcmcia.png new file mode 100644 index 0000000000000000000000000000000000000000..69283bc2dab10de60946958d541cb90da4edd0f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/dev-pcmcia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/display.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/display.png new file mode 120000 index 0000000000000000000000000000000000000000..d95416b399c0cdfbeef0d9ee159f8a3171c80e26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/display.png @@ -0,0 +1 @@ +../../32x32/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..d42ef279f8a1380af4c7fd9a4a8da900c34c657e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-cdrom.png @@ -0,0 +1 @@ +../../32x32/devices/drive-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..1ce2524aaa5498edbbc41c24bfbcae83b9f29604 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..8d65771e9e4644567bb642d6783e924d6794e96a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba9f328873807043eb308d21523c0f651c7bbbc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb00bf8b85f214f2762bd373a8ddfbb9f2c2a46 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-harddisk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..c649dc50d37348a76a7cf49b89692e0628a18bd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..627dcdf318189164ffdd9e744f85a338b64bb97d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..f51fa15e0126ec13e9d3a61472e204c9d2037504 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1f47a64664fc60fafdde3b7395ba22b68614bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..cf0cf2c4bd19443800d5bb14c973414e1fb5cd18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..e688cfd52b9590f0945cda857f6b4f4c9d93c54b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..5c07560b73403a53b48826aeee8b31091e799e78 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media.png new file mode 100644 index 0000000000000000000000000000000000000000..0610ed7d4f31913b1c0b822881a2db7c2c2591c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/drive-removable-media.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/dvd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/dvd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/dvd_unmount.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/fs-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/fs-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa12ba07596468db53a0fe53904a8350ae67572 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/fs-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-battery.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-battery.png new file mode 120000 index 0000000000000000000000000000000000000000..e3a556cf29933566132f2ee4ca27a99823af0bd6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-battery.png @@ -0,0 +1 @@ +../../32x32/devices/battery.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-cdrom-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..37126319b4dd3b124fcb155095290366d22645ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +../../32x32/devices/media-cdrom-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-cdrom.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-computer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-computer.png new file mode 120000 index 0000000000000000000000000000000000000000..79bea9e6cb5daec01f83f61f5a96d423bf32316d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-computer.png @@ -0,0 +1 @@ +../../32x32/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-cdr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-cdr.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-cdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-cdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdr-plus.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdr.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdram.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdram.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-dvd.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-dvd.png new file mode 120000 index 0000000000000000000000000000000000000000..301ffd3499893fefe74805a7ada344b9d1c60ac6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-dvd.png @@ -0,0 +1 @@ +../../32x32/devices/media-dvd-movie.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7e10adec2a6e13d4137f9bfa4602e57f36566b91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-floppy.png @@ -0,0 +1 @@ +../../32x32/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-harddisk.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-ipod.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-ipod.png new file mode 120000 index 0000000000000000000000000000000000000000..1d21fce5b8e71b1f99334e7cdfa706fea9186681 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-ipod.png @@ -0,0 +1 @@ +../../32x32/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-jazdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-jazdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..378437d105200869f378446493a28f39f41881c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-jazdisk.png @@ -0,0 +1 @@ +../../32x32/devices/media-jaz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..b75164139377b8aeca8b9dd9588b5fe4b35cdfaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-keyboard.png @@ -0,0 +1 @@ +../../32x32/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-cf.png new file mode 120000 index 0000000000000000000000000000000000000000..8c86b04da2d2252a532d87ce6c72dc50be5eb75d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-cf.png @@ -0,0 +1 @@ +../../32x32/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-ms.png new file mode 120000 index 0000000000000000000000000000000000000000..8c86b04da2d2252a532d87ce6c72dc50be5eb75d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-ms.png @@ -0,0 +1 @@ +../../32x32/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-sdmmc.png new file mode 120000 index 0000000000000000000000000000000000000000..8c86b04da2d2252a532d87ce6c72dc50be5eb75d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-sdmmc.png @@ -0,0 +1 @@ +../../32x32/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-sm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-sm.png new file mode 120000 index 0000000000000000000000000000000000000000..8c86b04da2d2252a532d87ce6c72dc50be5eb75d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-media-sm.png @@ -0,0 +1 @@ +../../32x32/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-mouse-ball.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-mouse-ball.png new file mode 120000 index 0000000000000000000000000000000000000000..d9c4a2424c2fd26e14897a660d1c3539b64c23ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-mouse-ball.png @@ -0,0 +1 @@ +../../32x32/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-mouse-optical.png new file mode 120000 index 0000000000000000000000000000000000000000..21023d6c76ba159c3a99e7ef94be7bf2a40883da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-mouse-optical.png @@ -0,0 +1 @@ +../../32x32/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-network.png new file mode 120000 index 0000000000000000000000000000000000000000..f2a1827c9d76d6fe79ab273926f850ceea32e50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-network.png @@ -0,0 +1 @@ +../../32x32/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-printer.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..8870cff044221f40797b458a2605f363ca3035b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable-1394.png @@ -0,0 +1 @@ +../../32x32/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..8870cff044221f40797b458a2605f363ca3035b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable-usb.png @@ -0,0 +1 @@ +../../32x32/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable.png new file mode 120000 index 0000000000000000000000000000000000000000..8870cff044221f40797b458a2605f363ca3035b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-removable.png @@ -0,0 +1 @@ +../../32x32/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-scanner.png new file mode 120000 index 0000000000000000000000000000000000000000..a2f7e9f99fbab29b70622a3d1c5d9e0beb2c353d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-scanner.png @@ -0,0 +1 @@ +../../32x32/devices/scanner.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-symlink.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-symlink.png new file mode 100644 index 0000000000000000000000000000000000000000..12527693da2fc7588791891aa281b98c93463dfc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-symlink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-zipdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-zipdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..48b713589ea7630fafe36cbe31c2500bd7282a0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-dev-zipdisk.png @@ -0,0 +1 @@ +../../32x32/devices/media-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..79bea9e6cb5daec01f83f61f5a96d423bf32316d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gnome-fs-client.png @@ -0,0 +1 @@ +../../32x32/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-cdrom.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7e10adec2a6e13d4137f9bfa4602e57f36566b91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-floppy.png @@ -0,0 +1 @@ +../../32x32/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/gtk-harddisk.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/harddrive.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/harddrive.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/harddrive.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/hdd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/hdd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/hdd_unmount.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/headphone.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/headphone.png new file mode 100644 index 0000000000000000000000000000000000000000..723bfb77ab5a54933a5fa0f1c3aaa82bc9a692c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/headphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-gaming.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-gaming.png new file mode 100644 index 0000000000000000000000000000000000000000..d35c7af9b026792f216bd5748d78172ee88919dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-gaming.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..af01abaed9ded529cf0ee95db0d83fad39837c9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-mouse-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..245f32d931ae7f56b4bd94458bf6d39459680d65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-mouse-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..342eb2f18a627e4838ad5b37bb314f3ba0ddd448 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-mouse.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-tablet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-tablet.png new file mode 100644 index 0000000000000000000000000000000000000000..854446e81656cd9d2796ffff803794230405e7dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/input-tablet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/ipod_mount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/ipod_mount.png new file mode 120000 index 0000000000000000000000000000000000000000..1d21fce5b8e71b1f99334e7cdfa706fea9186681 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/ipod_mount.png @@ -0,0 +1 @@ +../../32x32/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..b75164139377b8aeca8b9dd9588b5fe4b35cdfaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/keyboard.png @@ -0,0 +1 @@ +../../32x32/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/kjobviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/kjobviewer.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/kjobviewer.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/kxkb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/kxkb.png new file mode 120000 index 0000000000000000000000000000000000000000..b75164139377b8aeca8b9dd9588b5fe4b35cdfaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/kxkb.png @@ -0,0 +1 @@ +../../32x32/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cassete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cassete.png new file mode 100644 index 0000000000000000000000000000000000000000..b993236291811f656c88ff33c54d2110e53f8701 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cassete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cassete2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cassete2.png new file mode 100644 index 0000000000000000000000000000000000000000..b993236291811f656c88ff33c54d2110e53f8701 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cassete2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..393f525f08f4070977466a9020fa85adb460b6db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cdrom-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..35fbe758804d0ff05ad904085b38258c0ac1b00b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cdrom.png @@ -0,0 +1 @@ +../../32x32/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed2ea6455a4164527b0166017ec73d08436509b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-cf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-dvd-movie.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-dvd-movie.png new file mode 100644 index 0000000000000000000000000000000000000000..56bc26b2f399e0d7777fc351b11fa7e85c0e0bcc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-dvd-movie.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..ecdcc628887c8d131c9ff11694af1a60166f6401 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-floppy.png new file mode 100644 index 0000000000000000000000000000000000000000..575f847799ef1109f4bed9988a3f2a9b0d536bc4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-floppy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-jaz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-jaz.png new file mode 100644 index 0000000000000000000000000000000000000000..a5eee51ff9b37f9e065f62fb42f6004e5a567cc1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-jaz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-ms.png new file mode 100644 index 0000000000000000000000000000000000000000..cb425c026ac2c93a3e48951044c1dae147564e90 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-ms.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb0574566d2f131477c8cc6e51059d894dcb493 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..6ee5bb37999bd57484f4627e8bf97e392ae7ccd5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-sdmmc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-tape.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0269db2718f8d03f2a14c97c00851071501bd6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-tape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-vinyl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-vinyl.png new file mode 100644 index 0000000000000000000000000000000000000000..9aaf305305d6afd6cb2901b0707ee8d459500e77 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-vinyl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..0c39bab9724e70b388171afa4278638c2afba399 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/media-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/memory.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/memory.png new file mode 100644 index 0000000000000000000000000000000000000000..076c60a3dae30a138a96c1e0d575e552e8494db5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/memory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/modem.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/modem.png new file mode 100644 index 0000000000000000000000000000000000000000..c7cedc6d8d59c103f123c99bbe9e7e65ce4dea4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/modem.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..d9c4a2424c2fd26e14897a660d1c3539b64c23ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/mouse.png @@ -0,0 +1 @@ +../../32x32/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/multimedia-player.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/multimedia-player.png new file mode 100644 index 0000000000000000000000000000000000000000..ab994153027bd7074b3b8cea487d4c972024a871 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/multimedia-player.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-card-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-card-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..5577cb3e859a3d90808d2d5b3c6874ad44a3a0af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-card-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-card-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-card-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1f034508ea46f78b08678da1c5b1cb69a6c968 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-card-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..09f8e0e6a5d93de4e76562d83f5196d3775d2711 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..0921b72c21a9b6d55336133633fcb0849706095f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network_fs.png new file mode 120000 index 0000000000000000000000000000000000000000..163e62d76391d8908c268953852c2da9cd72f161 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/network_fs.png @@ -0,0 +1 @@ +../../32x32/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/pda.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3c7c54461c36f309e55197fc0c440e25d03c0e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/pda.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/phone.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce9e2702dc0a79ffaa2ab37034a72133faea1aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/phone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer-class.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer-class.png new file mode 100644 index 0000000000000000000000000000000000000000..10a98a2971d23414ed740623cfd782d102b30a28 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer-class.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer-remote.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3169d45d524be9d0e498f32d26bae5dd3548fe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer1.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer1.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printer1.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printmgr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printmgr.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/printmgr.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/processor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/processor.png new file mode 100644 index 0000000000000000000000000000000000000000..76a81794acf2f65a0460a6668014d24404a4c797 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/processor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/remote.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/remote.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8a292d210cdbf92150ba08e02548310ab50d58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1a42be2729346dc5a344c1d5e9d3326d9c4b46 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/scanner.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/stock_printers.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/stock_printers.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/stock_printers.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/system-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/system-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7e10adec2a6e13d4137f9bfa4602e57f36566b91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/system-floppy.png @@ -0,0 +1 @@ +../../32x32/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/system.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/system.png new file mode 120000 index 0000000000000000000000000000000000000000..79bea9e6cb5daec01f83f61f5a96d423bf32316d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/system.png @@ -0,0 +1 @@ +../../32x32/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/usbpendrive_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/usbpendrive_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..8870cff044221f40797b458a2605f363ca3035b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/usbpendrive_unmount.png @@ -0,0 +1 @@ +../../32x32/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-card.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-card.png new file mode 100644 index 0000000000000000000000000000000000000000..907ce7d221ddd4dcecb0ffc547ceb67d9d3bf93f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-display.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-display.png new file mode 100644 index 0000000000000000000000000000000000000000..fa19a73a1bd7500bf1b96bb0abe731a3288a5fc0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-projector.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-projector.png new file mode 100644 index 0000000000000000000000000000000000000000..67adb7f318fe79afc7c6a7ddf232b439841e9387 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-projector.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-television.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-television.png new file mode 100644 index 0000000000000000000000000000000000000000..da2435e2439d06528829d64b97564febd3d71617 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/video-television.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce-printer.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..d95416b399c0cdfbeef0d9ee159f8a3171c80e26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-display.png @@ -0,0 +1 @@ +../../32x32/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..b75164139377b8aeca8b9dd9588b5fe4b35cdfaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-keyboard.png @@ -0,0 +1 @@ +../../32x32/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..d9c4a2424c2fd26e14897a660d1c3539b64c23ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/xfce4-mouse.png @@ -0,0 +1 @@ +../../32x32/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_HD.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_HD.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_HD.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_idetude.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_idetude.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_idetude.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..d9c4a2424c2fd26e14897a660d1c3539b64c23ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_mouse.png @@ -0,0 +1 @@ +../../32x32/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_printer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_printer.png new file mode 120000 index 0000000000000000000000000000000000000000..31df0e55b0740eb27660ecf145756f2dac7adf25 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/devices/yast_printer.png @@ -0,0 +1 @@ +../../32x32/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-bookmarks.png new file mode 100644 index 0000000000000000000000000000000000000000..d8a5155e8441ad5d71ac33ecd6f3e2f003c68b00 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-bookmarks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-camera.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-camera.png new file mode 120000 index 0000000000000000000000000000000000000000..60c2095a5c02308b3cdc2b7f1a0df662fa383598 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-camera.png @@ -0,0 +1 @@ +../../32x32/devices/camera-photo-pocket.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-certified.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-certified.png new file mode 100644 index 0000000000000000000000000000000000000000..29d6b6dd3bdaa4e1b18a647ad5ec0aae6dbf93bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-certified.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..5db4da3cf9b47cc43c662d757b39321c2fc8dbef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-added.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-added.png new file mode 100644 index 0000000000000000000000000000000000000000..d7bc19880b3e334ebc69bc3ecc4375b2656afcef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-added.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-conflict.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..62404c0cd5bb293a8d84da721a1facc585c11456 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-conflict.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-removed.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-removed.png new file mode 100644 index 0000000000000000000000000000000000000000..30a8190acbaeb00b3781cb1ffd4f93e8e43e908b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-cvs-removed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-danger.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..41588e19c37dc6bbe7654654ffd894a38a346eef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-danger.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-default.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-default.png new file mode 100644 index 0000000000000000000000000000000000000000..58cbbad185248c340796e129563313b868c31be4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-default.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-desktop-2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-desktop-2.png new file mode 100644 index 0000000000000000000000000000000000000000..cea3f8e6b1d677c61d6f9b00d74f5fd9ca54086a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-desktop-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..1ab14bba1691ac3a672aa9aeb18ed2d90c853cf6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-distinguished.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-distinguished.png new file mode 100644 index 0000000000000000000000000000000000000000..0dba2ffc98eb529fd2c51d82aa314e4542bc4f44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-distinguished.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-documents.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-documents.png new file mode 100644 index 0000000000000000000000000000000000000000..5db6a6df78a86f779279643f06265323297e7e8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-documents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-downloads-2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-downloads-2.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e149a6f36d45cb823642b7f4ba61c192b05c7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-downloads-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-downloads.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..985c442911adca2e44635e22a896aca75948f4c2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-downloads.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-error.png new file mode 100644 index 0000000000000000000000000000000000000000..5028f7b42d852490b8ed2e9fc35ef8669bb0b0bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-favorite.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..e0921fdfca1e942c7bcdcb1795e0f5144ae7ed52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-favorite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-fun.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-fun.png new file mode 100644 index 0000000000000000000000000000000000000000..ff15671bf0be8c061fbb3ead912b5c93a6c46780 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-fun.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..0154cd5e5594af6e6851ba6916ae6a5d784255b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-important.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-important.png new file mode 100644 index 0000000000000000000000000000000000000000..1feae639dd22dee78e3c4574c6cd97fc879a22c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..133135388a55b3a99d4b348a9e19edfa2fd0d7ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-money.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-money.png new file mode 100644 index 0000000000000000000000000000000000000000..e33316c1553d32feefac5a35b861f754c3255c77 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..6bad0e5563dae688b70ce60f53859cf3966bf6af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-new.png new file mode 100644 index 0000000000000000000000000000000000000000..867f86aeba860f93218ea7f329f0d8ae2fa3ace2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-noread.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-noread.png new file mode 100644 index 0000000000000000000000000000000000000000..a41a738ec6c0500ffb4f171763d0d53f4bbc306f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-noread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-nowrite.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-nowrite.png new file mode 100644 index 0000000000000000000000000000000000000000..e6dbaee16556ded331a9558448483be4a50c18fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-nowrite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-ohno.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-ohno.png new file mode 100644 index 0000000000000000000000000000000000000000..47b5bb552a39dc23d5f6ff23c5518d901313e891 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-ohno.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-package.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-package.png new file mode 100644 index 0000000000000000000000000000000000000000..fdac7784ac1d0584ddbedda72582d6a303500ddb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-package.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-photos.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-photos.png new file mode 120000 index 0000000000000000000000000000000000000000..683383553da691745887bf7003baaa0108357c08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-photos.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-pictures.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-pictures.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-pictures.png new file mode 100644 index 0000000000000000000000000000000000000000..34978ca4baf078b6638f1476f360f6e32ec985ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-pictures.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-public.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-public.png new file mode 100644 index 0000000000000000000000000000000000000000..14708658aa1a952c83fb2ecb72669a91cd7d0066 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-public.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-readonly.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-readonly.png new file mode 120000 index 0000000000000000000000000000000000000000..5392856796bad0bdc2141103107eabde491981d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-readonly.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-relax.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-relax.png new file mode 100644 index 0000000000000000000000000000000000000000..bd0b222b9ae61fdbf98f03da44fd8abf1ec2426e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-relax.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-shared.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-shared.png new file mode 100644 index 0000000000000000000000000000000000000000..c702d799bf07373ba485d55cf5ba6f73648f7cb9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-shared.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-sound.png new file mode 100644 index 0000000000000000000000000000000000000000..b480bb6228701849aed16bd17d1f7cfb62576ce0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-sound.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-special.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-special.png new file mode 100644 index 0000000000000000000000000000000000000000..94bc29fd8af41c5504938efd58d6a44474fee96f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-special.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-symbolic-link.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-symbolic-link.png new file mode 100644 index 0000000000000000000000000000000000000000..ccaf0164e996dc493fe9475e54d478af53c3b621 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-symbolic-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-symbolic-link2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-symbolic-link2.png new file mode 100644 index 0000000000000000000000000000000000000000..e809e2edf22cef4be29ca3c06fadc20ac892b762 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-symbolic-link2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-system.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-system.png new file mode 100644 index 0000000000000000000000000000000000000000..971d4fee0be1a2db2c190168f4a2fda82985d4cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-unreadable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-unreadable.png new file mode 120000 index 0000000000000000000000000000000000000000..969af4497b024f8fdff154f411180392f563ac92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-unreadable.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-noread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..fc1c9366dd13cfaaf0c894e487c7b1faf9281205 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-web.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-web.png new file mode 100644 index 0000000000000000000000000000000000000000..65b91996f5f19dfaffcd0a9dc686fba9e8301b45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emblems/emblem-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-angel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-angel.png new file mode 100644 index 0000000000000000000000000000000000000000..45a63abb8b6640062d459d2723abab390bd99bb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-angel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-angry.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-angry.png new file mode 100644 index 0000000000000000000000000000000000000000..b25e4ecf2e9d6e47f2d9bc626add322c74089b66 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-angry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..dce058b8ef3b8ab97d3bb0eaa73243c214723c09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-crying.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-crying.png new file mode 100644 index 0000000000000000000000000000000000000000..60a6e2b9b9f4a7cf3fd79e64f25ed317d311bf13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-crying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-devilish.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-devilish.png new file mode 100644 index 0000000000000000000000000000000000000000..fe5102ef4c46ae751f910f6514d9a5795d858e89 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-devilish.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-embarrassed.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-embarrassed.png new file mode 100644 index 0000000000000000000000000000000000000000..fe3eda4fc6797919b30856cdd19ba9f3e2564eb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-embarrassed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-kiss.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..23fc73a2a99f5ad26a574e5aa00d7e92a5dc98e5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-kiss.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-laugh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-laugh.png new file mode 100644 index 0000000000000000000000000000000000000000..da9475bbb74fe4a5fe33b8be0148664bd00d7040 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-laugh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-monkey.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..7fc98dac2e60b67478037c6db2d17c5ced5c5540 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-monkey.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-plain.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-plain.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e345ebf9749db7e0b5b3b215bf86581b53aad5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-plain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-raspberry.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..8687b67125f27defa215acaea48d618d3f5240c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-raspberry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-sad.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-sad.png new file mode 100644 index 0000000000000000000000000000000000000000..b1d8b321c788f8cf8b10a51cd14892d7861c177c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-sad.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-sick.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-sick.png new file mode 100644 index 0000000000000000000000000000000000000000..0c950d1ab1d87a4001be993c5a197a8a3b33384e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-sick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smile-big.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smile-big.png new file mode 100644 index 0000000000000000000000000000000000000000..d1774da72d81367303b2d0b3e0ada73da712e1bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smile-big.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smile.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smile.png new file mode 100644 index 0000000000000000000000000000000000000000..f02b5f88558178f36737aa44d8e82365c7d41117 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smirk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smirk.png new file mode 100644 index 0000000000000000000000000000000000000000..330bd064ae4c36e023794e7c78a517617afc759c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-smirk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-surprise.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-surprise.png new file mode 100644 index 0000000000000000000000000000000000000000..551d8cb993ecd6493604daaeb1364536799a1770 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-surprise.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-tired.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-tired.png new file mode 100644 index 0000000000000000000000000000000000000000..ad82483a28c3ec20e1ad5f406052f490af8e9648 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-tired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-uncertain.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-uncertain.png new file mode 100644 index 0000000000000000000000000000000000000000..7aff3443024594b40bbdf85974fc24b98e7c2d65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-uncertain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-uncertainty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-uncertainty.png new file mode 100644 index 0000000000000000000000000000000000000000..a9134a901bae9492708b9c48d18477c41c28eb12 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-uncertainty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-wink.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-wink.png new file mode 100644 index 0000000000000000000000000000000000000000..6d201a4faf35882841b1c8586248b3980c8b26e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-wink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-worried.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-worried.png new file mode 100644 index 0000000000000000000000000000000000000000..7e14462ad83a05572dc3708be3b48160d664634a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/emotes/face-worried.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/blockdevice.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/blockdevice.png new file mode 100644 index 0000000000000000000000000000000000000000..181337fd76655a4533cf4a6c00a1a2edf743ef91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/blockdevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/chardevice.png new file mode 100644 index 0000000000000000000000000000000000000000..a5257fdddb5c74abb120f44be81afc752374ed78 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/chardevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/core.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/core.png new file mode 100644 index 0000000000000000000000000000000000000000..47b5bb552a39dc23d5f6ff23c5518d901313e891 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/core.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/directory-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/directory-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..dd766f9876ec266e8ca795232f5d3088c9e4e189 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/directory-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/directory.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/directory.png new file mode 100644 index 0000000000000000000000000000000000000000..181fbbda73e102633cb9e0ff7b6d617f336b7f7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/directory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-fifo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-fifo.png new file mode 100644 index 0000000000000000000000000000000000000000..1f37b6bb0175071c42d21db264fd516a52b2edce Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-fifo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-lib.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-lib.png new file mode 100644 index 0000000000000000000000000000000000000000..4d53a59b4efd886740a6759039240d11fce3ae69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-lib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-remote.png new file mode 100644 index 0000000000000000000000000000000000000000..c20e8d5847a41655c08efd18a100520bf662c390 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-socket.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-socket.png new file mode 100644 index 0000000000000000000000000000000000000000..b839a7bd0a5dd7d1e9c9a9c8f0c1176157bd0a5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-socket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a196a86ddeb6d5121f70d3756a47c0e58b465e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-full.png new file mode 100644 index 0000000000000000000000000000000000000000..ac32af0e58d406482268bcf447477ae272e239ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..403e7d6e20fd47285b4d78d67013c688c675c5d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash2-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash3-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash3-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..3dcc315f7eb9b8eed3f16d996f4e1c6bb9097ffa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash3-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash3-full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash3-full.png new file mode 100644 index 0000000000000000000000000000000000000000..425b50feac2dfac8f93cb3d3fa2b74ad08a4e8df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/fs-trash3-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-blockdev.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-blockdev.png new file mode 100644 index 0000000000000000000000000000000000000000..f56e988eb5689e71145941c97679fc0f9aa8e9cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-blockdev.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..79bea9e6cb5daec01f83f61f5a96d423bf32316d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-client.png @@ -0,0 +1 @@ +../../32x32/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4462654d3a05fabe0c2a5e9f1d3b8bfd1264b3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory-accept.png new file mode 100644 index 0000000000000000000000000000000000000000..12fcaa8d211bd00210f9cfce09e6ef99f222194d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory-accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory-visiting.png new file mode 100644 index 0000000000000000000000000000000000000000..529f67b4c7b70b50c490f8ab4519dc08c73a7a49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory-visiting.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..50ff62718f420e478d495e34aa9b8f2af1524fdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-directory.png @@ -0,0 +1 @@ +../../32x32/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..1f32fdc7c69e26c75409f7095acabf17aaa23a40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-file-broken.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-file-broken.png new file mode 100644 index 0000000000000000000000000000000000000000..3b91bf653c6a912a991472e27eadb19812092ade Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-file-broken.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-ftp.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd139db497f5c19bb1dedf25759e9e8a925fb87 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-ftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..4f75b76e74b44f67fb901014ab5b104fdf782689 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-home.png @@ -0,0 +1 @@ +../../32x32/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..163e62d76391d8908c268953852c2da9cd72f161 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-network.png @@ -0,0 +1 @@ +../../32x32/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..af02e5f8edec14f82fefe89c76f495bb5613d759 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-regular.png new file mode 100644 index 0000000000000000000000000000000000000000..93a2a70472e2c006371698a57a21c9bbb644998f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-regular.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-share.png new file mode 100644 index 0000000000000000000000000000000000000000..5c45ddf9e453d9dbf0ff2133c1cb0b722a7e32aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb-share.png new file mode 100644 index 0000000000000000000000000000000000000000..77f4907d2eaf88506de5e71345553a4b106ed48d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..99726dbc3711497b67f679940fbf1e16ac5bc11b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb.png new file mode 100644 index 0000000000000000000000000000000000000000..9d0a54d16c34734c498e17301e437170c2ca11bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-smb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-ssh.png new file mode 100644 index 0000000000000000000000000000000000000000..afade53171f9cdeaecc1e88b7f0b9e22ab5538ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-ssh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-trash-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..b828344b2af0f65be5b36dc84667a86ce13bad52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-trash-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..332f3bb645c7b1558af0a05b998adc99c0b42e41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..2640a48b56ea278371d9fbe81ee1ff63c9d3ae1d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/gnome-fs-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/mount-point.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/mount-point.png new file mode 100644 index 0000000000000000000000000000000000000000..524794f7f7286e955e7343e0357528f7b506695f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/mount-point.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/network_fs.png new file mode 100644 index 0000000000000000000000000000000000000000..031e140e843178514ccd066f3001bb115e2823e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/network_fs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/open_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/open_folder.png new file mode 100644 index 0000000000000000000000000000000000000000..850fb72af57198795d9da344aa6df6fdcca8ed57 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/open_folder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/user-home.png new file mode 120000 index 0000000000000000000000000000000000000000..4f75b76e74b44f67fb901014ab5b104fdf782689 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/filesystems/user-home.png @@ -0,0 +1 @@ +../../32x32/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..814687a6757a086789d2d92350ac28c63b272368 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-backward.png @@ -0,0 +1 @@ +../../32x32/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..3a480b9ef3a935bf5b28d402b9a84a1359b6ec17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-eject.png @@ -0,0 +1 @@ +../../32x32/stock/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-next.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-next.png new file mode 120000 index 0000000000000000000000000000000000000000..ac9a7e3dd48b28430f9bbaaab0ed7bfc0a75d948 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-next.png @@ -0,0 +1 @@ +../../32x32/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..e9f6e5f6917cbc85a0a1d8b84cd1c0082da70d12 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-pause.png @@ -0,0 +1 @@ +../../32x32/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-play.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-play.png new file mode 120000 index 0000000000000000000000000000000000000000..91f5a5ae7c21c3d01995b0a903b9dce30bd837e1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-play.png @@ -0,0 +1 @@ +../../32x32/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..ca66d8e94326a7fec205d792d1d4d9471666082e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-prev.png @@ -0,0 +1 @@ +../../32x32/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-record.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-record.png new file mode 120000 index 0000000000000000000000000000000000000000..963eac51ec8a3349ed4f86d1b298b313ae954802 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-record.png @@ -0,0 +1 @@ +../../32x32/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..f7eeb496dd23f6b362bb7ddc7cd7ca82b14891a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/cdplayer-stop.png @@ -0,0 +1 @@ +../../32x32/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..51b60000bcab4ff084daf457f3db0a910cd1ea47 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../32x32/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-bookmarks.png new file mode 120000 index 0000000000000000000000000000000000000000..2e52da87fb911ac9094dc06d9cd1224b8bbb3541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-bookmarks.png @@ -0,0 +1 @@ +../../32x32/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-download.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-download.png new file mode 120000 index 0000000000000000000000000000000000000000..3ac7223d7ec9ac1e85bb2ab57e880c0a7964bc81 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-download.png @@ -0,0 +1 @@ +../../32x32/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-history.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-history.png new file mode 120000 index 0000000000000000000000000000000000000000..25f722662f9daede05713b1070162b3c95925dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-history.png @@ -0,0 +1 @@ +../../32x32/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..3f19e2e236aa179c9dc2886fda48adacb7dcd9a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-mailto.png @@ -0,0 +1 @@ +../../32x32/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..fa69323226649c2083c012dbd9491275a38a41be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/epiphany-new-tab.png @@ -0,0 +1 @@ +../../32x32/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-about.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-about.png new file mode 120000 index 0000000000000000000000000000000000000000..b28554a9f5503c252635eff553668f282ac51553 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-about.png @@ -0,0 +1 @@ +../../32x32/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-attach.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-attach.png new file mode 120000 index 0000000000000000000000000000000000000000..837e1cacc737788bb3fc42432396f668bc336c55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-attach.png @@ -0,0 +1 @@ +../../32x32/stock/stock_attach.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-blue.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..73b9971cde9f757aeaf65e4d0383dfa48c9f2fc2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-blue.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-green.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-green.png new file mode 120000 index 0000000000000000000000000000000000000000..2e52da87fb911ac9094dc06d9cd1224b8bbb3541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-green.png @@ -0,0 +1 @@ +../../32x32/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-red.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-red.png new file mode 100644 index 0000000000000000000000000000000000000000..fce364462a328268917681d0bbc34768f02881d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-red.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-yellow.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..09283875a298d051171fff39165c7804472a1222 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-book-yellow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..901d9b15e18e67d780bd5fff931ddfae3e0ebabc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-line-in.png @@ -0,0 +1 @@ +../../32x32/stock/stock_line-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-mic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-mic.png new file mode 120000 index 0000000000000000000000000000000000000000..3df6f571ac24c0e58b9a73a1cba6c5ea27cd5377 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-mic.png @@ -0,0 +1 @@ +../../32x32/stock/stock_mic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-volume.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-volume.png new file mode 120000 index 0000000000000000000000000000000000000000..c9deb472d29945f853fb86e7a87fb49dea5a477e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gnome-stock-volume.png @@ -0,0 +1 @@ +../../32x32/stock/stock_volume.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-about.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-about.png new file mode 120000 index 0000000000000000000000000000000000000000..b28554a9f5503c252635eff553668f282ac51553 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-about.png @@ -0,0 +1 @@ +../../32x32/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..73c2925ae8cdd16923c75aac3e9ccd25df2a44ac --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-add.png @@ -0,0 +1 @@ +../../32x32/stock/stock_add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-apply.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-apply.png new file mode 120000 index 0000000000000000000000000000000000000000..47f909ad651e3850b2031ee2ebabb4825480cd06 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-apply.png @@ -0,0 +1 @@ +../../32x32/stock/stock_apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-bold.png new file mode 120000 index 0000000000000000000000000000000000000000..16e3cf23fcade8173fb945842e9c5677b0ca0e66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-bold.png @@ -0,0 +1 @@ +../../32x32/stock/stock_bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..1ffb76ad8c347845ab8e637a2e343186087d81cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cancel.png @@ -0,0 +1 @@ +../../32x32/stock/stock_cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..1d2b759343b525dd409b0c533f1170639520cc27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cdrom.png @@ -0,0 +1 @@ +../../32x32/stock/stock_cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..177eb7aefe51274108e328e77a2f74634373a607 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-clear.png @@ -0,0 +1 @@ +../../32x32/stock/stock_clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-close.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-close.png new file mode 120000 index 0000000000000000000000000000000000000000..716b5b0ee91828aaa056dc94d081336e2874c707 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-close.png @@ -0,0 +1 @@ +../../32x32/stock/stock_close.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-color-picker.png new file mode 120000 index 0000000000000000000000000000000000000000..6648a9b141b3845385d2f6575b5124cedbc6b750 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-color-picker.png @@ -0,0 +1 @@ +../../32x32/stock/stock_color_picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-connect.png new file mode 120000 index 0000000000000000000000000000000000000000..2efe1d23cdff0f39cc7a9d0b715d6c7b20ea2b0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-connect.png @@ -0,0 +1 @@ +../../32x32/stock/stock_connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-convert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-convert.png new file mode 120000 index 0000000000000000000000000000000000000000..42e688cca1de82fd35592a989c59b55d487ea1bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-convert.png @@ -0,0 +1 @@ +../../32x32/stock/stock_convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-copy.png new file mode 120000 index 0000000000000000000000000000000000000000..3630ea54adf507da01b79053adcaa720c38251d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-copy.png @@ -0,0 +1 @@ +../../32x32/stock/stock_copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cut.png new file mode 120000 index 0000000000000000000000000000000000000000..e2ce39d23175f5cfc1b93c674e025877dc0931fe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-cut.png @@ -0,0 +1 @@ +../../32x32/stock/stock_cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..0896780eddda70d3313c3e3589ed81f4ddb45b18 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-delete.png @@ -0,0 +1 @@ +../../32x32/stock/stock_delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..c53610ea60d6faac7951c1dad092c4ddafb8245d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-error.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dialog_error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..f651751d2be90a2dd5665135482a33b72f4c9565 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-info.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dialog_info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-question.png new file mode 120000 index 0000000000000000000000000000000000000000..42973bb82262716e911d4cd4a5df889299104138 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-question.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..500fd9640a838722fdc998c29926ca314ba4f89a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..74d3b4e1e7c14761f3e7769005420c3a33427e0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-directory.png @@ -0,0 +1 @@ +../../32x32/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..c8323e28dcdbd0290134add550a72cafc14c3675 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-disconnect.png @@ -0,0 +1 @@ +../../32x32/stock/stock_disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..e04516128f561f489373f5b006017453946d8961 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dnd-multiple.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dnd.png new file mode 120000 index 0000000000000000000000000000000000000000..a95571713f607a422a00b0440d0de252780e4f1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-dnd.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dnd.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-execute.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-execute.png new file mode 120000 index 0000000000000000000000000000000000000000..93554096a40b9633a11c5f2ed866125733d2ff2b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-execute.png @@ -0,0 +1 @@ +../../32x32/stock/stock_execute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..c32060a4453f5894840979510fbb193079a5d755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-file.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..4892bfbcaa960fd17fdd6765eca01d86db84f7f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../32x32/stock/stock_find-and-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..3197e7202b5e2895bdb24e58fb440228e9d5a540 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-find.png @@ -0,0 +1 @@ +../../32x32/stock/stock_find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..ead96a341c4c0a8eacc9cbb6a88fe89ae1260acb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-floppy.png @@ -0,0 +1 @@ +../../32x32/stock/stock_floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..1ccf57c52bcaec6108f6ee7c44dc341722a7ac16 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-back.png @@ -0,0 +1 @@ +../../32x32/stock/stock_go-back.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..49ebdde5aacf949c60e6ecc22177e130afb53a63 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-down.png @@ -0,0 +1 @@ +../../32x32/stock/stock_go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..1369eea87e7248b9f9bc2eb2e45ac8366c00e148 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-forward.png @@ -0,0 +1 @@ +../../32x32/stock/stock_go-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..0071b429784fa0ceace8163af3724b8babbfdddc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-go-up.png @@ -0,0 +1 @@ +../../32x32/stock/stock_go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..2ef6333a3c63ae578eb6121d391d08e3187e0d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../32x32/stock/stock_goto-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..07411e5d7b8e9d9aeee517d701e7d336cd61e7f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-first.png @@ -0,0 +1 @@ +../../32x32/stock/stock_goto-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..fca19e6ae3f2e2ec2f0e90cafdcb0a582c50a098 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-last.png @@ -0,0 +1 @@ +../../32x32/stock/stock_goto-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..2c960fcc7921ffb0ae7ca28d86825d7526dfada6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-goto-top.png @@ -0,0 +1 @@ +../../32x32/stock/stock_goto-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..677022be23777e4c7461a21e8129ddc6982d04c4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-harddisk.png @@ -0,0 +1 @@ +../../32x32/stock/stock_harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..e72ae5c57b86580c136b2188226c966046685e8a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-help.png @@ -0,0 +1 @@ +../../32x32/stock/stock_help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..f2c85fc86883d4ff318bd364efea6dc4b6406bee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-home.png @@ -0,0 +1 @@ +../../32x32/stock/stock_home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-indent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-indent.png new file mode 120000 index 0000000000000000000000000000000000000000..885d7be16ea816fd2b8c16ee760cedeef7f46beb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-indent.png @@ -0,0 +1 @@ +../../32x32/stock/stock_indent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-index.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-index.png new file mode 120000 index 0000000000000000000000000000000000000000..da579fb56b312fb806909dea3838bc6fad6a0f11 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-index.png @@ -0,0 +1 @@ +../../32x32/stock/stock_index.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-italic.png new file mode 120000 index 0000000000000000000000000000000000000000..f6acbcb2d2d1bc404c21d03ed61ef25f0e487dff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-italic.png @@ -0,0 +1 @@ +../../32x32/stock/stock_italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..82d7913c6decba07078ac3e5247af80a124621f9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-jump-to.png @@ -0,0 +1 @@ +../../32x32/stock/stock_jump-to.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..6b7a1bc36bede7aa4ef1b400036b92476d2a20ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-center.png @@ -0,0 +1 @@ +../../32x32/stock/stock_justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..37551baaf9124f0bdc6398aca95922794f8f2661 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-fill.png @@ -0,0 +1 @@ +../../32x32/stock/stock_justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..3e112d69ef81b160267f468c7bb43e4336a7278e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-left.png @@ -0,0 +1 @@ +../../32x32/stock/stock_justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..54ea456c9ab3116bfef82b0b7424df8fecdd4e3f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-justify-right.png @@ -0,0 +1 @@ +../../32x32/stock/stock_justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..ae49d6b06e389335ffc8713db31ccce18e9226e1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-forward.png @@ -0,0 +1 @@ +../../32x32/stock/media-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..ac9a7e3dd48b28430f9bbaaab0ed7bfc0a75d948 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-next.png @@ -0,0 +1 @@ +../../32x32/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..e9f6e5f6917cbc85a0a1d8b84cd1c0082da70d12 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-pause.png @@ -0,0 +1 @@ +../../32x32/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..91f5a5ae7c21c3d01995b0a903b9dce30bd837e1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-play.png @@ -0,0 +1 @@ +../../32x32/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-previous.png new file mode 120000 index 0000000000000000000000000000000000000000..ca66d8e94326a7fec205d792d1d4d9471666082e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-previous.png @@ -0,0 +1 @@ +../../32x32/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..963eac51ec8a3349ed4f86d1b298b313ae954802 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-record.png @@ -0,0 +1 @@ +../../32x32/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-rewind.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-rewind.png new file mode 120000 index 0000000000000000000000000000000000000000..814687a6757a086789d2d92350ac28c63b272368 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-rewind.png @@ -0,0 +1 @@ +../../32x32/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..f7eeb496dd23f6b362bb7ddc7cd7ca82b14891a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-media-stop.png @@ -0,0 +1 @@ +../../32x32/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..82c5853c43d33c3ad0a32cb18716a30522b2773d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-missing-image.png @@ -0,0 +1 @@ +../../32x32/stock/stock_missing-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..37de4c26ce867f85b842db0f0395d04c72bd677e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-network.png @@ -0,0 +1 @@ +../../32x32/stock/stock_network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..fd9a1f3231048ad4055bf1bee3eaed2ddabebff5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-new.png @@ -0,0 +1 @@ +../../32x32/stock/stock_new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-no.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-no.png new file mode 120000 index 0000000000000000000000000000000000000000..0339a8d6cfb2218b7d8dff43860c04275f26ed0a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-no.png @@ -0,0 +1 @@ +../../32x32/stock/stock_no.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..4e68f09dd842780f0c71a5b29c13e108d04189c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-ok.png @@ -0,0 +1 @@ +../../32x32/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-open.png new file mode 120000 index 0000000000000000000000000000000000000000..74d3b4e1e7c14761f3e7769005420c3a33427e0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-open.png @@ -0,0 +1 @@ +../../32x32/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..d91315536c84d7a998ef948afe6d90d303bb7087 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-paste.png @@ -0,0 +1 @@ +../../32x32/stock/stock_paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..48aa1f395e112f3019c89d7f06a83b06ed446fa9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-preferences.png @@ -0,0 +1 @@ +../../32x32/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..b61f0a0fbf2c96a88ff34b412565762c54985959 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-print-preview.png @@ -0,0 +1 @@ +../../32x32/stock/stock_print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..49811add582c9c4d9d52f0bbefcbccfa38903c18 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-print.png @@ -0,0 +1 @@ +../../32x32/stock/stock_print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..c83d2dc8076e8f631905efd24accef9f5a134f0a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-properties.png @@ -0,0 +1 @@ +../../32x32/stock/stock_properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-quit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-quit.png new file mode 120000 index 0000000000000000000000000000000000000000..a41f4ff5250050128a74bf4bdfa145e82a0a153b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-quit.png @@ -0,0 +1 @@ +../../32x32/stock/stock_quit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5bac6633078e812c8bf1b8e62149578a30ed97c0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-redo.png @@ -0,0 +1 @@ +../../32x32/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..a3a30869ed7073ef8b0c5f51928e516b62ebae31 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-refresh.png @@ -0,0 +1 @@ +../../32x32/stock/stock_refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..198c7462853b61954a89984ec8c571c1f6f40a68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-remove.png @@ -0,0 +1 @@ +../../32x32/stock/stock_remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..6e6efda9623d2f16bf004d681f124a411710df18 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-revert-to-saved.png @@ -0,0 +1 @@ +../../32x32/stock/stock_revert-to-saved.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..7834ba6c4a9b9ef95d9d0f00f77b0dab7246b550 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-save-as.png @@ -0,0 +1 @@ +../../32x32/stock/stock_save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..90180df57ba026434ce3fcdf4396bbb98d33312e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-save.png @@ -0,0 +1 @@ +../../32x32/stock/stock_save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-select-color.png new file mode 120000 index 0000000000000000000000000000000000000000..b698a8d062c9a7c2d7325251de0bcb781917e6ac --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-select-color.png @@ -0,0 +1 @@ +../../32x32/stock/stock_select-color.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..c974bdc49c20a6d89355f588085869d2eec227bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-select-font.png @@ -0,0 +1 @@ +../../32x32/stock/stock_select-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..d8ce31082c8ee47575d9fcc903661373112e0242 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-sort-ascending.png @@ -0,0 +1 @@ +../../32x32/stock/stock_sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..0ce414b248eb79d27ede3d06e735a8050e436ec9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-sort-descending.png @@ -0,0 +1 @@ +../../32x32/stock/stock_sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..faba72d169640835b81dcb7fec18784e996e934d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-spell-check.png @@ -0,0 +1 @@ +../../32x32/stock/stock_spell-check.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..500fd9640a838722fdc998c29926ca314ba4f89a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-dialog-warning.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..6f85cb304129db20ede5d74451f5b3bafbbece57 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-edit.png @@ -0,0 +1 @@ +../../32x32/stock/stock_edit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-export.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-export.png new file mode 120000 index 0000000000000000000000000000000000000000..85d25cf494fad3baa6769fea32709aa793d32cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-export.png @@ -0,0 +1 @@ +../../32x32/stock/stock_export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-import.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-import.png new file mode 120000 index 0000000000000000000000000000000000000000..c7152f7458c11854320a6fc76b3e16646fac2a27 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-import.png @@ -0,0 +1 @@ +../../32x32/stock/stock_import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..0d4b86cf02082041f0e6ca3a647d23d1eaa60d83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-image.png @@ -0,0 +1 @@ +../../32x32/stock/stock_insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..8ad40febd44dfe9fdc79d1dd3a6081d895e6c947 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-object.png @@ -0,0 +1 @@ +../../32x32/stock/stock_insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..af075142be863cc8b443930e9ae0088c8a00c55c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-insert-table.png @@ -0,0 +1 @@ +../../32x32/stock/stock_insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..4e68f09dd842780f0c71a5b29c13e108d04189c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-ok.png @@ -0,0 +1 @@ +../../32x32/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-reset.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-reset.png new file mode 120000 index 0000000000000000000000000000000000000000..29938b3b80575858cab514b87ec88a561def3054 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-reset.png @@ -0,0 +1 @@ +../../32x32/stock/stock_reset.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-revert.png new file mode 120000 index 0000000000000000000000000000000000000000..18cfaa622d69d77fa46c6ed11d7de89599f9c13c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-revert.png @@ -0,0 +1 @@ +../../32x32/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..08897d17e4d1fa0911515332be465d7de5b9ad05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stock-stop.png @@ -0,0 +1 @@ +../../32x32/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..08897d17e4d1fa0911515332be465d7de5b9ad05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-stop.png @@ -0,0 +1 @@ +../../32x32/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..22bd5c460dbae84cde038cf4c0447a49ec1df68e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-strikethrough.png @@ -0,0 +1 @@ +../../32x32/stock/stock_strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..4171b8bf698991ccd2dc020075cd281731dc2b9e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-undelete.png @@ -0,0 +1 @@ +../../32x32/stock/stock_undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-underline.png new file mode 120000 index 0000000000000000000000000000000000000000..0b83c6a4092e9c493c60678c30f69cb9e1194aaa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-underline.png @@ -0,0 +1 @@ +../../32x32/stock/stock_underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..18cfaa622d69d77fa46c6ed11d7de89599f9c13c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-undo.png @@ -0,0 +1 @@ +../../32x32/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..17295c82a70da9ab5ebf2c7694d40ce25abadf24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-unindent.png @@ -0,0 +1 @@ +../../32x32/stock/stock_unindent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-yes.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-yes.png new file mode 120000 index 0000000000000000000000000000000000000000..17347a5c9ad897083909b9ca02c5b6a072bb9db1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-yes.png @@ -0,0 +1 @@ +../../32x32/stock/stock_yes.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..b4e3a17f888ab302b0a5e44148c3eb6e7524fa68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-100.png @@ -0,0 +1 @@ +../../32x32/stock/stock_zoom-100.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..5f62ba6c0ef240cb02657b847cf0d760382f45eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../32x32/stock/stock_zoom-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..0f48e0d179f8779eff0ded0c202a7744ba0e4b9c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-in.png @@ -0,0 +1 @@ +../../32x32/stock/stock_zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..fdcf92db49c01490160a1208e988fcb1a5a74495 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/gtk-zoom-out.png @@ -0,0 +1 @@ +../../32x32/stock/stock_zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..1e89ce6167c2ffd707e91b00057b2ab5f88493bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-accessories.png @@ -0,0 +1 @@ +../../32x32/stock/stock_accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..599432128aea20fd304fb86e329e0f8300be6e4b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-amusements.png @@ -0,0 +1 @@ +../../32x32/stock/stock_amusements.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..5b67ce449bf46a2c55e4b1f4bd173ad28b489a1a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-internet.png @@ -0,0 +1 @@ +../../32x32/stock/stock_internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..28496ebb7a96d8ee5e23918672bd391d2612fb67 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-logout.png @@ -0,0 +1 @@ +../../32x32/stock/stock_logout.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..727999174bffd759ebce91bf53279befea945b5a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-multimedia.png @@ -0,0 +1 @@ +../../32x32/stock/stock_multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-run.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-run.png new file mode 120000 index 0000000000000000000000000000000000000000..c130c1d5594d4b3a3e51a8e43ad1a2ad7fcf7303 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-run.png @@ -0,0 +1 @@ +../../32x32/stock/stock_run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..fe20e57794d1429f6bf1683419fa99609f607a07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/panel-screenshot.png @@ -0,0 +1 @@ +../../32x32/stock/stock_screenshot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-select.png new file mode 120000 index 0000000000000000000000000000000000000000..63573a9d80c41bfcb89cb3849d347a882808b711 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-select.png @@ -0,0 +1 @@ +../../32x32/stock/rox-select.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-show-details.png new file mode 120000 index 0000000000000000000000000000000000000000..48c572605d78008b3ccf2d097601103685444ef0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-show-details.png @@ -0,0 +1 @@ +../../32x32/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-show-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..7dbac165d623501086c48837aecd154cd55d6822 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/rox-show-hidden.png @@ -0,0 +1 @@ +../../32x32/stock/rox-show-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/session-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/session-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..48aa1f395e112f3019c89d7f06a83b06ed446fa9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/session-stock-edit.png @@ -0,0 +1 @@ +../../32x32/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-download.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-download.png new file mode 120000 index 0000000000000000000000000000000000000000..3ac7223d7ec9ac1e85bb2ab57e880c0a7964bc81 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-download.png @@ -0,0 +1 @@ +../../32x32/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-history.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-history.png new file mode 120000 index 0000000000000000000000000000000000000000..25f722662f9daede05713b1070162b3c95925dc2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-history.png @@ -0,0 +1 @@ +../../32x32/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..3f19e2e236aa179c9dc2886fda48adacb7dcd9a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock-mailto.png @@ -0,0 +1 @@ +../../32x32/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_add-bookmark.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_add-bookmark.png new file mode 120000 index 0000000000000000000000000000000000000000..51b60000bcab4ff084daf457f3db0a910cd1ea47 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_add-bookmark.png @@ -0,0 +1 @@ +../../32x32/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..1b36af329a06261144145efc675a188ded727277 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_fullscreen.png @@ -0,0 +1 @@ +../../32x32/stock/stock_fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_mail-send.png new file mode 120000 index 0000000000000000000000000000000000000000..3f19e2e236aa179c9dc2886fda48adacb7dcd9a4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_mail-send.png @@ -0,0 +1 @@ +../../32x32/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_new_tab.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_new_tab.png new file mode 120000 index 0000000000000000000000000000000000000000..fa69323226649c2083c012dbd9491275a38a41be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_new_tab.png @@ -0,0 +1 @@ +../../32x32/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..5bac6633078e812c8bf1b8e62149578a30ed97c0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_redo.png @@ -0,0 +1 @@ +../../32x32/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..18cfaa622d69d77fa46c6ed11d7de89599f9c13c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_undo.png @@ -0,0 +1 @@ +../../32x32/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_view-html-source.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_view-html-source.png new file mode 120000 index 0000000000000000000000000000000000000000..48c572605d78008b3ccf2d097601103685444ef0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/stock_view-html-source.png @@ -0,0 +1 @@ +../../32x32/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/terminal-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/terminal-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..48aa1f395e112f3019c89d7f06a83b06ed446fa9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/terminal-edit.png @@ -0,0 +1 @@ +../../32x32/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..0de532d1c8f6bf394266ad81b41c61cab8b5a97b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-max.png @@ -0,0 +1 @@ +../../32x32/stock/volume-max.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..835a79088582906f2beb364edf3b566aeb0408c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-med.png @@ -0,0 +1 @@ +../../32x32/stock/volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..a013425e58b0e4b6fc787544ff98907acfff8a7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-min.png @@ -0,0 +1 @@ +../../32x32/stock/volume-min.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..a7689fb0773468d4c8d47472106b4242f7867c21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-mute.png @@ -0,0 +1 @@ +../../32x32/stock/volume-mute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..4f511007cf5a6b12fe42648674c98718212d1e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/gtk/volume-zero.png @@ -0,0 +1 @@ +../../32x32/stock/volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-binary.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-binary.png new file mode 120000 index 0000000000000000000000000000000000000000..fd3052ac6fe6e8dfd1f19dc0bb0b42dcf09d7898 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-binary.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-octet-stream.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..e14ba68131431cb494fe9cd408d0d1636fdf143f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-certificate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..64822512912205750fa0a7b761527e8d51bd3c4b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..5860f9aeaa9483f83e78f7e0be3cd1a549df2dae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-msword.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-octet-stream.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-octet-stream.png new file mode 100644 index 0000000000000000000000000000000000000000..d497427d8104c246ca984bf1990f39bcc9b2a2c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-octet-stream.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-ogg.png new file mode 100644 index 0000000000000000000000000000000000000000..6c04d841c92f7e5fff169b9126acbe9a7e00f1c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-ogg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..ae32d7522293eb9d44ca3422585de8240971c517 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pdf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..35803e3a6ac4a3c39ccf98957ae3f5cfe8f85c7a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp-keys.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp-keys.png new file mode 100644 index 0000000000000000000000000000000000000000..0f7a98ada7dcdc9a88f32a699d523c994522ac44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp-keys.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp.png new file mode 100644 index 0000000000000000000000000000000000000000..526e515d40a00edd75de47b54f7d5dca90464871 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-pgp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-postscript.png new file mode 100644 index 0000000000000000000000000000000000000000..7e111e8f0493a347b792b95f1fd87f9e583bf795 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-postscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-qif.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-qif.png new file mode 100644 index 0000000000000000000000000000000000000000..9c84f4ced171a53928a5eed5ec39b15fcc9ef092 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-qif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rhythmbox-effect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rhythmbox-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..96329ba3c76a488bf14bc53118d75eee1cca8e51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rhythmbox-effect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rhythmbox-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rhythmbox-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..fed7497eec98fe1d6aec529cfdcdb83d9e4ee821 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rhythmbox-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rtf.png new file mode 100644 index 0000000000000000000000000000000000000000..edbc37e1eef1fadaee449e3b0448e49af9849444 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-rtf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-smil.png new file mode 100644 index 0000000000000000000000000000000000000000..200a1b8efa56230fedf184ec8b2438cb1dda0dc3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-smil.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-access.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-access.png new file mode 100644 index 0000000000000000000000000000000000000000..85fad73bec3ceacc6060d878612200a847313f79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-access.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-excel.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba13749fa05595a689eae370d413b409eb3748c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-excel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-powerpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..b118e9c6b4b6f78cdc464374dbef52edfdd06ec7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-powerpoint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-word.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-word.png new file mode 100644 index 0000000000000000000000000000000000000000..d2fd2612e67e69657b58cd3f1d914f2655791c8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.ms-word.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.rn-realmedia.png new file mode 100644 index 0000000000000000000000000000000000000000..64c1929192c1aca2801d4666dae1965ef3a9533e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.rn-realmedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.base.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.base.png new file mode 100644 index 0000000000000000000000000000000000000000..640a2ab644a4a7689303794ca53a099fece1acaf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..62cbb5635894cd66e86d4f799487a46bbb26ea80 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..d29efd6cd15cd7b5149f2bb106baf1aac02f0dba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..205190fc9e281d496663dcaf0a593e58ef0f7273 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..fe99e8107f9587a59f85b2e4fe8e3e2642699c25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.math.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.math.png new file mode 100644 index 0000000000000000000000000000000000000000..1bdd752df4ec19f6a9e700f51d0ec05731678fb4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..4da2b73030207d181c61b8ee731f994ab6a53db8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.stardivision.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..90527fc3a81ce154572fe9373fff607d1ac6e0ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..431d57a40bd244fa6a25fe398e89e7c8e8784147 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..2dfac61e4a758b83b21886f383250145ad754ae6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1ef7a171a45e5f30ced9f7526853ffc2751b5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.math.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.math.png new file mode 100644 index 0000000000000000000000000000000000000000..3a679fc59ca446914656395f9ab22123ec1bed99 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e27abd3d0382e493f20ab9fa55d6e3ce9b3ef7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-vnd.sun.xml.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-7za.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-7za.png new file mode 100644 index 0000000000000000000000000000000000000000..5a541baa1405e1dc89204a1e7d8cd949c683f8cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-7za.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c2c68a35f79c937b00712f0588b086f5ee8b2c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..edd4ee494ae338511a3638d6ca05462fc6bbf78c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-archive.png @@ -0,0 +1 @@ +../../32x32/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-arj.png new file mode 100644 index 0000000000000000000000000000000000000000..0cf2197c1357b729f1d95910a3747df81c6c2452 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-arj.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-blender.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-blender.png new file mode 100644 index 0000000000000000000000000000000000000000..791a66def3d9ec31175c7ec324ab5f9d1034f3b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bz.png new file mode 100644 index 0000000000000000000000000000000000000000..895cd50296896d2925ac1da44c98800fff08fc8b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bzip-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..28046b7e855c83eced4bd8f1ee53d460218ba106 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bzip-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bzip.png new file mode 100644 index 0000000000000000000000000000000000000000..353843e82a4a5f5fa747a061e294497f1a83f57c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-bzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cd-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cd-image.png new file mode 100644 index 0000000000000000000000000000000000000000..544bcfa1294a4c8f1b7e6b6f0e0b9b826c39c7ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cd-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-compress.png new file mode 100644 index 0000000000000000000000000000000000000000..213f9a128329e0b3e70b55aa13e25b92e6c76384 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-compress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..440ab9ea6ceb27156de951dbd44b9c4f3ef26ff1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cpio-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..4a95e21985cf0f45ef9ac1643367a743cc1184eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cpio-compressed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cpio.png new file mode 100644 index 0000000000000000000000000000000000000000..f7c6a7364585eb397ce3020bff4a1142f5965f5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-cpio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-deb.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a58864cf67cdf4a07be520147e8f4c308b7266 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-deb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..026950cc5750568e5b2f51c91fa108ab4cfddb8d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-dia-diagram.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-dia-diagram.png new file mode 100644 index 0000000000000000000000000000000000000000..6a084fcc303278a60a2d9b2a4d8074995d30d8a0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-dia-diagram.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-dvi.png new file mode 100644 index 0000000000000000000000000000000000000000..e4acb1f37f6dd23de0592911512ec1564eaacade Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-dvi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..1f32fdc7c69e26c75409f7095acabf17aaa23a40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..cc956edf18418a218252f82219527d6310300160 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-flash.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-asm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-asm.png new file mode 120000 index 0000000000000000000000000000000000000000..36bdf641306b76f47e1cc9119aa4e7c7f289e624 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-asm.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..36bdf641306b76f47e1cc9119aa4e7c7f289e624 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-bdf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..a6d0df6cd0e5c626a14f2d1af40efa98e597b447 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..36bdf641306b76f47e1cc9119aa4e7c7f289e624 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-otf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-otf.png new file mode 100644 index 0000000000000000000000000000000000000000..7edf72cb7d6ba78bba40192164b5c43446f4e71e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-otf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..36bdf641306b76f47e1cc9119aa4e7c7f289e624 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-pcf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-ttf.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f10a8a43ca5b07a23b39561430bda692dff835 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-ttf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-type1.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-type1.png new file mode 100644 index 0000000000000000000000000000000000000000..90cb507b42ea3c1d41dfea7ec9d99a951c7165e2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-font-type1.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..9ef53d6a4e1f117cf7fef0de7be244a4a1ba1d74 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-glade.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-glade.png new file mode 100644 index 0000000000000000000000000000000000000000..67194e421db2419ceb958b116035315273ac923d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-glade.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gnucash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gnucash.png new file mode 100644 index 0000000000000000000000000000000000000000..671296aeb93c9764801ed4a49b00d71558167ebd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gnucash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gnumeric.png new file mode 100644 index 0000000000000000000000000000000000000000..d9afaf1b4e971b79264d641cf6d4c8d6f90d8029 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gnumeric.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gtktalog.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gtktalog.png new file mode 100644 index 0000000000000000000000000000000000000000..b8b4fdd7ed838fddabe7ecf3de086d43b00b1a12 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gtktalog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gzip.png new file mode 100644 index 0000000000000000000000000000000000000000..6035af9fe40783a5693428d04a9f90df5ec9c9b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-gzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-java-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-java-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..e57a74787c4685f48666c6f6e050e38e18a2b313 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-java-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-javalib.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-javalib.png new file mode 120000 index 0000000000000000000000000000000000000000..cf793e0bfdaae175ddb8b281a19726c0c025dd01 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-javalib.png @@ -0,0 +1 @@ +../../32x32/mimetypes/gnome-mime-application-x-jar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kde-app-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kde-app-info.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e1c34439f04162ad40886aec96a16a741b3a02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kde-app-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-killustrator.png new file mode 100644 index 0000000000000000000000000000000000000000..3077adc9ba2cc429706d463f1355d04856c2156c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-killustrator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kpresenter.png new file mode 100644 index 0000000000000000000000000000000000000000..14e112123c1333b9d4bf29865bb4f13cb2311256 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kpresenter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kspread.png new file mode 100644 index 0000000000000000000000000000000000000000..ab3f998ce9414e7cb48bdcff364424f46b83d823 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kspread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kword.png new file mode 100644 index 0000000000000000000000000000000000000000..04137c5d0fa9633fb29267366f7a55c98abf23aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-kword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-lha.png new file mode 100644 index 0000000000000000000000000000000000000000..7d4e35b5c5c2352025818ded34a19c983f376e80 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-lha.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-lhz.png new file mode 100644 index 0000000000000000000000000000000000000000..776cd35e14a5184dc7ac9b46354ec8cfef32f28b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-lhz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-object.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-object.png new file mode 100644 index 0000000000000000000000000000000000000000..d970e6403db0e78e86bcee8d81c9e783a72e60d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-perl.png new file mode 100644 index 0000000000000000000000000000000000000000..e00900fac8880aeac8fe5af027852a57ba5bed54 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-perl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-php.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef0b0413c23477326217aa621eb18c1fc81587a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-php.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-python-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..90ede0f9bcc5c5726c2e5c181ba461a1c38f7d55 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-python-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-python.png new file mode 100644 index 0000000000000000000000000000000000000000..ca105d925bb87a469e472b6f04a3e2d6285d4df0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-python.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-qw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-qw.png new file mode 100644 index 0000000000000000000000000000000000000000..9c84f4ced171a53928a5eed5ec39b15fcc9ef092 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-qw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-rar.png new file mode 100644 index 0000000000000000000000000000000000000000..17c0fddee695b7843c8904b8fbd846970312213e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-rar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-reject.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-reject.png new file mode 100644 index 0000000000000000000000000000000000000000..c55d6b51e78604f0eb1f96f4eb317933da53c2a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-reject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-rpm.png new file mode 100644 index 0000000000000000000000000000000000000000..842e543d6f962391e8ce70b13a6465d958361639 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-rpm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-ruby.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..ebda90a119596db3f3a4b1f1cd592b035ed333cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-ruby.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-share-library-la.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-share-library-la.png new file mode 100644 index 0000000000000000000000000000000000000000..33775e87e27578e05834fab86b63506e73becabf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-share-library-la.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-sharedlib.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-sharedlib.png new file mode 100644 index 0000000000000000000000000000000000000000..4d53a59b4efd886740a6759039240d11fce3ae69 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-sharedlib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-shellscript.png new file mode 100644 index 0000000000000000000000000000000000000000..73395fac3b1a5826403232f048481362754be7d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-shellscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-shockwave-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae92f0257cf72c3066635c5fb4b07b72df1b81c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-shockwave-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-smil.png new file mode 120000 index 0000000000000000000000000000000000000000..371e7bf105bbe75e29b16c9404a9f333ecda3e9d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-smil.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-smil.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-stuffit.png new file mode 100644 index 0000000000000000000000000000000000000000..26beb8307f5eae8da9a0d223df032cf624ef28cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-stuffit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..620e9526c77f4959feb959077bcbf4038e353440 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tarz.png new file mode 100644 index 0000000000000000000000000000000000000000..9793dd1dd591f93d7a27a147bc8e4e3291ea8ab7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tarz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tex.png new file mode 100644 index 0000000000000000000000000000000000000000..3e242fd50f8759ba143b6b80f0f624cb7a54463c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-tex.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..cee340f536fed3239fe26fee4f6608aba0c673ac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-x-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..dacb6ee8d01a634bb08b9c15bae20ff6539b5de3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application.png new file mode 100644 index 0000000000000000000000000000000000000000..1f32fdc7c69e26c75409f7095acabf17aaa23a40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/application.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/ascii.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-ac3.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-ac3.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab8a9821fba814b5f072ef2388ff8d262a6bafb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-ac3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb622d94e0f918f4c34ac4053ec93fcdfe5fb28 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-basic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..a0799c0c0bd084b5eb0b24e4206b4803a79c11b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-basic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-midi.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd2c383d68ed60ae8a994372ae0164488092128 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-midi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..f7bb86ca91e0ed75933aa039804a5bd045b00e0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-ogg.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-wma.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-wma.png new file mode 100644 index 0000000000000000000000000000000000000000..b40c3233830112e910a61ce2eca01b2a36657f9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-wma.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb622d94e0f918f4c34ac4053ec93fcdfe5fb28 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..414dae2c580f7ab7bffccb4f45058a9ed3759b02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-it.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-it.png new file mode 100644 index 0000000000000000000000000000000000000000..528af5c2419f43e5c69159144be5aabedf215524 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-it.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-midi.png new file mode 120000 index 0000000000000000000000000000000000000000..e00a3be33cf4f828e1371ed5ed608a0a7cd522bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-midi.png @@ -0,0 +1 @@ +../../32x32/mimetypes/audio-midi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mod.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mod.png new file mode 100644 index 0000000000000000000000000000000000000000..c3c24ec1f21be2a2764431351677d58547d77594 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mod.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mp3.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mp3.png new file mode 100644 index 0000000000000000000000000000000000000000..7d116b398dda89c733204725b83c9c0449d2a170 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mp3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mpegurl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mpegurl.png new file mode 100644 index 0000000000000000000000000000000000000000..671e6870375099f4cf153de8c5c37eb0b4b8c003 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-mpegurl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-pn-realaudio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-pn-realaudio.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd046bc50e96f6e1a6d98c9b3390537bdffb30d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-pn-realaudio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-s3m.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-s3m.png new file mode 100644 index 0000000000000000000000000000000000000000..abe989da4e96e95171bf9b8002a821f7b6903323 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-s3m.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-stm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-stm.png new file mode 100644 index 0000000000000000000000000000000000000000..5fbe12f942f4748e96928adea7d3b413aced776d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-stm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-ulaw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-ulaw.png new file mode 100644 index 0000000000000000000000000000000000000000..5d08354a22dfe1a5eb774d6b44cb621c52462ecd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-ulaw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-voc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-voc.png new file mode 100644 index 0000000000000000000000000000000000000000..e96bd902f096b98adf4b82cfd04af8dd4edc8031 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-voc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-wav.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-wav.png new file mode 100644 index 0000000000000000000000000000000000000000..75228f52b4739695b029fc82b4082dd7c561ce9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-wav.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-xi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-xi.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1c8efc76d679e75ab2cfa99e65323c169fd327 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-xi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-xm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-xm.png new file mode 100644 index 0000000000000000000000000000000000000000..3afbe6491e7a62df62bd44d5cfcd4e17b75ea02c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio-x-xm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio.png new file mode 120000 index 0000000000000000000000000000000000000000..353d2ee3de0274a74839f0d908c46f09c8cc646d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/audio.png @@ -0,0 +1 @@ +../../32x32/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/binary.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/binary.png new file mode 120000 index 0000000000000000000000000000000000000000..a574b827abcffad06a2573e58c9427fc92cef17c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/binary.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/contents2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/contents2.png new file mode 120000 index 0000000000000000000000000000000000000000..b0e8d86bb13ad05a7d7ce77bd401cf7f8ceb8afb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/contents2.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/deb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/deb.png new file mode 120000 index 0000000000000000000000000000000000000000..5b6d2ec04ffaa1edcea7fa164403c1db0529f7e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/deb.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/document.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/document.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/document.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/empty.png new file mode 120000 index 0000000000000000000000000000000000000000..c32060a4453f5894840979510fbb193079a5d755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/empty.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/exec.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/exec.png new file mode 120000 index 0000000000000000000000000000000000000000..a574b827abcffad06a2573e58c9427fc92cef17c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/exec.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/folder_tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/folder_tar.png new file mode 120000 index 0000000000000000000000000000000000000000..326a2e678ac9f1a4895fffac7edca7dd41a96ba5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/folder_tar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..ff1ea7f5f09aa8fc731b0c5987190a7dbf4f08a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font.png new file mode 120000 index 0000000000000000000000000000000000000000..8135f322636358c951c9a80b662b3d3fd5bf5e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font.png @@ -0,0 +1 @@ +../../32x32/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_bitmap.png new file mode 120000 index 0000000000000000000000000000000000000000..36bdf641306b76f47e1cc9119aa4e7c7f289e624 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_bitmap.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_truetype.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_truetype.png new file mode 120000 index 0000000000000000000000000000000000000000..f5a3b57065844ed0dede87d87fd2af0681cbed05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_truetype.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_type1.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_type1.png new file mode 120000 index 0000000000000000000000000000000000000000..c3eb9192da2c8f8bf3a40c7cc1d2e134c997510d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/font_type1.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-fs-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..a574b827abcffad06a2573e58c9427fc92cef17c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-fs-executable.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-fs-regular.png new file mode 120000 index 0000000000000000000000000000000000000000..c32060a4453f5894840979510fbb193079a5d755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-fs-regular.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-magicpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-magicpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..e86936d36b0195d83a65897a9cadf4e650030c26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-magicpoint.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..5860f9aeaa9483f83e78f7e0be3cd1a549df2dae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-msword.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..f7bb86ca91e0ed75933aa039804a5bd045b00e0e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-ogg.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..256159bfad3ec3bc36b0889d9377449819fb92f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-pdf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-pdf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-postscript.png new file mode 120000 index 0000000000000000000000000000000000000000..64f3efc9a8e05fc6949ea9774604938c2c73b96e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-postscript.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-postscript.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-rtf.png new file mode 120000 index 0000000000000000000000000000000000000000..a33c2bf0447daa50d7adcfc5aceb01848c563b37 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-rtf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-rtf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png new file mode 120000 index 0000000000000000000000000000000000000000..9b621bb9095bcc41750199e8faa90c86db902cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png new file mode 120000 index 0000000000000000000000000000000000000000..b384b368e8bb7bec4b3278cd6b372d636bb4f33b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.ms-excel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..5fd7bd06f2e9f20de68d6f56a0a4bf647c7b64c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.ms-powerpoint.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..4089c47671f783760b7891e977323f0d6348f6c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png new file mode 120000 index 0000000000000000000000000000000000000000..4089c47671f783760b7891e977323f0d6348f6c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png new file mode 120000 index 0000000000000000000000000000000000000000..e86936d36b0195d83a65897a9cadf4e650030c26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..9b621bb9095bcc41750199e8faa90c86db902cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png new file mode 120000 index 0000000000000000000000000000000000000000..6eeeab59039ed242a25b1801639ab7168e556769 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png new file mode 120000 index 0000000000000000000000000000000000000000..e6dfb3e151017ff7555cc1a39bad3f143063d313 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png new file mode 120000 index 0000000000000000000000000000000000000000..e6dfb3e151017ff7555cc1a39bad3f143063d313 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png new file mode 120000 index 0000000000000000000000000000000000000000..e6dfb3e151017ff7555cc1a39bad3f143063d313 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..9b621bb9095bcc41750199e8faa90c86db902cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..e86936d36b0195d83a65897a9cadf4e650030c26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..16fff7e322f52413a3a76a3a1b578319042ac7b9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.sun.xml.calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png new file mode 120000 index 0000000000000000000000000000000000000000..1fa8cfa73c5bd51749eaa1b7921b1eeca44c3b05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.sun.xml.draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..016efcf72a7742289d665b928c9be41e26aa4860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.sun.xml.impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..2ddf100150408460c401a651b3f65fb30267abf1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-vnd.sun.xml.writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-wordperfect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-wordperfect.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-wordperfect.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..d15910f56b7cc3254546bd11c2c738a828fbc0b5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-7za.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-abiword.png new file mode 120000 index 0000000000000000000000000000000000000000..c743fb41feaf7e44a9f31f96e442029bd7f38c89 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-abiword.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-abiword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..9b621bb9095bcc41750199e8faa90c86db902cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-applix-word.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-applix-word.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-applix-word.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..edd4ee494ae338511a3638d6ca05462fc6bbf78c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-archive.png @@ -0,0 +1 @@ +../../32x32/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-arj.png new file mode 120000 index 0000000000000000000000000000000000000000..26ba5bf2ddf689ce63ee2ca72031430e8091c734 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-arj.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-arj.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..44245945fb5c983f5c93d6e301bdcdf0a570ecc6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-bzip-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-bzip.png new file mode 120000 index 0000000000000000000000000000000000000000..882077f01133ce79e02a7c57bac2da935a02f6d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-bzip.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-bzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-compress.png new file mode 120000 index 0000000000000000000000000000000000000000..b257f0bc3fbac519507856f4a683924ada7e00a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-compress.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-compress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..052f558e9055249d62f21ea9d83eca7bb31cb8a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..56837c56e4c184741500769c2306d8182bd6700c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-cpio-compressed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-cpio.png new file mode 120000 index 0000000000000000000000000000000000000000..e65e0071ac9012668973bdfe8d72e21c7ea9f634 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-cpio.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-cpio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-deb.png new file mode 120000 index 0000000000000000000000000000000000000000..5b6d2ec04ffaa1edcea7fa164403c1db0529f7e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-deb.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-dvi.png new file mode 120000 index 0000000000000000000000000000000000000000..49b5866bf1c4baf175fd635865bc7354119a55a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-dvi.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-dvi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..a574b827abcffad06a2573e58c9427fc92cef17c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-executable.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..c3eb9192da2c8f8bf3a40c7cc1d2e134c997510d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-afm.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..8135f322636358c951c9a80b662b3d3fd5bf5e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-bdf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..8135f322636358c951c9a80b662b3d3fd5bf5e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..8135f322636358c951c9a80b662b3d3fd5bf5e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-pcf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png new file mode 120000 index 0000000000000000000000000000000000000000..8135f322636358c951c9a80b662b3d3fd5bf5e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png @@ -0,0 +1 @@ +../../32x32/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-ttf.png new file mode 120000 index 0000000000000000000000000000000000000000..f5a3b57065844ed0dede87d87fd2af0681cbed05 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-font-ttf.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gnumeric.png new file mode 120000 index 0000000000000000000000000000000000000000..8bab8fb6c038de1c11b5f00d49c44e8b4338efff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gnumeric.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-gnumeric.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gzip.png new file mode 120000 index 0000000000000000000000000000000000000000..ae25f2d978329277882a66a2582459d1b44c2a37 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gzip.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-gzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-jar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-jar.png new file mode 120000 index 0000000000000000000000000000000000000000..edd4ee494ae338511a3638d6ca05462fc6bbf78c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-jar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-killustrator.png new file mode 120000 index 0000000000000000000000000000000000000000..a5539f4f2d5c756a2379af7166aa87d331cb6484 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-killustrator.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-killustrator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kpresenter.png new file mode 120000 index 0000000000000000000000000000000000000000..d71b818c8b4adcc6675939c3eef68a7e10abc002 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kpresenter.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-kpresenter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kspread.png new file mode 120000 index 0000000000000000000000000000000000000000..eb5dafddb19f859db39f41767493f556437d5c87 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kspread.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-kspread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kword.png new file mode 120000 index 0000000000000000000000000000000000000000..966c138bbb178a39cd5aab5dc782b9db357b1689 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-kword.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-kword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-lha.png new file mode 120000 index 0000000000000000000000000000000000000000..1dd6eaaa67d44c0c9af08eee9512799ddccfaec0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-lha.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-lha.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-lhz.png new file mode 120000 index 0000000000000000000000000000000000000000..5865fead05d33f6c5633d0ec2d3ecda0ab7123da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-lhz.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-lhz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..a574b827abcffad06a2573e58c9427fc92cef17c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-perl.png new file mode 120000 index 0000000000000000000000000000000000000000..06cec1ac6cbb77567560ef99ff72de4a92056993 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-perl.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-perl.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-php.png new file mode 120000 index 0000000000000000000000000000000000000000..799eb241e74a2b17488157c4be444c1fdccb1f64 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-php.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-php.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png new file mode 120000 index 0000000000000000000000000000000000000000..a9b766f4884b081dd61787652f3a663d650e9ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-python-bytecode.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-rar.png new file mode 120000 index 0000000000000000000000000000000000000000..f7e0d7f14d6e6561102f244fa176289e26601b2f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-rar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-rar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..2b675d1fbd230c1e4a5eb5a2d6f9551161b66923 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-rpm.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-scribus.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-scribus.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-scribus.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..c826fb742b471ce3d8fd9ebfd017c19ead9a6938 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-shellscript.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..7c6bf49326f83a318a09551c738bff21a45804ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-shockwave-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-stuffit.png new file mode 120000 index 0000000000000000000000000000000000000000..98e145e9275b580106117fc7d2b6e3291aa07849 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-stuffit.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-stuffit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..326a2e678ac9f1a4895fffac7edca7dd41a96ba5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tarz.png new file mode 120000 index 0000000000000000000000000000000000000000..b842733d6a35ce53f0ca4f9fb4d88ff34deb3d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tarz.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-tarz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..d598d8378bcf1433c4296b38c25030eacad97de2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-x-tex.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-zip.png new file mode 120000 index 0000000000000000000000000000000000000000..b426b82f65925ede569d9b684105aabfe5473cd5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-application-zip.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..353d2ee3de0274a74839f0d908c46f09c8cc646d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-audio.png @@ -0,0 +1 @@ +../../32x32/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-image.png new file mode 120000 index 0000000000000000000000000000000000000000..1ca647d556a20881cb94bd3fda7c5d7367711fd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-image.png @@ -0,0 +1 @@ +../../32x32/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-html.png new file mode 120000 index 0000000000000000000000000000000000000000..6eeeab59039ed242a25b1801639ab7168e556769 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-html.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png new file mode 120000 index 0000000000000000000000000000000000000000..6eeeab59039ed242a25b1801639ab7168e556769 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-csh.png new file mode 120000 index 0000000000000000000000000000000000000000..c826fb742b471ce3d8fd9ebfd017c19ead9a6938 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-csh.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-python.png new file mode 120000 index 0000000000000000000000000000000000000000..36e7d5a4a700cecf983791bc99d796e4379599cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-python.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-python.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-sh.png new file mode 120000 index 0000000000000000000000000000000000000000..c826fb742b471ce3d8fd9ebfd017c19ead9a6938 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-sh.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..590a9a405dcc8d44493e772ea845b758aa6c962e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-vcalendar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..b0e8d86bb13ad05a7d7ce77bd401cf7f8ceb8afb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-vcard.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-zsh.png new file mode 120000 index 0000000000000000000000000000000000000000..c826fb742b471ce3d8fd9ebfd017c19ead9a6938 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text-x-zsh.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-text.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-video.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-video.png new file mode 120000 index 0000000000000000000000000000000000000000..f44fcb8ece078d47693812e0e589f6610e776688 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-video.png @@ -0,0 +1 @@ +../../32x32/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..c3eb9192da2c8f8bf3a40c7cc1d2e134c997510d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-mime-x-font-afm.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..edd4ee494ae338511a3638d6ca05462fc6bbf78c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gnome-package.png @@ -0,0 +1 @@ +../../32x32/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..c32060a4453f5894840979510fbb193079a5d755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/gtk-file.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/html.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/html.png new file mode 120000 index 0000000000000000000000000000000000000000..6eeeab59039ed242a25b1801639ab7168e556769 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/html.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-bmp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-bmp.png new file mode 100644 index 0000000000000000000000000000000000000000..e0a5403dd9c190377c43612b0652533dfbeac410 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-bmp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-gif.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-gif.png new file mode 100644 index 0000000000000000000000000000000000000000..6e87b8f144b8584b3fb72f887f7e9c2a299f604f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-gif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-ief.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-ief.png new file mode 100644 index 0000000000000000000000000000000000000000..598f6de157c3f0327de498e4110f9769331100ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-ief.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-jpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-jpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..dc78772bf729faae08099a287b040d147d829836 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-jpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-png.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-png.png new file mode 100644 index 0000000000000000000000000000000000000000..a90cd77d35c5c62ebcec27e53bb60a9df721d0b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-png.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svg+xml.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svg+xml.png new file mode 120000 index 0000000000000000000000000000000000000000..cca9e5516c4afee268d850937a5458dea755d250 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svg+xml.png @@ -0,0 +1 @@ +../../32x32/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svg.png new file mode 100644 index 0000000000000000000000000000000000000000..e62544a31a22f7a3e9e0b04a4946e1597ac2596d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svgz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svgz.png new file mode 120000 index 0000000000000000000000000000000000000000..cca9e5516c4afee268d850937a5458dea755d250 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-svgz.png @@ -0,0 +1 @@ +../../32x32/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-tiff.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-tiff.png new file mode 100644 index 0000000000000000000000000000000000000000..ef0db5ad199c59e79646ea772b3ed9639357e3c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-tiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-3ds.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-3ds.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a25a9d5dd246cb1fdc814b0163dac2a3883472 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-3ds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-applix-graphic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-applix-graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..024733f6677d286c8c5a3d79c97842e1cfc8fff8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-applix-graphic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-cmu-raster.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-cmu-raster.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ce70c96474c056f2e25c23c15f0ae09fca35e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-cmu-raster.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..9cedfb6c80d1fa71b38af122196147f6256792ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-anymap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-anymap.png new file mode 100644 index 0000000000000000000000000000000000000000..edd96faee3523717220c7739c5c308fa49848f3d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-anymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..7e90d248a096490fd1bb2ec0bb5b8ec2c8b02190 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-greymap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-greymap.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf639fd5c973c6dde0294fafbc861c95339be2f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-greymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-pixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-pixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..f31e4c8cd9f10aafbc7dba85f19daf1d6ab87f82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-portable-pixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-psd.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-psd.png new file mode 100644 index 0000000000000000000000000000000000000000..78df54332a511e712e0b106d4d06d20b907357f6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-psd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-rgb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..a3b7c66cffd43b4d7f9414d31406818871b5cfab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-rgb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-tga.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-tga.png new file mode 100644 index 0000000000000000000000000000000000000000..7a48588e24bdd8dbafb4b7b30160db8e79293eb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-tga.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xbitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xbitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..fc79d0dfe116cf161f130943e239f1f6b432ebab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xbitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xcf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xcf.png new file mode 100644 index 0000000000000000000000000000000000000000..875b54489bb88732cb1d65764d1b239aaa87a31e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xcf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xfig.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xfig.png new file mode 100644 index 0000000000000000000000000000000000000000..09b7f7c77b6bf463782f5a0e2f70655893ec926e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xfig.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xpixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xpixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..468ac61bc182928082609490fc2d496ccf4651e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xpixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xwindowdum.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xwindowdum.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad269b1c266773ce2d9ce408f46d8235c5d4a2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image-x-xwindowdum.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image.png new file mode 120000 index 0000000000000000000000000000000000000000..1ca647d556a20881cb94bd3fda7c5d7367711fd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/image.png @@ -0,0 +1 @@ +../../32x32/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/kpresenter_kpr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/kpresenter_kpr.png new file mode 120000 index 0000000000000000000000000000000000000000..e86936d36b0195d83a65897a9cadf4e650030c26 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/kpresenter_kpr.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/mime_ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/mime_ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/mime_ascii.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/misc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/misc.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/misc.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..05da4f66e80f20eae637462661885d9192dfb72e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package.png new file mode 120000 index 0000000000000000000000000000000000000000..edd4ee494ae338511a3638d6ca05462fc6bbf78c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package.png @@ -0,0 +1 @@ +../../32x32/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package_editors.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package_editors.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package_editors.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package_wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package_wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/package_wordprocessing.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/plan.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/plan.png new file mode 120000 index 0000000000000000000000000000000000000000..590a9a405dcc8d44493e772ea845b758aa6c962e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/plan.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..2b675d1fbd230c1e4a5eb5a2d6f9551161b66923 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/rpm.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..c826fb742b471ce3d8fd9ebfd017c19ead9a6938 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/shellscript.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..353d2ee3de0274a74839f0d908c46f09c8cc646d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/sound.png @@ -0,0 +1 @@ +../../32x32/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..9b621bb9095bcc41750199e8faa90c86db902cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/spreadsheet.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_addressbook.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_addressbook.png new file mode 120000 index 0000000000000000000000000000000000000000..b0e8d86bb13ad05a7d7ce77bd401cf7f8ceb8afb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_addressbook.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_calendar.png new file mode 120000 index 0000000000000000000000000000000000000000..590a9a405dcc8d44493e772ea845b758aa6c962e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_calendar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_certificate.png new file mode 120000 index 0000000000000000000000000000000000000000..1a6901da67c03d4ec44f9b7cca873da270057fa8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_certificate.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-certificate.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_script.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_script.png new file mode 120000 index 0000000000000000000000000000000000000000..c826fb742b471ce3d8fd9ebfd017c19ead9a6938 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/stock_script.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/tar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/tar.png new file mode 120000 index 0000000000000000000000000000000000000000..326a2e678ac9f1a4895fffac7edca7dd41a96ba5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/tar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/template_source.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/template_source.png new file mode 120000 index 0000000000000000000000000000000000000000..0c7a0079f17c33a9a24ca27670984414248f3404 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/template_source.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic-template.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-css.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-css.png new file mode 100644 index 0000000000000000000000000000000000000000..3528596d15dea3d11c04055e5007e1caadc0dd35 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-css.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-html.png new file mode 100644 index 0000000000000000000000000000000000000000..16d3820452b1ce4a874e24bf7e923f826aab7a33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-html.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-sgml.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-sgml.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb0ac27654e7fce55c96855791133b8e11245fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-sgml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-authors.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-authors.png new file mode 100644 index 0000000000000000000000000000000000000000..8439135b8a1a9621b33300fd9f6daa4a4ad9bcae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-authors.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c++.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c++.png new file mode 100644 index 0000000000000000000000000000000000000000..771524f955423a4fd87f3b15a421ea9e7747a45b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c++.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c++src.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c++src.png new file mode 120000 index 0000000000000000000000000000000000000000..ad90afcd41d47568f9dabe9e776edcba6c09891d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c++src.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-c++.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c-header.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c-header.png new file mode 100644 index 0000000000000000000000000000000000000000..b8f45306dc350759a14ea45d90bbfe249890f993 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c-header.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c.png new file mode 100644 index 0000000000000000000000000000000000000000..c98dd0d98c22811695761c3288d4288194301fca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-c.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-chdr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-chdr.png new file mode 120000 index 0000000000000000000000000000000000000000..d8fa8542c47d882a6203767de85eb5a17d74ab9d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-chdr.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-c-header.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-copying.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-copying.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac3b04822d378d2c4a7ec920055cc053d418147 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-copying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-credits.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-credits.png new file mode 100644 index 0000000000000000000000000000000000000000..88208f2a6821046b285f96b46b9d40304882a5a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-credits.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csh.png new file mode 100644 index 0000000000000000000000000000000000000000..a8f706a36b2c8ebc98a300946f789cd97418dba7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csharp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csharp.png new file mode 100644 index 0000000000000000000000000000000000000000..bb70c903814e78113096ddf9a0780e9479dc937a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csharp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csrc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csrc.png new file mode 120000 index 0000000000000000000000000000000000000000..9217b0c2105173a1696a745b1fd59e2b18044a68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-csrc.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-c.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-generic-template.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-generic-template.png new file mode 100644 index 0000000000000000000000000000000000000000..b275f804c10f36f72b8cbbb22a8c3eb0f34957a8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-generic-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7c969aefea0613caaab403bacf36bf10a8c6b0f6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..dd142373112f0e9a56b11173334db07d380d842c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..7ca484bba060cfa60e2568d738adbec464a3d578 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-install.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-install.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb04c8770614b56a3f4ca71f60aea0ad758b6e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-install.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-java.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-java.png new file mode 100644 index 0000000000000000000000000000000000000000..c86d4217d56a29c08f47d6fd948b46e80d71362f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-java.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-literate-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-literate-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..383bd05216df02610577b305decdb23f2bb4249b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-literate-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-log.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-log.png new file mode 100644 index 0000000000000000000000000000000000000000..35a34eb36b8d65b82d1f5decefccac3b52afb035 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-log.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..6aa430d6cd2cce2d34b30d57389fd99b8946f0b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-makefile.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-makefile.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c612fdbe2436b6d131066c11b9b5f7eea6c09c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-makefile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-patch.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-patch.png new file mode 100644 index 0000000000000000000000000000000000000000..9a293789b04ec8022bcc38640e72cb0187d18fe3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-patch.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..c023e27e5d01b1d573c66c16bd07236928cc2926 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-readme.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-readme.png new file mode 100644 index 0000000000000000000000000000000000000000..68c23297db3f987cda38f20316159147e76097cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-readme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-scheme.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-scheme.png new file mode 100644 index 0000000000000000000000000000000000000000..bfcef1ed206eeef32c1495995e3ebb7df4928f30 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-scheme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-script.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-script.png new file mode 100644 index 0000000000000000000000000000000000000000..7076f20c3eb380a0fe3b20e2e226499c380a9c9d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-script.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-sh.png new file mode 100644 index 0000000000000000000000000000000000000000..73395fac3b1a5826403232f048481362754be7d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-sh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..d598d8378bcf1433c4296b38c25030eacad97de2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-tex.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-troff-man.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-troff-man.png new file mode 100644 index 0000000000000000000000000000000000000000..d923df4bfac655b82c1f1f6c9a5c05420526ad9d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-troff-man.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-vcalendar.png new file mode 100644 index 0000000000000000000000000000000000000000..4f7b7cb31d6eefb9b8a93ce23b79e9336b2e82b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-vcalendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-vcard.png new file mode 100644 index 0000000000000000000000000000000000000000..501b0278c256e1514bd1578e5e683f8cb85b7442 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-vcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-xslt.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-xslt.png new file mode 100644 index 0000000000000000000000000000000000000000..374dfd098e55399fefccd15119b1ccbf5c163b15 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-xslt.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-zsh.png new file mode 100644 index 0000000000000000000000000000000000000000..d4422e80e307e13b9649c1aeea8aab9d2a6dd1f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-x-zsh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-xml.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-xml.png new file mode 100644 index 0000000000000000000000000000000000000000..231e46ff3591a0da3144627bb12c4562c3eab70f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text-xml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/text.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/tgz.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/tgz.png new file mode 120000 index 0000000000000000000000000000000000000000..052f558e9055249d62f21ea9d83eca7bb31cb8a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/tgz.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/txt.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/txt.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/txt.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/txt2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/txt2.png new file mode 120000 index 0000000000000000000000000000000000000000..6ce0f82d38af0f36e5b42f0fc2823e005c277350 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/txt2.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..c32060a4453f5894840979510fbb193079a5d755 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/unknown.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..590a9a405dcc8d44493e772ea845b758aa6c962e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/vcalendar.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..b0e8d86bb13ad05a7d7ce77bd401cf7f8ceb8afb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/vcard.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-mpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-mpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..f14ecc901e94dc3bf2ea359b03c43ee73506a375 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-mpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-quicktime.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-quicktime.png new file mode 100644 index 0000000000000000000000000000000000000000..14bdf8551dc7bf167e258c090db5f2422e9aaa9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-quicktime.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-realplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-realplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..43e1b397cd10bea465637337e28af70618fa0aa2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-realplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7302f07842a7cdf176dc42e5c11df66d2883dc32 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-mp2.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-mp2.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee698b375b5014d4e4c35379920f4dd41e370ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-mp2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-mp4.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-mp4.png new file mode 100644 index 0000000000000000000000000000000000000000..f3fa959454f7d7de8a5f0f5804e6b826b15f999d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-mp4.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-ms-asf.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-ms-asf.png new file mode 100644 index 0000000000000000000000000000000000000000..e82f2bebc12b6929fd63feb844409c6f23b7db1d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-ms-asf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-ms-wmv.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-ms-wmv.png new file mode 100644 index 0000000000000000000000000000000000000000..b0300d544b53b7441f274c7a0e381e9ed2749a5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-ms-wmv.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-msvideo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-msvideo.png new file mode 100644 index 0000000000000000000000000000000000000000..e0e9a18d25f55bc98ee46302702f0bc28eb360b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video-x-msvideo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video.png new file mode 120000 index 0000000000000000000000000000000000000000..f44fcb8ece078d47693812e0e589f6610e776688 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/video.png @@ -0,0 +1 @@ +../../32x32/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..8b3602f14b47d6bf1d361b3b2ecff07ab094fbfc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/wordprocessing.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/www.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/www.png new file mode 120000 index 0000000000000000000000000000000000000000..6eeeab59039ed242a25b1801639ab7168e556769 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/www.png @@ -0,0 +1 @@ +../../32x32/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..34be1ed84462fc0b731234eff20df2e76c4cdbf1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-nfs-server.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..00d82bb80950dc2d5319a1bf6d5a69db030816c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-server.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..5d52133af4b2ea66ad1f70638e736ebe96beffab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-share.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..713de825e428ecd6fdfdb2cc4102f6e20f9af5ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..c3eb9192da2c8f8bf3a40c7cc1d2e134c997510d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-font-afm.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-gdesklets-display.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-gdesklets-display.png new file mode 120000 index 0000000000000000000000000000000000000000..58fadd0cf008c5618aed819d6ef2fd866717aacb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-gdesklets-display.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-x-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..abb967f05d8e2bf152f3bf9a77aeb4b64b338c43 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..6c96be3e43caf0d4acbe6983683647cf2361bd88 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-document.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-document.png new file mode 100644 index 0000000000000000000000000000000000000000..1ec1c09cfb48ef8808e3a54e34c8895fdb3d183a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-document.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-drawing.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-drawing.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc3896e0bf04c9951e23a93f7d951d5afa2f797 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-drawing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-presentation.png new file mode 100644 index 0000000000000000000000000000000000000000..9393d329d37d52c337160da3af84fb0ab46053de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-presentation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000000000000000000000000000000000000..795e7d66cb12b19f253407ed67994e69ee41db6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/x-office-spreadsheet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/zip.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/zip.png new file mode 120000 index 0000000000000000000000000000000000000000..b426b82f65925ede569d9b684105aabfe5473cd5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/mimetypes/zip.png @@ -0,0 +1 @@ +../../32x32/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/arrow.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..4cca21d6e6c1301adb2b316239472b6ac013f561 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/arrow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/calc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/calc.png new file mode 120000 index 0000000000000000000000000000000000000000..a89e7a1307e95abac9ee06911b82c6bfb7282051 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/calc.png @@ -0,0 +1 @@ +../../32x32/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/chronometer.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..5818f02369b91b26aaf4284f475c2aa2a6cc0efd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/chronometer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/debian.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/debian.png new file mode 100644 index 0000000000000000000000000000000000000000..0b55afff57ee2f0baec5bf9c94a1f619a89740a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/debian.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/decrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..aa2d672360dc4613b4e43efaf3988567c3fb08e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/decrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..74b6e0d646307b3f1b795264f61407c0bf268dee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/f-memory.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/f-memory.png new file mode 120000 index 0000000000000000000000000000000000000000..d9fe79142d6d1f3255f491ebb738c0e8121e7974 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/f-memory.png @@ -0,0 +1 @@ +../../32x32/devices/memory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/firewall.png new file mode 120000 index 0000000000000000000000000000000000000000..94975f198771bf449d736630c3a70ee61878ae1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/firewall.png @@ -0,0 +1 @@ +../../32x32/apps/firewall.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/folder-template.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/folder-template.png new file mode 100644 index 0000000000000000000000000000000000000000..5143a5ebac8e2b3e3b86bcaee0e03528608f7882 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/folder-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/fs-win.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/fs-win.png new file mode 120000 index 0000000000000000000000000000000000000000..00d82bb80950dc2d5319a1bf6d5a69db030816c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/fs-win.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/glasses.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..3032c505548109c86ee82a28ba4e6f5a6ee87d07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/glasses.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/icon_view.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/icon_view.png new file mode 100644 index 0000000000000000000000000000000000000000..b435ec29df696a25207f52b8c53d35c4d7b1efe1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/icon_view.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/iconbox.png new file mode 100644 index 0000000000000000000000000000000000000000..05ca5347af0548d523777cc28d535730d6124536 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/iconbox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/insert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/insert.png new file mode 100644 index 0000000000000000000000000000000000000000..d3001e3ed29d46183ca607d2fbdacf09f061e10e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/insert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/locked.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/locked.png new file mode 120000 index 0000000000000000000000000000000000000000..5392856796bad0bdc2141103107eabde491981d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/locked.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/menueditor.png new file mode 100644 index 0000000000000000000000000000000000000000..388f601cf7fe66d42939449c926c8766ebbb84c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/menueditor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/money.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/money.png new file mode 100644 index 0000000000000000000000000000000000000000..05abdb26cb938dc9a74cc4b39e3fa10a00d44a92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/network-boot-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/network-boot-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..b9368eae6a8acc052b85def28bcc4161110b020b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/network-boot-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/news.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/news.png new file mode 100644 index 0000000000000000000000000000000000000000..ededeb73900d5280f323c0a77dbc59cdad9eab95 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/news.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/notes.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/notes.png new file mode 100644 index 0000000000000000000000000000000000000000..fab8809eed988df9b7f62f85f951ec1e37bfde2d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/notes.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/object.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/object.png new file mode 100644 index 0000000000000000000000000000000000000000..50477e06cf0201363d1898b321456e5544efc0eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/root_terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/root_terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..f96122e35e8ed68445215a2529b4cd81515ad3ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/root_terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/run.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/run.png new file mode 120000 index 0000000000000000000000000000000000000000..805ff4e03b635d05ceb8cacab021fe5b326a77cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/run.png @@ -0,0 +1 @@ +../../32x32/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/settings.png new file mode 120000 index 0000000000000000000000000000000000000000..7470b10fd4d1dd9b878e2df26a8a89fb68a7d6cd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/settings.png @@ -0,0 +1 @@ +../../32x32/apps/gnome-settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/sm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/sm.png new file mode 100644 index 0000000000000000000000000000000000000000..c3158280b70c443b142365d04f71623d27abff7f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/sm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..b46eacff19804b3500fc40a01e83095e693e6b49 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/sound.png @@ -0,0 +1 @@ +../../32x32/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/tabwin.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/tabwin.png new file mode 100644 index 0000000000000000000000000000000000000000..a69369c0076024fa8ef27d946a48ecb41e9efa25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/tabwin.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/taskbar.png new file mode 100644 index 0000000000000000000000000000000000000000..398b20df1197292237cf697c7dd3f038bab92780 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/taskbar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/taskmanager.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/taskmanager.png new file mode 100644 index 0000000000000000000000000000000000000000..46e05c4ed39eba2f90055673a0eb5af448f2f76d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/taskmanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/ui.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/ui.png new file mode 100644 index 0000000000000000000000000000000000000000..d803220dbf16924366865883cbcd47a03643b96f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/ui.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/unlocked.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/unlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..a50ddd8e0979e16289777aeb0fbc2de6a668a498 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/unlocked.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/usb_key.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/usb_key.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2d040763fa1fef2596b795d61ba883d6454693 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/usb_key.png @@ -0,0 +1 @@ +../../32x32/devices/fs-usb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user-female.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user-female.png new file mode 100644 index 0000000000000000000000000000000000000000..ebb9c861a14b333eb6089278bb0cf8bb3205f154 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user-female.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user-male.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user-male.png new file mode 100644 index 0000000000000000000000000000000000000000..9ff79b2df5b30a072a3f11a73f79b660a0d0b62f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user-male.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user.png new file mode 100644 index 0000000000000000000000000000000000000000..27165deb51f4e951e63a516baa5a2451bd474a42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/webcam.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/webcam.png new file mode 120000 index 0000000000000000000000000000000000000000..ea3e440f5d3a9250c11f2e99584d30daf4eee63d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/webcam.png @@ -0,0 +1 @@ +../../32x32/devices/camera-web.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wksp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wksp.png new file mode 100644 index 0000000000000000000000000000000000000000..13d2e47ecfa80d4c130cefec506ded4f5ef0e65b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wksp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wm.png new file mode 100644 index 0000000000000000000000000000000000000000..59dcc9b219dddfb8141a9765d09e290be856b4e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wmtweaks.png new file mode 100644 index 0000000000000000000000000000000000000000..e95d6e1ed6033ef45b0495f60dc2d989dee235a6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/wmtweaks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/xfce4-appfinder.png new file mode 100644 index 0000000000000000000000000000000000000000..dd6d3e21634bed5e5e4a87049bdd0ffd8cda9572 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/misc/xfce4-appfinder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/application-x-gnome-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/application-x-gnome-saved-search.png new file mode 120000 index 0000000000000000000000000000000000000000..7146b8dbd29c4f1116ef2ee7c1759824d8c3ca5f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/application-x-gnome-saved-search.png @@ -0,0 +1 @@ +../../32x32/places/folder-saved-search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..6513d0c79ba30dd089e2782476982bfdbb7fbdc0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/desktop.png @@ -0,0 +1 @@ +../../32x32/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/distributor-logo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/distributor-logo.png new file mode 120000 index 0000000000000000000000000000000000000000..c4cb4dc15d3888834d9eb2c449251fa0a99f2d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/distributor-logo.png @@ -0,0 +1 @@ +../../32x32/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/emptytrash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/emptytrash.png new file mode 120000 index 0000000000000000000000000000000000000000..de6dbc7a804fce79c96ce838129223d493b09aa2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/emptytrash.png @@ -0,0 +1 @@ +../../32x32/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..163e62d76391d8908c268953852c2da9cd72f161 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder-remote.png @@ -0,0 +1 @@ +../../32x32/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder-saved-search.png new file mode 100644 index 0000000000000000000000000000000000000000..137b4712ef82bb13fe30411c5702985f946d951a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder-saved-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder.png new file mode 120000 index 0000000000000000000000000000000000000000..50ff62718f420e478d495e34aa9b8f2af1524fdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder.png @@ -0,0 +1 @@ +../../32x32/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder_home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder_home.png new file mode 120000 index 0000000000000000000000000000000000000000..4f75b76e74b44f67fb901014ab5b104fdf782689 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/folder_home.png @@ -0,0 +1 @@ +../../32x32/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..6513d0c79ba30dd089e2782476982bfdbb7fbdc0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-desktop.png @@ -0,0 +1 @@ +../../32x32/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..b0a1d9085b98368668ac8fdf961a6432b1deb767 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-directory.png @@ -0,0 +1 @@ +../../32x32/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-ftp.png new file mode 120000 index 0000000000000000000000000000000000000000..fef15fdeef69d639f4fcf9c805a9368cdd6fb93d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-ftp.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-ftp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..4f75b76e74b44f67fb901014ab5b104fdf782689 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-home.png @@ -0,0 +1 @@ +../../32x32/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..f2a1827c9d76d6fe79ab273926f850ceea32e50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-network.png @@ -0,0 +1 @@ +../../32x32/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-nfs.png new file mode 120000 index 0000000000000000000000000000000000000000..34be1ed84462fc0b731234eff20df2e76c4cdbf1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-nfs.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..1c580020a8ed57d67ef13258d0598580f68a23f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-server.png @@ -0,0 +1 @@ +../../32x32/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-share.png new file mode 120000 index 0000000000000000000000000000000000000000..ed10455f96b4dc91e1cb4f6edc78045c7e411db7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-share.png @@ -0,0 +1 @@ +../../32x32/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-smb.png new file mode 120000 index 0000000000000000000000000000000000000000..00d82bb80950dc2d5319a1bf6d5a69db030816c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-smb.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-ssh.png new file mode 120000 index 0000000000000000000000000000000000000000..c37155336696a08f8f2e57e612ad6984e9b42cad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-ssh.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-ssh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-trash-empty.png new file mode 120000 index 0000000000000000000000000000000000000000..de6dbc7a804fce79c96ce838129223d493b09aa2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-fs-trash-empty.png @@ -0,0 +1 @@ +../../32x32/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-main-menu.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-main-menu.png new file mode 120000 index 0000000000000000000000000000000000000000..c4cb4dc15d3888834d9eb2c449251fa0a99f2d38 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-main-menu.png @@ -0,0 +1 @@ +../../32x32/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..d68adf2d02d3daada1c8be6a4ea3522c9afef1e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-nfs-server.png @@ -0,0 +1 @@ +../../32x32/places/nfs-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..a114af5c0e2e4c6a989b3d6c974b648e7ef35853 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-server.png @@ -0,0 +1 @@ +../../32x32/places/smb-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..5d52133af4b2ea66ad1f70638e736ebe96beffab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..713de825e428ecd6fdfdb2cc4102f6e20f9af5ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-mime-x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-stock-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-stock-trash.png new file mode 120000 index 0000000000000000000000000000000000000000..de6dbc7a804fce79c96ce838129223d493b09aa2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gnome-stock-trash.png @@ -0,0 +1 @@ +../../32x32/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..f2a1827c9d76d6fe79ab273926f850ceea32e50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/gtk-network.png @@ -0,0 +1 @@ +../../32x32/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/menu.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/menu.png new file mode 100644 index 0000000000000000000000000000000000000000..cec31d4f103d43e8fbe7caefc66d2252ba362df5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/menu.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-local.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-local.png new file mode 100644 index 0000000000000000000000000000000000000000..03c153facf187a6254c3d69c9ca1f4292b99e9d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-local.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d2797915b4be4f556bbe892f8506525c4e8dd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-storage.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-storage.png new file mode 100644 index 0000000000000000000000000000000000000000..b2c38c43e72c108bd7860a8555e79ae400188aa2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-storage.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..e74010797c6ec4487e13804760a2e78d650903bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network.png new file mode 120000 index 0000000000000000000000000000000000000000..ed10455f96b4dc91e1cb4f6edc78045c7e411db7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network.png @@ -0,0 +1 @@ +../../32x32/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network_local.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network_local.png new file mode 120000 index 0000000000000000000000000000000000000000..0e1c936411cc7a585718552e57b9d571b2cb5b9b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/network_local.png @@ -0,0 +1 @@ +../../32x32/places/network-local.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/nfs-server.png new file mode 100644 index 0000000000000000000000000000000000000000..db62f8074b6e5cb3660d6e23a3928f337121daa6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/nfs-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/redhat-network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/redhat-network-server.png new file mode 120000 index 0000000000000000000000000000000000000000..1c580020a8ed57d67ef13258d0598580f68a23f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/redhat-network-server.png @@ -0,0 +1 @@ +../../32x32/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/server.png new file mode 120000 index 0000000000000000000000000000000000000000..1c580020a8ed57d67ef13258d0598580f68a23f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/server.png @@ -0,0 +1 @@ +../../32x32/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/smb-server.png new file mode 100644 index 0000000000000000000000000000000000000000..1079f1232165c8332a00351fb1b0363270e1f06b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/smb-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/start-here.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/start-here.png new file mode 100644 index 0000000000000000000000000000000000000000..bb34cac4136ec83cfdf2a47fe24aa00e4f4baccd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/start-here.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..b0a1d9085b98368668ac8fdf961a6432b1deb767 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/stock_folder.png @@ -0,0 +1 @@ +../../32x32/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/trashcan_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/trashcan_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..de6dbc7a804fce79c96ce838129223d493b09aa2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/trashcan_empty.png @@ -0,0 +1 @@ +../../32x32/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..751b0a08608d3855286c031e163d3e896328275f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-home.png new file mode 100644 index 0000000000000000000000000000000000000000..2e98413da86c314056704c5a7737de0879249ca7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..b828344b2af0f65be5b36dc84667a86ce13bad52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/user-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..de6dbc7a804fce79c96ce838129223d493b09aa2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/places/xfce-trash_empty.png @@ -0,0 +1 @@ +../../32x32/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/appointment-missed.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/appointment-missed.png new file mode 100644 index 0000000000000000000000000000000000000000..8e6d871ac68d935900546da173ace24f630131bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/appointment-missed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/appointment-soon.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/appointment-soon.png new file mode 100644 index 0000000000000000000000000000000000000000..1c0fbe3987c000ef431468dc4b6bc3841a07f615 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/appointment-soon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-high.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-high.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab68cf4813cc39ef9b490a97a8295fa631c40f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-low.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-low.png new file mode 100644 index 0000000000000000000000000000000000000000..73360391b6faa3f39df8831628f6c6a483e56c50 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..32d0768257ecba3c609012e227abaedd153ee146 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-muted.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-muted.png new file mode 100644 index 0000000000000000000000000000000000000000..546c667555265bdd3f7efd2ebf1f1be615c679ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-muted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-zero.png new file mode 100644 index 0000000000000000000000000000000000000000..fcef6ac4241abfe8eb956fff9e450242b9a2ecec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/audio-volume-zero.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/battery-caution.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/battery-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3dea274f67c0c685d183f05372b47b1ac72e01 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/battery-caution.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/battery-low.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/battery-low.png new file mode 100644 index 0000000000000000000000000000000000000000..564186c6b91d7105b44883316cf1cee0d3271cdf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/battery-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_creating.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_creating.png new file mode 120000 index 0000000000000000000000000000000000000000..bffdc667c86c0fd4c744508b4cef2d462811d78d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_creating.png @@ -0,0 +1 @@ +../../32x32/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_established.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_established.png new file mode 120000 index 0000000000000000000000000000000000000000..fbfd3fa2b73e73cb69bc4855b4702859bc300289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_established.png @@ -0,0 +1 @@ +../../32x32/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_no.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_no.png new file mode 120000 index 0000000000000000000000000000000000000000..bec1d9911dd04e60e781723df1268ee45be58345 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/connect_no.png @@ -0,0 +1 @@ +../../32x32/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-error.png new file mode 100644 index 0000000000000000000000000000000000000000..cc0aeabddbce0d5a59aa7032257bd7528305cd02 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-information.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..7dd266d5edd63c7b65e9f7e74f43f48680104fe0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-information.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-password.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-password.png new file mode 100644 index 0000000000000000000000000000000000000000..b6039fa51695a731a0f081116ca4d86bd30bb860 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-password.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-question.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa4a8757ae2c1c9bde1608c1e3b202eb2ff8c25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-question.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..7937774f98cce0c4d85ac95bd59424448600fae0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/dialog-warning.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/edittrash.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/edittrash.png new file mode 120000 index 0000000000000000000000000000000000000000..999450f7faa86d3c9e5728d777570a7f01f0c842 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/edittrash.png @@ -0,0 +1 @@ +../../32x32/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/error.png new file mode 120000 index 0000000000000000000000000000000000000000..5c308970a447ee7cf7c2e33976713c0b8fb4b6cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/error.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-drag-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-drag-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..02bf292161ef1c5a5c0692c983631e17d6c07b69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-drag-accept.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-directory-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..908badefce33a908c35359dd53fc5465590c68e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-hidden.png @@ -0,0 +1 @@ +../../32x32/filesystems/directory-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-open.png new file mode 120000 index 0000000000000000000000000000000000000000..d657fb80576e959ff6ad0144926b9907a82e153f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-open.png @@ -0,0 +1 @@ +../../32x32/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..f84a16000700556569e3b0c294c2038740c4ace9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder-visiting.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-directory-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder_open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder_open.png new file mode 120000 index 0000000000000000000000000000000000000000..cbcba625ee3937d010a8b21c364d7d4dd3676109 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/folder_open.png @@ -0,0 +1 @@ +../../32x32/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-dev-wavelan-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-dev-wavelan-encrypted.png new file mode 120000 index 0000000000000000000000000000000000000000..c473fa743b1604b045c72e4e7ed547214625821f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-dev-wavelan-encrypted.png @@ -0,0 +1 @@ +../../32x32/status/network-wireless-encrypted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-directory-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..e6595428069132e963df84a08c0633a4ba070397 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-directory-accept.png @@ -0,0 +1 @@ +../../32x32/status/folder-drag-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-directory-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..f48f44137eb72c2d2f79f62f737a5b1a19a13e94 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-directory-visiting.png @@ -0,0 +1 @@ +../../32x32/status/folder-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-loading-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-loading-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..85cf3651a1f3d639fc0ad3a091ca693533b555d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-loading-icon.png @@ -0,0 +1 @@ +../../32x32/status/image-loading.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..999450f7faa86d3c9e5728d777570a7f01f0c842 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-fs-trash-full.png @@ -0,0 +1 @@ +../../32x32/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-disconn.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-disconn.png new file mode 120000 index 0000000000000000000000000000000000000000..bec1d9911dd04e60e781723df1268ee45be58345 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-disconn.png @@ -0,0 +1 @@ +../../32x32/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-error.png new file mode 120000 index 0000000000000000000000000000000000000000..55affc6661d57364e085476e0b267f64182ef7e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-error.png @@ -0,0 +1 @@ +../../32x32/status/network-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-idle.png new file mode 120000 index 0000000000000000000000000000000000000000..fbfd3fa2b73e73cb69bc4855b4702859bc300289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-idle.png @@ -0,0 +1 @@ +../../32x32/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-rx.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-rx.png new file mode 120000 index 0000000000000000000000000000000000000000..995afcb9aa6337422846f2b257f16cc9c0b2d238 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-rx.png @@ -0,0 +1 @@ +../../32x32/status/network-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-tx.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-tx.png new file mode 120000 index 0000000000000000000000000000000000000000..03c1b5d0e9866aa18982faebe6c19b5f6b312f65 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-tx.png @@ -0,0 +1 @@ +../../32x32/status/network-transmit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-txrx.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-txrx.png new file mode 120000 index 0000000000000000000000000000000000000000..bffdc667c86c0fd4c744508b4cef2d462811d78d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +../../32x32/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-stock-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-stock-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..999450f7faa86d3c9e5728d777570a7f01f0c842 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gnome-stock-trash-full.png @@ -0,0 +1 @@ +../../32x32/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..0f0f07ff89a27657e7caea056e3cf133aafb1314 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-error.png @@ -0,0 +1 @@ +../../32x32/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..1795246f5dfceefe690858149a13c54c9d9fbeb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-info.png @@ -0,0 +1 @@ +../../32x32/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..63aa2b0dc73a35eace0303c2b6d191062ef5a0c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../32x32/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/image-loading.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/image-loading.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ac499b50835e7b82ad7581db679fed6ceee57b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/image-loading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/image-missing.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/image-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7c3efe311b46ad955806e358a0bbebe4f14e9f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/image-missing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/important.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/important.png new file mode 120000 index 0000000000000000000000000000000000000000..63aa2b0dc73a35eace0303c2b6d191062ef5a0c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/important.png @@ -0,0 +1 @@ +../../32x32/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/info.png new file mode 120000 index 0000000000000000000000000000000000000000..1795246f5dfceefe690858149a13c54c9d9fbeb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/info.png @@ -0,0 +1 @@ +../../32x32/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-attachment.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-attachment.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3a68a504476cee33e3a00e89cb83efa5410bdf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-attachment.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-read.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-read.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebe16df6171b3651084c283b792c40f3241a0f9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-replied.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-replied.png new file mode 100644 index 0000000000000000000000000000000000000000..04a4f1b8267388264d5448632f5151696d1a92a3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-replied.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-unread.png new file mode 120000 index 0000000000000000000000000000000000000000..672ac36fee885b7ab531f0fe02e014944ac5977d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/mail-unread.png @@ -0,0 +1 @@ +../../32x32/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/media-playlist-repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..4fcaba3c1988ec82c6c4e02ef095040333ce4666 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/media-playlist-repeat.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/media-playlist-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d350c8d545bf51ee86d57c99cad96a9eae583e08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/media-playlist-shuffle.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_critical.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_critical.png new file mode 120000 index 0000000000000000000000000000000000000000..0f0f07ff89a27657e7caea056e3cf133aafb1314 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_critical.png @@ -0,0 +1 @@ +../../32x32/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_info.png new file mode 120000 index 0000000000000000000000000000000000000000..1795246f5dfceefe690858149a13c54c9d9fbeb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_info.png @@ -0,0 +1 @@ +../../32x32/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..63aa2b0dc73a35eace0303c2b6d191062ef5a0c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/messagebox_warning.png @@ -0,0 +1 @@ +../../32x32/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-error.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc6525f9f62b60892b494646334a668fff29ce6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..c01b94e43ad53f5ad045311adee21e3660d4e32b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-idle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-offline.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-offline.png new file mode 100644 index 0000000000000000000000000000000000000000..e16924531e2fc04d924e1ad3b11d347d9dcca7ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-offline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..f93dff2b7cb3f16b281facbf7fe842c16ab5d442 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-transmit-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-transmit-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..340f4802b180d729734d7a32d783a9252866ca05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-transmit-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-transmit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-transmit.png new file mode 100644 index 0000000000000000000000000000000000000000..724db9edd23af936a56d760518b7a56588f2ccac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-transmit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-wireless-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-wireless-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd8b9fd1cc5f4131ea32243e65d96eca2e2749f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/network-wireless-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-adhoc.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-adhoc.png new file mode 120000 index 0000000000000000000000000000000000000000..fbfd3fa2b73e73cb69bc4855b4702859bc300289 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-adhoc.png @@ -0,0 +1 @@ +../../32x32/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-device-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-device-wired.png new file mode 120000 index 0000000000000000000000000000000000000000..db7bf830b84eaecf8d9d0862fbe7b980bb687f7f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-device-wired.png @@ -0,0 +1 @@ +../../32x32/devices/network-wired.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-device-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-device-wireless.png new file mode 120000 index 0000000000000000000000000000000000000000..d0f53e5b1889134c46b8295375ab73166c747a36 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-device-wireless.png @@ -0,0 +1 @@ +../../32x32/devices/network-wireless.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-no-connection.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-no-connection.png new file mode 120000 index 0000000000000000000000000000000000000000..bec1d9911dd04e60e781723df1268ee45be58345 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/nm-no-connection.png @@ -0,0 +1 @@ +../../32x32/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/printer-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/printer-error.png new file mode 100644 index 0000000000000000000000000000000000000000..111230a6beadeec05ae2fdaba692af75093d9031 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/printer-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/printer-printing.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/printer-printing.png new file mode 100644 index 0000000000000000000000000000000000000000..72772ae05df086e41df738d7d94d3d00f0f5d52d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/printer-printing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-high.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-high.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0720ff02b60af3720cd5e9e4b0789a589fd707 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-low.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-low.png new file mode 100644 index 0000000000000000000000000000000000000000..084560a046198dcf620ffc5b69f2661d55c456bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a92c15826ea3826d96fa5ff27ded177b085664 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/security-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/software-update-available.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/software-update-available.png new file mode 100644 index 0000000000000000000000000000000000000000..575b3a5b1085a4891ae33834c53b51494552a059 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/software-update-available.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/software-update-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/software-update-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..717ef18d3da8e4346a9df24a324d4813d7c744cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/software-update-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_appointment-reminder-excl.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_appointment-reminder-excl.png new file mode 120000 index 0000000000000000000000000000000000000000..17268e394e82c3c9ff3249cc43d9869506511973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_appointment-reminder-excl.png @@ -0,0 +1 @@ +../../32x32/status/appointment-missed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_appointment-reminder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_appointment-reminder.png new file mode 120000 index 0000000000000000000000000000000000000000..165f33f62ff263aebdd8affbe2195d8e705a1ef2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_appointment-reminder.png @@ -0,0 +1 @@ +../../32x32/status/appointment-soon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..0f0f07ff89a27657e7caea056e3cf133aafb1314 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-error.png @@ -0,0 +1 @@ +../../32x32/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..1795246f5dfceefe690858149a13c54c9d9fbeb7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-info.png @@ -0,0 +1 @@ +../../32x32/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..63aa2b0dc73a35eace0303c2b6d191062ef5a0c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_dialog-warning.png @@ -0,0 +1 @@ +../../32x32/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..cbcba625ee3937d010a8b21c364d7d4dd3676109 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_open.png @@ -0,0 +1 @@ +../../32x32/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..4fcaba3c1988ec82c6c4e02ef095040333ce4666 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_repeat.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d350c8d545bf51ee86d57c99cad96a9eae583e08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_shuffle.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..999450f7faa86d3c9e5728d777570a7f01f0c842 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_trash_full.png @@ -0,0 +1 @@ +../../32x32/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-0.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-0.png new file mode 120000 index 0000000000000000000000000000000000000000..e42ec61dd11632c0027e9e96da462adbfcdb30ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-0.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..9364bb18dacf83839129a533917cb31f453dbff7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-max.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..150c9f4f1ccb180afc0bf078f469d056ac4e9c6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-med.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..0219e6c7e49378caf128835256be8acdf91cf3a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-min.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..1743bb50fe3ddce638cab7f2194e23e8d518f494 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume-mute.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..9364bb18dacf83839129a533917cb31f453dbff7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_volume.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-cloudy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-cloudy.png new file mode 120000 index 0000000000000000000000000000000000000000..e0b5e08ff9de1cc1ab4dfbc374fddf4940cb3790 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-cloudy.png @@ -0,0 +1 @@ +../../32x32/status/weather-overcast.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..8a864cddeaeac7e556f167b5dfdca48b905fe93e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-few-clouds.png @@ -0,0 +1 @@ +../../32x32/status/weather-few-clouds.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-night-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-night-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..7f4569ce2ced5b9f4fb9a0a53d37affea5630e14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-night-clear.png @@ -0,0 +1 @@ +../../32x32/status/weather-clear-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-night-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-night-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..94819f2214393401c4b92e7401742b2efe3a9683 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-night-few-clouds.png @@ -0,0 +1 @@ +../../32x32/status/weather-few-clouds-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-showers.png new file mode 120000 index 0000000000000000000000000000000000000000..1bdf05e1c5496ef64626daf7a81cebeee587129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-showers.png @@ -0,0 +1 @@ +../../32x32/status/weather-showers.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-snow.png new file mode 120000 index 0000000000000000000000000000000000000000..724168b3d22543234872c3d5caa14c5c57f17490 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-snow.png @@ -0,0 +1 @@ +../../32x32/status/weather-snow.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-storm.png new file mode 120000 index 0000000000000000000000000000000000000000..280f5d30bf7b1c2ff6e424f4ed01066fd2ca42a2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-storm.png @@ -0,0 +1 @@ +../../32x32/status/weather-storm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c51174898935d8f33b89c8ed4fe2fe72b5310b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/stock_weather-sunny.png @@ -0,0 +1 @@ +../../32x32/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..b6c51174898935d8f33b89c8ed4fe2fe72b5310b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/sunny.png @@ -0,0 +1 @@ +../../32x32/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/task-due.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/task-due.png new file mode 100644 index 0000000000000000000000000000000000000000..c494bb47edc0e5a06acfe9ffd3835835e7a92288 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/task-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/task-past-due.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/task-past-due.png new file mode 100644 index 0000000000000000000000000000000000000000..65ca1e644c8078ccaaa711e17e0401e44c372f78 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/task-past-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/trashcan_full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/trashcan_full.png new file mode 120000 index 0000000000000000000000000000000000000000..999450f7faa86d3c9e5728d777570a7f01f0c842 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/trashcan_full.png @@ -0,0 +1 @@ +../../32x32/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/user-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/user-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..332f3bb645c7b1558af0a05b998adc99c0b42e41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/user-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-clear-night.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-clear-night.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a034c55ac6f306574266bca81903ad5596cf99 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-clear-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..5415278b7b95075d2fbb58714e7a345655caa01f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-few-clouds-night.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-few-clouds-night.png new file mode 100644 index 0000000000000000000000000000000000000000..7586ddc05ee826f44c67785c4a3a03b5a150a885 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-few-clouds-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-few-clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..799ebf68fd08107e483421b12314fe4c082b6f98 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-few-clouds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-fog.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-fog.png new file mode 100644 index 0000000000000000000000000000000000000000..2405889e7495322072faee6828c4d34f2b3df44a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-fog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-overcast.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-overcast.png new file mode 100644 index 0000000000000000000000000000000000000000..0904143caf495917a7339d7ebe7964227621a5d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-overcast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-severe-alert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-severe-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..fd4b69ba462a9c848918ccbac4d57a39976f9c42 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-severe-alert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-showers-scattered.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-showers-scattered.png new file mode 100644 index 0000000000000000000000000000000000000000..bd7771ccbd74a744fa5c6d007ffb9f0b74450868 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-showers-scattered.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-showers.png new file mode 100644 index 0000000000000000000000000000000000000000..ca68d26220b37cb6520a79e4511804484465c7e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-showers.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-snow.png new file mode 100644 index 0000000000000000000000000000000000000000..9913c71f4e41486a4d55a039685b7fe7792783d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-snow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e216999f09eda53f90f2574b9c72cc50a90709 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/weather-storm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..999450f7faa86d3c9e5728d777570a7f01f0c842 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/status/xfce-trash_full.png @@ -0,0 +1 @@ +../../32x32/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/edit-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/edit-redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/edit-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/edit-undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/gtk-undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-font.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-font.png new file mode 120000 index 0000000000000000000000000000000000000000..8135f322636358c951c9a80b662b3d3fd5bf5e17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-font.png @@ -0,0 +1 @@ +../../32x32/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..291af6be1d89599b5b54701ca7b8ef8a5a02cb5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-lock.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..9b621bb9095bcc41750199e8faa90c86db902cfd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/m-spreadsheet.png @@ -0,0 +1 @@ +../../32x32/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..6615edafdabf9a3c1e67219eafcb6e206000c6a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-backward.png @@ -0,0 +1 @@ +../../32x32/actions/media-seek-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..df044e6f3ea92df49f32474723c9dedcc6cbd9fa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-eject.png @@ -0,0 +1 @@ +../../32x32/actions/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..5c16a4f23d047d572613ec85485d42ecec206f0b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-forward.png @@ -0,0 +1 @@ +../../32x32/actions/media-seek-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..d28699f049c009a3d5ec1e1b47a63c5e8f589ea0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-next.png @@ -0,0 +1 @@ +../../32x32/actions/media-skip-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..3d41427fe08a2551c751c8750375decb4ed90a4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-pause.png @@ -0,0 +1 @@ +../../32x32/actions/media-playback-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..82fa4a235471a128f74dda9604767a7af8cf3c1e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-play.png @@ -0,0 +1 @@ +../../32x32/actions/media-playback-start.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..7adfb05d15e90e587646e2509f1e54a6e2327a86 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-prev.png @@ -0,0 +1 @@ +../../32x32/actions/media-skip-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..085d7fb7aa7e4c3fd129c6bdd03de65b4057f00f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-record.png @@ -0,0 +1 @@ +../../32x32/actions/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d350c8d545bf51ee86d57c99cad96a9eae583e08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-shuffle.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..a341a3e554478736c46ec271a74677e76aaea4bf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/media-stop.png @@ -0,0 +1 @@ +../../32x32/actions/media-playback-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-select.png new file mode 100644 index 0000000000000000000000000000000000000000..37888d5338462c04357a1c8130df00708491b52e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-select.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-show-details.png new file mode 100644 index 0000000000000000000000000000000000000000..19ffa72e397ae698c58285ca8866e4c0a9389ce1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-show-details.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-show-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..0892b774d4a4f87fd99a1dfe37f060308adae4dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/rox-show-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock-redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock-undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_about.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_about.png new file mode 120000 index 0000000000000000000000000000000000000000..42973bb82262716e911d4cd4a5df889299104138 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_about.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..833ff7ebd0dbf28f6d8b26d542aa5803d9f71595 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_accessories.png @@ -0,0 +1 @@ +../../32x32/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_add.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_add.png new file mode 120000 index 0000000000000000000000000000000000000000..e34655a3c8508e90fe4a9a7d62eda117d64c37b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_add.png @@ -0,0 +1 @@ +../../32x32/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..42c93a4f11204452ddefab76f3c2cf9ac2f4d77a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_amusements.png @@ -0,0 +1 @@ +../../32x32/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_apply.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_apply.png new file mode 120000 index 0000000000000000000000000000000000000000..9962dc78c9aa30c8f9b17cc01f02e11f841e935e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_apply.png @@ -0,0 +1 @@ +../../32x32/actions/apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_attach.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_attach.png new file mode 120000 index 0000000000000000000000000000000000000000..ea1287889a1927b1506d4bc337afd187db2a6571 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_attach.png @@ -0,0 +1 @@ +../../32x32/status/mail-attachment.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_balance.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_balance.png new file mode 120000 index 0000000000000000000000000000000000000000..3a3b573d7fd83524c2b1fd756b509e031d06f0b2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_balance.png @@ -0,0 +1 @@ +../../32x32/apps/multimedia-balance-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_bold.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_bold.png new file mode 120000 index 0000000000000000000000000000000000000000..09aba9687294694d2186b0a66d7771ce388e1e84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_bold.png @@ -0,0 +1 @@ +../../32x32/actions/format-text-bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_book-open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_book-open.png new file mode 100644 index 0000000000000000000000000000000000000000..17b9df05c97cd14794c275a60181e73956fcda60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_book-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_book.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_book.png new file mode 120000 index 0000000000000000000000000000000000000000..72663ad542b30cacabbc72bd7bb5bf6501ad641a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_book.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-bookmarks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..5ce1bc00e9fae31a852207ff9e064a70048cb764 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cancel.png @@ -0,0 +1 @@ +../../32x32/actions/cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..8ce0e80a3553df10e8f7e4e25d1850f83ccda5e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cdrom.png @@ -0,0 +1 @@ +../../32x32/devices/gnome-dev-cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_clear.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_clear.png new file mode 120000 index 0000000000000000000000000000000000000000..d1a5abeb3c360f89bd2ab1c42868a328403708fb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_clear.png @@ -0,0 +1 @@ +../../32x32/actions/edit-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_close.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_close.png new file mode 120000 index 0000000000000000000000000000000000000000..4eff0e88c4fe23c2be90635a3e253caaac0dbd41 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_close.png @@ -0,0 +1 @@ +../../32x32/actions/application-exit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_color_picker.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_color_picker.png new file mode 120000 index 0000000000000000000000000000000000000000..99d0f952af176891be2d5a4f1b6faa43b10324b1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_color_picker.png @@ -0,0 +1 @@ +../../32x32/actions/color-picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_connect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_connect.png new file mode 120000 index 0000000000000000000000000000000000000000..ae339556f5702c45178e5c0b14bb078bb74e2d59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_connect.png @@ -0,0 +1 @@ +../../32x32/actions/network-connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_convert.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_convert.png new file mode 120000 index 0000000000000000000000000000000000000000..a2d97cf705b52627f1fd0b25a9cca8e329c2a824 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_convert.png @@ -0,0 +1 @@ +../../32x32/actions/convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_copy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_copy.png new file mode 120000 index 0000000000000000000000000000000000000000..e517de9fed227d391b113e00dbac5a136b7c7bc5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_copy.png @@ -0,0 +1 @@ +../../32x32/actions/copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cut.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cut.png new file mode 120000 index 0000000000000000000000000000000000000000..e8eaf47b0aaa7c85d949a1b302d0d310ea0815f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_cut.png @@ -0,0 +1 @@ +../../32x32/actions/edit-cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..c0383936d57ae53f900d84b29809d7a5fb6917fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_delete.png @@ -0,0 +1 @@ +../../32x32/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_authentication.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_authentication.png new file mode 120000 index 0000000000000000000000000000000000000000..595683fe45a728ecb1389f3e2294559a6e5b60a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_authentication.png @@ -0,0 +1 @@ +../../32x32/status/dialog-password.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_error.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_error.png new file mode 120000 index 0000000000000000000000000000000000000000..0f0f07ff89a27657e7caea056e3cf133aafb1314 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_error.png @@ -0,0 +1 @@ +../../32x32/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_info.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_info.png new file mode 120000 index 0000000000000000000000000000000000000000..acefa67a12d7e82a9b7f9856fcb959a14dc940f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_info.png @@ -0,0 +1 @@ +../../32x32/actions/help-contents.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_question.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_question.png new file mode 120000 index 0000000000000000000000000000000000000000..56ce1cf93dfae50ccbe61fac18fa2678606cfd82 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_question.png @@ -0,0 +1 @@ +../../32x32/status/dialog-question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..63aa2b0dc73a35eace0303c2b6d191062ef5a0c9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dialog_warning.png @@ -0,0 +1 @@ +../../32x32/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..59d5229c391ae7dd75c5025cf88f1e370c4c7a71 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_disconnect.png @@ -0,0 +1 @@ +../../32x32/actions/network-disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..e04516128f561f489373f5b006017453946d8961 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd-multiple.png @@ -0,0 +1 @@ +../../32x32/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd.png new file mode 100644 index 0000000000000000000000000000000000000000..7c484298b5e4d46147de58ae3f63dd4cfb3445ba Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd_multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd_multiple.png new file mode 100644 index 0000000000000000000000000000000000000000..bb662ee148e1b80572d472b975279c285175799a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_dnd_multiple.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_download.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_download.png new file mode 120000 index 0000000000000000000000000000000000000000..c0cd5b815ffebc349b05d407e9f60ccfd56eea52 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_download.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-downloads.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_edit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_edit.png new file mode 120000 index 0000000000000000000000000000000000000000..c51b8431feb3f8d0ef2cdd74f28fcf7df57c557a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_edit.png @@ -0,0 +1 @@ +../../32x32/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..ee7497ced9b1845b8eed95ee4d36e40d54107ff1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../32x32/actions/bookmark-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_execute.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_execute.png new file mode 120000 index 0000000000000000000000000000000000000000..805ff4e03b635d05ceb8cacab021fe5b326a77cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_execute.png @@ -0,0 +1 @@ +../../32x32/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_export.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_export.png new file mode 120000 index 0000000000000000000000000000000000000000..b0b6258e4ca6a23fa3eedd20b5125847766212d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_export.png @@ -0,0 +1 @@ +../../32x32/actions/document-export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_file-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_file-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..3516521030f02d8aedb74d3e234c529c30b40e8a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_file-properties.png @@ -0,0 +1 @@ +../../32x32/actions/document-properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..4fe500db69362064a84c2e2d842e835e59c6763f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_find-and-replace.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_find.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_find.png new file mode 120000 index 0000000000000000000000000000000000000000..71b94dcfe56d6aa3d037e14060b24dea5f1ea01b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_find.png @@ -0,0 +1 @@ +../../32x32/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..7e10adec2a6e13d4137f9bfa4602e57f36566b91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_floppy.png @@ -0,0 +1 @@ +../../32x32/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-copy.png new file mode 100644 index 0000000000000000000000000000000000000000..63347a4c2a50ca13dc3d32aea598e5c12ab1f88d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-move.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-move.png new file mode 100644 index 0000000000000000000000000000000000000000..228c161fed83213cdcc3e32e49e90878956770b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-move.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..2c012f51765e3b4be5309a8de69c41e2b5e79b81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..50ff62718f420e478d495e34aa9b8f2af1524fdd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_folder.png @@ -0,0 +1 @@ +../../32x32/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..8ae2ab944e004d894d2458fdff5b74d9c6bab80a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_fullscreen.png @@ -0,0 +1 @@ +../../32x32/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..551616ec37af69a62e5d1cd71c4dd47802dd94af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-back.png @@ -0,0 +1 @@ +../../32x32/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..d6f7ae4c64adcd7abf973f3d1bbc9153b3d87a23 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-down.png @@ -0,0 +1 @@ +../../32x32/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..abb578b0877a7f6c007f9e99566834c323e72642 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-forward.png @@ -0,0 +1 @@ +../../32x32/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..ee5c5381622f8f5543adcea2acc195ce27bcfa5c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_go-up.png @@ -0,0 +1 @@ +../../32x32/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..0dc90d00b6c3f5c83746a04b2e1b6a48529311b7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-bottom.png @@ -0,0 +1 @@ +../../32x32/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..164c97f52287cbafd34c4d85c2c3cd62cf695c0f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-first.png @@ -0,0 +1 @@ +../../32x32/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..fd2ec83572718935b2db4d12dba1e287fc8a0860 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-last.png @@ -0,0 +1 @@ +../../32x32/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..321fd9e0b3d6138f1c1f2a57bf5970e954694781 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_goto-top.png @@ -0,0 +1 @@ +../../32x32/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..9732d62df7ceddd846a6c605e06debd50764e45c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_harddisk.png @@ -0,0 +1 @@ +../../32x32/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..f6f4cfe077fd98922e240531786b8725db0b9053 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_help.png @@ -0,0 +1 @@ +../../32x32/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_history.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_history.png new file mode 100644 index 0000000000000000000000000000000000000000..362fd2e8b93686c41049f3399b31fdf362e35e91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_history.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..9ffb520b5c1450cd71699afd356712f179ff8ee7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_home.png @@ -0,0 +1 @@ +../../32x32/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_import.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_import.png new file mode 120000 index 0000000000000000000000000000000000000000..26845f7a9d6f33aef7aaefe38b3f34200ea466d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_import.png @@ -0,0 +1 @@ +../../32x32/actions/document-import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_indent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_indent.png new file mode 120000 index 0000000000000000000000000000000000000000..51840ccf70312f569f41951ccdff2a6b94a3903a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_indent.png @@ -0,0 +1 @@ +../../32x32/actions/format-indent-more.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_index.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_index.png new file mode 120000 index 0000000000000000000000000000000000000000..ddecf31e551f47a4ea64b8cf5d2e5f2d5ea658ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_index.png @@ -0,0 +1 @@ +../../32x32/actions/multimedia-playlist.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..1c87d674edbb735d33aa4673b9fbf9adceedbd17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-image.png @@ -0,0 +1 @@ +../../32x32/actions/insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..bf948f8329992a7d8040bcba86b95c45ac63b5c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-object.png @@ -0,0 +1 @@ +../../32x32/actions/insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..9fd7b2f250fdba3ef8e0b5cdc0e3ae410a9b7693 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_insert-table.png @@ -0,0 +1 @@ +../../32x32/actions/insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..97a71db37d0cc2eaf46026d6dfcbacda5bb8b6aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_internet.png @@ -0,0 +1 @@ +../../32x32/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_italic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_italic.png new file mode 120000 index 0000000000000000000000000000000000000000..bb1bb79df38b5cae50227beebb16899dbdfdd650 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_italic.png @@ -0,0 +1 @@ +../../32x32/actions/format-text-italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..93fd875404254e08ad3e3f5e037ebd36b4ba5bf0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_jump-to.png @@ -0,0 +1 @@ +../../32x32/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..9905f9b934fe1b8090bf6467f33f68cd46ca6591 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-center.png @@ -0,0 +1 @@ +../../32x32/actions/format-justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..e5c77d417be9b81bac8a96e494b0a59a72284f55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-fill.png @@ -0,0 +1 @@ +../../32x32/actions/format-justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..3137d46f5fa09200e04fb104c2757e6072cc4de9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-left.png @@ -0,0 +1 @@ +../../32x32/actions/format-justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..e6ccce2da13913225b85a686764d8497c0d8b78d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_justify-right.png @@ -0,0 +1 @@ +../../32x32/actions/format-justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_license-reading.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_license-reading.png new file mode 100644 index 0000000000000000000000000000000000000000..e72e49ababfc01b5f285e9a973733f3dff6ce972 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_license-reading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_license.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_license.png new file mode 100644 index 0000000000000000000000000000000000000000..ee82398c356cb8c494951d1ecf3e1ae98f0b27be Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_license.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..d6cf975f926e5863d56f655de7679a682719f81b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_line-in.png @@ -0,0 +1 @@ +../../32x32/devices/audio-input-line.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_logout.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_logout.png new file mode 120000 index 0000000000000000000000000000000000000000..3af8607a9ee031e8cda32b0b7909678c25cd53bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_logout.png @@ -0,0 +1 @@ +../../32x32/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..c6aa5fadde34f91aa89c48518f9b40a263f9b39d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_mailto.png @@ -0,0 +1 @@ +../../32x32/actions/mail-send.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_mic.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_mic.png new file mode 120000 index 0000000000000000000000000000000000000000..53f3164c1ab599b820b0ebf71bbd1f883a844d65 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_mic.png @@ -0,0 +1 @@ +../../32x32/devices/audio-input-microphone.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..8431a8b7bb31e6963760ddcfefa363114e48728d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_missing-image.png @@ -0,0 +1 @@ +../../32x32/status/image-missing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..c70251ec2b12f330c583b8a9778c57ecb674a2d6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_multimedia.png @@ -0,0 +1 @@ +../../32x32/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_network.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_network.png new file mode 120000 index 0000000000000000000000000000000000000000..f2a1827c9d76d6fe79ab273926f850ceea32e50d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_network.png @@ -0,0 +1 @@ +../../32x32/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..cb04db2166127ca6872fedc77f3bfded85128192 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new-dir.png @@ -0,0 +1 @@ +../../32x32/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..1722a9fb6d362841b135919604f39327b862fcb0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new-tab.png @@ -0,0 +1 @@ +../../32x32/actions/tab-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new.png new file mode 120000 index 0000000000000000000000000000000000000000..fe338f6452e2a15c03b067bc9d647f9d2606322e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_new.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_no.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_no.png new file mode 120000 index 0000000000000000000000000000000000000000..a9b4edc61c55e51f77fad1250977896b62b75fd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_no.png @@ -0,0 +1 @@ +../../32x32/actions/forbidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_ok.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_ok.png new file mode 120000 index 0000000000000000000000000000000000000000..18ba14fd0f4b2da6f6595a76065598daa1393e83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_ok.png @@ -0,0 +1 @@ +../../32x32/actions/accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..d657fb80576e959ff6ad0144926b9907a82e153f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_open.png @@ -0,0 +1 @@ +../../32x32/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_paste.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_paste.png new file mode 120000 index 0000000000000000000000000000000000000000..2358407239a8d02da0c3e345e47fc4ce36fc51ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_paste.png @@ -0,0 +1 @@ +../../32x32/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_pastlink.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_pastlink.png new file mode 120000 index 0000000000000000000000000000000000000000..23ccca090070a03588a8638847a59faf24e360e8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_pastlink.png @@ -0,0 +1 @@ +../../32x32/actions/insert-link.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..7a77ddf48021e2a87a3dc9aff75894d46d86a372 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_preferences.png @@ -0,0 +1 @@ +../../32x32/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..405730917d578d6fb8caffe9d75259f6d6c6a40f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_print-preview.png @@ -0,0 +1 @@ +../../32x32/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..67f959e45722444fc6256083d1839eb077297c32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_print.png @@ -0,0 +1 @@ +../../32x32/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_properties.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_properties.png new file mode 100644 index 0000000000000000000000000000000000000000..1327ffe1fb86f92224cb0d74d381bcf613916dd9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_quit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_quit.png new file mode 120000 index 0000000000000000000000000000000000000000..420bc3b8ce22f9a6cf871f1ca4af54a13150269a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_quit.png @@ -0,0 +1 @@ +../../32x32/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..9f12368a98acfbf3ac3fbdbc52a7e4f9f5060949 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_redo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..febdba912acefa5301166365f722a79f5e1e3844 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_refresh.png @@ -0,0 +1 @@ +../../32x32/actions/view-refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_remove.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_remove.png new file mode 120000 index 0000000000000000000000000000000000000000..ff4517e4510f49b7bbb8b335ee72d48e7e0f3334 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_remove.png @@ -0,0 +1 @@ +../../32x32/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..4fcaba3c1988ec82c6c4e02ef095040333ce4666 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_repeat.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_reset.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_reset.png new file mode 120000 index 0000000000000000000000000000000000000000..2ed12afdbb9bea4af6d7adc8f6e692cb67f024a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_reset.png @@ -0,0 +1 @@ +../../32x32/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..0ad75b28487030c806dfd84218bc3efa240b417a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_revert-to-saved.png @@ -0,0 +1 @@ +../../32x32/actions/document-revert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_run.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_run.png new file mode 120000 index 0000000000000000000000000000000000000000..805ff4e03b635d05ceb8cacab021fe5b326a77cb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_run.png @@ -0,0 +1 @@ +../../32x32/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..04d9d162fb0a59f0a2abcd4f9895df4bd00a8a76 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_save-as.png @@ -0,0 +1 @@ +../../32x32/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..ab0db772ce2eefb2c20d97747cc18e046c75b7df --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_save.png @@ -0,0 +1 @@ +../../32x32/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..9a2f48b5b8c7769b59d5e7cc0e997eb8bc94db32 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_screenshot.png @@ -0,0 +1 @@ +../../32x32/apps/applets-screenshooter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..c5a1fd6398c5407dc1423adb6ab373018851dd39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_search.png @@ -0,0 +1 @@ +../../32x32/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_select-color.png new file mode 100644 index 0000000000000000000000000000000000000000..7f63e11ee9010ffe152d3bc4ba23491c26fc7be7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_select-color.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..9b41b009d985d084388a7d68f232440390896936 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_select-font.png @@ -0,0 +1 @@ +../../32x32/apps/preferences-desktop-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..d350c8d545bf51ee86d57c99cad96a9eae583e08 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_shuffle.png @@ -0,0 +1 @@ +../../32x32/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..e7f7462efb3b771b809e69e397792b3fc619d9ee --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_sort-ascending.png @@ -0,0 +1 @@ +../../32x32/actions/view-sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..1987e1e1ba1f6020028a31b7c06e4c6a3c097872 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_sort-descending.png @@ -0,0 +1 @@ +../../32x32/actions/view-sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..8657d32d70a571decc27444f1d636ed2dc455e48 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_spell-check.png @@ -0,0 +1 @@ +../../32x32/actions/tools-check-spelling.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_stop.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_stop.png new file mode 120000 index 0000000000000000000000000000000000000000..7683e79bc7a7af10ff27daa9a7e995db51e1ff6d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_stop.png @@ -0,0 +1 @@ +../../32x32/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..659d9b9d688cd6f0ca6d10a77815eee2185dfff6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_strikethrough.png @@ -0,0 +1 @@ +../../32x32/actions/format-text-strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..943d72e1cea6f3d9ff21ef97bec3a2c38d87ecb3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_undelete.png @@ -0,0 +1 @@ +../../32x32/filesystems/gnome-fs-undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_underline.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_underline.png new file mode 120000 index 0000000000000000000000000000000000000000..52a25b091697d8604528a4f39559e59a6596392e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_underline.png @@ -0,0 +1 @@ +../../32x32/actions/format-text-underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..4ba28621250994294c24147e3b7fbc6cf6a634af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_undo.png @@ -0,0 +1 @@ +../../32x32/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..3cb6c086e75628199b0836a63377a4b4047364c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_unindent.png @@ -0,0 +1 @@ +../../32x32/actions/format-indent-less.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..0ff840a9792206d1304b730e993d4558105d34e7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_unknown.png @@ -0,0 +1 @@ +../../32x32/apps/xfce-unknown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..96887af0c7e3abdc87f88ece3a961192d511b3e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_volume.png @@ -0,0 +1 @@ +../../32x32/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_yes.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_yes.png new file mode 120000 index 0000000000000000000000000000000000000000..e35e2e4cac7ac83a8e3187f51ef5c8ce44264c17 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_yes.png @@ -0,0 +1 @@ +../../32x32/emblems/emblem-default.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..9ceb01865be1049aa1ad84128f706cffdcc8ed78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-100.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..4b66a61b69dd3f8e288c3db1f46b7d284375e0ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-fit.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..3d3302fc205ec0ca9f7312e93af9cd69e0ea3d54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-in.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..7190ef216672bdfb2e12d53f916626256a80c570 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/stock_zoom-out.png @@ -0,0 +1 @@ +../../32x32/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..9364bb18dacf83839129a533917cb31f453dbff7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-max.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-medium.png new file mode 120000 index 0000000000000000000000000000000000000000..150c9f4f1ccb180afc0bf078f469d056ac4e9c6c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-medium.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..0219e6c7e49378caf128835256be8acdf91cf3a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-min.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..1743bb50fe3ddce638cab7f2194e23e8d518f494 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-mute.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..e42ec61dd11632c0027e9e96da462adbfcdb30ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/32x32/stock/volume-zero.png @@ -0,0 +1 @@ +../../32x32/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/accept.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/accept.png new file mode 100644 index 0000000000000000000000000000000000000000..77a1592bbb41144d99a5e01b731470cbacbf3dca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/add.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/add.png new file mode 120000 index 0000000000000000000000000000000000000000..acf7d3ece05028019f7793a7857e000fc910790c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/add.png @@ -0,0 +1 @@ +../../48x48/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/address-book-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/address-book-new.png new file mode 100644 index 0000000000000000000000000000000000000000..7c5c96435cce1a76c6d53d51bb400472223cc6da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/address-book-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/application-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/application-exit.png new file mode 100644 index 0000000000000000000000000000000000000000..bddc5eb58683771921016bf2bfdb054b5b8e6c55 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/application-exit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/apply.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/apply.png new file mode 100644 index 0000000000000000000000000000000000000000..8868a6dc19feb84603ff9d12ec0058d8629bd245 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/apply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/appointment-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/appointment-new.png new file mode 100644 index 0000000000000000000000000000000000000000..b554cb9acb6bad31e0911a1b0fe6230003427d91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/appointment-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/back.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/back.png new file mode 120000 index 0000000000000000000000000000000000000000..9cfda399691af3464821b26346a3d04e985fc416 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/back.png @@ -0,0 +1 @@ +../../48x48/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/bookmark-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/bookmark-new.png new file mode 100644 index 0000000000000000000000000000000000000000..bb14364f0f271b2033fe6512e962636bbdc0b25b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/bookmark-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..51a8a5f4ef182d71a2fc429e06b78d4e4a011520 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/bottom.png @@ -0,0 +1 @@ +../../48x48/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/cancel.png new file mode 100644 index 0000000000000000000000000000000000000000..e92c7a70ebc9a4d147ef37064583689f26df41eb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/cancel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/color-picker.png new file mode 100644 index 0000000000000000000000000000000000000000..963d5e61886cf253079421276df8b9cacb59fbae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/color-picker.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/contact-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..d929bcc27048c23bae945975105e323d2e2e1c65 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/contact-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/convert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/convert.png new file mode 100644 index 0000000000000000000000000000000000000000..862933c7d216f3cc4adc6b5c40afca006c77942c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/convert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/copy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/copy.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3280dec60f586c141d150ddbb56d5a9d22bd83 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-export.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-export.png new file mode 100644 index 0000000000000000000000000000000000000000..055745a70fd9ce2bddf7177008f81b0d639b2e3d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-export.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-import.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-import.png new file mode 100644 index 0000000000000000000000000000000000000000..bf18df91cfa58f339941676fe56c253774780a7c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-import.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-new.png new file mode 100644 index 0000000000000000000000000000000000000000..ae4fc388e7d029700b343ec0fc9af59b16f54d11 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-open-recent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-open-recent.png new file mode 100644 index 0000000000000000000000000000000000000000..fa7e5c44d58d749481e3571ab98e0dd8db979f4a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-open-recent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-open.png new file mode 100644 index 0000000000000000000000000000000000000000..044580733bd279f5b79bc1348cddc75176c18577 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-page-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-page-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..3ea5dce630218f81b30c08e40fb2db730c3e8a5b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-page-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-print-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..76646ab956baac49586fc268e8e9e941db8dd10c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-print-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-print.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-print.png new file mode 100644 index 0000000000000000000000000000000000000000..69f4a24cd7c99885377416358dbd520e51a14cb0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-print.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2ff360dd33ef85d86029067b18d40996c2eedc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-revert.png new file mode 100644 index 0000000000000000000000000000000000000000..e3abd62e2a432c6fe0b329cae06404d067d510ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-revert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-save-as.png new file mode 100644 index 0000000000000000000000000000000000000000..6c21032d2a9c1ec71feca1a8f0ae0a3dcd64a7d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-save-as.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-save.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-save.png new file mode 100644 index 0000000000000000000000000000000000000000..3793ade352b45456f2c46c5d14f73609f203e6b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-save.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-send.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-send.png new file mode 100644 index 0000000000000000000000000000000000000000..88ad390ddbdc1faf987031d13d77029b1dfdb32d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/document-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/down.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/down.png new file mode 120000 index 0000000000000000000000000000000000000000..d58359c8ecb7ec3dfb7d981809d684d0e2f60064 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/down.png @@ -0,0 +1 @@ +../../48x48/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..6a88ba0f9a1c2b7776044410dc0938075927398c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-cut.png new file mode 100644 index 0000000000000000000000000000000000000000..9330115c58b841c7952ddc3f573ff4d9d956cafd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-cut.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-delete.png new file mode 100644 index 0000000000000000000000000000000000000000..ea35ee2c768c51ea67e80ae394ceb3c1f3ce0286 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-delete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-find-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-find-replace.png new file mode 100644 index 0000000000000000000000000000000000000000..7c1f9133fc6f3a11df75989e065e4fb1310f7db7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-find-replace.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-find.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-find.png new file mode 100644 index 0000000000000000000000000000000000000000..80537df228831d232515a18c32d8972a274f4b92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-find.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-paste.png new file mode 100644 index 0000000000000000000000000000000000000000..2d7352cc13acb9a4be2b4a166d7059d25b59abf3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-paste.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-redo.png new file mode 100644 index 0000000000000000000000000000000000000000..670bae3d52a419ceb29efc251b925c5988447f73 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-redo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-select-all.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-select-all.png new file mode 100644 index 0000000000000000000000000000000000000000..5601ec84051cf796fb87a3653135b07ea55a3447 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-select-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-undo.png new file mode 100644 index 0000000000000000000000000000000000000000..1ccddbf28e72fe5da8d6909bfb3db4018a8fc377 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/edit-undo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/editdelete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/editdelete.png new file mode 120000 index 0000000000000000000000000000000000000000..e1b8d9b221d4a2524ad63ac095f5bc9bd91ad29a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/editdelete.png @@ -0,0 +1 @@ +../../48x48/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filefind.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filefind.png new file mode 120000 index 0000000000000000000000000000000000000000..52e6f1f3d0d9fab5826df65aa73bf33b8b497452 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filefind.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filenew.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filenew.png new file mode 120000 index 0000000000000000000000000000000000000000..77e28df912f8985fc109d562bca1ead4f97d7ffe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filenew.png @@ -0,0 +1 @@ +../../48x48/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/fileprint.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/fileprint.png new file mode 120000 index 0000000000000000000000000000000000000000..546ce08705200939c69031a792d186ae7e4fb83d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/fileprint.png @@ -0,0 +1 @@ +../../48x48/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filequickprint.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filequickprint.png new file mode 120000 index 0000000000000000000000000000000000000000..73e254c8ff18bda51337d0c893da06f6b935b40a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filequickprint.png @@ -0,0 +1 @@ +../../48x48/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filesave.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filesave.png new file mode 120000 index 0000000000000000000000000000000000000000..418254e7e94a8d0d585a7d4f989e9c61fdbe50d5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filesave.png @@ -0,0 +1 @@ +../../48x48/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filesaveas.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filesaveas.png new file mode 120000 index 0000000000000000000000000000000000000000..84be8432af8e28fb07dbda97a80161f1541c1482 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/filesaveas.png @@ -0,0 +1 @@ +../../48x48/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/find.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/find.png new file mode 120000 index 0000000000000000000000000000000000000000..52e6f1f3d0d9fab5826df65aa73bf33b8b497452 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/find.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/finish.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/finish.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/finish.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/first.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/first.png new file mode 120000 index 0000000000000000000000000000000000000000..c2138619388fb78f83a347ee2da279db61645143 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/first.png @@ -0,0 +1 @@ +../../48x48/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/folder-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/folder-new.png new file mode 100644 index 0000000000000000000000000000000000000000..7608ef3b13e59072d257d098dced38434da09f85 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/folder-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/folder_new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/folder_new.png new file mode 120000 index 0000000000000000000000000000000000000000..b84e2ced82267b5a75d563109bb9cb4ba1ff99ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/folder_new.png @@ -0,0 +1 @@ +../../48x48/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/forbidden.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/forbidden.png new file mode 100644 index 0000000000000000000000000000000000000000..2818a3bd0c1603c0d34813a8c9d75c99feb30b18 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/forbidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-indent-less.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-indent-less.png new file mode 100644 index 0000000000000000000000000000000000000000..692beb36688fb4e31cb3331aa4bebd24a7bca873 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-indent-less.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-indent-more.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-indent-more.png new file mode 100644 index 0000000000000000000000000000000000000000..efac64d6bc9483a94eabc4792e7fb17cffdd317b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-indent-more.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-center.png new file mode 100644 index 0000000000000000000000000000000000000000..5f2d0e2f81310ea0102d57d0797f7b438982ca13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-fill.png new file mode 100644 index 0000000000000000000000000000000000000000..9e137092e1716e43ffc96800f4736216ce6e7bf2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-fill.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd80440efaddbcde66d0038daf1b74db7cbfa62 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6f2635ec3bbf746fd2ae1bd210fdd7ccf33766 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-justify-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-bold.png new file mode 100644 index 0000000000000000000000000000000000000000..d49b91a025d8632343f15331e6877a17ff52304c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-bold.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-direction-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-direction-ltr.png new file mode 100644 index 0000000000000000000000000000000000000000..b57ff8d5a26845cac1ba0bd1a19d59130460bdb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-direction-ltr.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-direction-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-direction-rtl.png new file mode 100644 index 0000000000000000000000000000000000000000..17c217c04070b9b6ec5fa6eda1f14e06152482b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-direction-rtl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-italic.png new file mode 100644 index 0000000000000000000000000000000000000000..dc37adac861d3040a5be286c818abe2ed4b27c58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-italic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-strikethrough.png new file mode 100644 index 0000000000000000000000000000000000000000..6a85b40b5b0f1a0ff1770f084d80927b63e58a6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-strikethrough.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-underline.png new file mode 100644 index 0000000000000000000000000000000000000000..41a189bff61d224c6346e634d13064007dc52eb0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/format-text-underline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/forward.png new file mode 120000 index 0000000000000000000000000000000000000000..3800638972bd56f891a5cb73b353d22687472abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/forward.png @@ -0,0 +1 @@ +../../48x48/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..3be67d27f1abc39c5080a908963fecf7111168be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gnome-lockscreen.png @@ -0,0 +1 @@ +../../48x48/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gnome-run.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gnome-run.png new file mode 120000 index 0000000000000000000000000000000000000000..db93e17ed49b1fc2277def3e28df850ac5afb6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gnome-run.png @@ -0,0 +1 @@ +../../48x48/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..9163bae534636271e9a267fc21324cedfd23679c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-bottom.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-down.png new file mode 100644 index 0000000000000000000000000000000000000000..80f1229e7f9a27970d94269e68b10179e9682ff4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-down.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-first.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-first.png new file mode 100644 index 0000000000000000000000000000000000000000..ca5b202b50905f3a7dc490f0070e64d2322c2fd3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-first.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-home.png new file mode 100644 index 0000000000000000000000000000000000000000..8ae64e7cb2f3a948fa3918c79cad6ffa03e83a07 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-jump.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-jump.png new file mode 100644 index 0000000000000000000000000000000000000000..113747d795046ad7a7c133a0e5a0825c05a02998 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-jump.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-last.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-last.png new file mode 100644 index 0000000000000000000000000000000000000000..a3265420bf63fa1f9afb9af409e22d30e79f0299 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-last.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-next.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-next.png new file mode 100644 index 0000000000000000000000000000000000000000..41ebcb96cc9b19504f60322ce8f57cc8580f5cb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-next.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-previous.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8bae405a3be55a81669c41e8f4cc90f2e275d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-previous.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-to.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-to.png new file mode 100644 index 0000000000000000000000000000000000000000..bd457a229a0b60b39a942a335082f8caea06eca3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-to.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-top.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..02dbdeb2049235850cff8fc5d4877f0685867c9f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-top.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-up.png new file mode 100644 index 0000000000000000000000000000000000000000..933d5d104c5af221ffd42851d97ec29658485cf2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/go-up.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gohome.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gohome.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gohome.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..acf7d3ece05028019f7793a7857e000fc910790c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-add.png @@ -0,0 +1 @@ +../../48x48/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..e1b8d9b221d4a2524ad63ac095f5bc9bd91ad29a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-delete.png @@ -0,0 +1 @@ +../../48x48/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..8569b847164de1ee5264cee22468fe9389db3559 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..52e6f1f3d0d9fab5826df65aa73bf33b8b497452 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-find.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..c6a0a7a2839efc628d114dac4789e79329ea4326 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-fullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-back-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-back-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..9cfda399691af3464821b26346a3d04e985fc416 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-back-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-back-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-back-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..3800638972bd56f891a5cb73b353d22687472abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-back-rtl.png @@ -0,0 +1 @@ +../../48x48/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..d58359c8ecb7ec3dfb7d981809d684d0e2f60064 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-down.png @@ -0,0 +1 @@ +../../48x48/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-forward-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-forward-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..3800638972bd56f891a5cb73b353d22687472abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-forward-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-forward-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-forward-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-forward-rtl.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..1023d13a7f333bf9d699afd9220deff4a68f4a55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-go-up.png @@ -0,0 +1 @@ +../../48x48/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..51a8a5f4ef182d71a2fc429e06b78d4e4a011520 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../48x48/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-first-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-first-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..c2138619388fb78f83a347ee2da279db61645143 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-first-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-first-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-first-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-first-rtl.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-last-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-last-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-last-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-last-rtl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-last-rtl.png new file mode 120000 index 0000000000000000000000000000000000000000..c2138619388fb78f83a347ee2da279db61645143 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-last-rtl.png @@ -0,0 +1 @@ +../../48x48/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..f76a0b5b0c912c4632a1b09aefd20c0277a78825 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-goto-top.png @@ -0,0 +1 @@ +../../48x48/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-home.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..38a9322e4e8d6f92f9567f84060d62758288337e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-leave-fullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..77e28df912f8985fc109d562bca1ead4f97d7ffe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-new.png @@ -0,0 +1 @@ +../../48x48/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..73e254c8ff18bda51337d0c893da06f6b935b40a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-print-preview.png @@ -0,0 +1 @@ +../../48x48/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..546ce08705200939c69031a792d186ae7e4fb83d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-print.png @@ -0,0 +1 @@ +../../48x48/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..cbecc9ac56c366776a3a064bde899e8b36bbd378 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-remove.png @@ -0,0 +1 @@ +../../48x48/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..84be8432af8e28fb07dbda97a80161f1541c1482 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-save-as.png @@ -0,0 +1 @@ +../../48x48/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..418254e7e94a8d0d585a7d4f989e9c61fdbe50d5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-save.png @@ -0,0 +1 @@ +../../48x48/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..62601a8a142a4af0a5de536561f230ef0a8c44e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-100.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..844eca5b31b22c5db51bb78a23f5077a97aa6b14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..cf41f4b5f71f9f6ba2e6436c1aaf0ffafb49f7d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-in.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..e97c6f59ba0c5b93a91759f36759a2f299085d24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/gtk-zoom-out.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-about.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-about.png new file mode 100644 index 0000000000000000000000000000000000000000..2141a6d5809803d9168dc8939a00b82a04bea8d7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-about.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-contents.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-contents.png new file mode 100644 index 0000000000000000000000000000000000000000..da307dcafeb5392ea520840438c9e906efc7be0d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-contents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-faq.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-faq.png new file mode 100644 index 0000000000000000000000000000000000000000..9a289c441e3b178019f6fbca58a2614385044232 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/help-faq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/hint.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/hint.png new file mode 100644 index 0000000000000000000000000000000000000000..c0735f1d359eb9a1921cb42478536f5aafb02068 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/hint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/home.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/home.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-image.png new file mode 100644 index 0000000000000000000000000000000000000000..a944d7c02bfbb593241824cbb41bf437e3c9066a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-link.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-link.png new file mode 100644 index 0000000000000000000000000000000000000000..56594a60b4d6e08a4020431c30ee29e001280e13 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-object.png new file mode 100644 index 0000000000000000000000000000000000000000..2f461af98cb3cf0f7c98224f5964098fe5b37759 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-table.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8e5445791daa7773c4cd232372daa5df75e7fe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-table.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-text.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-text.png new file mode 100644 index 0000000000000000000000000000000000000000..f7331718863e814e366238ef8c512910c9923c09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/insert-text.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/jump.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/jump.png new file mode 120000 index 0000000000000000000000000000000000000000..4ff42a88d41b340fc89d74e8e0be6020c067cebc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/jump.png @@ -0,0 +1 @@ +../../48x48/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/kfm_home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/kfm_home.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/kfm_home.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/last.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/last.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/last.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/list-add.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..ae6c7a123fe3e539e88f87688e95b6b2fe6cd87f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/list-add.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/list-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..a300d5b2e18db2d6d00326518e14dafe299de8b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/list-remove.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/lock.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/lock.png new file mode 120000 index 0000000000000000000000000000000000000000..3be67d27f1abc39c5080a908963fecf7111168be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/lock.png @@ -0,0 +1 @@ +../../48x48/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..e13ad64abdfad2df3ba0cbf1b494d7301ee0e7a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-important.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-important.png new file mode 100644 index 0000000000000000000000000000000000000000..a7fd08d5677191828f6d037be4d4b0528afa0524 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-junk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-junk.png new file mode 100644 index 0000000000000000000000000000000000000000..08456b31c428d77ddb46a765e0396ccf13a9b139 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-junk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-read.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-read.png new file mode 100644 index 0000000000000000000000000000000000000000..27b9e936ab0e8a9f9e0e39cb858bc8d30d83fc5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-unread.png new file mode 100644 index 0000000000000000000000000000000000000000..8d61a685d8947f2aecfce8ffb17482268e4c5895 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-mark-unread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-message-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-message-new.png new file mode 100644 index 0000000000000000000000000000000000000000..fdec18f691e03e4964a60ac23d7810a9bfffa938 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-message-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-reply-all.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-reply-all.png new file mode 100644 index 0000000000000000000000000000000000000000..c7da78e32bcca7e08a9b2d9d83181e835b9c799e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-reply-all.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-reply-sender.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-reply-sender.png new file mode 100644 index 0000000000000000000000000000000000000000..e454df3fb9032b3321a6a5f151d73176df074e12 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-reply-sender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-send-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-send-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..51e214349146f4ca4718d491d9e805a12941226c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-send-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-send.png new file mode 100644 index 0000000000000000000000000000000000000000..d451aae5c1826deab066026d97aad1381635c10a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail-send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail.png new file mode 100644 index 0000000000000000000000000000000000000000..6b8006d70344508571c826b6a247c4741f1c4897 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-eject.png new file mode 100644 index 0000000000000000000000000000000000000000..784c37e76df1f36d45cbe5de40b94fd858901ed7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-eject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8c8b5a957fadffc2fae15c31f8bb673ba08295af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-mute.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9e6f298a869ec2b8cb2243fd6d4a42eca632d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-pause.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-start.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-start.png new file mode 100644 index 0000000000000000000000000000000000000000..f91b6667e92cbf67fa3958d18e90bdd530e21c09 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-start.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..954d0a48d28748e483d6b09aad52c6535bacf43c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playback-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playlist-repeat.png new file mode 100644 index 0000000000000000000000000000000000000000..199cb5e8b8d3f7f59189591f56ac824e5d3f2151 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playlist-repeat.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playlist-shuffle.png new file mode 100644 index 0000000000000000000000000000000000000000..528e2165f90591aa0f406eb4b4c06bdec16f6269 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-playlist-shuffle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-record.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8b39dc600b064c9484ed26de11f84b35478ffc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-record.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-seek-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-seek-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e39224e536095d48d382e11ed450ef57d04712 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-seek-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-seek-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-seek-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..bb50a06b777add28ecc5029b32c7a5fb26d9c7d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-seek-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-skip-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-skip-backward.png new file mode 100644 index 0000000000000000000000000000000000000000..9521bde8d5c698b528aaee5fe5e3556d783044d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-skip-backward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-skip-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-skip-forward.png new file mode 100644 index 0000000000000000000000000000000000000000..fb2b2c5d53be6d94c6a89e11b72acbd60e343679 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/media-skip-forward.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/multimedia-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/multimedia-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..dfafad6bea45ea63b3c59af250034399c2e48e27 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/multimedia-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/network-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/network-connect.png new file mode 100644 index 0000000000000000000000000000000000000000..da0414f1d3b41f7c32348a4038f7c95fb1451292 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/network-connect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/network-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/network-disconnect.png new file mode 100644 index 0000000000000000000000000000000000000000..0533b23a41d810cbb36fe58ed84d92e81b497040 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/network-disconnect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/next.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/next.png new file mode 120000 index 0000000000000000000000000000000000000000..3800638972bd56f891a5cb73b353d22687472abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/next.png @@ -0,0 +1 @@ +../../48x48/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-flip-horizontal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-flip-horizontal.png new file mode 100644 index 0000000000000000000000000000000000000000..5d30e266bb98b7da3ed5c0c146e69634b644b71b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-flip-horizontal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-flip-vertical.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-flip-vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..65c640d09e5d56db548b2e90885c9d5d00c31797 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-flip-vertical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-rotate-left.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-rotate-left.png new file mode 100644 index 0000000000000000000000000000000000000000..53c059c6ba81b05459377f2f2dac2a358f115f85 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-rotate-left.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-rotate-right.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-rotate-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ac97f77c5eb9cce33916a2e4555e96357e453ded Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/object-rotate-right.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/previous.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/previous.png new file mode 120000 index 0000000000000000000000000000000000000000..9cfda399691af3464821b26346a3d04e985fc416 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/previous.png @@ -0,0 +1 @@ +../../48x48/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/process-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/process-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..69cc19be94bc4957df10e3336d4314f890a9e226 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/process-stop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/redhat-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/redhat-home.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/redhat-home.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/remove.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/remove.png new file mode 120000 index 0000000000000000000000000000000000000000..cbecc9ac56c366776a3a064bde899e8b36bbd378 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/remove.png @@ -0,0 +1 @@ +../../48x48/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/reply.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/reply.png new file mode 100644 index 0000000000000000000000000000000000000000..b1149275bf08dc4d24f026b1c863b64bf0e8cc36 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/reply.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/send.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/send.png new file mode 100644 index 0000000000000000000000000000000000000000..1ebbb47ecdf3caf514c95b73ddf956dbadd10a79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/send.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/start.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/start.png new file mode 120000 index 0000000000000000000000000000000000000000..c2138619388fb78f83a347ee2da279db61645143 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/start.png @@ -0,0 +1 @@ +../../48x48/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..51a8a5f4ef182d71a2fc429e06b78d4e4a011520 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_bottom.png @@ -0,0 +1 @@ +../../48x48/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..e1b8d9b221d4a2524ad63ac095f5bc9bd91ad29a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_delete.png @@ -0,0 +1 @@ +../../48x48/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_down.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_down.png new file mode 120000 index 0000000000000000000000000000000000000000..d58359c8ecb7ec3dfb7d981809d684d0e2f60064 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_down.png @@ -0,0 +1 @@ +../../48x48/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_first.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_first.png new file mode 120000 index 0000000000000000000000000000000000000000..c2138619388fb78f83a347ee2da279db61645143 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_first.png @@ -0,0 +1 @@ +../../48x48/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..c6a0a7a2839efc628d114dac4789e79329ea4326 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_fullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_home.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_last.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_last.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_last.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_leave-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_leave-fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..38a9322e4e8d6f92f9567f84060d62758288337e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_leave-fullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_left.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_left.png new file mode 120000 index 0000000000000000000000000000000000000000..9cfda399691af3464821b26346a3d04e985fc416 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_left.png @@ -0,0 +1 @@ +../../48x48/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..b84e2ced82267b5a75d563109bb9cb4ba1ff99ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-dir.png @@ -0,0 +1 @@ +../../48x48/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-text.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-text.png new file mode 120000 index 0000000000000000000000000000000000000000..77e28df912f8985fc109d562bca1ead4f97d7ffe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-text.png @@ -0,0 +1 @@ +../../48x48/actions/document-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-window.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-window.png new file mode 120000 index 0000000000000000000000000000000000000000..94430240b59244895dbeb5fe3abc4535c71304bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_new-window.png @@ -0,0 +1 @@ +../../48x48/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..73e254c8ff18bda51337d0c893da06f6b935b40a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_print-preview.png @@ -0,0 +1 @@ +../../48x48/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..546ce08705200939c69031a792d186ae7e4fb83d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_print.png @@ -0,0 +1 @@ +../../48x48/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_right.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_right.png new file mode 120000 index 0000000000000000000000000000000000000000..3800638972bd56f891a5cb73b353d22687472abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_right.png @@ -0,0 +1 @@ +../../48x48/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..84be8432af8e28fb07dbda97a80161f1541c1482 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_save-as.png @@ -0,0 +1 @@ +../../48x48/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..418254e7e94a8d0d585a7d4f989e9c61fdbe50d5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_save.png @@ -0,0 +1 @@ +../../48x48/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_search-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_search-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..8569b847164de1ee5264cee22468fe9389db3559 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_search-and-replace.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..52e6f1f3d0d9fab5826df65aa73bf33b8b497452 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_search.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_top.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_top.png new file mode 120000 index 0000000000000000000000000000000000000000..f76a0b5b0c912c4632a1b09aefd20c0277a78825 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_top.png @@ -0,0 +1 @@ +../../48x48/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_up.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_up.png new file mode 120000 index 0000000000000000000000000000000000000000..1023d13a7f333bf9d699afd9220deff4a68f4a55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_up.png @@ -0,0 +1 @@ +../../48x48/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-1.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-1.png new file mode 120000 index 0000000000000000000000000000000000000000..62601a8a142a4af0a5de536561f230ef0a8c44e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-1.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..cf41f4b5f71f9f6ba2e6436c1aaf0ffafb49f7d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-in.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..e97c6f59ba0c5b93a91759f36759a2f299085d24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-out.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-page.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-page.png new file mode 120000 index 0000000000000000000000000000000000000000..844eca5b31b22c5db51bb78a23f5077a97aa6b14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stock_zoom-page.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stop.png new file mode 120000 index 0000000000000000000000000000000000000000..909390ff2c228d7de6fd35db1276fd639d757be3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/stop.png @@ -0,0 +1 @@ +../../48x48/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/sync.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/sync.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd60d68a3da42623c25476c30bfed6ccd8d3de5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/sync.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-hybernate.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-hybernate.png new file mode 100644 index 0000000000000000000000000000000000000000..180db90a07cd0a646e6b41833a7e5c0d32b9f51d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-hybernate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-lock-screen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-lock-screen.png new file mode 100644 index 0000000000000000000000000000000000000000..26a954642ab9757b1664de74eea8443584091671 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-lock-screen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-log-out.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..f067851ea3973de573034167a9b351e81e4bf9ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-log-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee5ef88f37e1d79f0d5282b55400a09d0365141 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-reboot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-run.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-run.png new file mode 100644 index 0000000000000000000000000000000000000000..65aa3fa28c1791f746a6c48d592e7fd220f13af7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-run.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-search.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-search.png new file mode 100644 index 0000000000000000000000000000000000000000..e4a57edbf23284758489b2252d957a1df776a82f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-shutdown.png new file mode 100644 index 0000000000000000000000000000000000000000..5d0ddcbc06a7e7cec3698ef5442de332e660f3d8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-shutdown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-suspend.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-suspend.png new file mode 100644 index 0000000000000000000000000000000000000000..710ec33f92c7afc6c709e821b151e2ec0ed65759 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-suspend.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-switch-user.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-switch-user.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a0da9c4034431d29606f1e0fd6728ad238f284 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/system-switch-user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/tab-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/tab-new.png new file mode 100644 index 0000000000000000000000000000000000000000..ae2ee809cae8fa6c9aa9c587013120e9dd9af344 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/tab-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/tools-check-spelling.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/tools-check-spelling.png new file mode 100644 index 0000000000000000000000000000000000000000..326b73b680a0877122ac9e53d0056c2f8e2db473 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/tools-check-spelling.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/top.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/top.png new file mode 120000 index 0000000000000000000000000000000000000000..f76a0b5b0c912c4632a1b09aefd20c0277a78825 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/top.png @@ -0,0 +1 @@ +../../48x48/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/up.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/up.png new file mode 120000 index 0000000000000000000000000000000000000000..1023d13a7f333bf9d699afd9220deff4a68f4a55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/up.png @@ -0,0 +1 @@ +../../48x48/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-fullscreen.png new file mode 100644 index 0000000000000000000000000000000000000000..5cdc693748f5b173430bc980bb2dca7cc0d29fa3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-fullscreen.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..6798976946350dabd1b9edf5e18b8566af5184db Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-refresh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-restore.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-restore.png new file mode 100644 index 0000000000000000000000000000000000000000..80ffb63cf8dc021032191ef0783341ec35e09ba4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-restore.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-sort-ascending.png new file mode 100644 index 0000000000000000000000000000000000000000..8c60cb60e4f79fe42582aa1ed4af2cbbd466e307 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-sort-ascending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-sort-descending.png new file mode 100644 index 0000000000000000000000000000000000000000..7bcb23944f4548ad7ca694708c32f738797697d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/view-sort-descending.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window-close.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window-close.png new file mode 100644 index 0000000000000000000000000000000000000000..46db1aada631f73041ca4770e0a0083b38d07d50 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window-close.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window-new.png new file mode 100644 index 0000000000000000000000000000000000000000..11a72f92bb4cfcccee902e912388ecdbb0106835 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window.png new file mode 100644 index 0000000000000000000000000000000000000000..7babd673d400b9e2735c6110f97b3a02ef02f801 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..c6a0a7a2839efc628d114dac4789e79329ea4326 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_fullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_new.png new file mode 120000 index 0000000000000000000000000000000000000000..94430240b59244895dbeb5fe3abc4535c71304bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_new.png @@ -0,0 +1 @@ +../../48x48/actions/window-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_nofullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_nofullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..38a9322e4e8d6f92f9567f84060d62758288337e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/window_nofullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-restore.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..3be67d27f1abc39c5080a908963fecf7111168be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/xfce-system-lock.png @@ -0,0 +1 @@ +../../48x48/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-best-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-best-fit.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8297de9e8d492072b27b1f80c9663107215035 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-best-fit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-in.png new file mode 100644 index 0000000000000000000000000000000000000000..b41dfdb3ebce18f4ec7562fc5b7ca1f816355f05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-in.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-original.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-original.png new file mode 100644 index 0000000000000000000000000000000000000000..9c566666c98baf1387219031fc6b0204851dfb4d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-original.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-out.png new file mode 100644 index 0000000000000000000000000000000000000000..ece2a1f4195f5f399b8260bf409f94cd84613088 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/actions/zoom-out.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/Terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/Terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..5b3083eed2c149dc311c18c7f185e6fcf7861c53 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/Terminal.png @@ -0,0 +1 @@ +../../48x48/misc/root_terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/Thunar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/Thunar.png new file mode 100644 index 0000000000000000000000000000000000000000..66a152f47b6d7c7ee366576bbe67a335e7cc78cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/Thunar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..51747ace61b08bb4645ac6c8e3854b483a99217c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..0048f7ce4238db425fa8e0f88c2891370f4c4bee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..96180d36084d102dc4d22eee8c8aac8549a5c696 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-calculator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-character-map.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-character-map.png new file mode 100644 index 0000000000000000000000000000000000000000..281d7f2fabbe6d57920d0257e9a44f141fa986cb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-character-map.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-dictionary-web.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-dictionary-web.png new file mode 100644 index 0000000000000000000000000000000000000000..ac6f9975854f216a7619679f261e22b5d414550f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-dictionary-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-dictionary.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-dictionary.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3ed89e4030ce3690e40735b9f78e139406e18c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-dictionary.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-snapshot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-snapshot.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e0f0612a92f443348f50aa39ab85db5cfea5e0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-snapshot.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..47d9064ff1ff838a7bb00ba444fdc74764a51614 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/accessories-text-editor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/acroread.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/acroread.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f9130490718bfc07cb7339f6a4f17d0e19634a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/acroread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/amarok.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/amarok.png new file mode 100644 index 0000000000000000000000000000000000000000..03033ba7586771fafc37e85fa636f5721c4dd1c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/amarok.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/antivirus.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/antivirus.png new file mode 100644 index 0000000000000000000000000000000000000000..03d3679082b67b511f130edd7bd6c1dcc0980e21 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/antivirus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applets-screenshooter.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applets-screenshooter.png new file mode 100644 index 0000000000000000000000000000000000000000..3b63b1bc8ca0ce0d831cc47200a430290703e7fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applets-screenshooter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applications-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applications-internet.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..8dd4e647f9ab71f5f0e20281118373c61c442e73 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/applications-other.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/arts.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/arts.png new file mode 120000 index 0000000000000000000000000000000000000000..37b1e40373110e7b7bd12614805dae2fa9900bb0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/arts.png @@ -0,0 +1 @@ +../../48x48/apps/multimedia-preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/azureus.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/azureus.png new file mode 100644 index 0000000000000000000000000000000000000000..8aaae7ddc698cad7b30d66bd9f7cf18c89fb99df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/azureus.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/background.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/background.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc50eae2d0425c3bace8bf7b94fb5730cee866f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/background.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/blender.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/blender.png new file mode 100644 index 0000000000000000000000000000000000000000..ebd5b0f959913c8b3c29606770ff8fa4054215f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/bluefish-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/bluefish-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f9bd4af2fc3fbf4eda79880512b14747f6769e44 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/bluefish-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e218cea73cd7f8c7dc9ca452059b9668da1989 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/cdplayer-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9b989be588ce0119a52a4d43d270e8dd9ffd8bb2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/cdplayer-icon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/chart.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/chart.png new file mode 100644 index 0000000000000000000000000000000000000000..47d2462acff3d388099bdff47deb4ca94cbd477c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/database.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/database.png new file mode 100644 index 0000000000000000000000000000000000000000..671256df699bee54f84bdbde0cc48e4fde49ee5c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/database.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ddd.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ddd.png new file mode 100644 index 0000000000000000000000000000000000000000..d88b81e1f734863af7ea72fd2140b4cc78f59b6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ddd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/digikam.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/digikam.png new file mode 100644 index 0000000000000000000000000000000000000000..547e9bce3e953e06293a70b1139b96c310ba16c5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/digikam.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/digikamcameraclient.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/digikamcameraclient.png new file mode 100644 index 0000000000000000000000000000000000000000..8dada169722168321e9f08ffc73e4b5aa8f392ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/digikamcameraclient.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/emule.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/emule.png new file mode 100644 index 0000000000000000000000000000000000000000..be37cdd4201da7a0646e27e85dde61c7659b14de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/emule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/evolution.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/evolution.png new file mode 120000 index 0000000000000000000000000000000000000000..d54cc5b5cadce6abaab6934b8e7d1f68b8e22df7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/evolution.png @@ -0,0 +1 @@ +../../48x48/actions/mail.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/file-manager.png new file mode 120000 index 0000000000000000000000000000000000000000..93ab61996bf7e2f139ddca58008bae914b0e1bcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/file-manager.png @@ -0,0 +1 @@ +../../48x48/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/file-roller.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/file-roller.png new file mode 100644 index 0000000000000000000000000000000000000000..5c9070198f57691b3949f2a3b4516865bfea4327 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/file-roller.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/firefox.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/firefox.png new file mode 100644 index 0000000000000000000000000000000000000000..42eb4b178ca9033251e11eccade4b71979b20d9f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/firefox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/firewall.png new file mode 100644 index 0000000000000000000000000000000000000000..9a04e487fb97112c7db7c9727e3faf0cd32e2968 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/firewall.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gftp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gftp.png new file mode 100644 index 0000000000000000000000000000000000000000..e47cb037e9f181189b2e4ab3f9aea9fc6bfc58e8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gimp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gimp.png new file mode 100644 index 0000000000000000000000000000000000000000..acabd983e588826c46586915a4749c77d504c053 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gimp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..79284c13f32539acabcf4c6fb2c8a81d95e66c1f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-applications.png @@ -0,0 +1 @@ +../../48x48/categories/applications-other.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..13752aadf7bcb42092bfa36d45dad97fc80811d3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-calculator.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-calculator.png new file mode 120000 index 0000000000000000000000000000000000000000..451e2e19c5b76224e90d84bf6fbb89654347c80f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-calculator.png @@ -0,0 +1 @@ +../../48x48/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-cdplayer-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-cdplayer-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..ceade26064f51f9118adcbb469836583b6796366 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-cdplayer-icon.png @@ -0,0 +1 @@ +../../48x48/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-desktop-config.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-desktop-config.png new file mode 120000 index 0000000000000000000000000000000000000000..86916956c3241e13e47c7934aa2bbe6b0a6d71e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-desktop-config.png @@ -0,0 +1 @@ +../../48x48/categories/preferences-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..c492feb2edae774edaeee2d70c0510bed7ad6a30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-devel.png @@ -0,0 +1 @@ +../../48x48/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-globe.png new file mode 100644 index 0000000000000000000000000000000000000000..74416afdeda98ff31150f299711127b1ce5b3538 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-globe.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..572228b06722e07146ba0e5869693c004c87c816 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-graphics.png @@ -0,0 +1 @@ +../../48x48/apps/xfce-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-help.png new file mode 120000 index 0000000000000000000000000000000000000000..e59f9d0fbe0ce44709df757354fde5764d999fb2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-help.png @@ -0,0 +1 @@ +../../48x48/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-info.png new file mode 120000 index 0000000000000000000000000000000000000000..78d4b69ba8424fd7fb7a5e81e89fe0c9e7e9208a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-info.png @@ -0,0 +1 @@ +../../48x48/apps/xfce-system-info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-joystick.png new file mode 100644 index 0000000000000000000000000000000000000000..05ab652f8427fb9f48513b8755fe7010a1c0bc25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-joystick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-library.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-library.png new file mode 100644 index 0000000000000000000000000000000000000000..c87678899ce8ac991f4aa63d31340db0de51ea49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-library.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-lockscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-lockscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..3be67d27f1abc39c5080a908963fecf7111168be --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-lockscreen.png @@ -0,0 +1 @@ +../../48x48/actions/system-lock-screen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..62e3c2377f8e4a3c85ba477124b67471807cfb59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-logout.png @@ -0,0 +1 @@ +../../48x48/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-media-player-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-media-player-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..ceade26064f51f9118adcbb469836583b6796366 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-media-player-icon.png @@ -0,0 +1 @@ +../../48x48/apps/cdplayer-icon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..7e2a6576c7bc6868a20e481c10478693b14e9b8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-mixer.png @@ -0,0 +1 @@ +../../48x48/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-monitor.png new file mode 120000 index 0000000000000000000000000000000000000000..e4a6e83d4ae35cf160009a76c3fcfebda538b9bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-monitor.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d09398b352bb015b4f08829385e46e35a160be92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-multimedia.png @@ -0,0 +1 @@ +../../48x48/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-other.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-other.png new file mode 100644 index 0000000000000000000000000000000000000000..11e660a64d3ebfd82115fe92760e3d03f4285831 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..187111df758e9af24fac2930a05773d18206a7fc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-package.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-package.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..4767163a6f7c98c06ff3003e1a110c51e96df5e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-pdf.png @@ -0,0 +1 @@ +../../48x48/apps/acroread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-searchtool.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-searchtool.png new file mode 120000 index 0000000000000000000000000000000000000000..3c8aa5e3e109de79b54eab9572ca9cd3989a276a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-searchtool.png @@ -0,0 +1 @@ +../../48x48/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-accessibility-technologies.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-accessibility-technologies.png new file mode 120000 index 0000000000000000000000000000000000000000..12d0298984d779caac4003071be7388861362a92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-accessibility-technologies.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-accessibility.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-background.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-background.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc50eae2d0425c3bace8bf7b94fb5730cee866f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-background.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-ui-behavior.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-ui-behavior.png new file mode 100644 index 0000000000000000000000000000000000000000..2880571d97b4af59d4631860c4e74e9a264ff165 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings-ui-behavior.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..7c54e0a42ff4eb82949ebed2f1d0b0f9ec3d4e6f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-settings.png @@ -0,0 +1 @@ +../../48x48/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..f4068eac2745f3b456aa557726b13ea24003ab84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-shutdown.png @@ -0,0 +1 @@ +../../48x48/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-starthere.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-starthere.png new file mode 120000 index 0000000000000000000000000000000000000000..fcfb5a4207edeb4870cf51738c9ddfebbcd28337 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-starthere.png @@ -0,0 +1 @@ +../../48x48/places/start-here.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-system.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-system.png new file mode 120000 index 0000000000000000000000000000000000000000..35139dc7ac9cc7db45000d92e6b2afa26423580c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-system.png @@ -0,0 +1 @@ +../../48x48/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..04d295968bfb304c999ed56d76ad77f12ef13fc9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-terminal.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..41caabbeb86d51687462134251d1a579ebc60442 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gnome-util.png @@ -0,0 +1 @@ +../../48x48/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gqview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gqview.png new file mode 100644 index 0000000000000000000000000000000000000000..9a3d5d17cc14fa3860e17ec1a757311db3977684 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gqview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..99d4b82754b1262304a1f3d90f62c5eba565b81f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gtk-help.png @@ -0,0 +1 @@ +../../48x48/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gxine.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gxine.png new file mode 120000 index 0000000000000000000000000000000000000000..7416b89e479afcd86673f98f7d6bf82c5d94ab6b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/gxine.png @@ -0,0 +1 @@ +../../48x48/apps/xine.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help-browser.png new file mode 100644 index 0000000000000000000000000000000000000000..24552bbee1577bfb610d758ce4e0538e058648c8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help-browser.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help.png new file mode 120000 index 0000000000000000000000000000000000000000..99d4b82754b1262304a1f3d90f62c5eba565b81f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help.png @@ -0,0 +1 @@ +../../48x48/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help2.png new file mode 100644 index 0000000000000000000000000000000000000000..a9532daf0851227b2a428338637caad5bd0ad11f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/help2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-aim.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-aim.png new file mode 100644 index 0000000000000000000000000000000000000000..a23f7e1510152e45705bbcdde0aa76a840018aef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-aim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-icq.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-icq.png new file mode 100644 index 0000000000000000000000000000000000000000..8fdbec74172dbbc68b6bb787c46fb4b811fc04c5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-icq.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-jabber.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-jabber.png new file mode 100644 index 0000000000000000000000000000000000000000..c2d0399ef18d317f5ff609ce21cb26c53fedbdd6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-jabber.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-msn.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-msn.png new file mode 100644 index 0000000000000000000000000000000000000000..02c0e31c5ff040de8bf508cdd8b39e5ac9e1d4ff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-msn.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-nov.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-nov.png new file mode 100644 index 0000000000000000000000000000000000000000..9e6032e55cd6c352f9eab6689348a3da5a7b7a81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-nov.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-yahoo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-yahoo.png new file mode 100644 index 0000000000000000000000000000000000000000..7b76e8b23cf73463400b581b682c8a683a740d3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/im-yahoo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/inkscape.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/inkscape.png new file mode 100644 index 0000000000000000000000000000000000000000..80fab8ef6ca2cb838b5168bbbf12c7939edc1db4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/inkscape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kcmsound.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kcmsound.png new file mode 120000 index 0000000000000000000000000000000000000000..7e2a6576c7bc6868a20e481c10478693b14e9b8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kcmsound.png @@ -0,0 +1 @@ +../../48x48/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kedit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kedit.png new file mode 120000 index 0000000000000000000000000000000000000000..b12ebde98fa3e124c5a97eb3ef7d81f27d185fb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kedit.png @@ -0,0 +1 @@ +../../48x48/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..d2ada51d2bada7e3958d7b58bdadf18e5a5723da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kfm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kfm.png new file mode 120000 index 0000000000000000000000000000000000000000..93ab61996bf7e2f139ddca58008bae914b0e1bcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kfm.png @@ -0,0 +1 @@ +../../48x48/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/khelpcenter.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/khelpcenter.png new file mode 120000 index 0000000000000000000000000000000000000000..99d4b82754b1262304a1f3d90f62c5eba565b81f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/khelpcenter.png @@ -0,0 +1 @@ +../../48x48/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/konsole.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/konsole.png new file mode 120000 index 0000000000000000000000000000000000000000..04d295968bfb304c999ed56d76ad77f12ef13fc9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/konsole.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..03e3dcdffd96e62a16c5f53cb445ae538cc9c16f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/kscreensaver.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ksysguard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ksysguard.png new file mode 120000 index 0000000000000000000000000000000000000000..e4a6e83d4ae35cf160009a76c3fcfebda538b9bd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ksysguard.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-system-monitor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/limewire.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/limewire.png new file mode 100644 index 0000000000000000000000000000000000000000..1b715fd022bdd60e1f111c81d5a164d6ca82b626 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/limewire.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/logviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/logviewer.png new file mode 100644 index 0000000000000000000000000000000000000000..ec13b9919a09a9cb63a61dc73148a25bd420f5ca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/logviewer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..6f013fd7a77855d7b1b1f800ce755d5a31f31f34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/mplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..878c36c87bcbb0f2a709919df82a6b99065fdb7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/mplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-balance-control.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-balance-control.png new file mode 100644 index 0000000000000000000000000000000000000000..4c2f7fc07498cb72fd033d4114ca989bae36d2cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-balance-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-control-center.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-control-center.png new file mode 100644 index 0000000000000000000000000000000000000000..99dfcd0068ef753222b3b33c630169986d9ac026 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-control-center.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-preferences.png new file mode 100644 index 0000000000000000000000000000000000000000..61622c18be76420dfa134be9f53822fcf8bbf3e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-preferences.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-volume-control.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-volume-control.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4681250eeb3820aca41c0b079abef204442abe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia-volume-control.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d09398b352bb015b4f08829385e46e35a160be92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/multimedia.png @@ -0,0 +1 @@ +../../48x48/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/netbeans.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/netbeans.png new file mode 100644 index 0000000000000000000000000000000000000000..3c5c473bd2783e78f9e8e9da0670ba0a8791e1ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/netbeans.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-base.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-base.png new file mode 100644 index 0000000000000000000000000000000000000000..ddff1bf80a34eab937569dba56bf87289667b503 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..982ca5855e34e442d39d7013ab2285ef6c5a9396 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..1dfdc7c1a2a1f49405521a7bdd24c262b9368c5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..ad06237cffbc19b2f00ab7eb11827cdaec253222 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-math.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-math.png new file mode 100644 index 0000000000000000000000000000000000000000..de3168301b3209e1ae76516ce53bccdcb8119b0b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-setup.png new file mode 100644 index 0000000000000000000000000000000000000000..8d41799c2bf9b75e7763c248392367f43eaabc92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-setup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..ea4872248f06274f533d6a078e6885d8abc2d508 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo-writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_base.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_base.png new file mode 120000 index 0000000000000000000000000000000000000000..27a35e50e5e1736b4618ac80f6a74bdfa1a17c39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_base.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_calc.png new file mode 120000 index 0000000000000000000000000000000000000000..3a5c8a9f2fb3d50c0e7f0f8fc37948dd4df24f7f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_calc.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_draw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_draw.png new file mode 120000 index 0000000000000000000000000000000000000000..d276eb117f1cdba17d6a242b21a888ab66dc34aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_draw.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_impress.png new file mode 120000 index 0000000000000000000000000000000000000000..2b06a53051d3f6fec59776bb40670e2756b470b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_impress.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_math.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_math.png new file mode 120000 index 0000000000000000000000000000000000000000..c035e8d11d3337602cf50932b3b5998b263e4492 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_math.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_setup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_setup.png new file mode 120000 index 0000000000000000000000000000000000000000..c02b7ca305e8b1c07749d7f9f2542b452c515ffc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_setup.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_writer.png new file mode 120000 index 0000000000000000000000000000000000000000..3a7b7fc5cd465ccac43b629af2d8f427de6c0dfe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ooo_writer.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-base.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-base.png new file mode 120000 index 0000000000000000000000000000000000000000..27a35e50e5e1736b4618ac80f6a74bdfa1a17c39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-base.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-base.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-calc.png new file mode 120000 index 0000000000000000000000000000000000000000..3a5c8a9f2fb3d50c0e7f0f8fc37948dd4df24f7f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-calc.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-draw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-draw.png new file mode 120000 index 0000000000000000000000000000000000000000..d276eb117f1cdba17d6a242b21a888ab66dc34aa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-draw.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-impress.png new file mode 120000 index 0000000000000000000000000000000000000000..2b06a53051d3f6fec59776bb40670e2756b470b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-impress.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-math.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-math.png new file mode 120000 index 0000000000000000000000000000000000000000..c035e8d11d3337602cf50932b3b5998b263e4492 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-math.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-math.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-setup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-setup.png new file mode 120000 index 0000000000000000000000000000000000000000..c02b7ca305e8b1c07749d7f9f2542b452c515ffc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-setup.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-writer.png new file mode 120000 index 0000000000000000000000000000000000000000..3a7b7fc5cd465ccac43b629af2d8f427de6c0dfe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg-writer.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg.png new file mode 120000 index 0000000000000000000000000000000000000000..c02b7ca305e8b1c07749d7f9f2542b452c515ffc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openofficeorg.png @@ -0,0 +1 @@ +../../48x48/apps/ooo-setup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openterm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openterm.png new file mode 120000 index 0000000000000000000000000000000000000000..04d295968bfb304c999ed56d76ad77f12ef13fc9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/openterm.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/opera.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/opera.png new file mode 100644 index 0000000000000000000000000000000000000000..b7ad1dfcb329f4fb9423126e9a536a4d1dcc514f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/opera.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/palm-pilot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/palm-pilot.png new file mode 120000 index 0000000000000000000000000000000000000000..17fc08449c984f10629e16a65aabb75274488054 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/palm-pilot.png @@ -0,0 +1 @@ +../../48x48/devices/pda.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-accessibility.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-accessibility.png new file mode 100644 index 0000000000000000000000000000000000000000..baa62f5100b7677a1114e27c28686c12ae7d49ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-accessibility.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-default-applications.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-default-applications.png new file mode 120000 index 0000000000000000000000000000000000000000..ba155dffaf1d9974b521c094a8b27d77648689c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-default-applications.png @@ -0,0 +1 @@ +../../48x48/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-font.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-font.png new file mode 100644 index 0000000000000000000000000000000000000000..fd964972c0624b2b72d102deaec66fc7b699e125 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-font.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-keyboard-shortcuts.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-keyboard-shortcuts.png new file mode 100644 index 0000000000000000000000000000000000000000..cc291c00c452faa8ce4eb562c7b31b7da2aab4ad Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-keyboard-shortcuts.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..fe27eef24203557a2e5425f3e72dfba286f2a22e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-locale.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-locale.png new file mode 100644 index 0000000000000000000000000000000000000000..280d8a43335f3255a88c6222605f4d06b9bdc54e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-locale.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-remote-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-remote-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..f1d3a0b5521635fd178cd5feb569a29898d59692 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-remote-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..cdcb9f479dd28a96e54c948876ef2e7f6bbdea53 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-screensaver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-theme.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-theme.png new file mode 100644 index 0000000000000000000000000000000000000000..c3c44a9f7e3f3a33be85f79d19adf26cdf83dc20 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-theme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-wallpaper.png new file mode 100644 index 0000000000000000000000000000000000000000..8c77357e6303efd1706407f62985405f5a8626af Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-desktop-wallpaper.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-system-windows.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-system-windows.png new file mode 100644 index 0000000000000000000000000000000000000000..40df9ee12919995508d12904f7d62750b2bfbc14 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/preferences-system-windows.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/redhat-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/redhat-filemanager.png new file mode 120000 index 0000000000000000000000000000000000000000..93ab61996bf7e2f139ddca58008bae914b0e1bcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/redhat-filemanager.png @@ -0,0 +1 @@ +../../48x48/apps/system-file-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ristretto.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ristretto.png new file mode 100644 index 0000000000000000000000000000000000000000..40f3dbc1d1733e90e9341212601607419eacaca6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/ristretto.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/screensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/screensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..03e3dcdffd96e62a16c5f53cb445ae538cc9c16f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/screensaver.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/search.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/search.png new file mode 100644 index 0000000000000000000000000000000000000000..0214b1ce62c90f83ccbed9d25c1823b58b303de7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..85c69d176fddc8580732aecf78317b103c149ec1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/skype.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/skype.png new file mode 100644 index 0000000000000000000000000000000000000000..612de3a4a64f0b87045ba0d8be099c82b805af58 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/skype.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..99d4b82754b1262304a1f3d90f62c5eba565b81f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/stock_help.png @@ -0,0 +1 @@ +../../48x48/apps/help-browser.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-date.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-date.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dd31846b1981ec3ae38a16287c41ef758f4861 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-date.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-display.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-display.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5cfc9d370006ae6c219f61b50e8b8ee864a08b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..e1717b0215ed3ff404113329ad552477218b829b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-keyboard.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-language.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-language.png new file mode 120000 index 0000000000000000000000000000000000000000..c572ee547d880ef57650e243641a53579cf0d5e1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-language.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-locale.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-netboot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-netboot.png new file mode 120000 index 0000000000000000000000000000000000000000..c2dbebe25b437e93b149ef1c3b4873a93c79faa9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-netboot.png @@ -0,0 +1 @@ +../../48x48/misc/network-boot-manager.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..f52e0d41bb15ce2855141c30c573884e534d0b76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-samba.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-samba.png new file mode 100644 index 0000000000000000000000000000000000000000..0209e056d12b72584356779e1b3ae7450debec52 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-samba.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-securitylevel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-securitylevel.png new file mode 100644 index 0000000000000000000000000000000000000000..6039935dbf5fbe55eefe31afaae9d6a7ab84b9c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-securitylevel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-services.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-services.png new file mode 120000 index 0000000000000000000000000000000000000000..47d2ca3d40fe0b9b610cfe53cc842051ad7da272 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-services.png @@ -0,0 +1 @@ +../../48x48/categories/system-services.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-soundcard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-soundcard.png new file mode 100644 index 0000000000000000000000000000000000000000..04e18b178f8fbaf61aeb7cbc0bf847bbd170e952 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-soundcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-users.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-users.png new file mode 100644 index 0000000000000000000000000000000000000000..3bd3ca6ec075aa6b3d46102617d27123349b4485 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-config-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-file-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-file-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..3324005d9cf5c36275866d1f94390efa4e90f918 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-file-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-software-installer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-software-installer.png new file mode 100644 index 0000000000000000000000000000000000000000..209ddf57318f1301de00a8ea6388ee9356989b79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-software-installer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-software-update.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-software-update.png new file mode 100644 index 0000000000000000000000000000000000000000..de4675194f0f1f9d0d31f724c176d334e946a259 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-software-update.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-users.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..fe19126d8f781e31b72d7d8fb76f5197c8a35317 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/system-users.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..04d295968bfb304c999ed56d76ad77f12ef13fc9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/terminal.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/text-editor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/text-editor.png new file mode 120000 index 0000000000000000000000000000000000000000..b12ebde98fa3e124c5a97eb3ef7d81f27d185fb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/text-editor.png @@ -0,0 +1 @@ +../../48x48/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/thunderbird.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/thunderbird.png new file mode 100644 index 0000000000000000000000000000000000000000..87e29127218b3cc19f935415a948251665aaaf0e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/thunderbird.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/transmission.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/transmission.png new file mode 100644 index 0000000000000000000000000000000000000000..f35666817481dcca2021a0740a2cd09d4f38d0e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/transmission.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/user-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/user-info.png new file mode 100644 index 0000000000000000000000000000000000000000..6fc85cd5959eeb7ed58d76c74cf7b3844bc9be2a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/user-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-network-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-network-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9c4abd07e220d70ca72e63699ecabcd1072fe0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-network-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-system-monitor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-system-monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..0118615013a3c5c3d20134931516bae619452a7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-system-monitor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..bdd07602aa176ad3762dad993466e1c1397d025a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utilities-terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utils.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utils.png new file mode 100644 index 0000000000000000000000000000000000000000..eeea6a410ec8a3241150de08cafdbcabf5f4cd6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/utils.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/vim.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/vim.png new file mode 100644 index 0000000000000000000000000000000000000000..3f49302846d0ba30d8e5e93bebef6ebe8577b9c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/vim.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/vlc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..651ec23b7bbdfc7d95ae99a4e29adeacc41d40e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/vlc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/volume-knob.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/volume-knob.png new file mode 120000 index 0000000000000000000000000000000000000000..7e2a6576c7bc6868a20e481c10478693b14e9b8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/volume-knob.png @@ -0,0 +1 @@ +../../48x48/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wallpaper.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wallpaper.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc50eae2d0425c3bace8bf7b94fb5730cee866f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wallpaper.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/web-browser.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/web-browser.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/web-browser.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wine.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wine.png new file mode 100644 index 0000000000000000000000000000000000000000..6f0ac0f5edfdbf53ff8779cd71e64011eefdca91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wine2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wine2.png new file mode 100644 index 0000000000000000000000000000000000000000..978f0294f7545ee48028ef5acde6942b841fdb9d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wine2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wmtweaks.png new file mode 120000 index 0000000000000000000000000000000000000000..9150cf15cb2397b3df0492d1976d5fc50ae1c0a9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/wmtweaks.png @@ -0,0 +1 @@ +../../48x48/misc/wmtweaks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/x.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/x.png new file mode 100644 index 0000000000000000000000000000000000000000..c063950dcf0bb5e9d25182b99e593dd5d538b4b6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/x.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xarchiver.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xarchiver.png new file mode 100644 index 0000000000000000000000000000000000000000..321980b27b6a3944db8c1bc70a3fee1227ef7f6e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xarchiver.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xcdroast.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xcdroast.png new file mode 100644 index 0000000000000000000000000000000000000000..a25845bc6d8777ad86420c6d220047d356e4247c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xcdroast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..9e03fe0153526a8d41afcdae06b2cd1317861523 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfcalendar.png @@ -0,0 +1 @@ +../../48x48/apps/calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..b12ebde98fa3e124c5a97eb3ef7d81f27d185fb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-edit.png @@ -0,0 +1 @@ +../../48x48/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-filemanager.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-filemanager.png new file mode 100644 index 0000000000000000000000000000000000000000..b640c2969d0bfa7b146174a60b14d51cc928b893 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-filemanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..44c3710a37ac60494de0a050559ed9cee878799b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-games.png @@ -0,0 +1 @@ +../../48x48/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..bbbc645138b39317ab43ce733ee33daf4d0d3c6e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-graphics.png @@ -0,0 +1 @@ +../../48x48/categories/applications-graphics.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..700d3cc636ef514fca16256c29aaefb62973704d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-gtk-paste.png @@ -0,0 +1 @@ +../../48x48/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-internet.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..712519663ce7d53504392e77641d421271088e66 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mailcheck.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mailcheck.png new file mode 120000 index 0000000000000000000000000000000000000000..944f73a46ac2a679d14f94cdf3d2892c2991d3bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mailcheck.png @@ -0,0 +1 @@ +../../48x48/actions/mail-send-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-man.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-man.png new file mode 120000 index 0000000000000000000000000000000000000000..e59f9d0fbe0ce44709df757354fde5764d999fb2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-man.png @@ -0,0 +1 @@ +../../48x48/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..413d27f0707fc94cbf9de95d893fb8f4585d70c7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-mouse.png @@ -0,0 +1 @@ +../../48x48/apps/xfce4-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d09398b352bb015b4f08829385e46e35a160be92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-multimedia.png @@ -0,0 +1 @@ +../../48x48/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-newmail.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-newmail.png new file mode 120000 index 0000000000000000000000000000000000000000..071446dfd3931b2d43b0f1ed225b67e6aaaa48d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-newmail.png @@ -0,0 +1 @@ +../../48x48/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-nomail.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-nomail.png new file mode 100644 index 0000000000000000000000000000000000000000..e425fd45997ba25632cd44d14ff521d8abd8b1b4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-nomail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-oldmail.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-oldmail.png new file mode 120000 index 0000000000000000000000000000000000000000..77480a09e3ce8216de95aa475216e1322102406f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-oldmail.png @@ -0,0 +1 @@ +../../48x48/actions/mail-mark-read.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-printer.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-schedule.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-schedule.png new file mode 100644 index 0000000000000000000000000000000000000000..62de1f4411d9a5e27de3a09d80f73b0cb1102462 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-schedule.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-sound.png new file mode 120000 index 0000000000000000000000000000000000000000..1d493f9ed8d01b46428c1b3d92931c7d2d7e130d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-sound.png @@ -0,0 +1 @@ +../../48x48/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-exit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-exit.png new file mode 120000 index 0000000000000000000000000000000000000000..f4068eac2745f3b456aa557726b13ea24003ab84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-exit.png @@ -0,0 +1 @@ +../../48x48/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-info.png new file mode 100644 index 0000000000000000000000000000000000000000..cf5e49db69d644ce3d570d9859963a4a95d7f914 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-lock.png new file mode 120000 index 0000000000000000000000000000000000000000..14e3035eb432e5bbd3e998ab6228039a55b6ac00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-lock.png @@ -0,0 +1 @@ +../../48x48/apps/gnome-lockscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-settings.png new file mode 100644 index 0000000000000000000000000000000000000000..c6ea18a3d758b82a311065852c41359c8683f73c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-system-settings.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-terminal.png new file mode 120000 index 0000000000000000000000000000000000000000..04d295968bfb304c999ed56d76ad77f12ef13fc9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-terminal.png @@ -0,0 +1 @@ +../../48x48/apps/utilities-terminal.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..61b6d2e9af244552aa75658f15089318e40f395a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-trash_empty.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-trash-empty.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..01c55d5b09215b1b6a67b2ca4f8f372f92480e56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-trash_full.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..69a8665eb09f50573c59c63de9caabd620018754 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-unknown.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..41caabbeb86d51687462134251d1a579ebc60442 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce-utils.png @@ -0,0 +1 @@ +../../48x48/apps/utils.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-appfinder.png new file mode 120000 index 0000000000000000000000000000000000000000..6afd332e7dfd83d0fcee0bc4f9678d8e30a46bbe --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-appfinder.png @@ -0,0 +1 @@ +../../48x48/misc/xfce4-appfinder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-backdrop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-backdrop.png new file mode 120000 index 0000000000000000000000000000000000000000..dbc50eae2d0425c3bace8bf7b94fb5730cee866f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-backdrop.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-wallpaper.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..6e77854a5dfc8469828ff08837cae4a974e1a0ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-display.png @@ -0,0 +1 @@ +../../48x48/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-iconbox.png new file mode 120000 index 0000000000000000000000000000000000000000..084716d146d2d5290fbc3078fd3fa6daa6d54d4d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-iconbox.png @@ -0,0 +1 @@ +../../48x48/misc/iconbox.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..6ea0cf397ad06413caadc2850fa25c69d4fe6eb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-keyboard.png @@ -0,0 +1 @@ +../../48x48/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-menueditor.png new file mode 120000 index 0000000000000000000000000000000000000000..fb8d4d8b7919ae156e9b183d399d4bc4e570264c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-menueditor.png @@ -0,0 +1 @@ +../../48x48/misc/menueditor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-mixer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-mixer.png new file mode 120000 index 0000000000000000000000000000000000000000..1d493f9ed8d01b46428c1b3d92931c7d2d7e130d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-mixer.png @@ -0,0 +1 @@ +../../48x48/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..19315f485fb6e80802aa4273e472b070aae1ac07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-mouse.png @@ -0,0 +1 @@ +../../48x48/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-panel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-panel.png new file mode 100644 index 0000000000000000000000000000000000000000..b1fd9e4fae794e1f7f3fa09e76f484c8a64fb7a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-panel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-session.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-session.png new file mode 120000 index 0000000000000000000000000000000000000000..b342840d08a1fbdbc168fe3654b844185f823474 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-session.png @@ -0,0 +1 @@ +../../48x48/misc/sm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..7c54e0a42ff4eb82949ebed2f1d0b0f9ec3d4e6f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-settings.png @@ -0,0 +1 @@ +../../48x48/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-splash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-splash.png new file mode 100644 index 0000000000000000000000000000000000000000..5110bb723e1cf2a789628363e895a459be771b6f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-splash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-taskbar.png new file mode 120000 index 0000000000000000000000000000000000000000..c686adec65b402d199d9829c4f31dd9bae306293 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-taskbar.png @@ -0,0 +1 @@ +../../48x48/misc/taskbar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-ui.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-ui.png new file mode 120000 index 0000000000000000000000000000000000000000..b3d1cf42f12bf217bb6abbf6286bbaec54440b68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-ui.png @@ -0,0 +1 @@ +../../48x48/misc/ui.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-workspaces.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-workspaces.png new file mode 120000 index 0000000000000000000000000000000000000000..b51f3277ec01c5ecf6436457e27afcf7e9bbe778 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfce4-workspaces.png @@ -0,0 +1 @@ +../../48x48/misc/wksp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..62e3c2377f8e4a3c85ba477124b67471807cfb59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-logout.png @@ -0,0 +1 @@ +../../48x48/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-reboot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-reboot.png new file mode 120000 index 0000000000000000000000000000000000000000..3fc1b7b2e1716d38c768ce05b4621935bb5fc38d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-reboot.png @@ -0,0 +1 @@ +../../48x48/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-shutdown.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-shutdown.png new file mode 120000 index 0000000000000000000000000000000000000000..f4068eac2745f3b456aa557726b13ea24003ab84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfsm-shutdown.png @@ -0,0 +1 @@ +../../48x48/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfwm4.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfwm4.png new file mode 120000 index 0000000000000000000000000000000000000000..94c64aa5d9ba8521547cf1a04f951116441af804 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xfwm4.png @@ -0,0 +1 @@ +../../48x48/misc/wm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xine.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xine.png new file mode 100644 index 0000000000000000000000000000000000000000..823f1b82e6583cbb496b5b4055589a81e8b02a81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xine.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xsane.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xsane.png new file mode 100644 index 0000000000000000000000000000000000000000..57f1fc5e0c2740b1b3d7161a6eadaf1d0d6c6daf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xsane.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xscreensaver.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xscreensaver.png new file mode 120000 index 0000000000000000000000000000000000000000..03e3dcdffd96e62a16c5f53cb445ae538cc9c16f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/apps/xscreensaver.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-screensaver.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-accessories.png new file mode 100644 index 0000000000000000000000000000000000000000..af79169eea09bd2d2af9783004609dc99215edfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-accessories.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-development.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-development.png new file mode 100644 index 0000000000000000000000000000000000000000..9511342cafb93303227e2079bfb7b3d6baa51752 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-development.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-education.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-education.png new file mode 100644 index 0000000000000000000000000000000000000000..b8fd2f365a3165da7eef0a989d4da4c3f8ba06a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-education.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-engineering.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-engineering.png new file mode 100644 index 0000000000000000000000000000000000000000..1a66692726c975283b3f8e0ca0089107a7d2925d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-engineering.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-games.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-games.png new file mode 100644 index 0000000000000000000000000000000000000000..a955f31459c922b1ab7f5f391e5a0e0e1dd2d66c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-games.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-graphics.png new file mode 100644 index 0000000000000000000000000000000000000000..35cc2da4181ddc71535e2fff45ac88d2c6dbacdb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-graphics.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-internet.png new file mode 100644 index 0000000000000000000000000000000000000000..b046d7f5c83815fba61a6cd189b4ff2356522c62 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-internet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..69ec7638bfd5301bfe675e138bfaf8c975d65c40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-office.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-office.png new file mode 100644 index 0000000000000000000000000000000000000000..3f781f67dac6eb1b5780e246884f2af6425134c3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-office.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-other.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-other.png new file mode 120000 index 0000000000000000000000000000000000000000..ba155dffaf1d9974b521c094a8b27d77648689c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-other.png @@ -0,0 +1 @@ +../../48x48/apps/system-software-installer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-science.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-science.png new file mode 100644 index 0000000000000000000000000000000000000000..60370e981cc8776ff6469840f2fcd947dfd5462b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-science.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-system.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-system.png new file mode 100644 index 0000000000000000000000000000000000000000..683ffd7f2b926872284eb0aa00e9b66e499179fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-utilities.png new file mode 100644 index 0000000000000000000000000000000000000000..6b2aa67c8c11c63cecc7399f99fd487649cfed21 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/applications-utilities.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/extension.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/extension.png new file mode 100644 index 0000000000000000000000000000000000000000..322ba15fa21a7bc0ae61071b2824a2ac391a5a0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/extension.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-devel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-devel.png new file mode 120000 index 0000000000000000000000000000000000000000..c492feb2edae774edaeee2d70c0510bed7ad6a30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-devel.png @@ -0,0 +1 @@ +../../48x48/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-globe.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-globe.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-globe.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-joystick.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-joystick.png new file mode 120000 index 0000000000000000000000000000000000000000..f4300c8697cf1462feec4b480b390909f3882434 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-joystick.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-fun.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-util.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-util.png new file mode 120000 index 0000000000000000000000000000000000000000..297feb1e23a1519dc7d5601ee61b9f6745385ea4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/gnome-util.png @@ -0,0 +1 @@ +../../48x48/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_development.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_development.png new file mode 120000 index 0000000000000000000000000000000000000000..c492feb2edae774edaeee2d70c0510bed7ad6a30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_development.png @@ -0,0 +1 @@ +../../48x48/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_games.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_games.png new file mode 120000 index 0000000000000000000000000000000000000000..44c3710a37ac60494de0a050559ed9cee878799b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_games.png @@ -0,0 +1 @@ +../../48x48/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_network.png new file mode 120000 index 0000000000000000000000000000000000000000..158711b18e02f9f78608b91977ebe974e7d84c83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_network.png @@ -0,0 +1 @@ +../../48x48/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3919c839dcf58f07cbcd7e8da2386459a7823f13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_settings.png @@ -0,0 +1 @@ +../../48x48/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_utilities.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_utilities.png new file mode 120000 index 0000000000000000000000000000000000000000..297feb1e23a1519dc7d5601ee61b9f6745385ea4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/package_utilities.png @@ -0,0 +1 @@ +../../48x48/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop-peripherals.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop-peripherals.png new file mode 100644 index 0000000000000000000000000000000000000000..596c1bd673c30b0eac5e667ef9cc95fe423db960 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop-peripherals.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop-personal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop-personal.png new file mode 100644 index 0000000000000000000000000000000000000000..da2de6c5f2048beb1a05908fca80f0bfc3e3ba6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop-personal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..8b1fe5fa5d3e1df886cc85550e9bb0e7671de339 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-other.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-other.png new file mode 100644 index 0000000000000000000000000000000000000000..b001ff278ac4db92b8ca27b2cfe3f96051f3e071 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-other.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-system-network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-system-network.png new file mode 100644 index 0000000000000000000000000000000000000000..79e4fe9eba06b383a10d15d0399748145460dc41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-system-network.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-system.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..c6ea18a3d758b82a311065852c41359c8683f73c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/preferences-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..d90f4dc575a1e50c0712087352d00b8339b57343 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-accessories.png @@ -0,0 +1 @@ +../../48x48/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-games.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-games.png new file mode 120000 index 0000000000000000000000000000000000000000..44c3710a37ac60494de0a050559ed9cee878799b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-games.png @@ -0,0 +1 @@ +../../48x48/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-internet.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-programming.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-programming.png new file mode 120000 index 0000000000000000000000000000000000000000..c492feb2edae774edaeee2d70c0510bed7ad6a30 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-programming.png @@ -0,0 +1 @@ +../../48x48/categories/applications-development.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-system_settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-system_settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3919c839dcf58f07cbcd7e8da2386459a7823f13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/redhat-system_settings.png @@ -0,0 +1 @@ +../../48x48/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/stock_internet.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-favorites.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-favorites.png new file mode 100644 index 0000000000000000000000000000000000000000..baac593245bc340131363298e1fc51fe1fccb295 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-favorites.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-help.png new file mode 100644 index 0000000000000000000000000000000000000000..f30cdedbfb04e37b8ca7feace5b7c88ef70f9337 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-help.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-services.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-services.png new file mode 100644 index 0000000000000000000000000000000000000000..96c8c90d6ef518d1a47dc23d703aa0726efc7b91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/system-services.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-games.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-games.png new file mode 120000 index 0000000000000000000000000000000000000000..44c3710a37ac60494de0a050559ed9cee878799b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-games.png @@ -0,0 +1 @@ +../../48x48/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-internet.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-system-settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-system-settings.png new file mode 120000 index 0000000000000000000000000000000000000000..3919c839dcf58f07cbcd7e8da2386459a7823f13 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-system-settings.png @@ -0,0 +1 @@ +../../48x48/categories/preferences-system.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-utils.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-utils.png new file mode 120000 index 0000000000000000000000000000000000000000..297feb1e23a1519dc7d5601ee61b9f6745385ea4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/categories/xfce-utils.png @@ -0,0 +1 @@ +../../48x48/categories/applications-utilities.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/3floppy_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/3floppy_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..ca540f74ddb164399f77e08abac1411b54a34d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/3floppy_unmount.png @@ -0,0 +1 @@ +../../48x48/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-card.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-card.png new file mode 100644 index 0000000000000000000000000000000000000000..8efc9b63374668adf6a9848bafb8e954ce9f6b23 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-input-line.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-input-line.png new file mode 100644 index 0000000000000000000000000000000000000000..9ab93250a53d133363370d89a6e2366e0d8abedf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-input-line.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-input-microphone.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-input-microphone.png new file mode 100644 index 0000000000000000000000000000000000000000..e1516739d9a58e5840eeda6543c9f063d3d90b95 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/audio-input-microphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/battery.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/battery.png new file mode 100644 index 0000000000000000000000000000000000000000..9196f3ce39e0674ff6d6a989198470f0a1991fe3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/battery.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camara-video-security.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camara-video-security.png new file mode 100644 index 0000000000000000000000000000000000000000..7521d7bf67c783cbce49d08c65692eac1b9462b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camara-video-security.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-photo-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-photo-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..fe7ab7cc813b492240b95e3a4d6df23e07365c5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-photo-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-photo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-photo.png new file mode 100644 index 0000000000000000000000000000000000000000..0f947f0c9432f3b867372575a68b9d460d015dda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-photo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-video-pocket.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-video-pocket.png new file mode 100644 index 0000000000000000000000000000000000000000..6a3cac9afa43f3d0cc82e0be265c52a372ec9240 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-video-pocket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-video.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-video.png new file mode 100644 index 0000000000000000000000000000000000000000..678ece3e192005ab96eeb43f972bfa38867743d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-video.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-web.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-web.png new file mode 100644 index 0000000000000000000000000000000000000000..3faf4e18b91cb0279f300e521e53f8324485aca3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/camera-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cdrom_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cdrom_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cdrom_unmount.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cdwriter_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cdwriter_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cdwriter_unmount.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/chardevice.png new file mode 120000 index 0000000000000000000000000000000000000000..6e77854a5dfc8469828ff08837cae4a974e1a0ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/chardevice.png @@ -0,0 +1 @@ +../../48x48/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/computer-portable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/computer-portable.png new file mode 100644 index 0000000000000000000000000000000000000000..d239d4d21b633d7c1397b1aa267669c8ce05019a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/computer-portable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/computer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..04d950484c7a2a2911f9dc62ea7e5c0122692130 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/computer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cpu.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cpu.png new file mode 120000 index 0000000000000000000000000000000000000000..9d205a05f67e5ba6ebdfe1b992d04b996ada035f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/cpu.png @@ -0,0 +1 @@ +../../48x48/devices/processor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/dev-pcmcia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/dev-pcmcia.png new file mode 100644 index 0000000000000000000000000000000000000000..0ee22812338d643e77d62c87a3c06b7986c11e30 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/dev-pcmcia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/display.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/display.png new file mode 120000 index 0000000000000000000000000000000000000000..6e77854a5dfc8469828ff08837cae4a974e1a0ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/display.png @@ -0,0 +1 @@ +../../48x48/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..1c11afcb20d0cfa8a6a879b8398b87f6ac59d976 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-cdrom.png @@ -0,0 +1 @@ +../../48x48/devices/drive-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..65dc5cc445ca2774f2f6dfa6ed3a6656a2d0c4c1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..06d0a6856217def972ffb35ef3e219e915240a8c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..906dfeec7e3cb3013b9d63179bdb251d2c99d977 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..536afac2a99fc69dce53c4a1830dff446ad7ebb0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-harddisk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..8a46428ccc20a4a602bbd1b638a48419d06e9edb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..afcfa6674f67f4ddd6fd85179dc55615536a01c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..51c4e53d6b1966d8a680aeb5e0c44ba638488620 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..5beb4a3cba611183d9a66e88bddcd2f62c20d9a2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-1394.png new file mode 100644 index 0000000000000000000000000000000000000000..fc94934b280f1e22afcaa0b2b87b5b58b91c7e9e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-1394.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-scsi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-scsi.png new file mode 100644 index 0000000000000000000000000000000000000000..a85080dc79766daa474dc5670fc9ca1e160529d0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-scsi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..71fff6bacdb0d0654c8e03676fb2183e88c0b3b8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media.png new file mode 100644 index 0000000000000000000000000000000000000000..8c4f6d4893e03acc0cb3809b3ff8cd2353f5c7ef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/drive-removable-media.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/dvd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/dvd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/dvd_unmount.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/fs-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/fs-usb.png new file mode 100644 index 0000000000000000000000000000000000000000..7f61e249a66b1d86dd0cece26113a7a4f181e5fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/fs-usb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-battery.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-battery.png new file mode 120000 index 0000000000000000000000000000000000000000..f87f776307df314a6268c983969880acb3058608 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-battery.png @@ -0,0 +1 @@ +../../48x48/devices/battery.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-cdrom-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..b889dbc8bc0f06944a198152225ca357df3b994e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-cdrom-audio.png @@ -0,0 +1 @@ +../../48x48/devices/media-cdrom-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-cdrom.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-computer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-computer.png new file mode 120000 index 0000000000000000000000000000000000000000..35139dc7ac9cc7db45000d92e6b2afa26423580c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-computer.png @@ -0,0 +1 @@ +../../48x48/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-cdr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-cdr.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-cdr.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-cdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-cdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-cdrw.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdr-plus.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdr-plus.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdr-plus.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdr.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdr.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdram.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdram.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdram.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdrom.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdrw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdrw.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-disc-dvdrw.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-dvd.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-dvd.png new file mode 120000 index 0000000000000000000000000000000000000000..a5a7e454284c2f3f6c14dc2eff1820f1f671069d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-dvd.png @@ -0,0 +1 @@ +../../48x48/devices/media-dvd-movie.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..ca540f74ddb164399f77e08abac1411b54a34d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-floppy.png @@ -0,0 +1 @@ +../../48x48/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk-1394.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk-usb.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-harddisk.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-ipod.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-ipod.png new file mode 120000 index 0000000000000000000000000000000000000000..bc9b184df86e6d593ec111b93813e462a2c65c4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-ipod.png @@ -0,0 +1 @@ +../../48x48/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-jazdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-jazdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..cdf130fe4150b7069760c66aea2a925f22184a47 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-jazdisk.png @@ -0,0 +1 @@ +../../48x48/devices/media-jaz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..6ea0cf397ad06413caadc2850fa25c69d4fe6eb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-keyboard.png @@ -0,0 +1 @@ +../../48x48/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-cf.png new file mode 120000 index 0000000000000000000000000000000000000000..d61b8d59f303332c581165353c26aa6c88d222ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-cf.png @@ -0,0 +1 @@ +../../48x48/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-ms.png new file mode 120000 index 0000000000000000000000000000000000000000..d61b8d59f303332c581165353c26aa6c88d222ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-ms.png @@ -0,0 +1 @@ +../../48x48/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-sdmmc.png new file mode 120000 index 0000000000000000000000000000000000000000..d61b8d59f303332c581165353c26aa6c88d222ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-sdmmc.png @@ -0,0 +1 @@ +../../48x48/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-sm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-sm.png new file mode 120000 index 0000000000000000000000000000000000000000..d61b8d59f303332c581165353c26aa6c88d222ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-media-sm.png @@ -0,0 +1 @@ +../../48x48/devices/media-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-mouse-ball.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-mouse-ball.png new file mode 120000 index 0000000000000000000000000000000000000000..325f807a09e0b9080dbf341ca9b2fe841a79ab68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-mouse-ball.png @@ -0,0 +1 @@ +../../48x48/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-mouse-optical.png new file mode 120000 index 0000000000000000000000000000000000000000..19315f485fb6e80802aa4273e472b070aae1ac07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-mouse-optical.png @@ -0,0 +1 @@ +../../48x48/devices/input-mouse-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-network.png new file mode 120000 index 0000000000000000000000000000000000000000..158711b18e02f9f78608b91977ebe974e7d84c83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-network.png @@ -0,0 +1 @@ +../../48x48/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-printer.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable-1394.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable-1394.png new file mode 120000 index 0000000000000000000000000000000000000000..9520d701edf956c23a27dff9e943a3c67eaa74ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable-1394.png @@ -0,0 +1 @@ +../../48x48/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable-usb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable-usb.png new file mode 120000 index 0000000000000000000000000000000000000000..9520d701edf956c23a27dff9e943a3c67eaa74ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable-usb.png @@ -0,0 +1 @@ +../../48x48/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable.png new file mode 120000 index 0000000000000000000000000000000000000000..9520d701edf956c23a27dff9e943a3c67eaa74ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-removable.png @@ -0,0 +1 @@ +../../48x48/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-scanner.png new file mode 120000 index 0000000000000000000000000000000000000000..aa0c9cf88b2cac512ebdaa74a3fd8c9aeb1b46e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-scanner.png @@ -0,0 +1 @@ +../../48x48/devices/scanner.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-symlink.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-symlink.png new file mode 100644 index 0000000000000000000000000000000000000000..845a21eab3f653221da8e2e5d40cad7cad3fa2a7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-symlink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-zipdisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-zipdisk.png new file mode 120000 index 0000000000000000000000000000000000000000..99e4bbdfa70270be697700d24f474d44a7db6d21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-dev-zipdisk.png @@ -0,0 +1 @@ +../../48x48/devices/media-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..35139dc7ac9cc7db45000d92e6b2afa26423580c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gnome-fs-client.png @@ -0,0 +1 @@ +../../48x48/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-cdrom.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..ca540f74ddb164399f77e08abac1411b54a34d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-floppy.png @@ -0,0 +1 @@ +../../48x48/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/gtk-harddisk.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/harddrive.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/harddrive.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/harddrive.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/hdd_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/hdd_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/hdd_unmount.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/headphone.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/headphone.png new file mode 100644 index 0000000000000000000000000000000000000000..26aaebd184fb026fc0b04176022a6239db563425 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/headphone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-gaming.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-gaming.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f1f492225665025ae09320bc86849065dac4cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-gaming.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..d1317e522c839eb6c1f2ed83a5f3f077dacfadc8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-keyboard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-mouse-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-mouse-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..a6461b98665bc29ff1788e723fa9d1698c63fbcb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-mouse-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-mouse.png new file mode 100644 index 0000000000000000000000000000000000000000..a6583d8aaeb7c3bc1a1e64ecf0467dbaeaa674b7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-mouse.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-tablet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-tablet.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5e497a8ed4b0ead4ddf5abdda228ebc95e0f45 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/input-tablet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/ipod_mount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/ipod_mount.png new file mode 120000 index 0000000000000000000000000000000000000000..bc9b184df86e6d593ec111b93813e462a2c65c4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/ipod_mount.png @@ -0,0 +1 @@ +../../48x48/devices/multimedia-player.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..6ea0cf397ad06413caadc2850fa25c69d4fe6eb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/keyboard.png @@ -0,0 +1 @@ +../../48x48/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/kjobviewer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/kjobviewer.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/kjobviewer.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/kxkb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/kxkb.png new file mode 120000 index 0000000000000000000000000000000000000000..6ea0cf397ad06413caadc2850fa25c69d4fe6eb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/kxkb.png @@ -0,0 +1 @@ +../../48x48/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cassete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cassete.png new file mode 100644 index 0000000000000000000000000000000000000000..005b5af8b08784c12b8b53514d1345bc6306b39c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cassete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cassete2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cassete2.png new file mode 100644 index 0000000000000000000000000000000000000000..005b5af8b08784c12b8b53514d1345bc6306b39c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cassete2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cdrom-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cdrom-audio.png new file mode 100644 index 0000000000000000000000000000000000000000..915116601862a440415133bc70afcedf7a482b81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cdrom-audio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..4c13701413f4407237081e4a62c38151cbe1e33c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cdrom.png @@ -0,0 +1 @@ +../../48x48/devices/media-optical.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cf.png new file mode 100644 index 0000000000000000000000000000000000000000..a546d0d0ef02f595da03604163671f40674e21c5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-cf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-dvd-movie.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-dvd-movie.png new file mode 100644 index 0000000000000000000000000000000000000000..ac56ed8eeaf34523c25a32133e066f1efeac7f9c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-dvd-movie.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..891380a57fe7971d424105befd813821c3b617bc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-floppy.png new file mode 100644 index 0000000000000000000000000000000000000000..214359276e5814d001dfe1176a2ff381d99d8122 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-floppy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-jaz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-jaz.png new file mode 100644 index 0000000000000000000000000000000000000000..4e5a0fcea850916f78fa86d75c1297e8094224a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-jaz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-ms.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-ms.png new file mode 100644 index 0000000000000000000000000000000000000000..897404bd02b2df26b960477212cfd4e1150467fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-ms.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-optical.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-optical.png new file mode 100644 index 0000000000000000000000000000000000000000..74110dec9a1d121bdf97f435e36fa34d179467f8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-optical.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-sdmmc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-sdmmc.png new file mode 100644 index 0000000000000000000000000000000000000000..5d0562e6ce22299707b92b384e89405f27e2ae12 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-sdmmc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-tape.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-tape.png new file mode 100644 index 0000000000000000000000000000000000000000..c0174207edb42877932864338a43b5b15ef5366b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-tape.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-vinyl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-vinyl.png new file mode 100644 index 0000000000000000000000000000000000000000..049502b095d23aca88a99267c13999a788578718 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-vinyl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..5091436174a5d01d825e7bb8e05fb56f0c957bfd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/media-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/memory.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/memory.png new file mode 100644 index 0000000000000000000000000000000000000000..4ff7cc294d00c9563dfb6ef67f0687909b9e0bc0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/memory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/modem.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/modem.png new file mode 100644 index 0000000000000000000000000000000000000000..a54fd48c0d3802fae03f130116eb68134ea7fd60 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/modem.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..325f807a09e0b9080dbf341ca9b2fe841a79ab68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/mouse.png @@ -0,0 +1 @@ +../../48x48/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/multimedia-player.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/multimedia-player.png new file mode 100644 index 0000000000000000000000000000000000000000..0a210198eb265c464c27134f860a65896c6d8b21 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/multimedia-player.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-card-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-card-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..63e7f556b10508cb15dd6835940e849e721f893b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-card-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-card-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-card-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..76aca8b3042e042f2e486de56e063be48ce94f16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-card-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..76f06391eaf09a43651a1d5b4b6e6c8033458778 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-wired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-wireless.png new file mode 100644 index 0000000000000000000000000000000000000000..a5bc90abca654a6f0103f0831916fbbaaed55f2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network-wireless.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network_fs.png new file mode 120000 index 0000000000000000000000000000000000000000..e7452df9bf394d9d178532b9cac546179b04775d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/network_fs.png @@ -0,0 +1 @@ +../../48x48/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/pda.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/pda.png new file mode 100644 index 0000000000000000000000000000000000000000..01578c360a10c416c55a439949fae33295e27eb1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/pda.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/phone.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/phone.png new file mode 100644 index 0000000000000000000000000000000000000000..2184fa041e13ed77b440296a629c48509092f319 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/phone.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer-class.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer-class.png new file mode 100644 index 0000000000000000000000000000000000000000..75529226965667de905cb56ab3fe87f1fa68e488 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer-class.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer-remote.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer.png new file mode 100644 index 0000000000000000000000000000000000000000..3203bc06e2b060010888e7281670e7f0b8ccb7d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer1.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer1.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printer1.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printmgr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printmgr.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/printmgr.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/processor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/processor.png new file mode 100644 index 0000000000000000000000000000000000000000..a518414275e23fc48ac16306393b7e4c208b056d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/processor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/remote.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/remote.png new file mode 100644 index 0000000000000000000000000000000000000000..a966bce4c44d096b12cbd895a352910b6d413a6c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/scanner.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/scanner.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6cc41bb1bb5d2ab96dc7862e9bd9272bf04c7d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/scanner.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/stock_printers.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/stock_printers.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/stock_printers.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/system-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/system-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..ca540f74ddb164399f77e08abac1411b54a34d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/system-floppy.png @@ -0,0 +1 @@ +../../48x48/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/system.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/system.png new file mode 120000 index 0000000000000000000000000000000000000000..35139dc7ac9cc7db45000d92e6b2afa26423580c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/system.png @@ -0,0 +1 @@ +../../48x48/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/usbpendrive_unmount.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/usbpendrive_unmount.png new file mode 120000 index 0000000000000000000000000000000000000000..9520d701edf956c23a27dff9e943a3c67eaa74ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/usbpendrive_unmount.png @@ -0,0 +1 @@ +../../48x48/devices/drive-removable-media.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-card.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-card.png new file mode 100644 index 0000000000000000000000000000000000000000..e18ca517b8176892e1d051167b5fa87e6f13f1ee Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-card.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-display.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-display.png new file mode 100644 index 0000000000000000000000000000000000000000..5810d620468df4c2fab385a67866e4e08c0feae6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-display.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-projector.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-projector.png new file mode 100644 index 0000000000000000000000000000000000000000..a97b81752f759eccda66a24b47823e8d3837a1de Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-projector.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-television.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-television.png new file mode 100644 index 0000000000000000000000000000000000000000..26223ca1bc0ba6759661a0b8f7070d85c0cf171b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/video-television.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce-printer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce-printer.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce-printer.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-display.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-display.png new file mode 120000 index 0000000000000000000000000000000000000000..6e77854a5dfc8469828ff08837cae4a974e1a0ab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-display.png @@ -0,0 +1 @@ +../../48x48/devices/video-display.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-keyboard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-keyboard.png new file mode 120000 index 0000000000000000000000000000000000000000..6ea0cf397ad06413caadc2850fa25c69d4fe6eb6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-keyboard.png @@ -0,0 +1 @@ +../../48x48/devices/input-keyboard.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..325f807a09e0b9080dbf341ca9b2fe841a79ab68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/xfce4-mouse.png @@ -0,0 +1 @@ +../../48x48/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_HD.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_HD.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_HD.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_idetude.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_idetude.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_idetude.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_mouse.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_mouse.png new file mode 120000 index 0000000000000000000000000000000000000000..325f807a09e0b9080dbf341ca9b2fe841a79ab68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_mouse.png @@ -0,0 +1 @@ +../../48x48/devices/input-mouse.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_printer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_printer.png new file mode 120000 index 0000000000000000000000000000000000000000..dea626391cecea39badbaba1044278172b37a94f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/devices/yast_printer.png @@ -0,0 +1 @@ +../../48x48/devices/printer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-bookmarks.png new file mode 100644 index 0000000000000000000000000000000000000000..96e8e8edb1e860299acd73b74c26599b34f83057 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-bookmarks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-camera.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-camera.png new file mode 120000 index 0000000000000000000000000000000000000000..783d09c2cc1b7d57d6e1115090b76827da9b1463 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-camera.png @@ -0,0 +1 @@ +../../48x48/devices/camera-photo-pocket.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-certified.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-certified.png new file mode 100644 index 0000000000000000000000000000000000000000..e31b5f1ac7119244389cead2c273152f91ad088f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-certified.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..d7df71cc5b8ccd047af3e806f272277e76a2e8d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-added.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-added.png new file mode 100644 index 0000000000000000000000000000000000000000..569180e9f839d58487ef0765540559c5ae953496 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-added.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-conflict.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..002600b081de36778481d2304effdf00f8a5fafc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-conflict.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-removed.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-removed.png new file mode 100644 index 0000000000000000000000000000000000000000..35a349d9f355d10e635608a1aa6718e0df2476fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-cvs-removed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-danger.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-danger.png new file mode 100644 index 0000000000000000000000000000000000000000..650a467970533b9477b94026ab6064abd68f6cfe Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-danger.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-default.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-default.png new file mode 100644 index 0000000000000000000000000000000000000000..9e8c41a5731304e0feb7e657e178a359fe41e0a9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-default.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-desktop-2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-desktop-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2d14029a657959987554cf24cbc9e858d804f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-desktop-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..f467965640be9951e16da543c205de9200ca347b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-distinguished.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-distinguished.png new file mode 100644 index 0000000000000000000000000000000000000000..d516710b7f9f448032760b5ac1fa5fc2aa39341c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-distinguished.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-documents.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-documents.png new file mode 100644 index 0000000000000000000000000000000000000000..903181d9d0cbb7f346f3f618fab55c130af35203 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-documents.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-downloads-2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-downloads-2.png new file mode 100644 index 0000000000000000000000000000000000000000..7b6577b31c1823b4f3ef3bb213122dfd5ffff27a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-downloads-2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-downloads.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-downloads.png new file mode 100644 index 0000000000000000000000000000000000000000..3825e8905de2c27413310c5beaa9fb277eb50101 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-downloads.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-error.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2fbda1642f66bffc9c31ab53c4d09e64bbf393 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-favorite.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-favorite.png new file mode 100644 index 0000000000000000000000000000000000000000..ec2bd688cad4814333b2c01bad473f7d07fab134 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-favorite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-fun.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-fun.png new file mode 100644 index 0000000000000000000000000000000000000000..05ab652f8427fb9f48513b8755fe7010a1c0bc25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-fun.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..57b9c206952df232347d8cdab8f0a5a5000b4516 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-important.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-important.png new file mode 100644 index 0000000000000000000000000000000000000000..892beb1187da53f82462066539fc8be0c43d5d03 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-important.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-mail.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-mail.png new file mode 100644 index 0000000000000000000000000000000000000000..653f56737afa8415a8301f37fdcdb8451c9002da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-mail.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-money.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-money.png new file mode 100644 index 0000000000000000000000000000000000000000..0b538d0e67bd5068b92cac4878a71c12460ff88a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-multimedia.png new file mode 100644 index 0000000000000000000000000000000000000000..69ec7638bfd5301bfe675e138bfaf8c975d65c40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-multimedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-new.png new file mode 100644 index 0000000000000000000000000000000000000000..73fc58e3be3bafac385363d9ad122294ca85b3c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-new.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-noread.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-noread.png new file mode 100644 index 0000000000000000000000000000000000000000..497d491d74f2a0be32f99b83528f42bbaa271de0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-noread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-nowrite.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-nowrite.png new file mode 100644 index 0000000000000000000000000000000000000000..be098758d033bd389d222c84751c23bab357de81 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-nowrite.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-ohno.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-ohno.png new file mode 100644 index 0000000000000000000000000000000000000000..804b6a2ba16220665318805847a29e0532871c3f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-ohno.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-package.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-package.png new file mode 100644 index 0000000000000000000000000000000000000000..36ac2533fc5bf9cbfa2ade3b63c92afaefcfd97f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-package.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-photos.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-photos.png new file mode 120000 index 0000000000000000000000000000000000000000..2500a124b027ddb0349aa2975774a66fa31bfe7a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-photos.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-pictures.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-pictures.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-pictures.png new file mode 100644 index 0000000000000000000000000000000000000000..4430b4e9b0458f35bb1f46b6bc880e77860dd489 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-pictures.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-public.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-public.png new file mode 100644 index 0000000000000000000000000000000000000000..0b33f77d6aea94b53694593596ba839ea33a5da7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-public.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-readonly.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-readonly.png new file mode 120000 index 0000000000000000000000000000000000000000..97649672001e13b2e3ebc8f13f5bcbb194d067ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-readonly.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-relax.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-relax.png new file mode 100644 index 0000000000000000000000000000000000000000..7d5792d84689afa31537541cf7e0eb36026c5f0f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-relax.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-shared.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-shared.png new file mode 100644 index 0000000000000000000000000000000000000000..41fe5c89fc99de18d288d2d4419e47ef0156e62c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-shared.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-sound.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-sound.png new file mode 100644 index 0000000000000000000000000000000000000000..77fc711edf0ae3719d2a5e09f1eae6011d049733 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-sound.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-special.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-special.png new file mode 100644 index 0000000000000000000000000000000000000000..27ab23383969c2816196e356c842c63c87c7f427 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-special.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-symbolic-link.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-symbolic-link.png new file mode 100644 index 0000000000000000000000000000000000000000..2cbe7f41466ea3ab7247d06bfe8ae15f6c56e889 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-symbolic-link.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-symbolic-link2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-symbolic-link2.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fabf2aaa7f02a7feddfe37b803ba62da099b5f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-symbolic-link2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-system.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-system.png new file mode 100644 index 0000000000000000000000000000000000000000..683ffd7f2b926872284eb0aa00e9b66e499179fd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-system.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-unreadable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-unreadable.png new file mode 120000 index 0000000000000000000000000000000000000000..1c52c9c6dd8eb6b9c4762aac0c34e3e35e9501cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-unreadable.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-noread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..d9a7691325de09e735bc147fd5014301b33b67b5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-web.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-web.png new file mode 100644 index 0000000000000000000000000000000000000000..da919eb9efb5615be486573c9cb68aaa907e40e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emblems/emblem-web.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-angel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-angel.png new file mode 100644 index 0000000000000000000000000000000000000000..16d5be75b55558c6fa708d7aec3f63e52bffe8a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-angel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-angry.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-angry.png new file mode 100644 index 0000000000000000000000000000000000000000..9da688bfe4c0db986f4bc7ebc84fd374512f3424 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-angry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-cool.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-cool.png new file mode 100644 index 0000000000000000000000000000000000000000..1e18070a35f7c7677b418da0997b92b7dfd0319b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-cool.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-crying.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-crying.png new file mode 100644 index 0000000000000000000000000000000000000000..3e094d82f0502ef31346f8d7f0af098df8c64e92 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-crying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-devilish.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-devilish.png new file mode 100644 index 0000000000000000000000000000000000000000..1c76df97e4a3f8b28ea39628c4b65b457437fadd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-devilish.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-embarrassed.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-embarrassed.png new file mode 100644 index 0000000000000000000000000000000000000000..faefa62d3c1d7f6b76fa190750e616afdea0d5e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-embarrassed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-kiss.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-kiss.png new file mode 100644 index 0000000000000000000000000000000000000000..c26fe1eca74d0cd0fd5ceb899d0b69d7450787e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-kiss.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-laugh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-laugh.png new file mode 100644 index 0000000000000000000000000000000000000000..4e11ccc1e7a4468799100dec205eafbb1a92e41f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-laugh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-monkey.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-monkey.png new file mode 100644 index 0000000000000000000000000000000000000000..e8bad70e961e1b52eb7d76dfd982a8e935fe51dc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-monkey.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-plain.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-plain.png new file mode 100644 index 0000000000000000000000000000000000000000..16dbafe421249e3f6cdf58f9fd3df78ca9bce9fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-plain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-raspberry.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-raspberry.png new file mode 100644 index 0000000000000000000000000000000000000000..e8984ea11f9a77afce8b56b183d72507d708590e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-raspberry.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-sad.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-sad.png new file mode 100644 index 0000000000000000000000000000000000000000..0e20e18276ab79d29108f0a570fffe6cb8e70fbf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-sad.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-sick.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-sick.png new file mode 100644 index 0000000000000000000000000000000000000000..030c4b7baf66f0770a7145775affcf002470cef0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-sick.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smile-big.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smile-big.png new file mode 100644 index 0000000000000000000000000000000000000000..ccdf11c02da9e7d50e94d84c4d1702c8eaa88382 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smile-big.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smile.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smile.png new file mode 100644 index 0000000000000000000000000000000000000000..edada11e228e8ba68fd52b53b62e87933f07b994 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smirk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smirk.png new file mode 100644 index 0000000000000000000000000000000000000000..b47884f3e2e8cbc17a5753cffc6bdcbda5bcbed9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-smirk.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-surprise.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-surprise.png new file mode 100644 index 0000000000000000000000000000000000000000..0a93c865e2f83f0cc62922ededa471a428bebb46 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-surprise.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-tired.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-tired.png new file mode 100644 index 0000000000000000000000000000000000000000..eb403e7e46c837dd1b0beb011e81f2569d0882d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-tired.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-uncertain.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-uncertain.png new file mode 100644 index 0000000000000000000000000000000000000000..2ea03f3d582291f2cd281ed019783bf17b592450 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-uncertain.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-uncertainty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-uncertainty.png new file mode 100644 index 0000000000000000000000000000000000000000..a637e271c00dc5cd75ca774a571bd7d8fb57d875 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-uncertainty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-wink.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-wink.png new file mode 100644 index 0000000000000000000000000000000000000000..a89956a7c179b0b41a5e8e4505626995e81e320a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-wink.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-worried.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-worried.png new file mode 100644 index 0000000000000000000000000000000000000000..17d16f5cddf109fcbb8494b450ecec9d39db4cfa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/emotes/face-worried.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/blockdevice.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/blockdevice.png new file mode 100644 index 0000000000000000000000000000000000000000..8f436a1a9f2fa06a84349a6a376bfad2d6929e28 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/blockdevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/chardevice.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/chardevice.png new file mode 100644 index 0000000000000000000000000000000000000000..1e1cfb8ae042faffa77b009d85e66e13dd9ad631 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/chardevice.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/core.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/core.png new file mode 100644 index 0000000000000000000000000000000000000000..804b6a2ba16220665318805847a29e0532871c3f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/core.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/directory-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/directory-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..86db2db70b8dad9ed7792f8aa30b619853e17bd8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/directory-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/directory.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/directory.png new file mode 100644 index 0000000000000000000000000000000000000000..defcb737298995fea6e3c231155811b4e0c2d7d6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/directory.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-fifo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-fifo.png new file mode 100644 index 0000000000000000000000000000000000000000..339d16d2ca5927562a7637109dabf9a4aeaf29ca Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-fifo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-lib.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-lib.png new file mode 100644 index 0000000000000000000000000000000000000000..c87678899ce8ac991f4aa63d31340db0de51ea49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-lib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-remote.png new file mode 100644 index 0000000000000000000000000000000000000000..700fa8ce0d341cd4ff758d0750490b2bcfad1bd5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-remote.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-socket.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-socket.png new file mode 100644 index 0000000000000000000000000000000000000000..653e06f73657ac142ed2e05f00790fc591239062 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-socket.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..ed88bcff44b1d6c363caa7c3090ac5c8986b508c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-full.png new file mode 100644 index 0000000000000000000000000000000000000000..ef6c479b1204c5e9ad44849a83c5521f92fb5791 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..18a89d5c35289c31bc1efe37f05d2d75581b32df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash2-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash3-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash3-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..75db7f6e4071070365c3190ce85be1a6a2d5b9b3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash3-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash3-full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash3-full.png new file mode 100644 index 0000000000000000000000000000000000000000..29cef59a987caa49c24347be96c1f81253896dda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/fs-trash3-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-blockdev.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-blockdev.png new file mode 100644 index 0000000000000000000000000000000000000000..ae83d85a50ebba8393028460856677bfae889bf2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-blockdev.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-client.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-client.png new file mode 120000 index 0000000000000000000000000000000000000000..35139dc7ac9cc7db45000d92e6b2afa26423580c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-client.png @@ -0,0 +1 @@ +../../48x48/devices/computer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..90b4f7e3b3a7c7ed793b1b34e74369e295b17859 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory-accept.png new file mode 100644 index 0000000000000000000000000000000000000000..4bdd6b6308e22fc1c1398fd46747abd8f2bb7e2c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory-accept.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory-visiting.png new file mode 100644 index 0000000000000000000000000000000000000000..9fa6d64130dd01b801f43dbf6b3110fde2507079 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory-visiting.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..092d9af948177621e08435337d95d4986de7eb78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-directory.png @@ -0,0 +1 @@ +../../48x48/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..919652053c5d0275ceffde2e3cca145847558f31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-file-broken.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-file-broken.png new file mode 100644 index 0000000000000000000000000000000000000000..bc36a8d95ecf147c82cfb808d0c6a7e643f0c4d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-file-broken.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-ftp.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4ba93edf844ea819d11f64e58369c211d25f33 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-ftp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..9dbc90447c6c3030d4e0ce34f21d1672c4eb39b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-home.png @@ -0,0 +1 @@ +../../48x48/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..e7452df9bf394d9d178532b9cac546179b04775d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-network.png @@ -0,0 +1 @@ +../../48x48/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-nfs.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8471b60847e96a9977b949b452039e6fcb177b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-nfs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-regular.png new file mode 100644 index 0000000000000000000000000000000000000000..44a675fa72c97b7d69026ee5bc24d3d62b0177d1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-regular.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-share.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9d76a6d4d4c7f9c4484406030718b207cd5346 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb-share.png new file mode 100644 index 0000000000000000000000000000000000000000..c0e0e7812f2aa0991b606ca69489b41c06a6aeda Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb-share.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..c5c08a602ebf3e43eb02ab93f0357484494a8e71 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb.png new file mode 100644 index 0000000000000000000000000000000000000000..8d76df3cf442a9db99c810e861e82c21b537f81b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-smb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-ssh.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f5fec725d95c6b6b9f224f91d38a00a2003cff Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-ssh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-trash-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5518973653f4e539eb5a36dc68a771da46b11b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-trash-empty.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..2764112f400649e501a3f114fda13f98574982c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-undelete.png new file mode 100644 index 0000000000000000000000000000000000000000..675a892e291f09af21de32e72315022fd58e0756 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/gnome-fs-undelete.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/mount-point.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/mount-point.png new file mode 100644 index 0000000000000000000000000000000000000000..334885cf79849513c2c4b32245013478ca1fe80f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/mount-point.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/network_fs.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/network_fs.png new file mode 100644 index 0000000000000000000000000000000000000000..ba403391953eb8532ae0abf75c56e84a75d8d9fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/network_fs.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/open_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/open_folder.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c95833a1c877b37ed45cbf971634eda04b41a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/open_folder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/user-home.png new file mode 120000 index 0000000000000000000000000000000000000000..9dbc90447c6c3030d4e0ce34f21d1672c4eb39b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/filesystems/user-home.png @@ -0,0 +1 @@ +../../48x48/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..7fd21b0bfd1006aa9e87ab99e6286d5b1cd4f80e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-backward.png @@ -0,0 +1 @@ +../../48x48/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..07800826fa9c864a20fa7d643d1f62fa88558559 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-eject.png @@ -0,0 +1 @@ +../../48x48/stock/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-next.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-next.png new file mode 120000 index 0000000000000000000000000000000000000000..2bbd19da6554d14cbdb76383f86e61a327258f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-next.png @@ -0,0 +1 @@ +../../48x48/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..dc6271efc94bdb433ca46c7ef45495d5a91edbdb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-pause.png @@ -0,0 +1 @@ +../../48x48/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-play.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-play.png new file mode 120000 index 0000000000000000000000000000000000000000..6cf98f2991ec6b49fb814d250b84263ff7dc814f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-play.png @@ -0,0 +1 @@ +../../48x48/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..40aedf86973b3a9ee43aa5382f611513d3d6d57b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-prev.png @@ -0,0 +1 @@ +../../48x48/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-record.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-record.png new file mode 120000 index 0000000000000000000000000000000000000000..3d2fe8a7f0d30a400b7f255bfc7560518b0ad7ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-record.png @@ -0,0 +1 @@ +../../48x48/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..bdda9f17bcbe79d3ae85be8c87bbbbb657aa13ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/cdplayer-stop.png @@ -0,0 +1 @@ +../../48x48/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..f0f01a4352b8cae665cb0737986cfc206b0e472a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../48x48/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-bookmarks.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-bookmarks.png new file mode 120000 index 0000000000000000000000000000000000000000..41d49fcbdf358da332ae2f12860db9141ea10d00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-bookmarks.png @@ -0,0 +1 @@ +../../48x48/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-download.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-download.png new file mode 120000 index 0000000000000000000000000000000000000000..139cda413eeb2a694420fa8eead1a3ad6ee9390d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-download.png @@ -0,0 +1 @@ +../../48x48/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-history.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-history.png new file mode 120000 index 0000000000000000000000000000000000000000..f98c5e69c7546d1e5f6b84a6fbfd9f8b1ace9194 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-history.png @@ -0,0 +1 @@ +../../48x48/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..f09c55c9f4322a335823de3f0ba9064ebfd385b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-mailto.png @@ -0,0 +1 @@ +../../48x48/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..2b21d00aaa38f0a78e13870cdcc79cccc8ec6d85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/epiphany-new-tab.png @@ -0,0 +1 @@ +../../48x48/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-about.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-about.png new file mode 120000 index 0000000000000000000000000000000000000000..a0d71b2f02ea1a570f3fb19a5a893459ff0db81b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-about.png @@ -0,0 +1 @@ +../../48x48/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-attach.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-attach.png new file mode 120000 index 0000000000000000000000000000000000000000..c8a4b790ea26eaf23b0bc5d24bf66b6de36ddd89 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-attach.png @@ -0,0 +1 @@ +../../48x48/stock/stock_attach.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-blue.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-blue.png new file mode 100644 index 0000000000000000000000000000000000000000..5a33d520846307ab0854177757b6221f96bcb227 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-blue.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-green.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-green.png new file mode 120000 index 0000000000000000000000000000000000000000..41d49fcbdf358da332ae2f12860db9141ea10d00 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-green.png @@ -0,0 +1 @@ +../../48x48/stock/stock_book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-red.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-red.png new file mode 100644 index 0000000000000000000000000000000000000000..174ad79490c953bffe895f06a16f7a61f356f03d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-red.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-yellow.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..a82c886d764fa8c86fd28a447fcdb3d1508868ec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-book-yellow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..36d1c9c10983ecbfd54b0594a1c1a6b5e2b0b0cd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-line-in.png @@ -0,0 +1 @@ +../../48x48/stock/stock_line-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-mic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-mic.png new file mode 120000 index 0000000000000000000000000000000000000000..0063d28f45d41a395a1ebfa39c9b3db8f2407038 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-mic.png @@ -0,0 +1 @@ +../../48x48/stock/stock_mic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-volume.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-volume.png new file mode 120000 index 0000000000000000000000000000000000000000..d4191cdd278246a7afba9da32320fc7a7a5d3c97 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gnome-stock-volume.png @@ -0,0 +1 @@ +../../48x48/stock/stock_volume.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-about.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-about.png new file mode 120000 index 0000000000000000000000000000000000000000..a0d71b2f02ea1a570f3fb19a5a893459ff0db81b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-about.png @@ -0,0 +1 @@ +../../48x48/stock/stock_about.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-add.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-add.png new file mode 120000 index 0000000000000000000000000000000000000000..1137ad7aa815c31766d928a97e2d2f3ae4151eaf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-add.png @@ -0,0 +1 @@ +../../48x48/stock/stock_add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-apply.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-apply.png new file mode 120000 index 0000000000000000000000000000000000000000..559e2514f4be872404054f4693216641a4ec0e65 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-apply.png @@ -0,0 +1 @@ +../../48x48/stock/stock_apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-bold.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-bold.png new file mode 120000 index 0000000000000000000000000000000000000000..b79ba599b49434ba9462a5b0be7015819fd99100 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-bold.png @@ -0,0 +1 @@ +../../48x48/stock/stock_bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..5645599e2c561f8e7d792ea7b18343e532e9dbe0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cancel.png @@ -0,0 +1 @@ +../../48x48/stock/stock_cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..1fad982614dbec8621a9b3a26f4c926b624febb4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cdrom.png @@ -0,0 +1 @@ +../../48x48/stock/stock_cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..56150d3e89fbf99e360f8774770f44aa491e33ac --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-clear.png @@ -0,0 +1 @@ +../../48x48/stock/stock_clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-close.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-close.png new file mode 120000 index 0000000000000000000000000000000000000000..58afaff939031d30ac13c9f3e083749509a76641 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-close.png @@ -0,0 +1 @@ +../../48x48/stock/stock_close.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-color-picker.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-color-picker.png new file mode 120000 index 0000000000000000000000000000000000000000..51d04e26f05418edf56d1292c521f54f5837c97f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-color-picker.png @@ -0,0 +1 @@ +../../48x48/stock/stock_color_picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-connect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-connect.png new file mode 120000 index 0000000000000000000000000000000000000000..47f938d75cc4d64545086045703d7a545d7f800e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-connect.png @@ -0,0 +1 @@ +../../48x48/stock/stock_connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-convert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-convert.png new file mode 120000 index 0000000000000000000000000000000000000000..35f4a25b589698b6eaeeb071de6fca6168573cb1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-convert.png @@ -0,0 +1 @@ +../../48x48/stock/stock_convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-copy.png new file mode 120000 index 0000000000000000000000000000000000000000..a1fcf1717cd3ae443643a452ec4355c969d457c6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-copy.png @@ -0,0 +1 @@ +../../48x48/stock/stock_copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cut.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cut.png new file mode 120000 index 0000000000000000000000000000000000000000..3d250244f83d6a5ddb119be0d9b751c528b4676b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-cut.png @@ -0,0 +1 @@ +../../48x48/stock/stock_cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-delete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-delete.png new file mode 120000 index 0000000000000000000000000000000000000000..6c34ebd52eefdee7cda1f0c9f5a2e606fba9c711 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-delete.png @@ -0,0 +1 @@ +../../48x48/stock/stock_delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..2ceb1feb8d85221329bd60bd473466b36aeb8df2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-error.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dialog_error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..14ed643e41d911adf2349d8388fd37d2c5285739 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-info.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dialog_info.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-question.png new file mode 120000 index 0000000000000000000000000000000000000000..13aa5db1348b9ba1a9dc21aec88a281465bb9b74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-question.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..7c50fa051e360412f63e28335711c79f85648a7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..9ae60400a5340142889194967054fce5b99a0875 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-directory.png @@ -0,0 +1 @@ +../../48x48/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..3548aa1d0b1df1e80a1ddbd7376c3f0af9a570cd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-disconnect.png @@ -0,0 +1 @@ +../../48x48/stock/stock_disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..e5a20b15810df35a4e57558b20f0c07677138f79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dnd-multiple.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dnd.png new file mode 120000 index 0000000000000000000000000000000000000000..39ec900d3acc2f3aadb9b5f8ce185e73f24b2649 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-dnd.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dnd.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-execute.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-execute.png new file mode 120000 index 0000000000000000000000000000000000000000..7dad58d7de85cb95e89c79ce20ab865299f79843 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-execute.png @@ -0,0 +1 @@ +../../48x48/stock/stock_execute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0e0f2184a2f742a49163bae732efcaca7e85f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-file.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..ff636f611aec85510acb79bea422a5daf8a629d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-find-and-replace.png @@ -0,0 +1 @@ +../../48x48/stock/stock_find-and-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-find.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-find.png new file mode 120000 index 0000000000000000000000000000000000000000..c07ffe1af302d008eb882847e37c3fef1ce1eb8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-find.png @@ -0,0 +1 @@ +../../48x48/stock/stock_find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..f3c4451892b247dd6995234192db006cd74f4a78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-floppy.png @@ -0,0 +1 @@ +../../48x48/stock/stock_floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..7bd54708307f04a2c5470c5049b0f95117bf2451 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-back.png @@ -0,0 +1 @@ +../../48x48/stock/stock_go-back.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..0093c436a9a1db403de6eb4ea858c23575d33248 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-down.png @@ -0,0 +1 @@ +../../48x48/stock/stock_go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..d76733d187f3015e3d123575ffeb08a59935bf6f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-forward.png @@ -0,0 +1 @@ +../../48x48/stock/stock_go-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..06cb8d4b147aa989be971d1a770cb695c0306ec2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-go-up.png @@ -0,0 +1 @@ +../../48x48/stock/stock_go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..db75f8663281c05459556d28a0d76e3bd4119b69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-bottom.png @@ -0,0 +1 @@ +../../48x48/stock/stock_goto-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..a0d3d64b9cf293333c2594f1cac99f079f632506 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-first.png @@ -0,0 +1 @@ +../../48x48/stock/stock_goto-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..41e0fccf9b063b7f2c8979c6321964ebc12efa12 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-last.png @@ -0,0 +1 @@ +../../48x48/stock/stock_goto-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..3a49219348ff3f1e738e377550e13090988b2e69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-goto-top.png @@ -0,0 +1 @@ +../../48x48/stock/stock_goto-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..a12739e766a241c10cbf3f59c58d2eb393ed9273 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-harddisk.png @@ -0,0 +1 @@ +../../48x48/stock/stock_harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-help.png new file mode 120000 index 0000000000000000000000000000000000000000..319ccb387a918b28760a759a943f984d8876de85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-help.png @@ -0,0 +1 @@ +../../48x48/stock/stock_help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-home.png new file mode 120000 index 0000000000000000000000000000000000000000..27f51771c6680a5c5dd5f80fe2f50530cfed827f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-home.png @@ -0,0 +1 @@ +../../48x48/stock/stock_home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-indent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-indent.png new file mode 120000 index 0000000000000000000000000000000000000000..a273d94fdc5a7ba9217c64c59dacf485ceb9a585 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-indent.png @@ -0,0 +1 @@ +../../48x48/stock/stock_indent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-index.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-index.png new file mode 120000 index 0000000000000000000000000000000000000000..40997c88dca59e49c4ec65921fe8f339efe427ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-index.png @@ -0,0 +1 @@ +../../48x48/stock/stock_index.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-italic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-italic.png new file mode 120000 index 0000000000000000000000000000000000000000..5bb6628416f59cc201e56360e5cae1bd952db766 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-italic.png @@ -0,0 +1 @@ +../../48x48/stock/stock_italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..6df4274baad67761a00a7352c447c5640add1dbf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-jump-to.png @@ -0,0 +1 @@ +../../48x48/stock/stock_jump-to.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..254bbdff05ef20aba10bf5510a0c91f14ea3227a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-center.png @@ -0,0 +1 @@ +../../48x48/stock/stock_justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..ff35dc2b1357f2f5bc3eaeccbddaff73e50a3f2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-fill.png @@ -0,0 +1 @@ +../../48x48/stock/stock_justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..de8402a7369877345945445df23ec9e41d8ed7a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-left.png @@ -0,0 +1 @@ +../../48x48/stock/stock_justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..4da5572baa3524786c63e8bb5992afcd40f472f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-justify-right.png @@ -0,0 +1 @@ +../../48x48/stock/stock_justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..8e7feef2e3a68d5178a5c758ec116d80b85a4047 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-forward.png @@ -0,0 +1 @@ +../../48x48/stock/media-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..2bbd19da6554d14cbdb76383f86e61a327258f61 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-next.png @@ -0,0 +1 @@ +../../48x48/stock/media-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..dc6271efc94bdb433ca46c7ef45495d5a91edbdb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-pause.png @@ -0,0 +1 @@ +../../48x48/stock/media-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..6cf98f2991ec6b49fb814d250b84263ff7dc814f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-play.png @@ -0,0 +1 @@ +../../48x48/stock/media-play.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-previous.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-previous.png new file mode 120000 index 0000000000000000000000000000000000000000..40aedf86973b3a9ee43aa5382f611513d3d6d57b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-previous.png @@ -0,0 +1 @@ +../../48x48/stock/media-prev.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..3d2fe8a7f0d30a400b7f255bfc7560518b0ad7ad --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-record.png @@ -0,0 +1 @@ +../../48x48/stock/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-rewind.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-rewind.png new file mode 120000 index 0000000000000000000000000000000000000000..7fd21b0bfd1006aa9e87ab99e6286d5b1cd4f80e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-rewind.png @@ -0,0 +1 @@ +../../48x48/stock/media-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..bdda9f17bcbe79d3ae85be8c87bbbbb657aa13ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-media-stop.png @@ -0,0 +1 @@ +../../48x48/stock/media-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..00dc5d543433997859f5bff87d2ceda3575fcc12 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-missing-image.png @@ -0,0 +1 @@ +../../48x48/stock/stock_missing-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..6cb891d406e78ab4ca0bdcdae9ef9ac2bfe702f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-network.png @@ -0,0 +1 @@ +../../48x48/stock/stock_network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-new.png new file mode 120000 index 0000000000000000000000000000000000000000..4de30168681ba029250f26a697338f7e2a85848c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-new.png @@ -0,0 +1 @@ +../../48x48/stock/stock_new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-no.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-no.png new file mode 120000 index 0000000000000000000000000000000000000000..7d49cdd09284ef31667041a557550c1c00b231d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-no.png @@ -0,0 +1 @@ +../../48x48/stock/stock_no.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..bd0c1ba5e8333832bb49d4697b016d1aaca4a636 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-ok.png @@ -0,0 +1 @@ +../../48x48/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-open.png new file mode 120000 index 0000000000000000000000000000000000000000..9ae60400a5340142889194967054fce5b99a0875 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-open.png @@ -0,0 +1 @@ +../../48x48/stock/stock_open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-paste.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-paste.png new file mode 120000 index 0000000000000000000000000000000000000000..c957215fc1fe673b959f4db0071286da10674a69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-paste.png @@ -0,0 +1 @@ +../../48x48/stock/stock_paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..f9de5d5a0bb8659bde20116ad94408a9d6ddf04e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-preferences.png @@ -0,0 +1 @@ +../../48x48/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..26858ca933ffcf9c15ef588383a5a59d9c566e75 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-print-preview.png @@ -0,0 +1 @@ +../../48x48/stock/stock_print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-print.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-print.png new file mode 120000 index 0000000000000000000000000000000000000000..0223695bae90535098584fd72ce6ff20229875bb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-print.png @@ -0,0 +1 @@ +../../48x48/stock/stock_print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..a1c4f552494a2fe5ae9688706b518df6476e7d9a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-properties.png @@ -0,0 +1 @@ +../../48x48/stock/stock_properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-quit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-quit.png new file mode 120000 index 0000000000000000000000000000000000000000..5fba98f7b3434e92b20a73a755c314a7f65d39c0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-quit.png @@ -0,0 +1 @@ +../../48x48/stock/stock_quit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..67a4a79c08bd68f6235c206753789ff0a67a4e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-redo.png @@ -0,0 +1 @@ +../../48x48/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..55841d66e8b04b29372c7fec93637d951bccd280 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-refresh.png @@ -0,0 +1 @@ +../../48x48/stock/stock_refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-remove.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-remove.png new file mode 120000 index 0000000000000000000000000000000000000000..682b2b023401b7325f57f4e43b303efb24fe4859 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-remove.png @@ -0,0 +1 @@ +../../48x48/stock/stock_remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..7b91d19889b6ff30e0dcecfa2fd3b0c2421e43c3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-revert-to-saved.png @@ -0,0 +1 @@ +../../48x48/stock/stock_revert-to-saved.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..f5bd7005e5a7b10244e61249027277858942c830 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-save-as.png @@ -0,0 +1 @@ +../../48x48/stock/stock_save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-save.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-save.png new file mode 120000 index 0000000000000000000000000000000000000000..505e2b9adaf72a821c07b0a18e942a95d8626232 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-save.png @@ -0,0 +1 @@ +../../48x48/stock/stock_save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-select-color.png new file mode 120000 index 0000000000000000000000000000000000000000..160d88d09d24c58c5a21eaced4e327a4a5753b9f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-select-color.png @@ -0,0 +1 @@ +../../48x48/stock/stock_select-color.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..233b7f4f8f870bbcde419858f77eefa05b5a8074 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-select-font.png @@ -0,0 +1 @@ +../../48x48/stock/stock_select-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..c77a7818ce7d269450af2fa121f828c4681ab784 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-sort-ascending.png @@ -0,0 +1 @@ +../../48x48/stock/stock_sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..1c7c1db36f25e0a828555f0d8397a70363406e5a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-sort-descending.png @@ -0,0 +1 @@ +../../48x48/stock/stock_sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..50bdca18fea52b8a432bd1e04e3fc6b2d2e59d03 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-spell-check.png @@ -0,0 +1 @@ +../../48x48/stock/stock_spell-check.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..7c50fa051e360412f63e28335711c79f85648a7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-dialog-warning.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dialog_warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..b18bfc9faed3d8294ca145e618c7485789126951 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-edit.png @@ -0,0 +1 @@ +../../48x48/stock/stock_edit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-export.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-export.png new file mode 120000 index 0000000000000000000000000000000000000000..d35113b01f0adc3a5d529badb0778bc513e2c47a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-export.png @@ -0,0 +1 @@ +../../48x48/stock/stock_export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-import.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-import.png new file mode 120000 index 0000000000000000000000000000000000000000..a982e5226d538afe4cbb18ae181dfb8a2f79fc68 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-import.png @@ -0,0 +1 @@ +../../48x48/stock/stock_import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..3d9caa378ad8f759fa33a50444a3e7c88fb649f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-image.png @@ -0,0 +1 @@ +../../48x48/stock/stock_insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..6557eeeed721ed713d77bb00be67800e94d80a46 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-object.png @@ -0,0 +1 @@ +../../48x48/stock/stock_insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..8ebe3e1becd86709d6e6749558495591bc0d9d88 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-insert-table.png @@ -0,0 +1 @@ +../../48x48/stock/stock_insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-ok.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-ok.png new file mode 120000 index 0000000000000000000000000000000000000000..bd0c1ba5e8333832bb49d4697b016d1aaca4a636 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-ok.png @@ -0,0 +1 @@ +../../48x48/stock/stock_ok.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-reset.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-reset.png new file mode 120000 index 0000000000000000000000000000000000000000..bf1d2c1049572ba04458c32fe4bf0129ccedd78c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-reset.png @@ -0,0 +1 @@ +../../48x48/stock/stock_reset.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-revert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-revert.png new file mode 120000 index 0000000000000000000000000000000000000000..f7c77b840e267d17c1335ddfe8bc1b37a6320385 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-revert.png @@ -0,0 +1 @@ +../../48x48/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..23e46895bf3999560cde5fafc43f2f7078891992 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stock-stop.png @@ -0,0 +1 @@ +../../48x48/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..23e46895bf3999560cde5fafc43f2f7078891992 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-stop.png @@ -0,0 +1 @@ +../../48x48/stock/stock_stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..39e2f8cd98db82541a968a41f3aa379e2a691552 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-strikethrough.png @@ -0,0 +1 @@ +../../48x48/stock/stock_strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..4896556f3370d6102e032d93302c6c703dc9480e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-undelete.png @@ -0,0 +1 @@ +../../48x48/stock/stock_undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-underline.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-underline.png new file mode 120000 index 0000000000000000000000000000000000000000..8c55f24f28a33a553588b531968aa0bda2827458 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-underline.png @@ -0,0 +1 @@ +../../48x48/stock/stock_underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..f7c77b840e267d17c1335ddfe8bc1b37a6320385 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-undo.png @@ -0,0 +1 @@ +../../48x48/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..61bfdd7d6607cab0b43535f3d308edb486ad032e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-unindent.png @@ -0,0 +1 @@ +../../48x48/stock/stock_unindent.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-yes.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-yes.png new file mode 120000 index 0000000000000000000000000000000000000000..47e8c9fc1bf924ced0c9390023c04193403571ca --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-yes.png @@ -0,0 +1 @@ +../../48x48/stock/stock_yes.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..08dd85d832d89e8d8cf32cf50de7695af2aa9655 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-100.png @@ -0,0 +1 @@ +../../48x48/stock/stock_zoom-100.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..da5fbf0199a5ab9f0c4c792fffcf41e680965423 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-fit.png @@ -0,0 +1 @@ +../../48x48/stock/stock_zoom-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..19ee4ad073bc1f6c962b2ade76c2a0fbb2828ca2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-in.png @@ -0,0 +1 @@ +../../48x48/stock/stock_zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..2dd6ae0fd4f7127019ffe4adc28ce7732c28bed3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/gtk-zoom-out.png @@ -0,0 +1 @@ +../../48x48/stock/stock_zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..57f6b3a8301bedcf49f91224de04420ce9efc3a5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-accessories.png @@ -0,0 +1 @@ +../../48x48/stock/stock_accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..d84f189cc7964e36e86f357c6a5254cef506d8a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-amusements.png @@ -0,0 +1 @@ +../../48x48/stock/stock_amusements.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-internet.png new file mode 120000 index 0000000000000000000000000000000000000000..452a378d0d65d757c05fb31b699cb3201bc6a6d9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-internet.png @@ -0,0 +1 @@ +../../48x48/stock/stock_internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-logout.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-logout.png new file mode 120000 index 0000000000000000000000000000000000000000..33313b621caae3ee45a7cb72f96ee047ea2b0086 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-logout.png @@ -0,0 +1 @@ +../../48x48/stock/stock_logout.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..a92f4b0b9e9c0472abf9ff885ea363e3c20aba6e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-multimedia.png @@ -0,0 +1 @@ +../../48x48/stock/stock_multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-run.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-run.png new file mode 120000 index 0000000000000000000000000000000000000000..c6009d13c30e02e0a2669a39c546cd0443229ffa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-run.png @@ -0,0 +1 @@ +../../48x48/stock/stock_run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..3fe133a13f84e7a2757a138e053060cd60183a2d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/panel-screenshot.png @@ -0,0 +1 @@ +../../48x48/stock/stock_screenshot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-select.png new file mode 120000 index 0000000000000000000000000000000000000000..adfff4f1721b7f098064a3c60d1c4d9adbd5e60c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-select.png @@ -0,0 +1 @@ +../../48x48/stock/rox-select.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-show-details.png new file mode 120000 index 0000000000000000000000000000000000000000..9c809b76127094ee8aaee746a9ab08b5029df544 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-show-details.png @@ -0,0 +1 @@ +../../48x48/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-show-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..e3e0fc00a8d46ad8189ce3e18e4c37c49711881f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/rox-show-hidden.png @@ -0,0 +1 @@ +../../48x48/stock/rox-show-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/session-stock-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/session-stock-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..f9de5d5a0bb8659bde20116ad94408a9d6ddf04e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/session-stock-edit.png @@ -0,0 +1 @@ +../../48x48/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-download.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-download.png new file mode 120000 index 0000000000000000000000000000000000000000..139cda413eeb2a694420fa8eead1a3ad6ee9390d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-download.png @@ -0,0 +1 @@ +../../48x48/stock/stock_download.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-history.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-history.png new file mode 120000 index 0000000000000000000000000000000000000000..f98c5e69c7546d1e5f6b84a6fbfd9f8b1ace9194 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-history.png @@ -0,0 +1 @@ +../../48x48/stock/stock_history.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..f09c55c9f4322a335823de3f0ba9064ebfd385b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock-mailto.png @@ -0,0 +1 @@ +../../48x48/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_add-bookmark.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_add-bookmark.png new file mode 120000 index 0000000000000000000000000000000000000000..f0f01a4352b8cae665cb0737986cfc206b0e472a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_add-bookmark.png @@ -0,0 +1 @@ +../../48x48/stock/stock_epiphany-bookmark-page.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..d04b1a4631915c2365a5c7e048e7e10a26c340f0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_fullscreen.png @@ -0,0 +1 @@ +../../48x48/stock/stock_fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_mail-send.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_mail-send.png new file mode 120000 index 0000000000000000000000000000000000000000..f09c55c9f4322a335823de3f0ba9064ebfd385b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_mail-send.png @@ -0,0 +1 @@ +../../48x48/stock/stock_mailto.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_new_tab.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_new_tab.png new file mode 120000 index 0000000000000000000000000000000000000000..2b21d00aaa38f0a78e13870cdcc79cccc8ec6d85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_new_tab.png @@ -0,0 +1 @@ +../../48x48/stock/stock_new-tab.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..67a4a79c08bd68f6235c206753789ff0a67a4e60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_redo.png @@ -0,0 +1 @@ +../../48x48/stock/stock_redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..f7c77b840e267d17c1335ddfe8bc1b37a6320385 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_undo.png @@ -0,0 +1 @@ +../../48x48/stock/stock_undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_view-html-source.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_view-html-source.png new file mode 120000 index 0000000000000000000000000000000000000000..9c809b76127094ee8aaee746a9ab08b5029df544 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/stock_view-html-source.png @@ -0,0 +1 @@ +../../48x48/stock/rox-show-details.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/terminal-edit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/terminal-edit.png new file mode 120000 index 0000000000000000000000000000000000000000..f9de5d5a0bb8659bde20116ad94408a9d6ddf04e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/terminal-edit.png @@ -0,0 +1 @@ +../../48x48/stock/stock_preferences.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..f0c6a229d1a6039d53eb1d9b8d0bb97a90f0cfa9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-max.png @@ -0,0 +1 @@ +../../48x48/stock/volume-max.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..1709cb135b23af5a28b24f9fac8eabd4ba3966f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-med.png @@ -0,0 +1 @@ +../../48x48/stock/volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..9a5a9d6f7c7b89b9b88ecd6161b1c3f7c5efb654 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-min.png @@ -0,0 +1 @@ +../../48x48/stock/volume-min.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8f4411f67f229d6488660efd010652f0bbe8ef66 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-mute.png @@ -0,0 +1 @@ +../../48x48/stock/volume-mute.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..c1305d23244050f0396ee57a52f19227127be4e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/gtk/volume-zero.png @@ -0,0 +1 @@ +../../48x48/stock/volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-binary.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-binary.png new file mode 120000 index 0000000000000000000000000000000000000000..9d042f33aed474e9a54af2d5d7933aef4293c20e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-binary.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-octet-stream.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-certificate.png new file mode 100644 index 0000000000000000000000000000000000000000..b6be27a718c447f82a06cbdb052c0b9f17490075 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-certificate.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..21b0d17199010a6e8e403884584026b23ff5bd08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..128ecf64000dfb26a82c9e3981216be9d0b0d700 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-msword.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-octet-stream.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-octet-stream.png new file mode 100644 index 0000000000000000000000000000000000000000..63fe0e396e25ea9220dc466d58e81cfa2f080017 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-octet-stream.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-ogg.png new file mode 100644 index 0000000000000000000000000000000000000000..8f5866e125fa92b677bc6be02194bd38d0cf48e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-ogg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..248b618b5e1c23a71b6ff00f61f1d624d8a84567 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pdf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..920917308d7e4be215e66bf69bfb19c98d9a09fc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp-keys.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp-keys.png new file mode 100644 index 0000000000000000000000000000000000000000..7dcfbd22aea770397a0a3d0b5bcfebbef72f8b43 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp-keys.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp.png new file mode 100644 index 0000000000000000000000000000000000000000..ad89f0994cf8d5215fb02ecc189db209886c872d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-pgp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-postscript.png new file mode 100644 index 0000000000000000000000000000000000000000..e352396acdef9185f1950fa23a51c503279310e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-postscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-qif.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-qif.png new file mode 100644 index 0000000000000000000000000000000000000000..88ae85d81f8310bc61e30c92c174ef475457edf8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-qif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rhythmbox-effect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rhythmbox-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..29e335559f260452c68dd797ddd6fbd0c2a3e021 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rhythmbox-effect.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rhythmbox-playlist.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rhythmbox-playlist.png new file mode 100644 index 0000000000000000000000000000000000000000..be8a93b02067621e12b4690dc8788690f42d8731 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rhythmbox-playlist.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rtf.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8a480e8bef276463c1c8a4c145070cd6b9fe3d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-rtf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-smil.png new file mode 100644 index 0000000000000000000000000000000000000000..43197b3f275a8b574846ee63d3ee8a42e0dcc17e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-smil.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-access.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-access.png new file mode 100644 index 0000000000000000000000000000000000000000..2f562fec0056b9ddb96cc58b201f1cdd23224774 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-access.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-excel.png new file mode 100644 index 0000000000000000000000000000000000000000..b00e41982e7b41fa9345bb9e58a6fd49bde2a64d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-excel.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-powerpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..4e6793feeb13d242d8d2bde7c4535db4203be45d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-powerpoint.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-word.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-word.png new file mode 100644 index 0000000000000000000000000000000000000000..85442d1f5324b7b0ddd57c0dd1b53823f3696962 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.ms-word.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.rn-realmedia.png new file mode 100644 index 0000000000000000000000000000000000000000..8d56864763c6e6cffe93c6e7fbf779684ecb591f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.rn-realmedia.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.base.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.base.png new file mode 100644 index 0000000000000000000000000000000000000000..70eab7e7bb3f8d6f61565184f6be981c34c2f207 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.base.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..e584f8daee796b0e8a7305da60ff3f908a3b684a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..cf15f070a2816322b0121d82c02f53cf21499c16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..aefccf43e7984665a82ac395a3c50b8e7a59e5da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..b3e5799438de64ea3195c244a9821ecbb4fac927 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.math.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.math.png new file mode 100644 index 0000000000000000000000000000000000000000..a95cf03a558efc31a8048f427404c9f1b67c76c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..7b7c80d83722f0b84f182877e1aaacbe1b3dfb40 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.stardivision.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.calc.png new file mode 100644 index 0000000000000000000000000000000000000000..ff678c532209ca50c8a061e7622cdae7268f4bc5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.calc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.chart.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.chart.png new file mode 100644 index 0000000000000000000000000000000000000000..47517f5d8b6122cd8bec5d045fb99b4185c80552 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.chart.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.draw.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0ad34b09529ea7f8761a14ef7c9d71730b7130 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.draw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.impress.png new file mode 100644 index 0000000000000000000000000000000000000000..59fb3ed92032ffd9ac143ab4e3f0e6c5d5726a89 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.impress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.math.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.math.png new file mode 100644 index 0000000000000000000000000000000000000000..b518f2d3cf131891d3aa34b7c9a13e35c498bd51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.math.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.writer.png new file mode 100644 index 0000000000000000000000000000000000000000..0638babbf0d0aaac7b8d19a6fa6b25215d528939 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-vnd.sun.xml.writer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-7za.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-7za.png new file mode 100644 index 0000000000000000000000000000000000000000..698525d293dc1dc99fe6d97a06ad6594330d573d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-7za.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-abiword.png new file mode 100644 index 0000000000000000000000000000000000000000..88d016c00df5c5a9cdcd1435cbe5157608812232 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-abiword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..4901eb112ce71516795cb25c4972eb4176737f21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-archive.png @@ -0,0 +1 @@ +../../48x48/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-arj.png new file mode 100644 index 0000000000000000000000000000000000000000..695d1105eec3bf17da167c7f151e87ad449cc30f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-arj.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-blender.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-blender.png new file mode 100644 index 0000000000000000000000000000000000000000..5dce0b415adc5957d8c1bcf8b3098906ce84e31c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-blender.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bz.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5f38b8f7a2c49381e25df93875a3dc3b69b701 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bzip-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..b67d6778996b88be0ddf34518f6ee77e46422bdb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bzip-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bzip.png new file mode 100644 index 0000000000000000000000000000000000000000..11643fa9b74fabc81426e0dc42e49231e5b7a868 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-bzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cd-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cd-image.png new file mode 100644 index 0000000000000000000000000000000000000000..1c999bf165d62be3e7074fff683b3e59889288ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cd-image.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-compress.png new file mode 100644 index 0000000000000000000000000000000000000000..0a9f7af4813a8119d5c55ea0fa1bdf909cc2d7e9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-compress.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-compressed-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..d429614b69f43650cb5197a7351fb3672a820e51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-compressed-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cpio-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5d08c192d5ff3427e57906908cdf4e790dba9f41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cpio-compressed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cpio.png new file mode 100644 index 0000000000000000000000000000000000000000..17c110ed3c07c02c3a598d3995c8badc17e93b1c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-cpio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-deb.png new file mode 100644 index 0000000000000000000000000000000000000000..16ba3826bf134e42e9f001b6c5aab121786fe017 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-deb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ad17452933a3524db15d0e06e8761a5c15b4f4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-dia-diagram.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-dia-diagram.png new file mode 100644 index 0000000000000000000000000000000000000000..e63573b4fac4ded6abc1f100c22fe0144a5296d1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-dia-diagram.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-dvi.png new file mode 100644 index 0000000000000000000000000000000000000000..7b0049ce8d4ed5f6719ac24007f12cd68a95c90b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-dvi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-executable.png new file mode 100644 index 0000000000000000000000000000000000000000..919652053c5d0275ceffde2e3cca145847558f31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-executable.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..856bc32b56d165d9cde873829a2032546dfffb39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-flash.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-asm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-asm.png new file mode 120000 index 0000000000000000000000000000000000000000..0a7149b8844956da56b6fc158a23d2e8b7d04be0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-asm.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..0a7149b8844956da56b6fc158a23d2e8b7d04be0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-bdf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4175dc6adb335abe8ee5a98d20bb12ea1f1aec Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..0a7149b8844956da56b6fc158a23d2e8b7d04be0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-otf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-otf.png new file mode 100644 index 0000000000000000000000000000000000000000..c2faee961b7a3f2f210a8abb2afcbac532b252ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-otf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..0a7149b8844956da56b6fc158a23d2e8b7d04be0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-pcf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-ttf.png new file mode 100644 index 0000000000000000000000000000000000000000..a8faf9c2db373f2f041e4a4a1625393fe6ee2c25 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-ttf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-type1.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-type1.png new file mode 100644 index 0000000000000000000000000000000000000000..9dfabbb04cd41b12c3409b93f2219dc67bc0c2e1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-font-type1.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..29733a8981c93cc8251e037f6490d0359d718cc7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-glade.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-glade.png new file mode 100644 index 0000000000000000000000000000000000000000..1725d18ba68018975fb80b894597a7eb58dbdf17 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-glade.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gnucash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gnucash.png new file mode 100644 index 0000000000000000000000000000000000000000..439103007bfa75cf5320a688bf1b3ca0ab76704e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gnucash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gnumeric.png new file mode 100644 index 0000000000000000000000000000000000000000..5075d873c95113545b6282c00ee7d645d001a727 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gnumeric.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gtktalog.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gtktalog.png new file mode 100644 index 0000000000000000000000000000000000000000..73042d0ded261b2ca64ccee1a0ad5f7976a72ad4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gtktalog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gzip.png new file mode 100644 index 0000000000000000000000000000000000000000..791f9e2fbd083c760a19962b05dcc18d8d319a23 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-gzip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-java-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-java-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..1e0bf28d1e8c39b238cc4818211fc2a390fc16f0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-java-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-javalib.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-javalib.png new file mode 120000 index 0000000000000000000000000000000000000000..f8646c56db46b183f43a059e146028848c57e9d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-javalib.png @@ -0,0 +1 @@ +../../48x48/mimetypes/gnome-mime-application-x-jar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kde-app-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kde-app-info.png new file mode 100644 index 0000000000000000000000000000000000000000..c0bad40bb918aa06e6af064acbadea1ed0e0e34e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kde-app-info.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-killustrator.png new file mode 100644 index 0000000000000000000000000000000000000000..b12cd7f77d0bd0b4f2cf87f339b48f83c7c40c37 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-killustrator.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kpresenter.png new file mode 100644 index 0000000000000000000000000000000000000000..eb6883f4492f17196a6fe849f2f00b9a50afa68e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kpresenter.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kspread.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0e888e6f833202b981df4f76155ccee0291019 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kspread.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kword.png new file mode 100644 index 0000000000000000000000000000000000000000..965025ad7e602be1173ed394bfd84d654a46b254 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-kword.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-lha.png new file mode 100644 index 0000000000000000000000000000000000000000..9e3cd94afff3b8647d9ed0f3fb508cbdb8e8f916 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-lha.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-lhz.png new file mode 100644 index 0000000000000000000000000000000000000000..abdf612f0a6616f0d2a0232c3d551d8505e77db1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-lhz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-object.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-object.png new file mode 100644 index 0000000000000000000000000000000000000000..9bb0a829a91d464da94f69f98d373ce37d4ebac2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-perl.png new file mode 100644 index 0000000000000000000000000000000000000000..122755df481a42bfdd27774f0ff053d65a3296b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-perl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-php.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2faf605061a2dea8ce8b969b5258502b88ca9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-php.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-python-bytecode.png new file mode 100644 index 0000000000000000000000000000000000000000..9bbcc95651617f9b0549fec65fd78d9baa75bd39 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-python-bytecode.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-python.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd600d53a9259c25e437cf0e113c845f1c29f7b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-python.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-qw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-qw.png new file mode 100644 index 0000000000000000000000000000000000000000..88ae85d81f8310bc61e30c92c174ef475457edf8 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-qw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-rar.png new file mode 100644 index 0000000000000000000000000000000000000000..57b96ce148a68501890fb6728ebd0bcffa88f60a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-rar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-reject.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-reject.png new file mode 100644 index 0000000000000000000000000000000000000000..692919179a8bac9f828283bb070cfcae7d51cdd7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-reject.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-rpm.png new file mode 100644 index 0000000000000000000000000000000000000000..132bc53db96c223d0627ea8628f6ea44c235c92a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-rpm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-ruby.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-ruby.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7779ab40167871957dc23fef12cb395786dbc5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-ruby.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-share-library-la.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-share-library-la.png new file mode 100644 index 0000000000000000000000000000000000000000..087be31844b49eff72509a39e5e21820bb4adb64 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-share-library-la.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-sharedlib.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-sharedlib.png new file mode 100644 index 0000000000000000000000000000000000000000..c87678899ce8ac991f4aa63d31340db0de51ea49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-sharedlib.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-shellscript.png new file mode 100644 index 0000000000000000000000000000000000000000..5660ed67eb3c0be2642fccb697d5f83f89bd22c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-shellscript.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-shockwave-flash.png new file mode 100644 index 0000000000000000000000000000000000000000..668d7277f1b17b34a11668b28d9876ee7ca93bb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-shockwave-flash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-smil.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-smil.png new file mode 120000 index 0000000000000000000000000000000000000000..de1aecd8c93ab6b699e21a4f0aa50cc084d79b39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-smil.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-smil.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-stuffit.png new file mode 100644 index 0000000000000000000000000000000000000000..120a7430d4e2c2872e42a65c395cacd813f6d8c4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-stuffit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tar.png new file mode 100644 index 0000000000000000000000000000000000000000..c0cbb634c56ed4b2e68817873a1c56c0952ff407 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tarz.png new file mode 100644 index 0000000000000000000000000000000000000000..9e734de81dd7ce9d4cbdae2b683720de13bd6e76 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tarz.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tex.png new file mode 100644 index 0000000000000000000000000000000000000000..15de2919c31b182705caeb15458c5c6cb3d321da Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-tex.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..c113f971c5549c3674ee5dd6e91c9f1a7c8ddbb3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-x-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-zip.png new file mode 100644 index 0000000000000000000000000000000000000000..e88438e6932698b26d715bd6e9b27a6c0acd638b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application-zip.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application.png new file mode 100644 index 0000000000000000000000000000000000000000..919652053c5d0275ceffde2e3cca145847558f31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/application.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/ascii.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-ac3.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-ac3.png new file mode 100644 index 0000000000000000000000000000000000000000..0539a8be4ca7c05df1c39aa6103e9f6b8fb79f0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-ac3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..9543ee007bc43c837c4532291ded3b4041dff9ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-basic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-basic.png new file mode 100644 index 0000000000000000000000000000000000000000..0786b5c5335792f132e5776808f8f983a0c6f7b3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-basic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-midi.png new file mode 100644 index 0000000000000000000000000000000000000000..32c37ae87909ae055182b2cc60357a52a38453ab Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-midi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..3e60986b6c047019ff6ba2185ca23c8843379b7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-ogg.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-wma.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-wma.png new file mode 100644 index 0000000000000000000000000000000000000000..871adce1be8f4bfb1c7a2c2c87212f44bf53039d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-wma.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-aiff.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-aiff.png new file mode 100644 index 0000000000000000000000000000000000000000..9543ee007bc43c837c4532291ded3b4041dff9ae Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-aiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..6bb1ff9d797af095f352959a4379f5b5ce23c461 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-it.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-it.png new file mode 100644 index 0000000000000000000000000000000000000000..23f2bf2a35c9cd39988755c81d122320124c009f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-it.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-midi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-midi.png new file mode 120000 index 0000000000000000000000000000000000000000..19fe6d24eefbe5f3a217666ea16849033d642bb9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-midi.png @@ -0,0 +1 @@ +../../48x48/mimetypes/audio-midi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mod.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mod.png new file mode 100644 index 0000000000000000000000000000000000000000..9fef5df1b6c83e5600ce18de806b359dea641c0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mod.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mp3.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mp3.png new file mode 100644 index 0000000000000000000000000000000000000000..248f6012be07742aa6421b160c37bfceaaf1b8c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mp3.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mpegurl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mpegurl.png new file mode 100644 index 0000000000000000000000000000000000000000..79bcc389bf644b6668c3d6435792280f8dc77de1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-mpegurl.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-pn-realaudio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-pn-realaudio.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb47515e06813b0e1a7967c5187587030b8d90d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-pn-realaudio.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-s3m.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-s3m.png new file mode 100644 index 0000000000000000000000000000000000000000..893f28e375aeca385b19aaab79b25235a837b778 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-s3m.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-stm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-stm.png new file mode 100644 index 0000000000000000000000000000000000000000..d32b5319fa97939a0355202f2132dc98b59346e3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-stm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-ulaw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-ulaw.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f1b77134f5c51f467efe1bc0215bafd7928f34 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-ulaw.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-voc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-voc.png new file mode 100644 index 0000000000000000000000000000000000000000..4eabd23ae0bd9981915d708e25b72f81439ee287 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-voc.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-wav.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-wav.png new file mode 100644 index 0000000000000000000000000000000000000000..0651dc5c14c67fe2a537290e11c319d127e7ca3c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-wav.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-xi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-xi.png new file mode 100644 index 0000000000000000000000000000000000000000..fc87867a23d143b4087854c4778202cdcab2d295 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-xi.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-xm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-xm.png new file mode 100644 index 0000000000000000000000000000000000000000..ed29a1a98a17de230d61a9619d9f1942514ca870 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio-x-xm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio.png new file mode 120000 index 0000000000000000000000000000000000000000..7e482ac30ade7c38ab3a4c66c8f85cf9974f06a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/audio.png @@ -0,0 +1 @@ +../../48x48/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/binary.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/binary.png new file mode 120000 index 0000000000000000000000000000000000000000..1d6bc3617f4b5ee187347123f7ec58f62ba9abd3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/binary.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/contents2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/contents2.png new file mode 120000 index 0000000000000000000000000000000000000000..90e3577c75ae5faf18faa1cb56d7fab4dea23af4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/contents2.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/deb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/deb.png new file mode 120000 index 0000000000000000000000000000000000000000..112f680563ea71065124df51f6067290310a65ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/deb.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/document.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/document.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/document.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/empty.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0e0f2184a2f742a49163bae732efcaca7e85f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/empty.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/exec.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/exec.png new file mode 120000 index 0000000000000000000000000000000000000000..1d6bc3617f4b5ee187347123f7ec58f62ba9abd3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/exec.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/folder_tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/folder_tar.png new file mode 120000 index 0000000000000000000000000000000000000000..d4faddc23860c9e62fdb282ea8ea886df044a0cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/folder_tar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..cdfc0763aeccf40066a12a5ededb25c8524fd031 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1ace88b7ec1bdc0e8c636df90d0e3e3ac79b45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font.png @@ -0,0 +1 @@ +../../48x48/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_bitmap.png new file mode 120000 index 0000000000000000000000000000000000000000..0a7149b8844956da56b6fc158a23d2e8b7d04be0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_bitmap.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-bitmap.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_truetype.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_truetype.png new file mode 120000 index 0000000000000000000000000000000000000000..dc430f9dbad2c5962d3fc4b8b363ad2f74c7fdb9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_truetype.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_type1.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_type1.png new file mode 120000 index 0000000000000000000000000000000000000000..7bb21a52664b6d6519d2c0fd88b2bb48e3498606 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/font_type1.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-fs-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-fs-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..1d6bc3617f4b5ee187347123f7ec58f62ba9abd3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-fs-executable.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-fs-regular.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-fs-regular.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0e0f2184a2f742a49163bae732efcaca7e85f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-fs-regular.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-magicpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-magicpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..e2d54200404151720a2adb4d9c8e4bb28f531816 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-magicpoint.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-msword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-msword.png new file mode 120000 index 0000000000000000000000000000000000000000..128ecf64000dfb26a82c9e3981216be9d0b0d700 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-msword.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.ms-word.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-ogg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-ogg.png new file mode 120000 index 0000000000000000000000000000000000000000..3e60986b6c047019ff6ba2185ca23c8843379b7d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-ogg.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-ogg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-pdf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-pdf.png new file mode 120000 index 0000000000000000000000000000000000000000..c6937b60e1dafe6e4ac65d344e1dde745aa28dbc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-pdf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-pdf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-postscript.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-postscript.png new file mode 120000 index 0000000000000000000000000000000000000000..65643584f9e890441b0fa04f26e1279cf74eaa46 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-postscript.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-postscript.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-rtf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-rtf.png new file mode 120000 index 0000000000000000000000000000000000000000..b59c0f9f573747aab4c72b4549ee81a5d06e2ff4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-rtf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-rtf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png new file mode 120000 index 0000000000000000000000000000000000000000..c61f0ccf043b392339873d665b0e8eb10b9e3eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png new file mode 120000 index 0000000000000000000000000000000000000000..aaa097e5a53a95a85ecee50bb1a361338ff50b43 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.ms-excel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png new file mode 120000 index 0000000000000000000000000000000000000000..b754fa4743376cbf719dbd67e0aa90bb9623336b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.ms-powerpoint.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png new file mode 120000 index 0000000000000000000000000000000000000000..637d14a5ad7197e52775cfc11cb3e03f7bf6c45b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png new file mode 120000 index 0000000000000000000000000000000000000000..637d14a5ad7197e52775cfc11cb3e03f7bf6c45b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-drawing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png new file mode 120000 index 0000000000000000000000000000000000000000..e2d54200404151720a2adb4d9c8e4bb28f531816 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c61f0ccf043b392339873d665b0e8eb10b9e3eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png new file mode 120000 index 0000000000000000000000000000000000000000..cd2d9992778d97c01fa9fd50cef47b468f421a40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png new file mode 120000 index 0000000000000000000000000000000000000000..0ca3424e0da55f4cff9db9505ac7a9f49799761c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png new file mode 120000 index 0000000000000000000000000000000000000000..0ca3424e0da55f4cff9db9505ac7a9f49799761c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png new file mode 120000 index 0000000000000000000000000000000000000000..0ca3424e0da55f4cff9db9505ac7a9f49799761c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.rn-realmedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..c61f0ccf043b392339873d665b0e8eb10b9e3eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..e2d54200404151720a2adb4d9c8e4bb28f531816 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png new file mode 120000 index 0000000000000000000000000000000000000000..bae476659751f5a2bb3e837170d5c430a157cfbf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.sun.xml.calc.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png new file mode 120000 index 0000000000000000000000000000000000000000..da5ff25f98a419debf565ccc4ad0026bc5eafe3e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.sun.xml.draw.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png new file mode 120000 index 0000000000000000000000000000000000000000..71bb1710a51eded3cc95ffc368d449c919d7cb7f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.sun.xml.impress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png new file mode 120000 index 0000000000000000000000000000000000000000..eb4f8fac7e952f0751571f4ba45d017e848f7b87 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-vnd.sun.xml.writer.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-wordperfect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-wordperfect.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-wordperfect.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..5567fcac6d976cdfb146ffa806d9827f94c59a31 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-7za.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-abiword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-abiword.png new file mode 120000 index 0000000000000000000000000000000000000000..8a5566412c4fec3ef5d2a0c1e005c461223af410 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-abiword.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-abiword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c61f0ccf043b392339873d665b0e8eb10b9e3eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-applix-word.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-applix-word.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-applix-word.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-archive.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-archive.png new file mode 120000 index 0000000000000000000000000000000000000000..4901eb112ce71516795cb25c4972eb4176737f21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-archive.png @@ -0,0 +1 @@ +../../48x48/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-arj.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-arj.png new file mode 120000 index 0000000000000000000000000000000000000000..d5423dff26718530b75db493795f4cc323d56cff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-arj.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-arj.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..8ac1f4f5f68e4e8cd0fce74d669caa5a14d8634a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-bzip-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-bzip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-bzip.png new file mode 120000 index 0000000000000000000000000000000000000000..3d15cfd7a74af068a469bce29483e49da095cf69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-bzip.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-bzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-compress.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-compress.png new file mode 120000 index 0000000000000000000000000000000000000000..8eb4051667217836e33c45192f6b44d75b9ff55c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-compress.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-compress.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..6dae11bacb58ed64c2eb1c11e6a63c2093016ab3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png new file mode 120000 index 0000000000000000000000000000000000000000..c72060c5b9589727b4645952581cf5bd5fb06ce5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-cpio-compressed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-cpio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-cpio.png new file mode 120000 index 0000000000000000000000000000000000000000..fb2c69f0102792028f6d1315a12a3558d8e30fcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-cpio.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-cpio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-deb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-deb.png new file mode 120000 index 0000000000000000000000000000000000000000..112f680563ea71065124df51f6067290310a65ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-deb.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-deb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-dvi.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-dvi.png new file mode 120000 index 0000000000000000000000000000000000000000..c9354da2cea013574e2f0843b43dba5c63873f82 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-dvi.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-dvi.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..1d6bc3617f4b5ee187347123f7ec58f62ba9abd3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-executable.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..7bb21a52664b6d6519d2c0fd88b2bb48e3498606 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-afm.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-bdf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-bdf.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1ace88b7ec1bdc0e8c636df90d0e3e3ac79b45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-bdf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1ace88b7ec1bdc0e8c636df90d0e3e3ac79b45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-pcf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-pcf.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1ace88b7ec1bdc0e8c636df90d0e3e3ac79b45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-pcf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1ace88b7ec1bdc0e8c636df90d0e3e3ac79b45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png @@ -0,0 +1 @@ +../../48x48/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-ttf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-ttf.png new file mode 120000 index 0000000000000000000000000000000000000000..dc430f9dbad2c5962d3fc4b8b363ad2f74c7fdb9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-font-ttf.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-ttf.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gnumeric.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gnumeric.png new file mode 120000 index 0000000000000000000000000000000000000000..ea30771a9c5b0735eaa619d3cab22bdcd1d58391 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gnumeric.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-gnumeric.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gzip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gzip.png new file mode 120000 index 0000000000000000000000000000000000000000..64984b46ac7358e086f7ea5bd416a495553f45f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gzip.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-gzip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-jar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-jar.png new file mode 120000 index 0000000000000000000000000000000000000000..4901eb112ce71516795cb25c4972eb4176737f21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-jar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-killustrator.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-killustrator.png new file mode 120000 index 0000000000000000000000000000000000000000..f12cb9ec40790b50f2ca5caf403f18fa1d7511da --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-killustrator.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-killustrator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kpresenter.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kpresenter.png new file mode 120000 index 0000000000000000000000000000000000000000..98734c8555f0dd3972e863c992863300a6fb0fc0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kpresenter.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-kpresenter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kspread.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kspread.png new file mode 120000 index 0000000000000000000000000000000000000000..811f8f9df37d12d4619284ca019011df14ac6495 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kspread.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-kspread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kword.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kword.png new file mode 120000 index 0000000000000000000000000000000000000000..67193c7a0966c07855c53063986a8573b8286e48 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-kword.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-kword.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-lha.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-lha.png new file mode 120000 index 0000000000000000000000000000000000000000..c3662ec9ce3c7f61ead1b02b80938151d34fd25d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-lha.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-lha.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-lhz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-lhz.png new file mode 120000 index 0000000000000000000000000000000000000000..af2068d21c8bc6796e51aca25920ca74339c52b6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-lhz.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-lhz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png new file mode 120000 index 0000000000000000000000000000000000000000..1d6bc3617f4b5ee187347123f7ec58f62ba9abd3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-executable.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-perl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-perl.png new file mode 120000 index 0000000000000000000000000000000000000000..c42aa1003a6a5f9909a734c9ae94829bba981870 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-perl.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-perl.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-php.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-php.png new file mode 120000 index 0000000000000000000000000000000000000000..cd1dc59cf46aa57afaee9feb6f94eeba7a09a6ae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-php.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-php.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png new file mode 120000 index 0000000000000000000000000000000000000000..944c44dc790c761403a91ee5da6e16301635ef7b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-python-bytecode.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-rar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-rar.png new file mode 120000 index 0000000000000000000000000000000000000000..46c65d94dcddc63eefd3770da00b08d270b31c34 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-rar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-rar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..138f87f521822fd7cba645e07a70a21c36ef1ecd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-rpm.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-scribus.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-scribus.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-scribus.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..39ea7221f840db2f33fbeb190a98f714fa47b069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-shellscript.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png new file mode 120000 index 0000000000000000000000000000000000000000..e49b67e3edf730042a00865c49dc05108a7d8213 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-shockwave-flash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-stuffit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-stuffit.png new file mode 120000 index 0000000000000000000000000000000000000000..cf942c322e974363ae57507ee43a98c5f85a53eb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-stuffit.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-stuffit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tar.png new file mode 120000 index 0000000000000000000000000000000000000000..d4faddc23860c9e62fdb282ea8ea886df044a0cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tarz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tarz.png new file mode 120000 index 0000000000000000000000000000000000000000..45caeb742b44f709163dcbf5b4db3548baffcc59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tarz.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-tarz.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..d96a6b9ec3826cb0d34c8e937fff1055f9dcb6ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-x-tex.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-zip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-zip.png new file mode 120000 index 0000000000000000000000000000000000000000..82bc284f24bdbbbbde1f500a9bab44f9fc9a85e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-application-zip.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-audio.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-audio.png new file mode 120000 index 0000000000000000000000000000000000000000..7e482ac30ade7c38ab3a4c66c8f85cf9974f06a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-audio.png @@ -0,0 +1 @@ +../../48x48/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-image.png new file mode 120000 index 0000000000000000000000000000000000000000..ffbbc75313ab6a83af05f45c831b2fa022d76bed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-image.png @@ -0,0 +1 @@ +../../48x48/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-html.png new file mode 120000 index 0000000000000000000000000000000000000000..cd2d9992778d97c01fa9fd50cef47b468f421a40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-html.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png new file mode 120000 index 0000000000000000000000000000000000000000..cd2d9992778d97c01fa9fd50cef47b468f421a40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-csh.png new file mode 120000 index 0000000000000000000000000000000000000000..39ea7221f840db2f33fbeb190a98f714fa47b069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-csh.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-python.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-python.png new file mode 120000 index 0000000000000000000000000000000000000000..45fd670a06636e16cc2a0ffe423189dfd2679e55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-python.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-python.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-sh.png new file mode 120000 index 0000000000000000000000000000000000000000..39ea7221f840db2f33fbeb190a98f714fa47b069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-sh.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..4c773b7091879912784590b66a9a6c18f4303fc5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-vcalendar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..90e3577c75ae5faf18faa1cb56d7fab4dea23af4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-vcard.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-zsh.png new file mode 120000 index 0000000000000000000000000000000000000000..39ea7221f840db2f33fbeb190a98f714fa47b069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text-x-zsh.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-text.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-video.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-video.png new file mode 120000 index 0000000000000000000000000000000000000000..cd40777e99984f06a2609afbea4bfb9db15748a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-video.png @@ -0,0 +1 @@ +../../48x48/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..7bb21a52664b6d6519d2c0fd88b2bb48e3498606 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-mime-x-font-afm.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-package.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-package.png new file mode 120000 index 0000000000000000000000000000000000000000..4901eb112ce71516795cb25c4972eb4176737f21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gnome-package.png @@ -0,0 +1 @@ +../../48x48/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gtk-file.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gtk-file.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0e0f2184a2f742a49163bae732efcaca7e85f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/gtk-file.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/html.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/html.png new file mode 120000 index 0000000000000000000000000000000000000000..cd2d9992778d97c01fa9fd50cef47b468f421a40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/html.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-bmp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-bmp.png new file mode 100644 index 0000000000000000000000000000000000000000..a0fd0e1ec38da6599999d2b1366fc8d6211b9733 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-bmp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-gif.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-gif.png new file mode 100644 index 0000000000000000000000000000000000000000..6f008c16a91b8ee530e714a66c966451c9668c91 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-gif.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-ief.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-ief.png new file mode 100644 index 0000000000000000000000000000000000000000..1782069ec303865a5d10143da0028a785bb8bbac Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-ief.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-jpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-jpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb0412ce9ff9424f6bd672efe2a8a8d52136a12 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-jpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-png.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-png.png new file mode 100644 index 0000000000000000000000000000000000000000..74df172118769185af0227a8baa60da16b71ebc3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-png.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svg+xml.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svg+xml.png new file mode 120000 index 0000000000000000000000000000000000000000..7d942071d360c6cf2e2a55fcb478e4780f096d84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svg+xml.png @@ -0,0 +1 @@ +../../48x48/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svg.png new file mode 100644 index 0000000000000000000000000000000000000000..beb46a44ef677e71c410da477a372bf15bcee278 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svgz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svgz.png new file mode 120000 index 0000000000000000000000000000000000000000..7d942071d360c6cf2e2a55fcb478e4780f096d84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-svgz.png @@ -0,0 +1 @@ +../../48x48/mimetypes/image-svg.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-tiff.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-tiff.png new file mode 100644 index 0000000000000000000000000000000000000000..146993cdb95e222bd054c71a5cdefcd64f441d0c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-tiff.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-3ds.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-3ds.png new file mode 100644 index 0000000000000000000000000000000000000000..95f0ad0c8e754a228e2974eaaa8eb3f3533f24cf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-3ds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-applix-graphic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-applix-graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..014033381091f0b40ecff85dcba586b8d914b070 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-applix-graphic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-cmu-raster.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-cmu-raster.png new file mode 100644 index 0000000000000000000000000000000000000000..b885e366a26a5d16dee8ceae7e4c6b5e93d7c40d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-cmu-raster.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..85f01166df84ff95693143bbbd684f23db1fa339 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-anymap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-anymap.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5bfdd9637ec122066fe2ee1b3a190ebbb2183d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-anymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-bitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-bitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..857229f1a5035c199b10e32770abf60e3556d759 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-bitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-greymap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-greymap.png new file mode 100644 index 0000000000000000000000000000000000000000..da7f71eedca1e4e9c474c1d1f3dedbff66826c49 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-greymap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-pixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-pixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..2004ceaef2e293c4160a168459d701afc34f1503 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-portable-pixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-psd.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-psd.png new file mode 100644 index 0000000000000000000000000000000000000000..aecbea353748ec8be4aca2f951382e407b386ea9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-psd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-rgb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-rgb.png new file mode 100644 index 0000000000000000000000000000000000000000..a26fc1b75ec783043479828bdbff9950d4d37c7b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-rgb.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-tga.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-tga.png new file mode 100644 index 0000000000000000000000000000000000000000..bc7b2dab8ac5322312f69477d91cce2f89878efd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-tga.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xbitmap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xbitmap.png new file mode 100644 index 0000000000000000000000000000000000000000..4c97cc3e682c44f876e988a71f7e120289dc2c31 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xbitmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xcf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xcf.png new file mode 100644 index 0000000000000000000000000000000000000000..2a26d382d0a8a9d8e05863942f1c999321c0c2c0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xcf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xfig.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xfig.png new file mode 100644 index 0000000000000000000000000000000000000000..1ebcc8d9e969d0ee4226e178a247aee0c78b88e7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xfig.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xpixmap.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xpixmap.png new file mode 100644 index 0000000000000000000000000000000000000000..245877d26d7c1f6be69094033564bb37419946b1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xpixmap.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xwindowdum.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xwindowdum.png new file mode 100644 index 0000000000000000000000000000000000000000..593614a6c2d7de6725041f2e9ec9202670afbf64 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image-x-xwindowdum.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image.png new file mode 120000 index 0000000000000000000000000000000000000000..ffbbc75313ab6a83af05f45c831b2fa022d76bed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/image.png @@ -0,0 +1 @@ +../../48x48/mimetypes/image-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/kpresenter_kpr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/kpresenter_kpr.png new file mode 120000 index 0000000000000000000000000000000000000000..e2d54200404151720a2adb4d9c8e4bb28f531816 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/kpresenter_kpr.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-presentation.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/mime_ascii.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/mime_ascii.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/mime_ascii.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/misc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/misc.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/misc.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..2fdbce88d213573a1ad02c615784fa57b2428158 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package.png new file mode 120000 index 0000000000000000000000000000000000000000..4901eb112ce71516795cb25c4972eb4176737f21 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package.png @@ -0,0 +1 @@ +../../48x48/mimetypes/package-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package_editors.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package_editors.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package_editors.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package_wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package_wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/package_wordprocessing.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/plan.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/plan.png new file mode 120000 index 0000000000000000000000000000000000000000..4c773b7091879912784590b66a9a6c18f4303fc5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/plan.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/rpm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/rpm.png new file mode 120000 index 0000000000000000000000000000000000000000..138f87f521822fd7cba645e07a70a21c36ef1ecd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/rpm.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-rpm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/shellscript.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/shellscript.png new file mode 120000 index 0000000000000000000000000000000000000000..39ea7221f840db2f33fbeb190a98f714fa47b069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/shellscript.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..7e482ac30ade7c38ab3a4c66c8f85cf9974f06a1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/sound.png @@ -0,0 +1 @@ +../../48x48/mimetypes/audio-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c61f0ccf043b392339873d665b0e8eb10b9e3eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/spreadsheet.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_addressbook.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_addressbook.png new file mode 120000 index 0000000000000000000000000000000000000000..90e3577c75ae5faf18faa1cb56d7fab4dea23af4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_addressbook.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_calendar.png new file mode 120000 index 0000000000000000000000000000000000000000..4c773b7091879912784590b66a9a6c18f4303fc5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_calendar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_certificate.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_certificate.png new file mode 120000 index 0000000000000000000000000000000000000000..538574e50254357030ff04938fc9dd504f5875fa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_certificate.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-certificate.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_script.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_script.png new file mode 120000 index 0000000000000000000000000000000000000000..39ea7221f840db2f33fbeb190a98f714fa47b069 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/stock_script.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-script.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/tar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/tar.png new file mode 120000 index 0000000000000000000000000000000000000000..d4faddc23860c9e62fdb282ea8ea886df044a0cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/tar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/template_source.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/template_source.png new file mode 120000 index 0000000000000000000000000000000000000000..b9d63915995ab3dab6ebb965312c55216f8fc8e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/template_source.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic-template.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-css.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-css.png new file mode 100644 index 0000000000000000000000000000000000000000..dc40daf3ffaa87df24e91c1026b5689b7b4c08fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-css.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-html.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-html.png new file mode 100644 index 0000000000000000000000000000000000000000..1e7f68354fa3ef406abdee000f6ca040024cd5b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-html.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-sgml.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-sgml.png new file mode 100644 index 0000000000000000000000000000000000000000..5944aaa7dc1383b26e7418e7547d4aec0660e43b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-sgml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-authors.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-authors.png new file mode 100644 index 0000000000000000000000000000000000000000..a1c68219e44224479bdf8f0ddb9db6c9d943e7aa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-authors.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c++.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c++.png new file mode 100644 index 0000000000000000000000000000000000000000..9b6a1292a8702fe9b9e7617b506cd97f69b5b074 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c++.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c++src.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c++src.png new file mode 120000 index 0000000000000000000000000000000000000000..37f89b0d171ef23c11d148a7e8d7fe1cba59701d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c++src.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-c++.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c-header.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c-header.png new file mode 100644 index 0000000000000000000000000000000000000000..b1ba8a0ef7e537e8426e05f3e3c189d8c6feacd9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c-header.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c.png new file mode 100644 index 0000000000000000000000000000000000000000..cce0bb24372c2ebaebedcf164a5422d57e743879 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-c.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-chdr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-chdr.png new file mode 120000 index 0000000000000000000000000000000000000000..33245b05b268b8898f4015cb101e430a5c4fd1cf --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-chdr.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-c-header.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-copying.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-copying.png new file mode 100644 index 0000000000000000000000000000000000000000..fcfa0bc7de1cabeb28378ad0781188e31dd270c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-copying.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-credits.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-credits.png new file mode 100644 index 0000000000000000000000000000000000000000..426ebeb7e76460a658e1778f7bb7b39ce015b968 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-credits.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csh.png new file mode 100644 index 0000000000000000000000000000000000000000..b10a18816df6e77b0131024ca828f916ba918d79 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csharp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csharp.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f9f124df9b435122293dc40dfafef7f4553fd7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csharp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csrc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csrc.png new file mode 120000 index 0000000000000000000000000000000000000000..6117dffd6e5e391c035169e7ed4c2f068867804c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-csrc.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-c.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-generic-template.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-generic-template.png new file mode 100644 index 0000000000000000000000000000000000000000..1839bfb989bc2a3377a254a07c983f2beb8459a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-generic-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..7d1af8b7d48968ba294de336864cd91d7751d487 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-gettext-translation.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-gettext-translation.png new file mode 100644 index 0000000000000000000000000000000000000000..94b84df1f477f61d5e4d91e8ad280a7e614d3889 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-gettext-translation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..9d45026d6c13bd63d6324604b1cb1ebbb58a642f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-install.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-install.png new file mode 100644 index 0000000000000000000000000000000000000000..271da62907567134492e86eed6cb0fa7d2994240 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-install.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-java.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-java.png new file mode 100644 index 0000000000000000000000000000000000000000..2be40b81467ac40ba901865e6af922efe4edbf5d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-java.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-literate-haskell.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-literate-haskell.png new file mode 100644 index 0000000000000000000000000000000000000000..029b88c9cbc05cfc1f29e83b6878c717ae6ccb6b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-literate-haskell.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-log.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-log.png new file mode 100644 index 0000000000000000000000000000000000000000..08efe2a0e74dfd2cb137f3a3b03c7c2165976a72 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-log.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-lyx.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-lyx.png new file mode 100644 index 0000000000000000000000000000000000000000..bbe1a7fdecd5a834d0a6b69ce46d8258c4842a05 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-lyx.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-makefile.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-makefile.png new file mode 100644 index 0000000000000000000000000000000000000000..1656a7ceab7b5cf61bf104381e388a3542382c57 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-makefile.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-patch.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-patch.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4252be2d1f922b0c478d3c4a26ef5c9141bad4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-patch.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-preview.png new file mode 100644 index 0000000000000000000000000000000000000000..a55d63d7eee8e69b3227daaa6b98fcca1c9a0004 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-preview.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-readme.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-readme.png new file mode 100644 index 0000000000000000000000000000000000000000..4778683763e68bc557c7e2f6ba69b09bf3d7843a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-readme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-scheme.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-scheme.png new file mode 100644 index 0000000000000000000000000000000000000000..3525c0a7b60e01255becded4ab029b3a0771715e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-scheme.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-script.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-script.png new file mode 100644 index 0000000000000000000000000000000000000000..c399cf5e88fbf1382021f6466c9293cd43e41803 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-script.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-sh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-sh.png new file mode 100644 index 0000000000000000000000000000000000000000..5660ed67eb3c0be2642fccb697d5f83f89bd22c9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-sh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-tex.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-tex.png new file mode 120000 index 0000000000000000000000000000000000000000..d96a6b9ec3826cb0d34c8e937fff1055f9dcb6ba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-tex.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-tex.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-troff-man.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-troff-man.png new file mode 100644 index 0000000000000000000000000000000000000000..9bfaee7f9a0c5d84fe2b50a6ca0dbb1dff69bc0b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-troff-man.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-vcalendar.png new file mode 100644 index 0000000000000000000000000000000000000000..d421efa8c1b5ad46706c6ba54a4626aaeae8a515 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-vcalendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-vcard.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e9bd8cdc59bf648998825f00af3e6c68c304f2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-vcard.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-xslt.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-xslt.png new file mode 100644 index 0000000000000000000000000000000000000000..43ecfc808e1eb70310c06b699ea9f2d8ca1fb705 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-xslt.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-zsh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-zsh.png new file mode 100644 index 0000000000000000000000000000000000000000..21a0f9a8e6f609f4b33bd71ac4c7ba47a5c5a2b2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-x-zsh.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-xml.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-xml.png new file mode 100644 index 0000000000000000000000000000000000000000..dc081fef6c8141719b01c4cb64893987011b5b5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text-xml.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/text.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/tgz.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/tgz.png new file mode 120000 index 0000000000000000000000000000000000000000..6dae11bacb58ed64c2eb1c11e6a63c2093016ab3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/tgz.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-compressed-tar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/txt.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/txt.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/txt.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/txt2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/txt2.png new file mode 120000 index 0000000000000000000000000000000000000000..9c6b9a2be734c3cd391ffdee39e786101aa84169 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/txt2.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..2f0e0f2184a2f742a49163bae732efcaca7e85f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/unknown.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-x-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/vcalendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/vcalendar.png new file mode 120000 index 0000000000000000000000000000000000000000..4c773b7091879912784590b66a9a6c18f4303fc5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/vcalendar.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-calendar.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/vcard.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/vcard.png new file mode 120000 index 0000000000000000000000000000000000000000..90e3577c75ae5faf18faa1cb56d7fab4dea23af4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/vcard.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-address-book.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-mpeg.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-mpeg.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce1621c23bb6c476d09eef90ed1f282aa933180 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-mpeg.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-quicktime.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-quicktime.png new file mode 100644 index 0000000000000000000000000000000000000000..ecfbc75785f539adef7f3347e309d71f60ecbe55 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-quicktime.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-realplayer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-realplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..1e5a02e1fb9f2400f2d7c8d568744f6b47d13a41 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-realplayer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-generic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-generic.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2a40d37c895e9e100e051552182ae5241fa37a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-generic.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-mp2.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-mp2.png new file mode 100644 index 0000000000000000000000000000000000000000..31d92dd5e5c356b7b1c89e65daa46cf038e96eb7 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-mp2.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-mp4.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-mp4.png new file mode 100644 index 0000000000000000000000000000000000000000..475a28e177e5aaa449adc9ba5f0a3d7b89cc1e2e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-mp4.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-ms-asf.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-ms-asf.png new file mode 100644 index 0000000000000000000000000000000000000000..39fdfdb44ccac3ef096f583c8eff70817dec2814 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-ms-asf.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-ms-wmv.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-ms-wmv.png new file mode 100644 index 0000000000000000000000000000000000000000..53a754a09cdbaa3a1777cd90f76b569322324a4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-ms-wmv.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-msvideo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-msvideo.png new file mode 100644 index 0000000000000000000000000000000000000000..858e84d056093d7792bf487d2e23ef5477969a51 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video-x-msvideo.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video.png new file mode 120000 index 0000000000000000000000000000000000000000..cd40777e99984f06a2609afbea4bfb9db15748a7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/video.png @@ -0,0 +1 @@ +../../48x48/mimetypes/video-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/wordprocessing.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/wordprocessing.png new file mode 120000 index 0000000000000000000000000000000000000000..fce7ba3116d9678699f20913b26bf75725ea2223 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/wordprocessing.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-document.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/www.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/www.png new file mode 120000 index 0000000000000000000000000000000000000000..cd2d9992778d97c01fa9fd50cef47b468f421a40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/www.png @@ -0,0 +1 @@ +../../48x48/mimetypes/text-html.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..83fc622f6cbe4400e329b8d286f2c2704f91c797 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-nfs-server.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..f84e7b226115befdaca973ab72441f5eab6eafbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-server.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..7c11c1cd274e0b1c121fd3539e8c69924338ab7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-share.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..c169dbfd168f2ee9883e0d7147c5966b5aee31ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-font-afm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-font-afm.png new file mode 120000 index 0000000000000000000000000000000000000000..7bb21a52664b6d6519d2c0fd88b2bb48e3498606 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-font-afm.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-font-type1.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-gdesklets-display.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-gdesklets-display.png new file mode 120000 index 0000000000000000000000000000000000000000..9a5fc971cabf1810422d89ed74843557efb9f8ed --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-gdesklets-display.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-x-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-address-book.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-address-book.png new file mode 100644 index 0000000000000000000000000000000000000000..7c31382fa574b12d465b3a2e1b6693b88e01ac16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-address-book.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-calendar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-calendar.png new file mode 100644 index 0000000000000000000000000000000000000000..b85340e5fb6cfe0209b78e446492c88820f3f881 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-calendar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-document.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-document.png new file mode 100644 index 0000000000000000000000000000000000000000..a92c06149700660dc47185f90ba4cf1a849c0029 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-document.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-drawing.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-drawing.png new file mode 100644 index 0000000000000000000000000000000000000000..0681efa54b663cc5268c2baf1403f799991e5bb4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-drawing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-presentation.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-presentation.png new file mode 100644 index 0000000000000000000000000000000000000000..7749e922ce9dd9625cc4d13500515dc3d8643f3e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-presentation.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000000000000000000000000000000000000..f7345d0dcebb8ce1c15748f22814d65cc7965536 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/x-office-spreadsheet.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/zip.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/zip.png new file mode 120000 index 0000000000000000000000000000000000000000..82bc284f24bdbbbbde1f500a9bab44f9fc9a85e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/mimetypes/zip.png @@ -0,0 +1 @@ +../../48x48/mimetypes/application-zip.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/arrow.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..f00e0326e710e8a81321145c1e4985be9dadffe2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/arrow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/calc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/calc.png new file mode 120000 index 0000000000000000000000000000000000000000..451e2e19c5b76224e90d84bf6fbb89654347c80f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/calc.png @@ -0,0 +1 @@ +../../48x48/apps/accessories-calculator.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/chronometer.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/chronometer.png new file mode 100644 index 0000000000000000000000000000000000000000..834dd548addd1c987643428f2f9409f27e6403bd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/chronometer.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/debian.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/debian.png new file mode 100644 index 0000000000000000000000000000000000000000..46b13246ceff7e2e761cc17da43101c65be26ed2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/debian.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/decrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/decrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..42e009d591cf852a37c2448e20415100509a94f5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/decrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..8d309e7de7e6566c985b12ad0edff664904a1e82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/f-memory.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/f-memory.png new file mode 120000 index 0000000000000000000000000000000000000000..bf45495b040a32b99296b48528f75155290560f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/f-memory.png @@ -0,0 +1 @@ +../../48x48/devices/memory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/firewall.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/firewall.png new file mode 120000 index 0000000000000000000000000000000000000000..e5e6efdba441c4bfeb0041852425fdc54b638a0c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/firewall.png @@ -0,0 +1 @@ +../../48x48/apps/firewall.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/folder-template.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/folder-template.png new file mode 100644 index 0000000000000000000000000000000000000000..ed06d889e4d968909f5c1065e2401997125d3622 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/folder-template.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/fs-win.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/fs-win.png new file mode 120000 index 0000000000000000000000000000000000000000..f84e7b226115befdaca973ab72441f5eab6eafbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/fs-win.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/glasses.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/glasses.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b2cd61a5866e51855152451ac6e6ec5bf29ed5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/glasses.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/icon_view.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/icon_view.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6be2101882a8c042a7b4494815a98e1f6fca16 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/icon_view.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/iconbox.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/iconbox.png new file mode 100644 index 0000000000000000000000000000000000000000..96bf8f1b1f171b4574451c05fee1d2f315da66bb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/iconbox.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/insert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/insert.png new file mode 100644 index 0000000000000000000000000000000000000000..173a01827897872341045059fbdf3300c6de6576 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/insert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/locked.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/locked.png new file mode 120000 index 0000000000000000000000000000000000000000..97649672001e13b2e3ebc8f13f5bcbb194d067ff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/locked.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-nowrite.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/menueditor.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/menueditor.png new file mode 100644 index 0000000000000000000000000000000000000000..7b572dbcac5ba5b55ff2540ce505e65971008c2f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/menueditor.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/money.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/money.png new file mode 100644 index 0000000000000000000000000000000000000000..64a226d2c63f5d39e98944a14541af4c895daea4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/money.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/network-boot-manager.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/network-boot-manager.png new file mode 100644 index 0000000000000000000000000000000000000000..89ba69a264c9d6a4cc027b82cfc66577a4a15d21 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/network-boot-manager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/news.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/news.png new file mode 100644 index 0000000000000000000000000000000000000000..717da8e3ca43c71e056fc3bf0082a9aa9994134c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/news.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/notes.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/notes.png new file mode 100644 index 0000000000000000000000000000000000000000..3a190c9da0d204e2842467924daa0e7618561ebc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/notes.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/object.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/object.png new file mode 100644 index 0000000000000000000000000000000000000000..ceba57275fbfe7f3faf621fac4da9ab4a51b287b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/object.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/root_terminal.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/root_terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..053d47747c6684e27f272406c234986848b475d2 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/root_terminal.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/run.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/run.png new file mode 120000 index 0000000000000000000000000000000000000000..db93e17ed49b1fc2277def3e28df850ac5afb6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/run.png @@ -0,0 +1 @@ +../../48x48/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/settings.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/settings.png new file mode 120000 index 0000000000000000000000000000000000000000..44a6c61a34ed1a684a2ded5860850e33e4191125 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/settings.png @@ -0,0 +1 @@ +../../48x48/apps/gnome-settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/sm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/sm.png new file mode 100644 index 0000000000000000000000000000000000000000..b7264ba72cf41ba4f85efc333e4f504edca0ae5e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/sm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/sound.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/sound.png new file mode 120000 index 0000000000000000000000000000000000000000..1d493f9ed8d01b46428c1b3d92931c7d2d7e130d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/sound.png @@ -0,0 +1 @@ +../../48x48/apps/gnome-audio.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/tabwin.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/tabwin.png new file mode 100644 index 0000000000000000000000000000000000000000..80bf5bc5bab9a856c1254c918b2903d93b2860bf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/tabwin.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/taskbar.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/taskbar.png new file mode 100644 index 0000000000000000000000000000000000000000..2b66d6a6785991e7935456903b9b1f45d8fab486 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/taskbar.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/taskmanager.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/taskmanager.png new file mode 100644 index 0000000000000000000000000000000000000000..c53df9732fe5dbc41bda6f83d6b3290d361be35a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/taskmanager.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/ui.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/ui.png new file mode 100644 index 0000000000000000000000000000000000000000..c1741853ca808173593432b66518d4fe17b4723d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/ui.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/unlocked.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/unlocked.png new file mode 100644 index 0000000000000000000000000000000000000000..c2230230f485fa600b5f5ceaabd06cd82b3fd35c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/unlocked.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/usb_key.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/usb_key.png new file mode 120000 index 0000000000000000000000000000000000000000..f6223f5dd7ebe9779ffd29ce653ee36919ba1c72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/usb_key.png @@ -0,0 +1 @@ +../../48x48/devices/fs-usb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user-female.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user-female.png new file mode 100644 index 0000000000000000000000000000000000000000..fe879e7019fdc643d3be85be5bdd3eb3266a0e82 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user-female.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user-male.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user-male.png new file mode 100644 index 0000000000000000000000000000000000000000..dd9501b7b2cf6ddd873785c0c4241a43997f7cc6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user-male.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user.png new file mode 100644 index 0000000000000000000000000000000000000000..3a7296a6cdcf2b86a767c4d7340be30c4be68f6a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/user.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/webcam.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/webcam.png new file mode 120000 index 0000000000000000000000000000000000000000..d544d3d15309c440e2b4b70a360cb2b1cb11d60d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/webcam.png @@ -0,0 +1 @@ +../../48x48/devices/camera-web.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wksp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wksp.png new file mode 100644 index 0000000000000000000000000000000000000000..bac9165a00cee6ba50b80696a79c375fbbdc74dd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wksp.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wm.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0eb401fa3d6a2df9d08564d97ed2089159a041 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wmtweaks.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wmtweaks.png new file mode 100644 index 0000000000000000000000000000000000000000..269428b585dbfbb1345adcb841981360edc8c28f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/wmtweaks.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/xfce4-appfinder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/xfce4-appfinder.png new file mode 100644 index 0000000000000000000000000000000000000000..d40608f0208f1e86b07e2806cc99ff945c669469 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/misc/xfce4-appfinder.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/application-x-gnome-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/application-x-gnome-saved-search.png new file mode 120000 index 0000000000000000000000000000000000000000..722f6e82cc46b7ae8efdb15c9c9f58143d533ae6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/application-x-gnome-saved-search.png @@ -0,0 +1 @@ +../../48x48/places/folder-saved-search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..eb575240acb6ed99ee96b6c43643e98d2fca0dd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/desktop.png @@ -0,0 +1 @@ +../../48x48/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/distributor-logo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/distributor-logo.png new file mode 120000 index 0000000000000000000000000000000000000000..3b7073220ccbe2faaf117335dfe84ca11b311733 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/distributor-logo.png @@ -0,0 +1 @@ +../../48x48/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/emptytrash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/emptytrash.png new file mode 120000 index 0000000000000000000000000000000000000000..30ffe279beb8098ed3304f42a8c836f5f0dc5255 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/emptytrash.png @@ -0,0 +1 @@ +../../48x48/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder-remote.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder-remote.png new file mode 120000 index 0000000000000000000000000000000000000000..e7452df9bf394d9d178532b9cac546179b04775d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder-remote.png @@ -0,0 +1 @@ +../../48x48/filesystems/network_fs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder-saved-search.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder-saved-search.png new file mode 100644 index 0000000000000000000000000000000000000000..49263c8ffa4905145320c20ae8f3f8deba617518 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder-saved-search.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder.png new file mode 120000 index 0000000000000000000000000000000000000000..092d9af948177621e08435337d95d4986de7eb78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder.png @@ -0,0 +1 @@ +../../48x48/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder_home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder_home.png new file mode 120000 index 0000000000000000000000000000000000000000..9dbc90447c6c3030d4e0ce34f21d1672c4eb39b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/folder_home.png @@ -0,0 +1 @@ +../../48x48/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-desktop.png new file mode 120000 index 0000000000000000000000000000000000000000..eb575240acb6ed99ee96b6c43643e98d2fca0dd8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-desktop.png @@ -0,0 +1 @@ +../../48x48/places/user-desktop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-directory.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-directory.png new file mode 120000 index 0000000000000000000000000000000000000000..fd686b3e3157a7e25e4f64d456ab31526c31d556 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-directory.png @@ -0,0 +1 @@ +../../48x48/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-ftp.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-ftp.png new file mode 120000 index 0000000000000000000000000000000000000000..1c850a8b8ba8ffcaf319060aa84bfef5bd4fd541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-ftp.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-ftp.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-home.png new file mode 120000 index 0000000000000000000000000000000000000000..9dbc90447c6c3030d4e0ce34f21d1672c4eb39b8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-home.png @@ -0,0 +1 @@ +../../48x48/places/user-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-network.png new file mode 120000 index 0000000000000000000000000000000000000000..158711b18e02f9f78608b91977ebe974e7d84c83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-network.png @@ -0,0 +1 @@ +../../48x48/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-nfs.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-nfs.png new file mode 120000 index 0000000000000000000000000000000000000000..83fc622f6cbe4400e329b8d286f2c2704f91c797 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-nfs.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-nfs.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..1899854671c3d66deb3726186e57ff048373d1d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-server.png @@ -0,0 +1 @@ +../../48x48/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-share.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-share.png new file mode 120000 index 0000000000000000000000000000000000000000..5fe381049ce7eb99c2627c1db63a6ff6e9a44f40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-share.png @@ -0,0 +1 @@ +../../48x48/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-smb.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-smb.png new file mode 120000 index 0000000000000000000000000000000000000000..f84e7b226115befdaca973ab72441f5eab6eafbd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-smb.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-ssh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-ssh.png new file mode 120000 index 0000000000000000000000000000000000000000..1dfeb80e8ddc837f37b134d788abca2927d409b0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-ssh.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-ssh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-trash-empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-trash-empty.png new file mode 120000 index 0000000000000000000000000000000000000000..30ffe279beb8098ed3304f42a8c836f5f0dc5255 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-fs-trash-empty.png @@ -0,0 +1 @@ +../../48x48/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-main-menu.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-main-menu.png new file mode 120000 index 0000000000000000000000000000000000000000..3b7073220ccbe2faaf117335dfe84ca11b311733 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-main-menu.png @@ -0,0 +1 @@ +../../48x48/places/menu.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-nfs-server.png new file mode 120000 index 0000000000000000000000000000000000000000..1cb8d03e651a1413f7edf15c569e33b8bf586b60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-nfs-server.png @@ -0,0 +1 @@ +../../48x48/places/nfs-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-server.png new file mode 120000 index 0000000000000000000000000000000000000000..168f5a17e8911129eae526a2985f86688ec6f43b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-server.png @@ -0,0 +1 @@ +../../48x48/places/smb-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-share.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-share.png new file mode 120000 index 0000000000000000000000000000000000000000..7c11c1cd274e0b1c121fd3539e8c69924338ab7c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-share.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb-share.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-workgroup.png new file mode 120000 index 0000000000000000000000000000000000000000..c169dbfd168f2ee9883e0d7147c5966b5aee31ef --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-mime-x-directory-smb-workgroup.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-smb-workgroup.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-stock-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-stock-trash.png new file mode 120000 index 0000000000000000000000000000000000000000..30ffe279beb8098ed3304f42a8c836f5f0dc5255 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gnome-stock-trash.png @@ -0,0 +1 @@ +../../48x48/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gtk-network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gtk-network.png new file mode 120000 index 0000000000000000000000000000000000000000..158711b18e02f9f78608b91977ebe974e7d84c83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/gtk-network.png @@ -0,0 +1 @@ +../../48x48/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/menu.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/menu.png new file mode 100644 index 0000000000000000000000000000000000000000..625dacc8b14f8a437d6bb1d8365ba1a9601c18fa Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/menu.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-local.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-local.png new file mode 100644 index 0000000000000000000000000000000000000000..2b82c56ff0dfac1db547606c2cf321f86a47bfbf Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-local.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..8a97aa38845d272d6e7f8b4d11d3929b58e919d9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-storage.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-storage.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b397f48b0e1aea1e350c469413e35f8f3cc704 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-storage.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-workgroup.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-workgroup.png new file mode 100644 index 0000000000000000000000000000000000000000..962388621ae68f71fd52eda0ba4d68530b935bcd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network-workgroup.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network.png new file mode 120000 index 0000000000000000000000000000000000000000..5fe381049ce7eb99c2627c1db63a6ff6e9a44f40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network.png @@ -0,0 +1 @@ +../../48x48/places/folder-remote.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network_local.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network_local.png new file mode 120000 index 0000000000000000000000000000000000000000..c9ee31b30c45f6bdcbebf85a2ba8f0af11483209 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/network_local.png @@ -0,0 +1 @@ +../../48x48/places/network-local.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/nfs-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/nfs-server.png new file mode 100644 index 0000000000000000000000000000000000000000..1266942529bc8ff83b60f54689c5b75ab611a424 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/nfs-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/redhat-network-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/redhat-network-server.png new file mode 120000 index 0000000000000000000000000000000000000000..1899854671c3d66deb3726186e57ff048373d1d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/redhat-network-server.png @@ -0,0 +1 @@ +../../48x48/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/server.png new file mode 120000 index 0000000000000000000000000000000000000000..1899854671c3d66deb3726186e57ff048373d1d0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/server.png @@ -0,0 +1 @@ +../../48x48/places/network-server.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/smb-server.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/smb-server.png new file mode 100644 index 0000000000000000000000000000000000000000..180435970322f3b84b51a824711d420a4e86a776 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/smb-server.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/start-here.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/start-here.png new file mode 100644 index 0000000000000000000000000000000000000000..80b9c56da89cbe98164fcc3f092877c71351d749 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/start-here.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..fd686b3e3157a7e25e4f64d456ab31526c31d556 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/stock_folder.png @@ -0,0 +1 @@ +../../48x48/places/folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/trashcan_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/trashcan_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..30ffe279beb8098ed3304f42a8c836f5f0dc5255 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/trashcan_empty.png @@ -0,0 +1 @@ +../../48x48/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-desktop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..e09405e4efe7127728d90dce47b1da2db9403b3b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-desktop.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-home.png new file mode 100644 index 0000000000000000000000000000000000000000..b0fc02856db99096fdc22e51870d883bd25bda22 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-home.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-trash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-trash.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5518973653f4e539eb5a36dc68a771da46b11b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/user-trash.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/xfce-trash_empty.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/xfce-trash_empty.png new file mode 120000 index 0000000000000000000000000000000000000000..30ffe279beb8098ed3304f42a8c836f5f0dc5255 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/places/xfce-trash_empty.png @@ -0,0 +1 @@ +../../48x48/places/user-trash.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/appointment-missed.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/appointment-missed.png new file mode 100644 index 0000000000000000000000000000000000000000..ba9f7a82ad0b9d7cd48cde5a431463613002fa5a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/appointment-missed.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/appointment-soon.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/appointment-soon.png new file mode 100644 index 0000000000000000000000000000000000000000..5be12b761053975d5199891f6825d27cb517350a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/appointment-soon.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-high.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-high.png new file mode 100644 index 0000000000000000000000000000000000000000..c4e7660a907f44fdfe6ed7f29d890cc9d8aa1008 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-low.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-low.png new file mode 100644 index 0000000000000000000000000000000000000000..e3f8221c4005680fb123749a5fbf887ab6201bb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..571c05c91174bcec9b1cebd1ae18ac2d5396a5e6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-muted.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-muted.png new file mode 100644 index 0000000000000000000000000000000000000000..d4122a699698b4652eaeb9b8a706e89652fa8e3e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-muted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-zero.png new file mode 100644 index 0000000000000000000000000000000000000000..19a601d3d9644821da29ce5f5060f1e028e48f9a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/audio-volume-zero.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/battery-caution.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/battery-caution.png new file mode 100644 index 0000000000000000000000000000000000000000..55cdefd038e4495f6e3910fa49dff639b4c567ed Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/battery-caution.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/battery-low.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/battery-low.png new file mode 100644 index 0000000000000000000000000000000000000000..c16ed03e19b89595d04aa98e5843a6595b47abc9 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/battery-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_creating.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_creating.png new file mode 120000 index 0000000000000000000000000000000000000000..45597af2826e3f0d8f8efe4ad65ce02591a3d42e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_creating.png @@ -0,0 +1 @@ +../../48x48/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_established.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_established.png new file mode 120000 index 0000000000000000000000000000000000000000..64ab3a5e6dcf914be7d7acf7f5169c538396dcff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_established.png @@ -0,0 +1 @@ +../../48x48/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_no.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_no.png new file mode 120000 index 0000000000000000000000000000000000000000..de7f7ed8356e538f048ef3c3b211636e1e97ff35 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/connect_no.png @@ -0,0 +1 @@ +../../48x48/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-error.png new file mode 100644 index 0000000000000000000000000000000000000000..1790c47027c1244f3c91099ee1b840b28f004f4e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-information.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-information.png new file mode 100644 index 0000000000000000000000000000000000000000..cf5e49db69d644ce3d570d9859963a4a95d7f914 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-information.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-password.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-password.png new file mode 100644 index 0000000000000000000000000000000000000000..ff6131e6aaae8319ee0c12c0b00d55c9d85840fb Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-password.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-question.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-question.png new file mode 100644 index 0000000000000000000000000000000000000000..d11ab55ffb9ca2b8240d96ade081f5c237d93c68 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-question.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-warning.png new file mode 100644 index 0000000000000000000000000000000000000000..4ceb61b2c90ba2965acc4e7c7d7e678dcafc3528 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/dialog-warning.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/edittrash.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/edittrash.png new file mode 120000 index 0000000000000000000000000000000000000000..ad11016573cc558eab8c686ce212d6f4aaebb973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/edittrash.png @@ -0,0 +1 @@ +../../48x48/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/error.png new file mode 120000 index 0000000000000000000000000000000000000000..8a0737d863f2e3151ab5a4786bfc6d32d4710c72 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/error.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-drag-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-drag-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..46c8e4d3ebaa82e24c34edc0b38459f4ce74cc0d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-drag-accept.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-directory-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-hidden.png new file mode 120000 index 0000000000000000000000000000000000000000..4fabeeaf3ec182c6b030379c558d9674927a1af2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-hidden.png @@ -0,0 +1 @@ +../../48x48/filesystems/directory-hidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-open.png new file mode 120000 index 0000000000000000000000000000000000000000..fde02c0f71e8edb3c2415a7641f575935b6958e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-open.png @@ -0,0 +1 @@ +../../48x48/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..204a1beb43c729e94c9df14431368d32a9e25b33 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder-visiting.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-directory-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder_open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder_open.png new file mode 120000 index 0000000000000000000000000000000000000000..f79450f147f3af269a594ff300bc88ce40d2c18c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/folder_open.png @@ -0,0 +1 @@ +../../48x48/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-dev-wavelan-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-dev-wavelan-encrypted.png new file mode 120000 index 0000000000000000000000000000000000000000..46b6d60a7c15c5d91970633eac1b2c5d21870380 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-dev-wavelan-encrypted.png @@ -0,0 +1 @@ +../../48x48/status/network-wireless-encrypted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-directory-accept.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-directory-accept.png new file mode 120000 index 0000000000000000000000000000000000000000..5b64026450da64b09e7dcb5a056f2d82aafeda54 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-directory-accept.png @@ -0,0 +1 @@ +../../48x48/status/folder-drag-accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-directory-visiting.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-directory-visiting.png new file mode 120000 index 0000000000000000000000000000000000000000..458e428cb79c894942deabb2b9e66d910e5442b4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-directory-visiting.png @@ -0,0 +1 @@ +../../48x48/status/folder-visiting.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-loading-icon.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-loading-icon.png new file mode 120000 index 0000000000000000000000000000000000000000..96e0926c6adabee4f167a3c38d4360a0fe083dab --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-loading-icon.png @@ -0,0 +1 @@ +../../48x48/status/image-loading.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..ad11016573cc558eab8c686ce212d6f4aaebb973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-fs-trash-full.png @@ -0,0 +1 @@ +../../48x48/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-disconn.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-disconn.png new file mode 120000 index 0000000000000000000000000000000000000000..de7f7ed8356e538f048ef3c3b211636e1e97ff35 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-disconn.png @@ -0,0 +1 @@ +../../48x48/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-error.png new file mode 120000 index 0000000000000000000000000000000000000000..f165a89fc18dd04844a97e083b3bc680fb71b4e0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-error.png @@ -0,0 +1 @@ +../../48x48/status/network-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-idle.png new file mode 120000 index 0000000000000000000000000000000000000000..64ab3a5e6dcf914be7d7acf7f5169c538396dcff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-idle.png @@ -0,0 +1 @@ +../../48x48/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-rx.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-rx.png new file mode 120000 index 0000000000000000000000000000000000000000..5884a920861d4aec97db07b2cc848824f6b9d6f9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-rx.png @@ -0,0 +1 @@ +../../48x48/status/network-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-tx.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-tx.png new file mode 120000 index 0000000000000000000000000000000000000000..ad6a5c3587cb483efafd41a978905339eda956ec --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-tx.png @@ -0,0 +1 @@ +../../48x48/status/network-transmit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-txrx.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-txrx.png new file mode 120000 index 0000000000000000000000000000000000000000..45597af2826e3f0d8f8efe4ad65ce02591a3d42e --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-netstatus-txrx.png @@ -0,0 +1 @@ +../../48x48/status/network-transmit-receive.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-stock-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-stock-trash-full.png new file mode 120000 index 0000000000000000000000000000000000000000..ad11016573cc558eab8c686ce212d6f4aaebb973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gnome-stock-trash-full.png @@ -0,0 +1 @@ +../../48x48/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..6e7381c693be93fa6efa09208897ff6afd42da60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-error.png @@ -0,0 +1 @@ +../../48x48/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..0b75281f3aad847b53c53693335202462274cdba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-info.png @@ -0,0 +1 @@ +../../48x48/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..719e64df442bd32b53c2237339b542c630390141 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/gtk-dialog-warning.png @@ -0,0 +1 @@ +../../48x48/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/image-loading.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/image-loading.png new file mode 100644 index 0000000000000000000000000000000000000000..304be27c44525f2d4ec55367ae9225da3f8fa96d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/image-loading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/image-missing.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/image-missing.png new file mode 100644 index 0000000000000000000000000000000000000000..dcac259c9d5b07f0b6d6c16b31231183a648c59a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/image-missing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/important.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/important.png new file mode 120000 index 0000000000000000000000000000000000000000..719e64df442bd32b53c2237339b542c630390141 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/important.png @@ -0,0 +1 @@ +../../48x48/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/info.png new file mode 120000 index 0000000000000000000000000000000000000000..0b75281f3aad847b53c53693335202462274cdba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/info.png @@ -0,0 +1 @@ +../../48x48/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-attachment.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-attachment.png new file mode 100644 index 0000000000000000000000000000000000000000..6389b0c4972281b89dfd6ba92354a77ceea1d78e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-attachment.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-read.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-read.png new file mode 100644 index 0000000000000000000000000000000000000000..773ee230a5c604b72d90d30fdafaccb9683eb9f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-read.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-replied.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-replied.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1db1fad40886cd3f5de3af23b5b9cf5c13b1a4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-replied.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-unread.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-unread.png new file mode 120000 index 0000000000000000000000000000000000000000..071446dfd3931b2d43b0f1ed225b67e6aaaa48d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/mail-unread.png @@ -0,0 +1 @@ +../../48x48/actions/mail-mark-unread.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/media-playlist-repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/media-playlist-repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..48761c14c25a10f65a6f4a1174802eefaf688710 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/media-playlist-repeat.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/media-playlist-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/media-playlist-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..174eddfd3fca8201446d1883be61d563ece5c0fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/media-playlist-shuffle.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_critical.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_critical.png new file mode 120000 index 0000000000000000000000000000000000000000..6e7381c693be93fa6efa09208897ff6afd42da60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_critical.png @@ -0,0 +1 @@ +../../48x48/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_info.png new file mode 120000 index 0000000000000000000000000000000000000000..0b75281f3aad847b53c53693335202462274cdba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_info.png @@ -0,0 +1 @@ +../../48x48/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..719e64df442bd32b53c2237339b542c630390141 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/messagebox_warning.png @@ -0,0 +1 @@ +../../48x48/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-error.png new file mode 100644 index 0000000000000000000000000000000000000000..10f3acb0cade43f58e8bd065661d5219dbc45220 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-idle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..f16bd88d61fec2f463588089a5162c8a423ae6e4 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-idle.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-offline.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-offline.png new file mode 100644 index 0000000000000000000000000000000000000000..797964b1c13f62d7f5e969cad5a68fef99c878f3 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-offline.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..78e5d654634abc3854062d105ec18c5d92477bb5 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-transmit-receive.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-transmit-receive.png new file mode 100644 index 0000000000000000000000000000000000000000..936afee228b7947c3ee27c87664924cc292fcb68 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-transmit-receive.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-transmit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-transmit.png new file mode 100644 index 0000000000000000000000000000000000000000..6a545b6a369337fc36b740382dfff6cbef8682df Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-transmit.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-wireless-encrypted.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-wireless-encrypted.png new file mode 100644 index 0000000000000000000000000000000000000000..f912dff9c5bd90322b5fd6e7ef06054c5d83c82c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/network-wireless-encrypted.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-adhoc.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-adhoc.png new file mode 120000 index 0000000000000000000000000000000000000000..64ab3a5e6dcf914be7d7acf7f5169c538396dcff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-adhoc.png @@ -0,0 +1 @@ +../../48x48/status/network-idle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-device-wired.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-device-wired.png new file mode 120000 index 0000000000000000000000000000000000000000..64a27711e921b7c0e3b0aa967beedec9ab762a5a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-device-wired.png @@ -0,0 +1 @@ +../../48x48/devices/network-wired.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-device-wireless.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-device-wireless.png new file mode 120000 index 0000000000000000000000000000000000000000..c911b56d9c2b5954202a1c4ac189503ae393a100 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-device-wireless.png @@ -0,0 +1 @@ +../../48x48/devices/network-wireless.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-no-connection.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-no-connection.png new file mode 120000 index 0000000000000000000000000000000000000000..de7f7ed8356e538f048ef3c3b211636e1e97ff35 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/nm-no-connection.png @@ -0,0 +1 @@ +../../48x48/status/network-offline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/printer-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/printer-error.png new file mode 100644 index 0000000000000000000000000000000000000000..53c1e0ccdb55b8c40c49bd4fe40c7690f40e2441 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/printer-error.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/printer-printing.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/printer-printing.png new file mode 100644 index 0000000000000000000000000000000000000000..ffc5b7d0a4ffe0c06ef6b047c9e540078c0eaa48 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/printer-printing.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-high.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-high.png new file mode 100644 index 0000000000000000000000000000000000000000..7b09a266ba660d6a2d9c7735a14282e70deb76ea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-high.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-low.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-low.png new file mode 100644 index 0000000000000000000000000000000000000000..d75f765f4db0b4d42ec105e6723b0ca8b092b0f1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-low.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-medium.png new file mode 100644 index 0000000000000000000000000000000000000000..94ea08ab38ed5e86ea0d1a6be26c605ebb16e3cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/security-medium.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/software-update-available.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/software-update-available.png new file mode 100644 index 0000000000000000000000000000000000000000..6db15b8df21b19856254e66e7acdcd6f2e2d451a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/software-update-available.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/software-update-urgent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/software-update-urgent.png new file mode 100644 index 0000000000000000000000000000000000000000..7be6dc46763a44d54f0de895fef43b1f5ed17c08 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/software-update-urgent.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_appointment-reminder-excl.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_appointment-reminder-excl.png new file mode 120000 index 0000000000000000000000000000000000000000..217311db0ea72439b19a66f20924545eab8f1bc6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_appointment-reminder-excl.png @@ -0,0 +1 @@ +../../48x48/status/appointment-missed.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_appointment-reminder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_appointment-reminder.png new file mode 120000 index 0000000000000000000000000000000000000000..7a6684d99f7b5b21b5226f9b0f8616bbd644121f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_appointment-reminder.png @@ -0,0 +1 @@ +../../48x48/status/appointment-soon.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-error.png new file mode 120000 index 0000000000000000000000000000000000000000..6e7381c693be93fa6efa09208897ff6afd42da60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-error.png @@ -0,0 +1 @@ +../../48x48/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-info.png new file mode 120000 index 0000000000000000000000000000000000000000..0b75281f3aad847b53c53693335202462274cdba --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-info.png @@ -0,0 +1 @@ +../../48x48/status/dialog-information.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-warning.png new file mode 120000 index 0000000000000000000000000000000000000000..719e64df442bd32b53c2237339b542c630390141 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_dialog-warning.png @@ -0,0 +1 @@ +../../48x48/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..f79450f147f3af269a594ff300bc88ce40d2c18c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_open.png @@ -0,0 +1 @@ +../../48x48/status/folder-open.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..48761c14c25a10f65a6f4a1174802eefaf688710 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_repeat.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..174eddfd3fca8201446d1883be61d563ece5c0fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_shuffle.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..ad11016573cc558eab8c686ce212d6f4aaebb973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_trash_full.png @@ -0,0 +1 @@ +../../48x48/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-0.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-0.png new file mode 120000 index 0000000000000000000000000000000000000000..266920250727c34b7b890dbe442b06b635702ffa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-0.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..0ff75a004b452212967a7e5935dda7ea173e97f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-max.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-med.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-med.png new file mode 120000 index 0000000000000000000000000000000000000000..230d08ac2e7c801234b9645a0cdd5ef1790be343 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-med.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..b9f62b5f41563a311dcd4f3d40c29bedc18285c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-min.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8c8b5a957fadffc2fae15c31f8bb673ba08295af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume-mute.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..0ff75a004b452212967a7e5935dda7ea173e97f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_volume.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-cloudy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-cloudy.png new file mode 120000 index 0000000000000000000000000000000000000000..abd07233b13b451881fd51d431d20972031bb71f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-cloudy.png @@ -0,0 +1 @@ +../../48x48/status/weather-overcast.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..db6208f543fcf263efb03c9728f7d2170a8475ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-few-clouds.png @@ -0,0 +1 @@ +../../48x48/status/weather-few-clouds.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-night-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-night-clear.png new file mode 120000 index 0000000000000000000000000000000000000000..8c7933244ec0a2d50da45ad9cecdb8609918cac8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-night-clear.png @@ -0,0 +1 @@ +../../48x48/status/weather-clear-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-night-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-night-few-clouds.png new file mode 120000 index 0000000000000000000000000000000000000000..c981052cf0df35214a589bbd1a823c0e64b71793 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-night-few-clouds.png @@ -0,0 +1 @@ +../../48x48/status/weather-few-clouds-night.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-showers.png new file mode 120000 index 0000000000000000000000000000000000000000..dfb0f5dd75dd602167f27d23e3b9a624b47ed7f1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-showers.png @@ -0,0 +1 @@ +../../48x48/status/weather-showers.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-snow.png new file mode 120000 index 0000000000000000000000000000000000000000..bf798dd4d716ade24f898154b13097267f77230b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-snow.png @@ -0,0 +1 @@ +../../48x48/status/weather-snow.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-storm.png new file mode 120000 index 0000000000000000000000000000000000000000..37a0df7d1ca10732b690e557ce5af23daf628304 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-storm.png @@ -0,0 +1 @@ +../../48x48/status/weather-storm.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..ab5d4822b88f6f214aaebb4568c129f2d699f1d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/stock_weather-sunny.png @@ -0,0 +1 @@ +../../48x48/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/sunny.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/sunny.png new file mode 120000 index 0000000000000000000000000000000000000000..ab5d4822b88f6f214aaebb4568c129f2d699f1d7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/sunny.png @@ -0,0 +1 @@ +../../48x48/status/weather-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/task-due.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/task-due.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb8743647d1c05f0030ebed03fcb1755f13c073 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/task-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/task-past-due.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/task-past-due.png new file mode 100644 index 0000000000000000000000000000000000000000..67421074025758280d4e49b7b222adb31069daef Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/task-past-due.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/trashcan_full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/trashcan_full.png new file mode 120000 index 0000000000000000000000000000000000000000..ad11016573cc558eab8c686ce212d6f4aaebb973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/trashcan_full.png @@ -0,0 +1 @@ +../../48x48/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/user-trash-full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/user-trash-full.png new file mode 100644 index 0000000000000000000000000000000000000000..2764112f400649e501a3f114fda13f98574982c6 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/user-trash-full.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-clear-night.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-clear-night.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e16c299bd501a84fab97b02d613204b1d6b546 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-clear-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-clear.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-clear.png new file mode 100644 index 0000000000000000000000000000000000000000..ec723945f49a1ff0573bc46cbc822dfe7d8f4553 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-clear.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-few-clouds-night.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-few-clouds-night.png new file mode 100644 index 0000000000000000000000000000000000000000..4ce08aff5ef70e3b8dde8a6271912cbe06272002 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-few-clouds-night.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-few-clouds.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-few-clouds.png new file mode 100644 index 0000000000000000000000000000000000000000..9625cb9d3f7e23a2b106d98a292c42208ac24745 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-few-clouds.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-fog.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-fog.png new file mode 100644 index 0000000000000000000000000000000000000000..4748e19691b0b345d05a535c0f838264d23ea300 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-fog.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-overcast.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-overcast.png new file mode 100644 index 0000000000000000000000000000000000000000..a160f88ae0afecfd0edb22478ea566076bb5d0cd Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-overcast.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-severe-alert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-severe-alert.png new file mode 100644 index 0000000000000000000000000000000000000000..2fa4e91897a6e9b715666e654babf0b8f48eee62 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-severe-alert.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-showers-scattered.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-showers-scattered.png new file mode 100644 index 0000000000000000000000000000000000000000..6a618aaba835fce4158f110e33b35f1a5af06652 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-showers-scattered.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-showers.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-showers.png new file mode 100644 index 0000000000000000000000000000000000000000..1987f07acc58b65a246a685dd36e9fa70553079c Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-showers.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-snow.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-snow.png new file mode 100644 index 0000000000000000000000000000000000000000..e77d40b0a6cb2a53c3775a998772041320585013 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-snow.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-storm.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-storm.png new file mode 100644 index 0000000000000000000000000000000000000000..1e21d9b58bad18cc609f93aa5988dbc83e4a6e3a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/weather-storm.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/xfce-trash_full.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/xfce-trash_full.png new file mode 120000 index 0000000000000000000000000000000000000000..ad11016573cc558eab8c686ce212d6f4aaebb973 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/status/xfce-trash_full.png @@ -0,0 +1 @@ +../../48x48/status/user-trash-full.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/edit-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/edit-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/edit-redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/edit-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/edit-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/edit-undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-redo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-redo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-redo-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-undo-ltr.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-undo-ltr.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-undo-ltr.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/gtk-undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-font.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-font.png new file mode 120000 index 0000000000000000000000000000000000000000..cf1ace88b7ec1bdc0e8c636df90d0e3e3ac79b45 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-font.png @@ -0,0 +1 @@ +../../48x48/mimetypes/font-x-generic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-lock.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..6c6c408ca73583811b86a976b0f6f445d17a004d Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-lock.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-spreadsheet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-spreadsheet.png new file mode 120000 index 0000000000000000000000000000000000000000..c61f0ccf043b392339873d665b0e8eb10b9e3eff --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/m-spreadsheet.png @@ -0,0 +1 @@ +../../48x48/mimetypes/x-office-spreadsheet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-backward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-backward.png new file mode 120000 index 0000000000000000000000000000000000000000..2145d05a6cc8cccab6bd3838e57abbf850a856d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-backward.png @@ -0,0 +1 @@ +../../48x48/actions/media-seek-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-eject.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-eject.png new file mode 120000 index 0000000000000000000000000000000000000000..439e2769182059461ee8ede8b25caf0181a89f53 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-eject.png @@ -0,0 +1 @@ +../../48x48/actions/media-eject.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..ffd546c13b25d7aeec6ad92ad6273dd800c96141 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-forward.png @@ -0,0 +1 @@ +../../48x48/actions/media-seek-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-next.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-next.png new file mode 120000 index 0000000000000000000000000000000000000000..a7641ce85d05d2cd658c873391f5abd808c79d50 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-next.png @@ -0,0 +1 @@ +../../48x48/actions/media-skip-forward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-pause.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-pause.png new file mode 120000 index 0000000000000000000000000000000000000000..21bc23528529bb4034b0a23e3975b2301f88adae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-pause.png @@ -0,0 +1 @@ +../../48x48/actions/media-playback-pause.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-play.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-play.png new file mode 120000 index 0000000000000000000000000000000000000000..1c9ebb23ed2c45809634257d6650290580761730 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-play.png @@ -0,0 +1 @@ +../../48x48/actions/media-playback-start.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-prev.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-prev.png new file mode 120000 index 0000000000000000000000000000000000000000..26beba354a06f7c8d63552efd50054d3cebdb9a8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-prev.png @@ -0,0 +1 @@ +../../48x48/actions/media-skip-backward.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-record.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-record.png new file mode 120000 index 0000000000000000000000000000000000000000..a9b97e43b06c52b4618a98f12c9e0eaa81859aa1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-record.png @@ -0,0 +1 @@ +../../48x48/actions/media-record.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..174eddfd3fca8201446d1883be61d563ece5c0fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-shuffle.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-stop.png new file mode 120000 index 0000000000000000000000000000000000000000..c208c02f1dcbad4f2911d2885dfa3a7b65c23613 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/media-stop.png @@ -0,0 +1 @@ +../../48x48/actions/media-playback-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-select.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-select.png new file mode 100644 index 0000000000000000000000000000000000000000..2de73f5ac6ddc201129661dbc0b6b3a12afba476 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-select.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-show-details.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-show-details.png new file mode 100644 index 0000000000000000000000000000000000000000..c39685328359d45e93ce3f630caa3f9e1d01a680 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-show-details.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-show-hidden.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-show-hidden.png new file mode 100644 index 0000000000000000000000000000000000000000..e655a93aa1f5f3c7d474c69428e641dc968ce5b0 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/rox-show-hidden.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock-redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock-redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock-redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock-undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock-undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock-undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_about.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_about.png new file mode 120000 index 0000000000000000000000000000000000000000..13aa5db1348b9ba1a9dc21aec88a281465bb9b74 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_about.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dialog_question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_accessories.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_accessories.png new file mode 120000 index 0000000000000000000000000000000000000000..d90f4dc575a1e50c0712087352d00b8339b57343 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_accessories.png @@ -0,0 +1 @@ +../../48x48/categories/applications-accessories.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_add.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_add.png new file mode 120000 index 0000000000000000000000000000000000000000..acf7d3ece05028019f7793a7857e000fc910790c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_add.png @@ -0,0 +1 @@ +../../48x48/actions/list-add.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_amusements.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_amusements.png new file mode 120000 index 0000000000000000000000000000000000000000..44c3710a37ac60494de0a050559ed9cee878799b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_amusements.png @@ -0,0 +1 @@ +../../48x48/categories/applications-games.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_apply.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_apply.png new file mode 120000 index 0000000000000000000000000000000000000000..92ee173b14c9a9c6a3ce99a9950eff5b818305c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_apply.png @@ -0,0 +1 @@ +../../48x48/actions/apply.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_attach.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_attach.png new file mode 120000 index 0000000000000000000000000000000000000000..fde76b06bc9e5e1373f55a053e56e316f5bd4a39 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_attach.png @@ -0,0 +1 @@ +../../48x48/status/mail-attachment.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_balance.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_balance.png new file mode 120000 index 0000000000000000000000000000000000000000..db3b1b1939dff3d5f219f26c90b0fc56c0c5801d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_balance.png @@ -0,0 +1 @@ +../../48x48/apps/multimedia-balance-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_bold.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_bold.png new file mode 120000 index 0000000000000000000000000000000000000000..e65e4a10b459e9e4432caa7b6915a867843d37c1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_bold.png @@ -0,0 +1 @@ +../../48x48/actions/format-text-bold.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_book-open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_book-open.png new file mode 100644 index 0000000000000000000000000000000000000000..2b4afd192c6a0ce425a99a4e6a75b2e939f14276 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_book-open.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_book.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_book.png new file mode 120000 index 0000000000000000000000000000000000000000..4f75e91ecbe4dd983180e4e971ca3dc06e365911 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_book.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-bookmarks.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cancel.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cancel.png new file mode 120000 index 0000000000000000000000000000000000000000..69f98906e09537e1841e838a18efda6deea1b301 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cancel.png @@ -0,0 +1 @@ +../../48x48/actions/cancel.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cdrom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cdrom.png new file mode 120000 index 0000000000000000000000000000000000000000..8c850a72f8f5a67dd2e7b469200fd340f6c29d07 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cdrom.png @@ -0,0 +1 @@ +../../48x48/devices/gnome-dev-cdrom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_clear.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_clear.png new file mode 120000 index 0000000000000000000000000000000000000000..ef1285ab7f220955d0dcdfd3640c1a0c14ddaa40 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_clear.png @@ -0,0 +1 @@ +../../48x48/actions/edit-clear.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_close.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_close.png new file mode 120000 index 0000000000000000000000000000000000000000..d12c0d6794cfde2eb1fd77f559c67793d75c7c58 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_close.png @@ -0,0 +1 @@ +../../48x48/actions/application-exit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_color_picker.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_color_picker.png new file mode 120000 index 0000000000000000000000000000000000000000..aa81f2b05c263ffb3ca4e6b41d1c572a08874f95 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_color_picker.png @@ -0,0 +1 @@ +../../48x48/actions/color-picker.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_connect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_connect.png new file mode 120000 index 0000000000000000000000000000000000000000..25eeb705011408e6d7e3ce7ea761ccf0ebfbf563 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_connect.png @@ -0,0 +1 @@ +../../48x48/actions/network-connect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_convert.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_convert.png new file mode 120000 index 0000000000000000000000000000000000000000..0a65cafa57532da906af7ac812fdfaa3fb4bd7f6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_convert.png @@ -0,0 +1 @@ +../../48x48/actions/convert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_copy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_copy.png new file mode 120000 index 0000000000000000000000000000000000000000..85416c98ef2839ee0d9916beb0578366b8d4e31d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_copy.png @@ -0,0 +1 @@ +../../48x48/actions/copy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cut.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cut.png new file mode 120000 index 0000000000000000000000000000000000000000..2ec58e9e37cc7be330dae362a258c4363efe6d56 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_cut.png @@ -0,0 +1 @@ +../../48x48/actions/edit-cut.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_delete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_delete.png new file mode 120000 index 0000000000000000000000000000000000000000..e1b8d9b221d4a2524ad63ac095f5bc9bd91ad29a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_delete.png @@ -0,0 +1 @@ +../../48x48/actions/edit-delete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_authentication.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_authentication.png new file mode 120000 index 0000000000000000000000000000000000000000..b184289d83dd7ca82ee73f1cc8b45bc9cdba7ad3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_authentication.png @@ -0,0 +1 @@ +../../48x48/status/dialog-password.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_error.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_error.png new file mode 120000 index 0000000000000000000000000000000000000000..6e7381c693be93fa6efa09208897ff6afd42da60 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_error.png @@ -0,0 +1 @@ +../../48x48/status/dialog-error.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_info.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_info.png new file mode 120000 index 0000000000000000000000000000000000000000..cb5d18bcf7d78b9563a983fd7b2dc2e102c26b63 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_info.png @@ -0,0 +1 @@ +../../48x48/actions/help-contents.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_question.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_question.png new file mode 120000 index 0000000000000000000000000000000000000000..70165bfc36f3f7118ebb346f6ed7b8dd6dd378f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_question.png @@ -0,0 +1 @@ +../../48x48/status/dialog-question.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_warning.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_warning.png new file mode 120000 index 0000000000000000000000000000000000000000..719e64df442bd32b53c2237339b542c630390141 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dialog_warning.png @@ -0,0 +1 @@ +../../48x48/status/dialog-warning.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_disconnect.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_disconnect.png new file mode 120000 index 0000000000000000000000000000000000000000..c491a6d9cabd9905f3f872ad9107c4595a0968e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_disconnect.png @@ -0,0 +1 @@ +../../48x48/actions/network-disconnect.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd-multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd-multiple.png new file mode 120000 index 0000000000000000000000000000000000000000..e5a20b15810df35a4e57558b20f0c07677138f79 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd-multiple.png @@ -0,0 +1 @@ +../../48x48/stock/stock_dnd_multiple.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd.png new file mode 100644 index 0000000000000000000000000000000000000000..685831c1dad6bf58d769c8b82e5e5629ac59923a Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd_multiple.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd_multiple.png new file mode 100644 index 0000000000000000000000000000000000000000..79b96bfde46e45e7b0a428ecbb485219764bd3cc Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_dnd_multiple.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_download.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_download.png new file mode 120000 index 0000000000000000000000000000000000000000..a2d0832e83ba974986b445528d3ca86693ce9fdb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_download.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-downloads.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_edit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_edit.png new file mode 120000 index 0000000000000000000000000000000000000000..b12ebde98fa3e124c5a97eb3ef7d81f27d185fb5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_edit.png @@ -0,0 +1 @@ +../../48x48/apps/accessories-text-editor.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_epiphany-bookmark-page.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_epiphany-bookmark-page.png new file mode 120000 index 0000000000000000000000000000000000000000..17ead9c17be558552171613780ba35a0c2e50709 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_epiphany-bookmark-page.png @@ -0,0 +1 @@ +../../48x48/actions/bookmark-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_execute.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_execute.png new file mode 120000 index 0000000000000000000000000000000000000000..db93e17ed49b1fc2277def3e28df850ac5afb6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_execute.png @@ -0,0 +1 @@ +../../48x48/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_export.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_export.png new file mode 120000 index 0000000000000000000000000000000000000000..0ae01f7454b262b35d04d8f25043639b8e1f090d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_export.png @@ -0,0 +1 @@ +../../48x48/actions/document-export.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_file-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_file-properties.png new file mode 120000 index 0000000000000000000000000000000000000000..b6d42654260ec6ae76b4dd349901dfa67c8355f3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_file-properties.png @@ -0,0 +1 @@ +../../48x48/actions/document-properties.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_find-and-replace.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_find-and-replace.png new file mode 120000 index 0000000000000000000000000000000000000000..8569b847164de1ee5264cee22468fe9389db3559 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_find-and-replace.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find-replace.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_find.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_find.png new file mode 120000 index 0000000000000000000000000000000000000000..52e6f1f3d0d9fab5826df65aa73bf33b8b497452 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_find.png @@ -0,0 +1 @@ +../../48x48/actions/edit-find.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_floppy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_floppy.png new file mode 120000 index 0000000000000000000000000000000000000000..ca540f74ddb164399f77e08abac1411b54a34d6a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_floppy.png @@ -0,0 +1 @@ +../../48x48/devices/media-floppy.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-copy.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-copy.png new file mode 100644 index 0000000000000000000000000000000000000000..eb095de5a3a0600e42d7d00a12a62f2c4db8f211 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-copy.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-move.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-move.png new file mode 100644 index 0000000000000000000000000000000000000000..2f22937653172f2d73261f4aa79625ad79af22a1 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-move.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-properties.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-properties.png new file mode 100644 index 0000000000000000000000000000000000000000..605593845dca93f9ae501281d8709d9c12b5997f Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder-properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder.png new file mode 120000 index 0000000000000000000000000000000000000000..092d9af948177621e08435337d95d4986de7eb78 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_folder.png @@ -0,0 +1 @@ +../../48x48/filesystems/directory.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_fullscreen.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_fullscreen.png new file mode 120000 index 0000000000000000000000000000000000000000..c6a0a7a2839efc628d114dac4789e79329ea4326 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_fullscreen.png @@ -0,0 +1 @@ +../../48x48/actions/view-fullscreen.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-back.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-back.png new file mode 120000 index 0000000000000000000000000000000000000000..9cfda399691af3464821b26346a3d04e985fc416 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-back.png @@ -0,0 +1 @@ +../../48x48/actions/go-previous.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-down.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-down.png new file mode 120000 index 0000000000000000000000000000000000000000..d58359c8ecb7ec3dfb7d981809d684d0e2f60064 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-down.png @@ -0,0 +1 @@ +../../48x48/actions/go-down.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-forward.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-forward.png new file mode 120000 index 0000000000000000000000000000000000000000..3800638972bd56f891a5cb73b353d22687472abc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-forward.png @@ -0,0 +1 @@ +../../48x48/actions/go-next.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-up.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-up.png new file mode 120000 index 0000000000000000000000000000000000000000..1023d13a7f333bf9d699afd9220deff4a68f4a55 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_go-up.png @@ -0,0 +1 @@ +../../48x48/actions/go-up.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-bottom.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-bottom.png new file mode 120000 index 0000000000000000000000000000000000000000..51a8a5f4ef182d71a2fc429e06b78d4e4a011520 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-bottom.png @@ -0,0 +1 @@ +../../48x48/actions/go-bottom.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-first.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-first.png new file mode 120000 index 0000000000000000000000000000000000000000..c2138619388fb78f83a347ee2da279db61645143 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-first.png @@ -0,0 +1 @@ +../../48x48/actions/go-first.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-last.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-last.png new file mode 120000 index 0000000000000000000000000000000000000000..00c9ab9548267436539be353db331a0caf6a7659 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-last.png @@ -0,0 +1 @@ +../../48x48/actions/go-last.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-top.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-top.png new file mode 120000 index 0000000000000000000000000000000000000000..f76a0b5b0c912c4632a1b09aefd20c0277a78825 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_goto-top.png @@ -0,0 +1 @@ +../../48x48/actions/go-top.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_harddisk.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_harddisk.png new file mode 120000 index 0000000000000000000000000000000000000000..594f8a055a476c1a75e1c150688400079410780b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_harddisk.png @@ -0,0 +1 @@ +../../48x48/devices/drive-harddisk.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_help.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_help.png new file mode 120000 index 0000000000000000000000000000000000000000..e59f9d0fbe0ce44709df757354fde5764d999fb2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_help.png @@ -0,0 +1 @@ +../../48x48/apps/help.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_history.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_history.png new file mode 100644 index 0000000000000000000000000000000000000000..26f487c91c96ae2e10b256db1de87568fc9dfb7e Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_history.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_home.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_home.png new file mode 120000 index 0000000000000000000000000000000000000000..a7d52e55f82b150f35acbdad52fb8459217cfa69 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_home.png @@ -0,0 +1 @@ +../../48x48/actions/go-home.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_import.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_import.png new file mode 120000 index 0000000000000000000000000000000000000000..0315b55a6061b5d15b8e267bf8d1b7d4067ea1a3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_import.png @@ -0,0 +1 @@ +../../48x48/actions/document-import.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_indent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_indent.png new file mode 120000 index 0000000000000000000000000000000000000000..292eeb241f9891240cdd75f0084b5c17834a7bcb --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_indent.png @@ -0,0 +1 @@ +../../48x48/actions/format-indent-more.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_index.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_index.png new file mode 120000 index 0000000000000000000000000000000000000000..17b38f29ac9499982f21502bef7d1c2d9c1a6883 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_index.png @@ -0,0 +1 @@ +../../48x48/actions/multimedia-playlist.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-image.png new file mode 120000 index 0000000000000000000000000000000000000000..7d158aba8e5ad04775ec9be960697e728279ff91 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-image.png @@ -0,0 +1 @@ +../../48x48/actions/insert-image.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-object.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-object.png new file mode 120000 index 0000000000000000000000000000000000000000..59da9a05318b3674c011b526a1b7d90233f053c0 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-object.png @@ -0,0 +1 @@ +../../48x48/actions/insert-object.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-table.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-table.png new file mode 120000 index 0000000000000000000000000000000000000000..60aa699ddd68f14a46f2d371567765804d07ee85 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_insert-table.png @@ -0,0 +1 @@ +../../48x48/actions/insert-table.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_internet.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_internet.png new file mode 120000 index 0000000000000000000000000000000000000000..6867226fa2fa80014706c8cc9c0a177e03317ba4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_internet.png @@ -0,0 +1 @@ +../../48x48/categories/applications-internet.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_italic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_italic.png new file mode 120000 index 0000000000000000000000000000000000000000..f04a62f838dab560176d015e33e7fe90fcc62c3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_italic.png @@ -0,0 +1 @@ +../../48x48/actions/format-text-italic.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_jump-to.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_jump-to.png new file mode 120000 index 0000000000000000000000000000000000000000..4ff42a88d41b340fc89d74e8e0be6020c067cebc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_jump-to.png @@ -0,0 +1 @@ +../../48x48/actions/go-jump.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-center.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-center.png new file mode 120000 index 0000000000000000000000000000000000000000..4b79ebbfdbf0814dfc1272cfc53e37b61ac3a2cc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-center.png @@ -0,0 +1 @@ +../../48x48/actions/format-justify-center.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-fill.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-fill.png new file mode 120000 index 0000000000000000000000000000000000000000..6a01a9f58846f400d30cbde038c610fd23c9e3a6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-fill.png @@ -0,0 +1 @@ +../../48x48/actions/format-justify-fill.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-left.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-left.png new file mode 120000 index 0000000000000000000000000000000000000000..a71baa892d2a0a32afe3f208afa70f32cffd088f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-left.png @@ -0,0 +1 @@ +../../48x48/actions/format-justify-left.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-right.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-right.png new file mode 120000 index 0000000000000000000000000000000000000000..8588d965016094e076fa2bd140fa4695bcdf45d1 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_justify-right.png @@ -0,0 +1 @@ +../../48x48/actions/format-justify-right.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_license-reading.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_license-reading.png new file mode 100644 index 0000000000000000000000000000000000000000..5a35c0d9e8a39c0e46b83d328003ce83130a5b26 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_license-reading.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_license.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_license.png new file mode 100644 index 0000000000000000000000000000000000000000..d8cb380ba97baaf0be39d9c02c351074a014acea Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_license.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_line-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_line-in.png new file mode 120000 index 0000000000000000000000000000000000000000..d2117a0beda15a2621ca0ea3b386556a21b1aa4a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_line-in.png @@ -0,0 +1 @@ +../../48x48/devices/audio-input-line.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_logout.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_logout.png new file mode 120000 index 0000000000000000000000000000000000000000..62e3c2377f8e4a3c85ba477124b67471807cfb59 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_logout.png @@ -0,0 +1 @@ +../../48x48/actions/system-log-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_mailto.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_mailto.png new file mode 120000 index 0000000000000000000000000000000000000000..7f9aa8603d95fd72e72e6a0619d1e8d64d9a6e77 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_mailto.png @@ -0,0 +1 @@ +../../48x48/actions/mail-send.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_mic.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_mic.png new file mode 120000 index 0000000000000000000000000000000000000000..65e7c444b950776296e24a08a44cc9cb665c9a3d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_mic.png @@ -0,0 +1 @@ +../../48x48/devices/audio-input-microphone.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_missing-image.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_missing-image.png new file mode 120000 index 0000000000000000000000000000000000000000..2724ecf6dd15691ec082a6d6d5302fa43cc30541 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_missing-image.png @@ -0,0 +1 @@ +../../48x48/status/image-missing.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_multimedia.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_multimedia.png new file mode 120000 index 0000000000000000000000000000000000000000..d09398b352bb015b4f08829385e46e35a160be92 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_multimedia.png @@ -0,0 +1 @@ +../../48x48/categories/applications-multimedia.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_network.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_network.png new file mode 120000 index 0000000000000000000000000000000000000000..158711b18e02f9f78608b91977ebe974e7d84c83 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_network.png @@ -0,0 +1 @@ +../../48x48/places/network.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new-dir.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new-dir.png new file mode 120000 index 0000000000000000000000000000000000000000..b84e2ced82267b5a75d563109bb9cb4ba1ff99ea --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new-dir.png @@ -0,0 +1 @@ +../../48x48/actions/folder-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new-tab.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new-tab.png new file mode 120000 index 0000000000000000000000000000000000000000..b5b106a1c643ef001be6b1a27f4fc0e8014a2c20 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new-tab.png @@ -0,0 +1 @@ +../../48x48/actions/tab-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new.png new file mode 120000 index 0000000000000000000000000000000000000000..3c390d6c4ce11b9ee72380f0820032db146d90ce --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_new.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-new.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_no.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_no.png new file mode 120000 index 0000000000000000000000000000000000000000..0b6794c6dc8555adb24ae53c5f69cc27715640bc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_no.png @@ -0,0 +1 @@ +../../48x48/actions/forbidden.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_ok.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_ok.png new file mode 120000 index 0000000000000000000000000000000000000000..d590d9bb5f77bf896372c66c815388ba998a0e7a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_ok.png @@ -0,0 +1 @@ +../../48x48/actions/accept.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_open.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_open.png new file mode 120000 index 0000000000000000000000000000000000000000..fde02c0f71e8edb3c2415a7641f575935b6958e2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_open.png @@ -0,0 +1 @@ +../../48x48/filesystems/open_folder.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_paste.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_paste.png new file mode 120000 index 0000000000000000000000000000000000000000..700d3cc636ef514fca16256c29aaefb62973704d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_paste.png @@ -0,0 +1 @@ +../../48x48/actions/edit-paste.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_pastlink.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_pastlink.png new file mode 120000 index 0000000000000000000000000000000000000000..06e3520c35e7e06eccf0291b0af84501beaa80f7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_pastlink.png @@ -0,0 +1 @@ +../../48x48/actions/insert-link.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_preferences.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_preferences.png new file mode 120000 index 0000000000000000000000000000000000000000..7c54e0a42ff4eb82949ebed2f1d0b0f9ec3d4e6f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_preferences.png @@ -0,0 +1 @@ +../../48x48/apps/settings.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_print-preview.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_print-preview.png new file mode 120000 index 0000000000000000000000000000000000000000..73e254c8ff18bda51337d0c893da06f6b935b40a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_print-preview.png @@ -0,0 +1 @@ +../../48x48/actions/document-print-preview.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_print.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_print.png new file mode 120000 index 0000000000000000000000000000000000000000..546ce08705200939c69031a792d186ae7e4fb83d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_print.png @@ -0,0 +1 @@ +../../48x48/actions/document-print.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_properties.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_properties.png new file mode 100644 index 0000000000000000000000000000000000000000..6d444ceb4574a06ab9c115df39ce4023d0d51572 Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_properties.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_quit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_quit.png new file mode 120000 index 0000000000000000000000000000000000000000..f4068eac2745f3b456aa557726b13ea24003ab84 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_quit.png @@ -0,0 +1 @@ +../../48x48/actions/system-shutdown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_redo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_redo.png new file mode 120000 index 0000000000000000000000000000000000000000..648fbfbacf913fed155691e3dc7b4c627604a11a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_redo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-redo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_refresh.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_refresh.png new file mode 120000 index 0000000000000000000000000000000000000000..10e8e2820ac4ffcba185e4c065ecc00bc4cab6e6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_refresh.png @@ -0,0 +1 @@ +../../48x48/actions/view-refresh.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_remove.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_remove.png new file mode 120000 index 0000000000000000000000000000000000000000..cbecc9ac56c366776a3a064bde899e8b36bbd378 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_remove.png @@ -0,0 +1 @@ +../../48x48/actions/list-remove.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_repeat.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_repeat.png new file mode 120000 index 0000000000000000000000000000000000000000..48761c14c25a10f65a6f4a1174802eefaf688710 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_repeat.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-repeat.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_reset.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_reset.png new file mode 120000 index 0000000000000000000000000000000000000000..3fc1b7b2e1716d38c768ce05b4621935bb5fc38d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_reset.png @@ -0,0 +1 @@ +../../48x48/actions/system-reboot.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_revert-to-saved.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_revert-to-saved.png new file mode 120000 index 0000000000000000000000000000000000000000..5c796fff69db6e4ebed259f9802b354d8c8b906a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_revert-to-saved.png @@ -0,0 +1 @@ +../../48x48/actions/document-revert.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_run.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_run.png new file mode 120000 index 0000000000000000000000000000000000000000..db93e17ed49b1fc2277def3e28df850ac5afb6e9 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_run.png @@ -0,0 +1 @@ +../../48x48/actions/system-run.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_save-as.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_save-as.png new file mode 120000 index 0000000000000000000000000000000000000000..84be8432af8e28fb07dbda97a80161f1541c1482 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_save-as.png @@ -0,0 +1 @@ +../../48x48/actions/document-save-as.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_save.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_save.png new file mode 120000 index 0000000000000000000000000000000000000000..418254e7e94a8d0d585a7d4f989e9c61fdbe50d5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_save.png @@ -0,0 +1 @@ +../../48x48/actions/document-save.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_screenshot.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_screenshot.png new file mode 120000 index 0000000000000000000000000000000000000000..c5e5035e4bac67a4411085e7aaa681c96c4e4db4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_screenshot.png @@ -0,0 +1 @@ +../../48x48/apps/applets-screenshooter.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_search.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_search.png new file mode 120000 index 0000000000000000000000000000000000000000..3c8aa5e3e109de79b54eab9572ca9cd3989a276a --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_search.png @@ -0,0 +1 @@ +../../48x48/apps/search.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_select-color.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_select-color.png new file mode 100644 index 0000000000000000000000000000000000000000..8d96f3406c5ea6ba859e11cbf2a473f63622747b Binary files /dev/null and b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_select-color.png differ diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_select-font.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_select-font.png new file mode 120000 index 0000000000000000000000000000000000000000..cba84beea127f7495d4d7595efdcaa1e70135468 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_select-font.png @@ -0,0 +1 @@ +../../48x48/apps/preferences-desktop-font.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_shuffle.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_shuffle.png new file mode 120000 index 0000000000000000000000000000000000000000..174eddfd3fca8201446d1883be61d563ece5c0fd --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_shuffle.png @@ -0,0 +1 @@ +../../48x48/actions/media-playlist-shuffle.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_sort-ascending.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_sort-ascending.png new file mode 120000 index 0000000000000000000000000000000000000000..2c0c4713fab8c6f2386693226c69481daa75df51 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_sort-ascending.png @@ -0,0 +1 @@ +../../48x48/actions/view-sort-ascending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_sort-descending.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_sort-descending.png new file mode 120000 index 0000000000000000000000000000000000000000..f8547a014979e2c91a09b62f153745097d913a6f --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_sort-descending.png @@ -0,0 +1 @@ +../../48x48/actions/view-sort-descending.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_spell-check.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_spell-check.png new file mode 120000 index 0000000000000000000000000000000000000000..e920df542ea90cc2be396ab18a4f045088fb2ee6 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_spell-check.png @@ -0,0 +1 @@ +../../48x48/actions/tools-check-spelling.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_stop.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_stop.png new file mode 120000 index 0000000000000000000000000000000000000000..909390ff2c228d7de6fd35db1276fd639d757be3 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_stop.png @@ -0,0 +1 @@ +../../48x48/actions/process-stop.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_strikethrough.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_strikethrough.png new file mode 120000 index 0000000000000000000000000000000000000000..729f2c9d66ee5e8c5b51c6e8fe3c7f88aa1f1562 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_strikethrough.png @@ -0,0 +1 @@ +../../48x48/actions/format-text-strikethrough.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_undelete.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_undelete.png new file mode 120000 index 0000000000000000000000000000000000000000..66a54acf44ee066fcef01737c9380d602d439c3c --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_undelete.png @@ -0,0 +1 @@ +../../48x48/filesystems/gnome-fs-undelete.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_underline.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_underline.png new file mode 120000 index 0000000000000000000000000000000000000000..ed0326783e582a74f6743253d60f01823771a2c2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_underline.png @@ -0,0 +1 @@ +../../48x48/actions/format-text-underline.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_undo.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_undo.png new file mode 120000 index 0000000000000000000000000000000000000000..505f45e0d8c28e7f10007ee613e7f7185ccd129d --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_undo.png @@ -0,0 +1 @@ +../../48x48/actions/edit-undo.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_unindent.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_unindent.png new file mode 120000 index 0000000000000000000000000000000000000000..38d2a9790260cf4f21322f353adb6fe15a4f2cae --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_unindent.png @@ -0,0 +1 @@ +../../48x48/actions/format-indent-less.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_unknown.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_unknown.png new file mode 120000 index 0000000000000000000000000000000000000000..5b272aa1d5ed8ed9fb6341b5aad6aabd5cf7a049 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_unknown.png @@ -0,0 +1 @@ +../../48x48/apps/xfce-unknown.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_volume.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_volume.png new file mode 120000 index 0000000000000000000000000000000000000000..7e2a6576c7bc6868a20e481c10478693b14e9b8b --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_volume.png @@ -0,0 +1 @@ +../../48x48/apps/multimedia-volume-control.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_yes.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_yes.png new file mode 120000 index 0000000000000000000000000000000000000000..efdf3fd09b05b89e0734367b572ff4361aa7caa7 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_yes.png @@ -0,0 +1 @@ +../../48x48/emblems/emblem-default.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-100.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-100.png new file mode 120000 index 0000000000000000000000000000000000000000..62601a8a142a4af0a5de536561f230ef0a8c44e4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-100.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-original.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-fit.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-fit.png new file mode 120000 index 0000000000000000000000000000000000000000..844eca5b31b22c5db51bb78a23f5077a97aa6b14 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-fit.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-best-fit.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-in.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-in.png new file mode 120000 index 0000000000000000000000000000000000000000..cf41f4b5f71f9f6ba2e6436c1aaf0ffafb49f7d2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-in.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-in.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-out.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-out.png new file mode 120000 index 0000000000000000000000000000000000000000..e97c6f59ba0c5b93a91759f36759a2f299085d24 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/stock_zoom-out.png @@ -0,0 +1 @@ +../../48x48/actions/zoom-out.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-max.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-max.png new file mode 120000 index 0000000000000000000000000000000000000000..0ff75a004b452212967a7e5935dda7ea173e97f4 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-max.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-high.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-medium.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-medium.png new file mode 120000 index 0000000000000000000000000000000000000000..230d08ac2e7c801234b9645a0cdd5ef1790be343 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-medium.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-medium.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-min.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-min.png new file mode 120000 index 0000000000000000000000000000000000000000..b9f62b5f41563a311dcd4f3d40c29bedc18285c8 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-min.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-low.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-mute.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-mute.png new file mode 120000 index 0000000000000000000000000000000000000000..8c8b5a957fadffc2fae15c31f8bb673ba08295af --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-mute.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-muted.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-zero.png b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-zero.png new file mode 120000 index 0000000000000000000000000000000000000000..266920250727c34b7b890dbe442b06b635702ffa --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/48x48/stock/volume-zero.png @@ -0,0 +1 @@ +../../48x48/status/audio-volume-zero.png \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/TODO b/icomity-theme/pacote/usr/share/icons/iComity/TODO new file mode 100644 index 0000000000000000000000000000000000000000..ed9ee01bb121ec4bc8b3081a03899fdece6d0216 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/TODO @@ -0,0 +1 @@ +Are you kidding? \ No newline at end of file diff --git a/icomity-theme/pacote/usr/share/icons/iComity/iconrc b/icomity-theme/pacote/usr/share/icons/iComity/iconrc new file mode 100644 index 0000000000000000000000000000000000000000..0fcb9a5f17de3c672f339983e945b9be689663c5 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/iconrc @@ -0,0 +1,165 @@ +pixmap_path "/usr/share/icons/iComity/128x128/stock" + +style "icon-style" { + +stock["gtk-about"] = {{ "stock_about.png" }} +stock["gtk-add"] = {{ "stock_add.png" }} +stock["gtk-apply"] = {{ "stock_apply.png" }} +stock["gtk-bold"] = {{ "stock_bold.png" }} +stock["gtk-cancel"] = {{ "stock_cancel.png" }} +stock["gtk-cdrom"] = {{ "stock_cdrom.png" }} +stock["gtk-clear"] = {{ "stock_clear.png" }} +stock["gtk-close"] = {{ "stock_close.png" }} +stock["gtk-color-picker"] = {{ "stock_color_picker.png" }} +stock["gtk-convert"] = {{ "stock_convert.png" }} +stock["gtk-connect"] = {{ "stock_connect.png" }} +stock["gtk-copy"] = {{ "stock_copy.png" }} +stock["gtk-cut"] = {{ "stock_cut.png" }} +stock["gtk-delete"] = {{ "stock_delete.png" }} +stock["gtk-dialog-error"] = {{ "stock_dialog_error.png" }} +stock["gtk-dialog-info"] = {{ "stock_dialog_info.png" }} +stock["gtk-dialog-question"] = {{ "stock_dialog_question.png" }} +stock["gtk-dialog-warning"] = {{ "stock_dialog_warning.png" }} +stock["gtk-directory"] = {{ "stock_open.png" }} +stock["gtk-disconnect"] = {{ "stock_disconnect.png" }} +stock["gtk-dnd"] = {{ "stock_dnd.png" }} +stock["gtk-dnd-multiple"] = {{ "stock_dnd_multiple.png" }} +stock["gtk-stock-edit"] = {{ "stock_edit.png" }} +stock["gtk-execute"] = {{ "stock_execute.png" }} +stock["gtk-file"] = {{ "stock_new.png" }} +stock["gtk-find"] = {{ "stock_find.png" }} +stock["gtk-find-and-replace"] = {{ "stock_find-and-replace.png" }} +stock["gtk-floppy"] = {{ "stock_floppy.png" }} +stock["gtk-goto-bottom"] = {{ "stock_goto-bottom.png" }} +stock["gtk-goto-first"] = {{ "stock_goto-first.png" }} +stock["gtk-goto-last"] = {{ "stock_goto-last.png" }} +stock["gtk-goto-top"] = {{ "stock_goto-top.png" }} +stock["gtk-go-back"] = {{ "stock_go-back.png" }} +stock["gtk-go-down"] = {{ "stock_go-down.png" }} +stock["gtk-go-forward"] = {{ "stock_go-forward.png" }} +stock["gtk-go-up"] = {{ "stock_go-up.png" }} +stock["gtk-harddisk"] = {{ "stock_harddisk.png" }} +stock["gtk-help"] = {{ "stock_help.png" }} +stock["gtk-home"] = {{ "stock_home.png" }} +stock["gtk-indent"] = {{ "stock_indent.png" }} +stock["gtk-index"] = {{ "stock_index.png" }} +stock["gtk-italic"] = {{ "stock_italic.png" }} +stock["gtk-jump-to"] = {{ "stock_jump-to.png" }} +stock["gtk-justify-center"] = {{ "stock_justify-center.png" }} +stock["gtk-justify-fill"] = {{ "stock_justify-fill.png" }} +stock["gtk-justify-left"] = {{ "stock_justify-left.png" }} +stock["gtk-justify-right"] = {{ "stock_justify-right.png" }} +stock["gtk-media-forward"] = {{ "media-forward.png" }} +stock["gtk-media-next"] = {{ "media-next.png" }} +stock["gtk-media-pause"] = {{ "media-pause.png" }} +stock["gtk-media-play"] = {{ "media-play.png" }} +stock["gtk-media-previous"] = {{ "media-prev.png" }} +stock["gtk-media-record"] = {{ "media-record.png" }} +stock["gtk-media-rewind"] = {{ "media-backward.png" }} +stock["gtk-media-stop"] = {{ "media-stop.png" }} +stock["gtk-missing-image"] = {{ "stock_missing-image.png" }} +stock["gtk-network"] = {{ "stock_network.png" }} +stock["gtk-new"] = {{ "stock_new.png" }} +stock["gtk-no"] = {{ "stock_no.png" }} +stock["gtk-ok"] = {{ "stock_ok.png" }} +stock["gtk-open"] = {{ "stock_open.png" }} +stock["gtk-paste"] = {{ "stock_paste.png" }} +stock["gtk-preferences"] = {{ "stock_preferences.png" }} +stock["gtk-print"] = {{ "stock_print.png" }} +stock["gtk-print-preview"] = {{ "stock_print-preview.png" }} +stock["gtk-properties"] = {{ "stock_properties.png" }} +stock["gtk-quit"] = {{ "stock_quit.png" }} +stock["gtk-redo"] = {{ "stock_redo.png" }} +stock["gtk-refresh"] = {{ "stock_refresh.png" }} +stock["gtk-remove"] = {{ "stock_remove.png" }} +stock["gtk-revert-to-saved"] = {{ "stock_revert-to-saved.png" }} +stock["gtk-save"] = {{ "stock_save.png" }} +stock["gtk-save-as"] = {{ "stock_save-as.png" }} +stock["gtk-select-color"] = {{ "stock_select-color.png" }} +stock["gtk-select-font"] = {{ "stock_select-font.png" }} +stock["gtk-sort-ascending"] = {{ "stock_sort-ascending.png" }} +stock["gtk-sort-descending"] = {{ "stock_sort-descending.png" }} +stock["gtk-spell-check"] = {{ "stock_spell-check.png" }} +stock["gtk-stop"] = {{ "stock_stop.png" }} +stock["gtk-strikethrough"] = {{ "stock_strikethrough.png" }} +stock["gtk-undelete"] = {{ "stock_undelete.png" }} +stock["gtk-underline"] = {{ "stock_underline.png" }} +stock["gtk-undo"] = {{ "stock_undo.png" }} +stock["gtk-unindent"] = {{ "stock_unindent.png" }} +stock["gtk-yes"] = {{ "stock_yes.png" }} +stock["gtk-zoom-100"] = {{ "stock_zoom-100.png" }} +stock["gtk-zoom-fit"] = {{ "stock_zoom-fit.png" }} +stock["gtk-zoom-in"] = {{ "stock_zoom-in.png" }} +stock["gtk-zoom-out"] = {{ "stock_zoom-out.png" }} + +stock["gnome-stock-about"] = {{ "stock_about.png" }} +stock["gnome-stock-attach"] = {{ "stock_attach.png" }} +stock["gnome-stock-volume"] = {{ "stock_volume.png" }} +stock["gnome-stock-mic"] = {{ "stock_mic.png" }} +stock["gnome-stock-line-in"] = {{ "stock_line-in.png" }} +stock["gnome-stock-book-blue"] = {{ "stock_book.png" }} +stock["gnome-stock-book-green"] = {{ "stock_book.png" }} +stock["gnome-stock-book-red"] = {{ "stock_book.png" }} +stock["gnome-stock-book-yellow"] = {{ "stock_book.png" }} +stock["stock_fullscreen"] = {{ "stock_fullscreen.png" }} +stock["stock_new_tab"] = {{ "stock_new-tab.png" }} +stock["epiphany-bookmarks"] = {{ "stock_book.png" }} +stock["epiphany-bookmark-page"] = {{ "stock_epiphany-bookmark-page.png" }} +stock["stock_add-bookmark"] = {{ "stock_epiphany-bookmark-page.png" }} +stock["epiphany-new-tab"] = {{ "stock_new-tab.png" }} +stock["stock-mailto"] = {{ "stock_mailto.png" }} +stock["stock_mail-send"] = {{ "stock_mailto.png" }} +stock["stock_view-html-source"] = {{ "rox-show-details.png" }} +stock["stock-download"] = {{ "stock_download.png" }} +stock["epiphany-download"] = {{ "stock_download.png" }} +stock["epiphany-mailto"] = {{ "stock_mailto.png" }} +stock["stock-history"] = {{ "stock_history.png" }} +stock["epiphany-history"] = {{ "stock_history.png" }} +stock["gtk-stock-dialog-warning"] = {{ "stock_dialog_warning.png" }} +stock["rox-show-hidden"] = {{ "rox-show-hidden.png" }} +stock["rox-show-details"] = {{ "rox-show-details.png" }} +stock["rox-select"] = {{ "rox-select.png" }} +stock["gtk-stock-ok"] = {{ "stock_ok.png" }} +stock["gtk-stock-revert"] = {{ "stock_undo.png" }} +stock["gtk-stock-stop"] = {{ "stock_stop.png" }} +stock["terminal-edit"] = {{ "stock_preferences.png" }} +stock["session-stock-edit"] = {{ "stock_preferences.png" }} +stock["gtk-stock-import"] = {{ "stock_import.png" }} +stock["gtk-stock-export"] = {{ "stock_export.png" }} +stock["gtk-stock-insert-image"] = {{ "stock_insert-image.png" }} +stock["gtk-stock-insert-object"] = {{ "stock_insert-object.png" }} +stock["gtk-stock-insert-table"] = {{ "stock_insert-table.png" }} +stock["gtk-stock-reset"] = {{ "stock_reset.png" }} +stock["gtk-media-play"] = {{ "media-play.png" }} +} +class "GtkWidget" style "icon-style" + +style "panel-icons" +{ +stock ["panel-screenshot"] = {{"stock_screenshot.png" }} +stock ["panel-run"] = {{"stock_run.png" }} +stock ["panel-logout"] = {{"stock_logout.png" }} +stock ["panel-amusements"] = {{"stock_amusements.png" }} +stock ["panel-accessories"] = {{"stock_accessories.png" }} +stock ["panel-multimedia"] = {{"stock_multimedia.png" }} +stock ["panel-internet"] = {{"stock_internet.png" }} +} +class "GtkWidget" style "panel-icons" + +style "media-icons" +{ +stock ["cdplayer-stop"] = {{"media-stop.png" }} +stock ["cdplayer-play"] = {{"media-play.png" }} +stock ["cdplayer-pause"] = {{"media-pause.png" }} +stock ["cdplayer-prev"] = {{"media-prev.png" }} +stock ["cdplayer-next"] = {{"media-next.png" }} +stock ["cdplayer-eject"] = {{"media-eject.png" }} +stock ["cdplayer-backward"] = {{"media-backward.png" }} +stock ["cdplayer-record"] = {{"media-record.png" }} +stock ["volume-mute"] = {{"volume-mute.png" }} +stock ["volume-zero"] = {{"volume-zero.png" }} +stock ["volume-min"] = {{"volume-min.png" }} +stock ["volume-med"] = {{"volume-medium.png" }} +stock ["volume-max"] = {{"volume-max.png" }} +} +class "GtkWidget" style "media-icons" diff --git a/icomity-theme/pacote/usr/share/icons/iComity/iconrc-png b/icomity-theme/pacote/usr/share/icons/iComity/iconrc-png new file mode 100644 index 0000000000000000000000000000000000000000..7af5d827bfb6ade58c84d5446b7fd729fc8ab6f2 --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/iconrc-png @@ -0,0 +1,165 @@ +pixmap_path "/usr/share/icons/iComity/48x48/stock" + +style "icon-style" { + +stock["gtk-about"] = {{ "stock_about.png" }} +stock["gtk-add"] = {{ "stock_add.png" }} +stock["gtk-apply"] = {{ "stock_apply.png" }} +stock["gtk-bold"] = {{ "stock_bold.png" }} +stock["gtk-cancel"] = {{ "stock_cancel.png" }} +stock["gtk-cdrom"] = {{ "stock_cdrom.png" }} +stock["gtk-clear"] = {{ "stock_clear.png" }} +stock["gtk-close"] = {{ "stock_close.png" }} +stock["gtk-color-picker"] = {{ "stock_color_picker.png" }} +stock["gtk-convert"] = {{ "stock_convert.png" }} +stock["gtk-connect"] = {{ "stock_connect.png" }} +stock["gtk-copy"] = {{ "stock_copy.png" }} +stock["gtk-cut"] = {{ "stock_cut.png" }} +stock["gtk-delete"] = {{ "stock_delete.png" }} +stock["gtk-dialog-error"] = {{ "stock_dialog_error.png" }} +stock["gtk-dialog-info"] = {{ "stock_dialog_info.png" }} +stock["gtk-dialog-question"] = {{ "stock_dialog_question.png" }} +stock["gtk-dialog-warning"] = {{ "stock_dialog_warning.png" }} +stock["gtk-directory"] = {{ "stock_open.png" }} +stock["gtk-disconnect"] = {{ "stock_disconnect.png" }} +stock["gtk-dnd"] = {{ "stock_dnd.png" }} +stock["gtk-dnd-multiple"] = {{ "stock_dnd-multiple.png" }} +stock["gtk-stock-edit"] = {{ "stock_edit.png" }} +stock["gtk-execute"] = {{ "stock_execute.png" }} +stock["gtk-file"] = {{ "stock_new.png" }} +stock["gtk-find"] = {{ "stock_find.png" }} +stock["gtk-find-and-replace"] = {{ "stock_find-and-replace.png" }} +stock["gtk-floppy"] = {{ "stock_floppy.png" }} +stock["gtk-goto-bottom"] = {{ "stock_goto-bottom.png" }} +stock["gtk-goto-first"] = {{ "stock_goto-first.png" }} +stock["gtk-goto-last"] = {{ "stock_goto-last.png" }} +stock["gtk-goto-top"] = {{ "stock_goto-top.png" }} +stock["gtk-go-back"] = {{ "stock_go-back.png" }} +stock["gtk-go-down"] = {{ "stock_go-down.png" }} +stock["gtk-go-forward"] = {{ "stock_go-forward.png" }} +stock["gtk-go-up"] = {{ "stock_go-up.png" }} +stock["gtk-harddisk"] = {{ "stock_harddisk.png" }} +stock["gtk-help"] = {{ "stock_help.png" }} +stock["gtk-home"] = {{ "stock_home.png" }} +stock["gtk-indent"] = {{ "stock_indent.png" }} +stock["gtk-index"] = {{ "stock_index.png" }} +stock["gtk-italic"] = {{ "stock_italic.png" }} +stock["gtk-jump-to"] = {{ "stock_jump-to.png" }} +stock["gtk-justify-center"] = {{ "stock_justify-center.png" }} +stock["gtk-justify-fill"] = {{ "stock_justify-fill.png" }} +stock["gtk-justify-left"] = {{ "stock_justify-left.png" }} +stock["gtk-justify-right"] = {{ "stock_justify-right.png" }} +stock["gtk-media-forward"] = {{ "media-forward.png" }} +stock["gtk-media-next"] = {{ "media-next.png" }} +stock["gtk-media-pause"] = {{ "media-pause.png" }} +stock["gtk-media-play"] = {{ "media-play.png" }} +stock["gtk-media-previous"] = {{ "media-prev.png" }} +stock["gtk-media-record"] = {{ "media-record.png" }} +stock["gtk-media-rewind"] = {{ "media-backward.png" }} +stock["gtk-media-stop"] = {{ "media-stop.png" }} +stock["gtk-missing-image"] = {{ "stock_missing-image.png" }} +stock["gtk-network"] = {{ "stock_network.png" }} +stock["gtk-new"] = {{ "stock_new.png" }} +stock["gtk-no"] = {{ "stock_no.png" }} +stock["gtk-ok"] = {{ "stock_ok.png" }} +stock["gtk-open"] = {{ "stock_open.png" }} +stock["gtk-paste"] = {{ "stock_paste.png" }} +stock["gtk-preferences"] = {{ "stock_preferences.png" }} +stock["gtk-print"] = {{ "stock_print.png" }} +stock["gtk-print-preview"] = {{ "stock_print-preview.png" }} +stock["gtk-properties"] = {{ "stock_properties.png" }} +stock["gtk-quit"] = {{ "stock_quit.png" }} +stock["gtk-redo"] = {{ "stock_redo.png" }} +stock["gtk-refresh"] = {{ "stock_refresh.png" }} +stock["gtk-remove"] = {{ "stock_remove.png" }} +stock["gtk-revert-to-saved"] = {{ "stock_revert-to-saved.png" }} +stock["gtk-save"] = {{ "stock_save.png" }} +stock["gtk-save-as"] = {{ "stock_save-as.png" }} +stock["gtk-select-color"] = {{ "stock_select-color.png" }} +stock["gtk-select-font"] = {{ "stock_select-font.png" }} +stock["gtk-sort-ascending"] = {{ "stock_sort-ascending.png" }} +stock["gtk-sort-descending"] = {{ "stock_sort-descending.png" }} +stock["gtk-spell-check"] = {{ "stock_spell-check.png" }} +stock["gtk-stop"] = {{ "stock_stop.png" }} +stock["gtk-strikethrough"] = {{ "stock_strikethrough.png" }} +stock["gtk-undelete"] = {{ "stock_undelete.png" }} +stock["gtk-underline"] = {{ "stock_underline.png" }} +stock["gtk-undo"] = {{ "stock_undo.png" }} +stock["gtk-unindent"] = {{ "stock_unindent.png" }} +stock["gtk-yes"] = {{ "stock_yes.png" }} +stock["gtk-zoom-100"] = {{ "stock_zoom-100.png" }} +stock["gtk-zoom-fit"] = {{ "stock_zoom-fit.png" }} +stock["gtk-zoom-in"] = {{ "stock_zoom-in.png" }} +stock["gtk-zoom-out"] = {{ "stock_zoom-out.png" }} + +stock["gnome-stock-about"] = {{ "stock_about.png" }} +stock["gnome-stock-attach"] = {{ "stock_attach.png" }} +stock["gnome-stock-volume"] = {{ "stock_volume.png" }} +stock["gnome-stock-mic"] = {{ "stock_mic.png" }} +stock["gnome-stock-line-in"] = {{ "stock_line-in.png" }} +stock["gnome-stock-book-blue"] = {{ "stock_book.png" }} +stock["gnome-stock-book-green"] = {{ "stock_book.png" }} +stock["gnome-stock-book-red"] = {{ "stock_book.png" }} +stock["gnome-stock-book-yellow"] = {{ "stock_book.png" }} +stock["stock_fullscreen"] = {{ "stock_fullscreen.png" }} +stock["stock_new_tab"] = {{ "stock_new-tab.png" }} +stock["epiphany-bookmarks"] = {{ "stock_book.png" }} +stock["epiphany-bookmark-page"] = {{ "stock_epiphany-bookmark-page.png" }} +stock["stock_add-bookmark"] = {{ "stock_epiphany-bookmark-page.png" }} +stock["epiphany-new-tab"] = {{ "stock_new-tab.png" }} +stock["stock-mailto"] = {{ "stock_mailto.png" }} +stock["stock_mail-send"] = {{ "stock_mailto.png" }} +stock["stock_view-html-source"] = {{ "rox-show-details.png" }} +stock["stock-download"] = {{ "stock_download.png" }} +stock["epiphany-download"] = {{ "stock_download.png" }} +stock["epiphany-mailto"] = {{ "stock_mailto.png" }} +stock["stock-history"] = {{ "stock_history.png" }} +stock["epiphany-history"] = {{ "stock_history.png" }} +stock["gtk-stock-dialog-warning"] = {{ "stock_dialog_warning.png" }} +stock["rox-show-hidden"] = {{ "rox-show-hidden.png" }} +stock["rox-show-details"] = {{ "rox-show-details.png" }} +stock["rox-select"] = {{ "rox-select.png" }} +stock["gtk-stock-ok"] = {{ "stock_ok.png" }} +stock["gtk-stock-revert"] = {{ "stock_undo.png" }} +stock["gtk-stock-stop"] = {{ "stock_stop.png" }} +stock["terminal-edit"] = {{ "stock_preferences.png" }} +stock["session-stock-edit"] = {{ "stock_preferences.png" }} +stock["gtk-stock-import"] = {{ "stock_import.png" }} +stock["gtk-stock-export"] = {{ "stock_export.png" }} +stock["gtk-stock-insert-image"] = {{ "stock_insert-image.png" }} +stock["gtk-stock-insert-object"] = {{ "stock_insert-object.png" }} +stock["gtk-stock-insert-table"] = {{ "stock_insert-table.png" }} +stock["gtk-stock-reset"] = {{ "stock_reset.png" }} +stock["gtk-media-play"] = {{ "media-play.png" }} +} +class "GtkWidget" style "icon-style" + +style "panel-icons" +{ +stock ["panel-screenshot"] = {{"stock_screenshot.png" }} +stock ["panel-run"] = {{"stock_run.png" }} +stock ["panel-logout"] = {{"stock_logout.png" }} +stock ["panel-amusements"] = {{"stock_amusements.png" }} +stock ["panel-accessories"] = {{"stock_accessories.png" }} +stock ["panel-multimedia"] = {{"stock_multimedia.png" }} +stock ["panel-internet"] = {{"stock_internet.png" }} +} +class "GtkWidget" style "panel-icons" + +style "media-icons" +{ +stock ["cdplayer-stop"] = {{"media-stop.png" }} +stock ["cdplayer-play"] = {{"media-play.png" }} +stock ["cdplayer-pause"] = {{"media-pause.png" }} +stock ["cdplayer-prev"] = {{"media-prev.png" }} +stock ["cdplayer-next"] = {{"media-next.png" }} +stock ["cdplayer-eject"] = {{"media-eject.png" }} +stock ["cdplayer-backward"] = {{"media-backward.png" }} +stock ["cdplayer-record"] = {{"media-record.png" }} +stock ["volume-mute"] = {{"volume-mute.png" }} +stock ["volume-zero"] = {{"volume-zero.png" }} +stock ["volume-min"] = {{"volume-min.png" }} +stock ["volume-med"] = {{"volume-medium.png" }} +stock ["volume-max"] = {{"volume-max.png" }} +} +class "GtkWidget" style "media-icons" diff --git a/icomity-theme/pacote/usr/share/icons/iComity/index.theme b/icomity-theme/pacote/usr/share/icons/iComity/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..f1942713ab6da371151a1519b0914bea90cf4ebc --- /dev/null +++ b/icomity-theme/pacote/usr/share/icons/iComity/index.theme @@ -0,0 +1,411 @@ +[Icon Theme] + Name=iComity + Comment=Community Icon Theme. By See copyright.notice + Inherits=hicolor + LinkOverlay=link_overlay + LockOverlay=lock_overlay + ZipOverlay=zip_overlay + ShareOverlay=share_overlay + + ToolbarSizes=16,22,24,32,48 + ToolbarDefault=22 + MainToolbarSizes=16,22,24,32,48 + MainToolbarDefault=22 + DesktopSizes=48,128 + DesktopDefault=48 + PanelSizes=48,128 + PanelDefault=32 + + Directories=24x24/status,24x24/gtk,24x24/categories,24x24/misc,24x24/places,24x24/apps,24x24/emotes,24x24/emblems,24x24/mimetypes,24x24/filesystems,24x24/devices,24x24/actions,24x24/stock,16x16/status,16x16/gtk,16x16/categories,16x16/misc,16x16/places,16x16/apps,16x16/emotes,16x16/emblems,16x16/mimetypes,16x16/filesystems,16x16/devices,16x16/actions,16x16/stock,32x32/status,32x32/gtk,32x32/categories,32x32/misc,32x32/places,32x32/apps,32x32/emotes,32x32/emblems,32x32/mimetypes,32x32/filesystems,32x32/devices,32x32/actions,32x32/stock,22x22/status,22x22/gtk,22x22/categories,22x22/misc,22x22/places,22x22/apps,22x22/emotes,22x22/emblems,22x22/mimetypes,22x22/filesystems,22x22/devices,22x22/actions,22x22/stock,48x48/status,48x48/gtk,48x48/categories,48x48/misc,48x48/places,48x48/apps,48x48/emotes,48x48/emblems,48x48/mimetypes,48x48/filesystems,48x48/devices,48x48/actions,48x48/stock,128x128/status,128x128/gtk,128x128/categories,128x128/misc,128x128/places,128x128/apps,128x128/emotes,128x128/emblems,128x128/mimetypes,128x128/filesystems,128x128/devices,128x128/actions,128x128/stock + +[24x24/status] + Size=24 + Context=Status + Type=Threshold + +[24x24/gtk] + Size=24 + Context=Gtk + Type=Threshold + +[24x24/categories] + Size=24 + Context=Categories + Type=Threshold + +[24x24/misc] + Size=24 + Context=Miscelaneous + Type=Threshold + +[24x24/places] + Size=24 + Context=Places + Type=Threshold + +[24x24/apps] + Size=24 + Context=Applications + Type=Threshold + +[24x24/emotes] + Size=24 + Context=Emotes + Type=Threshold + +[24x24/emblems] + Size=24 + Context=Emblems + Type=Threshold + +[24x24/mimetypes] + Size=24 + Context=MimeTypes + Type=Threshold + +[24x24/filesystems] + Size=24 + Context=FileSystems + Type=Threshold + +[24x24/devices] + Size=24 + Context=Devices + Type=Threshold + +[24x24/actions] + Size=24 + Context=Actions + Type=Threshold + +[24x24/stock] + Size=24 + Context=Stock + Type=Threshold + +[16x16/status] + Size=16 + Context=Status + Type=Threshold + +[16x16/gtk] + Size=16 + Context=Gtk + Type=Threshold + +[16x16/categories] + Size=16 + Context=Categories + Type=Threshold + +[16x16/misc] + Size=16 + Context=Miscelaneous + Type=Threshold + +[16x16/places] + Size=16 + Context=Places + Type=Threshold + +[16x16/apps] + Size=16 + Context=Applications + Type=Threshold + +[16x16/emotes] + Size=16 + Context=Emotes + Type=Threshold + +[16x16/emblems] + Size=16 + Context=Emblems + Type=Threshold + +[16x16/mimetypes] + Size=16 + Context=MimeTypes + Type=Threshold + +[16x16/filesystems] + Size=16 + Context=FileSystems + Type=Threshold + +[16x16/devices] + Size=16 + Context=Devices + Type=Threshold + +[16x16/actions] + Size=16 + Context=Actions + Type=Threshold + +[16x16/stock] + Size=16 + Context=Stock + Type=Threshold + +[32x32/status] + Size=32 + Context=Status + Type=Threshold + +[32x32/gtk] + Size=32 + Context=Gtk + Type=Threshold + +[32x32/categories] + Size=32 + Context=Categories + Type=Threshold + +[32x32/misc] + Size=32 + Context=Miscelaneous + Type=Threshold + +[32x32/places] + Size=32 + Context=Places + Type=Threshold + +[32x32/apps] + Size=32 + Context=Applications + Type=Threshold + +[32x32/emotes] + Size=32 + Context=Emotes + Type=Threshold + +[32x32/emblems] + Size=32 + Context=Emblems + Type=Threshold + +[32x32/mimetypes] + Size=32 + Context=MimeTypes + Type=Threshold + +[32x32/filesystems] + Size=32 + Context=FileSystems + Type=Threshold + +[32x32/devices] + Size=32 + Context=Devices + Type=Threshold + +[32x32/actions] + Size=32 + Context=Actions + Type=Threshold + +[32x32/stock] + Size=32 + Context=Stock + Type=Threshold + +[22x22/status] + Size=22 + Context=Status + Type=Threshold + +[22x22/gtk] + Size=22 + Context=Gtk + Type=Threshold + +[22x22/categories] + Size=22 + Context=Categories + Type=Threshold + +[22x22/misc] + Size=22 + Context=Miscelaneous + Type=Threshold + +[22x22/places] + Size=22 + Context=Places + Type=Threshold + +[22x22/apps] + Size=22 + Context=Applications + Type=Threshold + +[22x22/emotes] + Size=22 + Context=Emotes + Type=Threshold + +[22x22/emblems] + Size=22 + Context=Emblems + Type=Threshold + +[22x22/mimetypes] + Size=22 + Context=MimeTypes + Type=Threshold + +[22x22/filesystems] + Size=22 + Context=FileSystems + Type=Threshold + +[22x22/devices] + Size=22 + Context=Devices + Type=Threshold + +[22x22/actions] + Size=22 + Context=Actions + Type=Threshold + +[22x22/stock] + Size=22 + Context=Stock + Type=Threshold + +[48x48/status] + Size=48 + Context=Status + Type=Threshold + +[48x48/gtk] + Size=48 + Context=Gtk + Type=Threshold + +[48x48/categories] + Size=48 + Context=Categories + Type=Threshold + +[48x48/misc] + Size=48 + Context=Miscelaneous + Type=Threshold + +[48x48/places] + Size=48 + Context=Places + Type=Threshold + +[48x48/apps] + Size=48 + Context=Applications + Type=Threshold + +[48x48/emotes] + Size=48 + Context=Emotes + Type=Threshold + +[48x48/emblems] + Size=48 + Context=Emblems + Type=Threshold + +[48x48/mimetypes] + Size=48 + Context=MimeTypes + Type=Threshold + +[48x48/filesystems] + Size=48 + Context=FileSystems + Type=Threshold + +[48x48/devices] + Size=48 + Context=Devices + Type=Threshold + +[48x48/actions] + Size=48 + Context=Actions + Type=Threshold + +[48x48/stock] + Size=48 + Context=Stock + Type=Threshold + +[128x128/status] + Size=128 + Context=Status + Type=Threshold + +[128x128/gtk] + Size=128 + Context=Gtk + Type=Threshold + +[128x128/categories] + Size=128 + Context=Categories + Type=Threshold + +[128x128/misc] + Size=128 + Context=Miscelaneous + Type=Threshold + +[128x128/places] + Size=128 + Context=Places + Type=Threshold + +[128x128/apps] + Size=128 + Context=Applications + Type=Threshold + +[128x128/emotes] + Size=128 + Context=Emotes + Type=Threshold + +[128x128/emblems] + Size=128 + Context=Emblems + Type=Threshold + +[128x128/mimetypes] + Size=128 + Context=MimeTypes + Type=Threshold + +[128x128/filesystems] + Size=128 + Context=FileSystems + Type=Threshold + +[128x128/devices] + Size=128 + Context=Devices + Type=Threshold + +[128x128/actions] + Size=128 + Context=Actions + Type=Threshold + +[128x128/stock] + Size=128 + Context=Stock + Type=Threshold + +#.timestamp.: 2008-12-10 13:47:10.000000000 -0200