diff --git a/12.0/trisquel-base-data/data/etc/apt/apt.conf.d/02trisquel b/12.0/trisquel-base-data/data/etc/apt/apt.conf.d/02trisquel new file mode 100644 index 0000000000000000000000000000000000000000..e56964740edd739d4b46827a33d3ae9a1b62f486 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/apt/apt.conf.d/02trisquel @@ -0,0 +1,2 @@ +#APT::Install-Recommends "false"; +APT::Install-Suggests "false"; diff --git a/12.0/trisquel-base-data/data/etc/bash_completion.d/aliases b/12.0/trisquel-base-data/data/etc/bash_completion.d/aliases new file mode 100755 index 0000000000000000000000000000000000000000..9be137e0c2d2995da69ba5e334527012fb46045a --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/bash_completion.d/aliases @@ -0,0 +1,24 @@ +#!/bin/bash +# This is a ugly hack to assign system wide aliases without changing a bit in +# the bash package. + +# enable color support of ls and also add handy aliases +if [ "$TERM" != "dumb" ] && [ -x /usr/bin/dircolors ]; then + eval "`dircolors -b`" + alias ls='ls --color=auto' + alias ll='ls -alF' + alias la='ls -A' + alias l='ls -CF' + alias dir='ls --color=auto --format=vertical' + alias vdir='ls --color=auto --format=long' + + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' + + [ -f /usr/bin/vim ] && alias vi='vim' || alias vi='vim.tiny' + [ -f /usr/bin/vim ] || alias vim='vim.tiny' + + [ -d /rofs ] && alias su='sudo su' + +fi diff --git a/12.0/trisquel-base-data/data/etc/default/grub.d/background.cfg b/12.0/trisquel-base-data/data/etc/default/grub.d/background.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f5c71217fd5bb42131e72da078ffd8e77342d704 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/default/grub.d/background.cfg @@ -0,0 +1 @@ +GRUB_BACKGROUND=/boot/background.png diff --git a/12.0/trisquel-base-data/data/etc/initramfs-tools/conf.d/splash b/12.0/trisquel-base-data/data/etc/initramfs-tools/conf.d/splash new file mode 100644 index 0000000000000000000000000000000000000000..e71684e55aaeea6ae4c6d25dd0e7fa8fa6e755af --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/initramfs-tools/conf.d/splash @@ -0,0 +1 @@ +FRAMEBUFFER=y diff --git a/12.0/trisquel-base-data/data/etc/modprobe.d/blacklist-amdgpu.conf b/12.0/trisquel-base-data/data/etc/modprobe.d/blacklist-amdgpu.conf new file mode 100644 index 0000000000000000000000000000000000000000..0ff53ad68fb4cefeced1f88d719836ead4534ef9 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/modprobe.d/blacklist-amdgpu.conf @@ -0,0 +1,16 @@ +# The amdgpu kernel module does not load properly unless nonfree firmware +# is installed. The graphics system works correctly (although with no 2D/3D +# acceleration) when the module is blacklisted. +# More information: /etc/X11/xorg.conf.d/10-radeon.conf +# +# The module has been left in place as our limited tests do not prove that +# it fails for every existing card model. If you enable it and it works please +# report it at trisquel-devel@listas.trisquel.info +# +# The Trisquel project does not recommend installing nonfree firmware. +# If you do so by your own choice, do not request help on how to install or +# on troubleshooting the resulting setup on the Trisquel forums, mailing +# lists, irc or any other support channels. + +blacklist amdgpu +alias amdgpu off diff --git a/12.0/trisquel-base-data/data/etc/modprobe.d/disable-pcsp.conf b/12.0/trisquel-base-data/data/etc/modprobe.d/disable-pcsp.conf new file mode 100644 index 0000000000000000000000000000000000000000..461778d5b66f5bcc061d8cc7699c6c8950d7efb0 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/modprobe.d/disable-pcsp.conf @@ -0,0 +1 @@ +blacklist snd-pcsp diff --git a/12.0/trisquel-base-data/data/etc/modprobe.d/openfwwf.conf b/12.0/trisquel-base-data/data/etc/modprobe.d/openfwwf.conf new file mode 100644 index 0000000000000000000000000000000000000000..f02034418823dc2119bb910f7c327d107fa5ab24 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/modprobe.d/openfwwf.conf @@ -0,0 +1,2 @@ +options b43 qos=0 +options b43 nohwcrypt=1 diff --git a/12.0/trisquel-base-data/data/etc/skel/.screenrc b/12.0/trisquel-base-data/data/etc/skel/.screenrc new file mode 100644 index 0000000000000000000000000000000000000000..094bf0eb4eec866c9fa124bc01a629c06732448d --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/skel/.screenrc @@ -0,0 +1,105 @@ +# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # + +### Created by Brad Sims 25/06/2004 +### (Modified for Trisquel by Ruben Rodriguez and Santiago Rodriguez) + +### I got tired of .screenrc's on the internet being so +### poorly commented... So being a good GNUbie I took matters +### into my own hands; and wrote this dotfile. + +# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # + +## Explanation of hardstatus line ## + +# Ignore the ' marks if you use these examples for yourself + +# Note that if you want to use the color brown under konsole +# You actually use bright yellow (%{Y}). + +# Note the embeded space after the colon, I feel +# it just looks nicer with a blank between the +# text and console edge: +# '%{=b}%{G} Screen(s): ' + +# This prints the window listing in blue: +# '%{b}%w' + +# This right-aligns what follows: +# '%=' + +# This displays the time (hours and minutes) in 12hr format +# and adds an AM/PM flag, in bold green: +# '%{G}%C%A' + +# This displays the day of the week: +# '%D' + +#This displays the date in Mon/day/year format: +# and again I embeded a space to give me one space +# between the text and console edge: +# '%M/%d/%Y ' + +# The resulting command give you a status line that +# looks like this: +# | Screen(s): 0* bash 5:30PM Fri, Jun/25/2004 | +# (The pipes indicate the edges of the xterm/console). + +# Green text, time, and date; windows in blue: +hardstatus alwayslastline "%{=b}%{G}%{b}%w %=%{kG}%C%A %d/%M/%Y " + + +# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # + +## Some general options ## + +# Enable scroll back +termcapinfo xterm|xterms|xs|rxvt ti@:te@ + +# Turn off start message: +startup_message off + +# Set messages timeout to three seconds: +msgwait 3 + +# Enlarge buffer +defscrollback 4096 + + +#Disable beep +vbell off +bell " %n %t !" + +#Nethack style messages +nethack on + +caption splitonly "%2n %t" + + +# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # +## Keybindings ## + +# bind F7 to detach screen session from this terminal +# bind F8 to kill current screen window. +# bind F9 to create a new screen +# bind F10 to rename current screen window +# bind F11 to move to previous window +# bind F12 to move to next window +bindkey -k k1 select 0 +bindkey -k k2 select 1 +bindkey -k k3 select 2 +bindkey -k k4 select 3 +bindkey -k k5 select 4 +bindkey -k k6 select 5 + +bindkey -k k7 copy +bindkey -k k8 paste . + +bindkey -k k9 screen + +#bindkey -k k8 kill +#bindkey -k k9 screen +#bindkey -k k; title +#bindkey -k F1 prev +#bindkey -k F2 next +#unbind s +bind s diff --git a/12.0/trisquel-base-data/data/etc/systemd/resolved.conf.d/trisquel.conf b/12.0/trisquel-base-data/data/etc/systemd/resolved.conf.d/trisquel.conf new file mode 100644 index 0000000000000000000000000000000000000000..3482d3a08968b22623f105ec12ac1c1cc1efbd55 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/systemd/resolved.conf.d/trisquel.conf @@ -0,0 +1,5 @@ +[Resolve] +LLMNR=resolve +MulticastDNS=resolve +Cache=yes +DNSOverTLS=opportunistic diff --git a/12.0/trisquel-base-data/data/etc/vim/vimrc.local b/12.0/trisquel-base-data/data/etc/vim/vimrc.local new file mode 100644 index 0000000000000000000000000000000000000000..3248b1fcb3088e6c5b18c8f04e62ad5b76fa97e3 --- /dev/null +++ b/12.0/trisquel-base-data/data/etc/vim/vimrc.local @@ -0,0 +1,15 @@ +syntax on +set noautoindent +set background=dark + + +"set showcmd " Show (partial) command in status line. +set showmatch " Show matching brackets. +"set ignorecase " Do case insensitive matching +set smartcase " Do smart case matching +"set incsearch " Incremental search +""set autowrite " Automatically save before commands like :next and :make +"set hidden " Hide buffers when they are abandoned +"set mouse=a " Enable mouse usage (all modes) in terminals + + diff --git a/12.0/trisquel-base-data/data/lib/partman/recipes-amd64-efi/20trisquel b/12.0/trisquel-base-data/data/lib/partman/recipes-amd64-efi/20trisquel new file mode 100644 index 0000000000000000000000000000000000000000..49d9c34e7f41d01fb94e2ffaba5201f450700509 --- /dev/null +++ b/12.0/trisquel-base-data/data/lib/partman/recipes-amd64-efi/20trisquel @@ -0,0 +1,48 @@ +partman-auto/text/home_scheme :: + +1 1 1 free + $iflabel{ gpt } + $reusemethod{ } + method{ biosgrub } . + +538 538 1075 fat32 + $reusemethod{ } + $primary{ } + method{ efi } + format{ } . + +1792 1024 2048 ext4 + $defaultignore{ } + $lvmignore{ } + method{ format } + format{ } + use_filesystem{ } + filesystem{ ext4 } + mountpoint{ /boot } . + +8000 10000 25000 $default_filesystem + $lvmok{ } + method{ format } + format{ } + use_filesystem{ } + $default_filesystem{ } + filesystem{ ext4 } + options/relatime{ relatime } + mountpoint{ / } . + +96 512 300% linux-swap + $lvmok{ } + $reusemethod{ } + method{ swap } + format{ } . + +4000 10000 -1 $default_filesystem + $lvmok{ } + method{ format } + format{ } + use_filesystem{ } + $default_filesystem{ } + filesystem{ ext4 } + options/relatime{ relatime } + mountpoint{ /home } . + diff --git a/12.0/trisquel-base-data/data/lib/partman/recipes/20trisquel b/12.0/trisquel-base-data/data/lib/partman/recipes/20trisquel new file mode 100644 index 0000000000000000000000000000000000000000..49d9c34e7f41d01fb94e2ffaba5201f450700509 --- /dev/null +++ b/12.0/trisquel-base-data/data/lib/partman/recipes/20trisquel @@ -0,0 +1,48 @@ +partman-auto/text/home_scheme :: + +1 1 1 free + $iflabel{ gpt } + $reusemethod{ } + method{ biosgrub } . + +538 538 1075 fat32 + $reusemethod{ } + $primary{ } + method{ efi } + format{ } . + +1792 1024 2048 ext4 + $defaultignore{ } + $lvmignore{ } + method{ format } + format{ } + use_filesystem{ } + filesystem{ ext4 } + mountpoint{ /boot } . + +8000 10000 25000 $default_filesystem + $lvmok{ } + method{ format } + format{ } + use_filesystem{ } + $default_filesystem{ } + filesystem{ ext4 } + options/relatime{ relatime } + mountpoint{ / } . + +96 512 300% linux-swap + $lvmok{ } + $reusemethod{ } + method{ swap } + format{ } . + +4000 10000 -1 $default_filesystem + $lvmok{ } + method{ format } + format{ } + use_filesystem{ } + $default_filesystem{ } + filesystem{ ext4 } + options/relatime{ relatime } + mountpoint{ /home } . + diff --git a/12.0/trisquel-base-data/data/usr/share/initramfs-tools/scripts/casper-bottom/21vesa b/12.0/trisquel-base-data/data/usr/share/initramfs-tools/scripts/casper-bottom/21vesa new file mode 100755 index 0000000000000000000000000000000000000000..9a0d844c5766be2f437c3206c497d5737fc55b05 --- /dev/null +++ b/12.0/trisquel-base-data/data/usr/share/initramfs-tools/scripts/casper-bottom/21vesa @@ -0,0 +1,27 @@ +#!/bin/sh + +PREREQ="" +DESCRIPTION="Configuring Xorg server for VESA safe mode" + +prereqs() +{ + echo "$PREREQ" +} + +case $1 in +# get pre-requisites +prereqs) + prereqs + exit 0 + ;; +esac + +. /scripts/casper-functions + +grep video=vesa /proc/cmdline || exit + +log_begin_msg "$DESCRIPTION" + +cp /root/etc/X11/xorg.conf.vesa /root/usr/share/X11/xorg.conf.d/10-vesa.conf + +log_end_msg diff --git a/12.0/trisquel-base-data/debian/changelog b/12.0/trisquel-base-data/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..edd8f643035967c3dcadb377161f70e077336ddd --- /dev/null +++ b/12.0/trisquel-base-data/debian/changelog @@ -0,0 +1,328 @@ +trisquel-base-data (12.0-0) ecne; urgency=medium + + * Initial release for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:17:26 -0600 + +trisquel-base-data (11.9) aramo; urgency=medium + + * Prevent amdgpu module from being added to initrd + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 06 Mar 2023 13:22:04 -0500 + +trisquel-base-data (11.8) aramo; urgency=medium + + * Fix debian/postinst script + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 05 Mar 2023 03:53:21 -0600 + +trisquel-base-data (11.7) aramo; urgency=medium + + * Added /etc/modprobe.d/blacklist-amdgpu.conf + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 04 Mar 2023 10:07:01 -0500 + +trisquel-base-data (11.6) aramo; urgency=medium + + * Reimplemented grub background setup + * Removed disable-radeon.conf for blobless activation + * Configured systemd-resolved to use opportunistic DNSOverTLS + * Updated partman recipes + * Updated casper configuration file for vesa usage + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 28 Feb 2023 07:47:24 -0500 + +trisquel-base-data (11.5) aramo; urgency=medium + + * Corrected grub.png size + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 16:35:11 -0500 + +trisquel-base-data (11.4) aramo; urgency=medium + + * Added aramo artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 12:28:28 -0500 + +trisquel-base-data (11.3) aramo; urgency=medium + + * Dealing with lubuntu-logo.plymouth is deprecated + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 11 Nov 2022 14:05:31 -0500 + +trisquel-base-data (11.2) aramo; urgency=medium + + * Systemd-resolved update script is deprecated + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 11 Nov 2022 12:34:20 -0500 + +trisquel-base-data (11.1) aramo; urgency=medium + + * removed Dpkg/Vendor/Trisquel.pm, now provided by dpkg + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 15 Jul 2022 19:03:10 -0400 + +trisquel-base-data (11.0) aramo; urgency=medium + + * Initial release and standardize alias + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:45:18 -0500 + +trisquel-base-data (10.0) nabia; urgency=medium + + * Initial release and standardize alias + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 02 Oct 2021 00:23:33 -0500 + +trisquel-base-data (9.0-5) etiona; urgency=medium + + * Wait for systemd-resolved to be available + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 19 Jul 2020 21:46:41 -0400 + +trisquel-base-data (9.0-4) etiona; urgency=medium + + * Default to systemd-resolved + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 22 Apr 2020 21:24:55 -0400 + +trisquel-base-data (9.0-3) etiona; urgency=medium + + * Updated rules for sbuild + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Apr 2020 18:45:55 -0400 + +trisquel-base-data (9.0-2) etiona; urgency=medium + + * Improved custom systemd-resolved settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Apr 2020 18:26:04 -0400 + +trisquel-base-data (9.0-1) etiona; urgency=medium + + * Custom systemd-resolve settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 28 Mar 2020 16:33:06 -0400 + +trisquel-base-data (9.0) etiona; urgency=medium + + * Encrypt / by default + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 13 Dec 2019 16:15:19 -0500 + +trisquel-base-data (7.0-1) belenos; urgency=medium + + * Remove alias for rm command + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 12 Jun 2015 02:40:33 +0200 + +trisquel-base-data (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:30 +0100 + +trisquel-base-data (6.0-2) toutatis; urgency=low + + * Updated /usr/share/backgrounds/trisquel-grub.png to fix #7741 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 02 Mar 2013 03:14:09 +0100 + +trisquel-base-data (6.0-1) toutatis; urgency=low + + * Updated partition layout so / target size is 15GB instead of 10. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 25 Jan 2013 18:11:45 +0100 + +trisquel-base-data (6.0) toutatis; urgency=low + + * Final release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:32:32 +0100 + +trisquel-base-data (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:25 +0200 + +trisquel-base-data (5.5) brigantia; urgency=low + + * Updated for final brigantia artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 05 Apr 2012 02:55:01 +0200 + +trisquel-base-data (5.4) brigantia; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:13 +0100 + +trisquel-base-data (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:31:40 +0200 + +trisquel-base-data (4.99-1) slaine; urgency=low + + * Updated grub artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 02:24:57 +0200 + +trisquel-base-data (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:48:24 +0200 + +trisquel-base-data (4.5-5) slaine; urgency=low + + * Removed /usr/lib/ubiquity/apt-setup/generators/99trisquel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 14 May 2011 17:22:21 +0200 + +trisquel-base-data (4.5-4) slaine; urgency=low + + * removed preinst script + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 14 Apr 2011 20:29:33 +0200 + +trisquel-base-data (4.5-3) slaine; urgency=low + + * Changed priority and section + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 14 Apr 2011 18:32:43 +0200 + +trisquel-base-data (4.5-2) slaine; urgency=low + + * Added a hack to fix https://trisquel.info/en/forum/update-issues-clean-install + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 14 Apr 2011 14:16:54 +0200 + +trisquel-base-data (4.5-1) slaine; urgency=low + + * Updated apt list generator + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 22 Mar 2011 18:21:02 +0100 + +trisquel-base-data (4.5) slaine; urgency=low + + * Updated grub background, partman recipe and apt.conf.d/02trisquel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 18 Mar 2011 00:28:39 +0100 + +trisquel-base-data (4.4.9-4) slaine; urgency=low + + * Restored radeon into blacklist + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 24 Feb 2011 04:23:49 +0100 + +trisquel-base-data (4.4.9-3) slaine; urgency=low + + * Removed radeon from blacklist + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 11 Feb 2011 00:49:34 +0100 + +trisquel-base-data (4.4.9-2) slaine; urgency=low + + * Updated generator script logging texts + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 12 Jan 2011 03:03:48 +0100 + +trisquel-base-data (4.4.9-1) slaine; urgency=low + + * New sources.list generator for ubiquity + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 10 Jan 2011 22:13:00 +0100 + +trisquel-base-data (4.4.9) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-base-data (4.0-1) taranis; urgency=low + + * Radeon module blacklisted + * Sets plymouth theme back to trisquel if lubuntu's is in use + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 22 Sep 2010 23:39:58 +0200 + +trisquel-base-data (4.0) taranis; urgency=low + + * Added update-initramfs command on install + * Added grub background + * priority moved to important + * apt configured not to autoinstall recommended packages + * Initial release for Taranis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2010 19:50:00 +0200 + +trisquel-base-data (3.5-1) awen; urgency=low + + * Added /usr/share/perl5/Dpkg/Vendor/Trisquel.pm, closes + http://trisquel.info/issues/1796 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 02 Apr 2010 04:00:31 +0200 + +trisquel-base-data (3.5) awen; urgency=low + + * Partman recipe changed to ext4+xfs + * Legacy rebuildfstab script removed + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 20 Feb 2010 18:36:33 +0100 + +trisquel-base-data (3.4.9) awen; urgency=low + + * Initial release for awen + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 16 Feb 2010 23:20:49 +0100 + +trisquel-base-data (3.0) dwyn; urgency=low + + * b43 config added + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Wed, 09 Sep 2009 21:06:08 +0200 + +trisquel-base-data (2.99-3) dwyn; urgency=low + + * partman recipe updated + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Tue, 04 Aug 2009 17:19:03 +0200 + +trisquel-base-data (2.99-2) dwyn; urgency=low + + * Grub config file updated + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Sun, 12 Jul 2009 03:57:44 +0200 + +trisquel-base-data (2.99-1) dwyn; urgency=low + + * Removed some bash aliases + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Fri, 12 Jun 2009 13:27:22 +0200 + +trisquel-base-data (2.99) dwyn; urgency=low + + * Initial release for Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 11 Jun 2009 14:50:23 +0200 + +trisquel-base-data (2.1-6) robur; urgency=low + + * Screenrc bug fixed, conffile restored + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 14 May 2009 13:15:28 +0200 + +trisquel-base-data (2.1-5) robur; urgency=low + + * Removed screenrc skel config due to synaptic bug (FIXME) + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 14 May 2009 10:26:41 +0200 + +trisquel-base-data (2.1-4) robur; urgency=low + + * Ported from dpkg -b + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Mon, 11 May 2009 11:56:59 +0200 diff --git a/12.0/trisquel-base-data/debian/compat b/12.0/trisquel-base-data/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-base-data/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-base-data/debian/control b/12.0/trisquel-base-data/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..0928d16a0c60fc89ad5c22034ad563f9ec0e00e2 --- /dev/null +++ b/12.0/trisquel-base-data/debian/control @@ -0,0 +1,16 @@ +Source: trisquel-base-data +Section: trisquel +Priority: important +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends-Indep: debhelper +Standards-Version: 3.5.9.0 + +Package: trisquel-base-data +Architecture: all +Priority: important +Depends: systemd (>= 255.4-1ubuntu8) +Description: Trisquel base metapackage - data files. + Virtual package providing a dependency list for Trisquel base installation. + Provides a console basic environment. + . + diff --git a/12.0/trisquel-base-data/debian/copyright b/12.0/trisquel-base-data/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..be5ca9d65f8b4d79b5693dc0e4ac5bcd50331939 --- /dev/null +++ b/12.0/trisquel-base-data/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> + +Copyright (C) 2009 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-base-data/debian/postinst b/12.0/trisquel-base-data/debian/postinst new file mode 100755 index 0000000000000000000000000000000000000000..3e767fc23fe0d8e17689c797e606595c7fc3b1e2 --- /dev/null +++ b/12.0/trisquel-base-data/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +rm -f /etc/modprobe.d/disable-radeon.conf +rm -f /etc/grub.d/06_trisquel_theme + +#DEBHELPER# +exit 0 diff --git a/12.0/trisquel-base-data/debian/rules b/12.0/trisquel-base-data/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..962d40c9a84893853165004d3a69e5896e433a09 --- /dev/null +++ b/12.0/trisquel-base-data/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2 | grep -v debhelper` + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build diff --git a/12.0/trisquel-desktop-common-data/data/etc/NetworkManager/conf.d/privacy-options.conf b/12.0/trisquel-desktop-common-data/data/etc/NetworkManager/conf.d/privacy-options.conf new file mode 100644 index 0000000000000000000000000000000000000000..0342c54841b018f311c453bb9ad09af6577cb39c --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/NetworkManager/conf.d/privacy-options.conf @@ -0,0 +1,7 @@ +# Note: to enable sending the hostname to your local router during DHCP requests, see /etc/dhcp/dhclient.conf + +# Uncomment the next 4 lines to enable random (but permanent per-network) mac addresses. Then run 'sudo service network-manager restart' +#[connection] +#wifi.cloned-mac-address=stable +#ethernet.cloned-mac-address=stable +#connection.stable-id=\${CONNECTION}/\$(BOOT) diff --git a/12.0/trisquel-desktop-common-data/data/etc/X11/xorg.conf.vesa b/12.0/trisquel-desktop-common-data/data/etc/X11/xorg.conf.vesa new file mode 100644 index 0000000000000000000000000000000000000000..b37d43c0c281bf711eb041110ed59bf0ded036f1 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/X11/xorg.conf.vesa @@ -0,0 +1,14 @@ +Section "Device" + Identifier "Configured Video Device" + Driver "vesa" +EndSection + +Section "Monitor" + Identifier "Configured Monitor" +EndSection + +Section "Screen" + Identifier "Default Screen" + Monitor "Configured Monitor" + Device "Configured Video Device" +EndSection diff --git a/12.0/trisquel-desktop-common-data/data/etc/fonts/conf.avail/trisquel.conf b/12.0/trisquel-desktop-common-data/data/etc/fonts/conf.avail/trisquel.conf new file mode 100644 index 0000000000000000000000000000000000000000..86354104397aae0c29484035de2828296e8706a3 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/fonts/conf.avail/trisquel.conf @@ -0,0 +1,48 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <alias> + <family>serif</family> + <prefer> + <family>Liberation Serif</family> + <family>DejaVu Serif</family> + <family>Gentium</family> + <family>Bitstream Vera Serif</family> + <family>Times New Roman</family> + <family>Thorndale AMT</family> + <family>Luxi Serif</family> + <family>Nimbus Roman No9 L</family> + <family>Times</family> + </prefer> + </alias> + <alias> + <family>sans-serif</family> + <prefer> + <family>Roboto</family> + <family>Droid Sans</family> + <family>Droid Sans Fallback</family> + <family>DejaVu Sans Condensed</family> + <family>DejaVu Sans</family> + <family>Bitstream Vera Sans</family> + <family>Verdana</family> + <family>Arial</family> + <family>Albany AMT</family> + <family>Luxi Sans</family> + <family>Nimbus Sans L</family> + <family>Helvetica</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>DejaVu Sans Mono</family> + <family>Bitstream Vera Sans Mono</family> + <family>Andale Mono</family> + <family>Courier New</family> + <family>Cumberland AMT</family> + <family>Luxi Mono</family> + <family>Nimbus Mono L</family> + <family>Courier</family> + </prefer> + </alias> +</fontconfig> diff --git a/12.0/trisquel-desktop-common-data/data/etc/fonts/conf.d/01-trisquel.conf b/12.0/trisquel-desktop-common-data/data/etc/fonts/conf.d/01-trisquel.conf new file mode 120000 index 0000000000000000000000000000000000000000..f4682f66c4a695b2379b42612eacba6ab47df68b --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/fonts/conf.d/01-trisquel.conf @@ -0,0 +1 @@ +../conf.avail/trisquel.conf \ No newline at end of file diff --git a/12.0/trisquel-desktop-common-data/data/etc/printcap b/12.0/trisquel-desktop-common-data/data/etc/printcap new file mode 120000 index 0000000000000000000000000000000000000000..6158b699abed5589bea4be13e5e8de73fc821880 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/printcap @@ -0,0 +1 @@ +/var/run/cups/printcap \ No newline at end of file diff --git a/12.0/trisquel-desktop-common-data/data/etc/skel/.face b/12.0/trisquel-desktop-common-data/data/etc/skel/.face new file mode 100644 index 0000000000000000000000000000000000000000..9dcfc665124901617103866c58b7b5a817b07e19 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/skel/.face @@ -0,0 +1,366 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="96" + height="96" + id="svg1328" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/ru/.icons/trisquel/scalable/places" + sodipodi:docname="face.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <sodipodi:namedview + inkscape:cy="22.977984" + inkscape:cx="67.368162" + inkscape:zoom="3.4371831" + inkscape:window-height="716" + inkscape:window-width="1022" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="0.31764706" + bordercolor="#666" + pagecolor="#ffffff" + id="base" + inkscape:showpageshadow="false" + showgrid="false" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true"> + <sodipodi:guide + orientation="horizontal" + position="-36.856746" + id="guide15955" /> + <sodipodi:guide + orientation="horizontal" + position="46.547621" + id="guide15957" /> + </sodipodi:namedview> + <defs + id="defs1330"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective58" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8112"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8114" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8116" /> + </linearGradient> + <linearGradient + id="linearGradient7108"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7110" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7112" /> + </linearGradient> + <linearGradient + id="linearGradient7100"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7102" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7104" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2782"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2784" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop2786" /> + </linearGradient> + <linearGradient + id="linearGradient5106"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop5108" /> + <stop + style="stop-color:#386ea6;stop-opacity:1;" + offset="1" + id="stop5110" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient2780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient2788" + x1="26.0625" + y1="23.265625" + x2="29.03125" + y2="55.265625" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2827" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2829" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient2831" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient8141" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient15953" + x1="77.297218" + y1="16.647184" + x2="77.480881" + y2="52.45615" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-0.8601477,-1.863416)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19858" + cx="73.570084" + cy="23.145077" + fx="73.570084" + fy="23.145077" + r="20.928947" + gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19868" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19870" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient19872" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" + gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8112" + id="linearGradient2437" + gradientUnits="userSpaceOnUse" + x1="33.111675" + y1="43.542542" + x2="25.368185" + y2="2.4395995" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8112" + id="linearGradient2439" + gradientUnits="userSpaceOnUse" + x1="29.854376" + y1="50.395214" + x2="21.795116" + y2="15.465387" /> + </defs> + <sodipodi:namedview + id="namedview21" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="9.8994949" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="736" + inkscape:window-height="851" + inkscape:window-x="214" + inkscape:window-y="28" /> + <metadata + id="metadata1333"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Go Home</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>go</rdf:li> + <rdf:li>seek</rdf:li> + <rdf:li>home</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Rodney Dawes</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2431" + transform="matrix(2.0718772,0,0,2.0718772,-1.6157406,4.6244626e-2)"> + <path + id="path12028" + d="M 27.865252,43.710325 C 26.7523,43.559574 25.528128,43.260721 24.984834,43.007141 C 23.729072,42.421025 22.527464,41.588657 22.099265,41.008269 C 21.987069,40.856188 21.708587,40.584686 21.48041,40.40493 C 20.573319,39.6903 20.043433,38.937914 18.962163,36.829248 C 18.839315,36.589669 18.455491,34.649803 18.314215,33.554466 C 18.202578,32.688891 18.211551,30.95955 18.331798,30.167998 C 18.481007,29.185828 18.785785,27.894123 18.933434,27.618255 C 19.057686,27.386074 19.366431,26.386017 19.462397,25.904819 C 19.498656,25.723021 19.579991,25.510531 19.643144,25.432618 C 19.706285,25.354706 19.83661,25.014721 19.932745,24.677098 C 20.02888,24.339474 20.252974,23.768981 20.430743,23.409334 C 20.828873,22.603849 21.015979,22.003695 21.017319,21.52789 C 21.017891,21.328116 21.088172,20.924475 21.173512,20.630911 C 21.382481,19.912098 21.301926,17.888042 21.033875,17.12189 C 20.83029,16.540022 20.333125,15.562835 19.810743,14.717814 C 18.728406,12.966979 15.634741,10.812832 13.793677,10.528073 C 13.087934,10.418916 10.752098,10.539702 9.7480274,10.737275 C 8.8884056,10.906423 8.0786986,11.282622 7.6635966,11.705726 C 6.5988686,12.790955 5.9766196,13.524099 5.7314576,13.982182 C 5.3778186,14.642977 5.1585236,15.656594 5.0983486,16.908603 C 5.0299796,18.331422 5.0894266,18.628854 5.7204416,20.020519 C 6.2529686,21.194971 7.6850556,22.381515 9.2605514,22.953637 C 9.9959594,23.220692 10.275976,23.270228 11.338232,23.321185 C 12.803145,23.391458 13.427501,23.285267 14.084124,22.854166 C 14.339911,22.686228 14.740447,22.436504 14.974178,22.299224 C 16.04109,21.672611 16.59834,20.490871 16.593801,18.864534 C 16.590992,17.85647 16.231747,16.94564 15.622945,16.403001 C 15.244375,16.06557 13.908722,15.261921 13.520606,15.138043 C 12.844423,14.922222 11.972109,15.059121 11.04127,15.527141 C 10.588128,15.754977 10.136858,16.05164 10.038435,16.186392 C 9.9400244,16.321145 9.7171274,16.809872 9.5431294,17.272453 C 9.3691194,17.735035 9.1918574,18.113511 9.1492134,18.113511 C 8.9800146,18.113511 9.0234006,17.379877 9.2259054,16.816439 C 9.5155974,16.010463 9.8065384,15.591111 10.380343,15.152533 C 11.027198,14.658109 11.6614,14.413642 12.518733,14.328241 C 13.633427,14.217204 13.808009,14.248438 14.77218,14.7314 C 15.893897,15.293269 16.232905,15.624684 16.786669,16.700746 C 17.4477,17.985239 17.528671,18.338725 17.382115,19.300194 C 17.215556,20.392855 16.84107,21.496969 16.405147,22.18059 C 16.00768,22.803906 15.266679,23.371713 13.935344,24.073129 C 12.980497,24.576186 12.654469,24.66401 11.385454,24.759991 C 9.9967144,24.865029 9.1871364,24.774851 8.1272736,24.397069 C 7.6597996,24.230438 7.0783856,24.0372 6.8352526,23.967655 C 6.5111746,23.874948 6.0919106,23.587263 5.2641526,22.889584 C 3.8434836,21.692172 3.6152156,21.305014 3.3391006,19.624553 C 3.2366846,19.001248 3.1394956,18.185884 3.1231226,17.812633 C 3.1067486,17.439382 3.0668616,17.091114 3.0344656,17.038703 C 2.9667076,16.929077 3.1239416,15.030228 3.2817346,14.052588 C 3.4118126,13.246633 3.4713126,13.124085 4.4009416,11.747422 C 4.9526506,10.930431 5.3154056,10.507273 5.8309736,10.079278 C 7.4980266,8.6954081 8.5871266,8.1216071 10.480314,7.6297481 C 11.792961,7.2887151 11.796408,7.2883641 13.407954,7.3311771 C 15.112281,7.3764561 16.019463,7.4829001 16.632101,7.7094841 C 20.775083,9.2417481 22.409311,10.583236 24.531964,14.194247 C 25.210748,15.348979 25.858774,16.174444 27.030067,17.376348 C 27.892003,18.260815 28.167845,18.482637 28.718319,18.733996 C 29.605511,19.139111 30.64337,19.286629 32.634775,19.290663 C 34.531267,19.294506 35.24891,19.150897 36.075667,18.602099 C 36.338608,18.427562 36.7657,18.19103 37.024765,18.076472 C 37.28383,17.961914 37.581312,17.791309 37.685848,17.697351 C 37.790372,17.603392 38.109638,17.403791 38.395324,17.253795 C 39.051349,16.909346 39.816994,16.142007 40.096594,15.548757 C 40.433327,14.834256 40.948452,13.985557 41.233995,13.674826 C 41.428645,13.463014 41.518342,13.233704 41.589377,12.766272 C 41.641645,12.422394 41.773545,11.966296 41.882503,11.752721 C 42.156315,11.216012 42.248926,10.082025 42.05031,9.6979491 C 41.969391,9.5414771 41.842277,9.0908641 41.767835,8.6965901 C 41.503555,7.2969551 40.118924,5.6645361 38.529903,4.8791951 C 37.953575,4.5943581 37.709154,4.5337141 36.8088,4.4521561 C 34.937642,4.2826601 33.567863,4.5714141 32.488895,5.3628081 C 31.469243,6.1106951 31.029002,6.4796321 31.029002,6.5862401 C 31.029002,6.6979181 30.559187,7.2467141 30.40951,7.3098651 C 30.202167,7.3973561 29.80128,8.0635601 29.80128,8.3206561 C 29.80128,8.4733441 29.718189,8.7860961 29.616644,9.0156601 C 29.229425,9.8910421 29.297313,10.600062 29.909067,12.069345 C 30.257088,12.905204 30.363692,13.100337 30.708774,13.533167 C 31.17141,14.11343 31.65778,14.382349 32.519301,14.534219 C 33.521785,14.710935 34.02371,14.698182 34.658237,14.479872 C 35.912815,14.048236 36.786223,13.311974 37.237713,12.305445 C 37.440829,11.852624 37.465838,11.682812 37.432753,10.981042 C 37.399486,10.275647 37.354878,10.106235 37.072143,9.6116611 C 36.894673,9.3012421 36.584537,8.8681371 36.382929,8.6492051 C 36.181322,8.4302731 36.031137,8.2068471 36.049188,8.1527011 C 36.101548,7.9956171 37.051361,8.6882651 37.35121,9.1022011 C 37.811076,9.7370281 37.958829,10.374588 37.891436,11.433409 C 37.817449,12.595841 37.500159,13.275339 36.602731,14.193221 C 35.910331,14.901399 35.214719,15.241951 34.054026,15.440988 C 33.109323,15.602985 31.909796,15.382364 31.152383,14.907313 C 30.234186,14.331414 29.662123,13.741134 29.14043,12.83131 C 28.711855,12.083857 28.6313,11.852613 28.4331,10.800805 C 28.196977,9.5477181 28.197445,8.5249951 28.434284,8.2445221 C 28.500077,8.1666091 28.603924,7.8580731 28.665062,7.5588871 C 28.7262,7.2597001 28.871638,6.8984671 28.988269,6.7561461 C 29.1049,6.6138251 29.336693,6.2107911 29.503381,5.8605141 C 29.748582,5.3452151 29.87805,5.1871101 30.181618,5.0322441 C 30.38796,4.9269711 30.556794,4.7985181 30.556794,4.7467911 C 30.556794,4.6950641 30.702232,4.5833921 30.879975,4.4986281 C 31.057731,4.4138641 31.223899,4.2652081 31.249246,4.1682781 C 31.27644,4.0642731 31.521368,3.8929111 31.846851,3.7501641 C 32.150199,3.6171301 32.629676,3.3999221 32.912385,3.2674821 C 33.19508,3.1350401 33.9813,2.8894491 34.659524,2.7217221 C 35.832001,2.4317641 35.948411,2.4200741 37.025936,2.4840731 C 38.108012,2.5483421 38.184353,2.5667871 38.715293,2.8922691 C 39.021124,3.0797561 39.42486,3.2828591 39.612474,3.3436111 C 39.800087,3.4043621 40.285847,3.6925841 40.691949,3.9841041 C 41.098051,4.2756221 41.572392,4.6000701 41.746039,4.7050981 C 41.919685,4.8101241 42.342044,5.1833271 42.684628,5.5344371 C 43.3956,6.2631311 44.141607,7.6218181 44.387069,8.6350591 C 44.467155,8.9656541 44.617483,9.5336291 44.721122,9.8972241 C 44.882348,10.462899 44.901336,10.728671 44.852618,11.738805 C 44.700912,14.884907 43.631008,17.306371 41.559062,19.193025 C 41.29936,19.429507 40.778291,19.9297 40.401139,20.304562 C 39.637951,21.063116 38.727336,21.689666 37.592588,22.237003 C 37.177044,22.437432 36.600937,22.72534 36.312324,22.8768 C 35.430242,23.339718 34.081181,23.543817 31.903463,23.543817 C 29.773422,23.543817 29.536922,23.576104 27.091686,24.200745 C 26.216952,24.424199 25.929679,24.545741 25.424828,24.906 C 24.571045,25.515246 23.585975,26.784368 22.816987,28.265822 C 22.695661,28.49956 22.520428,28.775798 22.427583,28.879682 C 22.11984,29.224044 21.881961,29.930261 21.86547,30.548536 C 21.824855,32.071311 21.887462,34.772345 21.971268,35.112728 C 22.101229,35.640558 22.343309,36.195772 22.588927,36.529329 C 22.907425,36.961845 23.439757,37.934425 23.563931,38.310676 C 23.630596,38.512654 23.854546,38.797292 24.1249,39.023645 C 24.372403,39.230868 24.696754,39.576241 24.845677,39.791138 C 25.169352,40.258195 26.339774,40.892787 27.040965,40.981404 C 27.286556,41.012442 27.574194,41.091634 27.680161,41.157384 C 27.786128,41.223135 28.10486,41.324977 28.388466,41.383695 C 29.003381,41.511013 30.395529,41.336387 31.198773,41.031183 C 31.692582,40.843549 32.857594,40.162642 33.477932,39.699101 C 33.94287,39.351679 34.57633,38.452154 34.762539,37.874956 C 34.850481,37.602339 34.974395,37.294294 35.037886,37.190409 C 35.364969,36.655305 35.441804,35.566903 35.285559,33.682166 C 35.225695,32.960096 35.148418,32.610822 34.972119,32.265565 C 34.843432,32.013533 34.639808,31.602477 34.519627,31.352108 C 34.151734,30.585679 32.38047,29.303583 31.669225,29.288892 C 31.550838,29.286447 31.168965,29.22516 30.820606,29.152697 C 30.151693,29.013554 29.175258,29.083726 28.771172,29.299983 C 28.274384,29.565859 27.639896,30.041136 27.233625,30.451716 C 26.872612,30.816565 26.746266,31.040395 26.549184,31.664268 C 26.322945,32.380418 26.312905,32.491835 26.39225,33.405577 C 26.48923,34.522389 26.679588,35.039064 27.210697,35.626937 C 27.634304,36.095822 27.995148,36.292776 28.951178,36.576927 C 29.645451,36.783278 30.301826,36.796757 30.91094,36.617169 C 31.268637,36.511709 31.146895,36.726166 30.746593,36.906676 C 30.18115,37.161656 28.845523,37.064157 27.964,36.703554 C 27.082257,36.342858 26.314309,35.631042 25.905567,34.795574 C 25.611258,34.194007 25.598695,34.121929 25.598695,33.035045 C 25.598695,31.954157 25.612168,31.875568 25.890169,31.335124 C 26.050472,31.023471 26.279663,30.577356 26.399468,30.343755 C 26.519272,30.110155 26.866968,29.678487 27.17211,29.384494 C 27.622534,28.950554 27.864367,28.802417 28.457173,28.597326 C 30.089034,28.032763 32.075158,28.179157 33.295559,28.953952 C 34.411579,29.662477 35.389965,30.486749 35.762175,31.032035 C 36.445914,32.033711 36.940192,33.217899 37.012124,34.026667 C 37.046783,34.416233 37.113656,35.107907 37.160748,35.563721 C 37.241459,36.345108 37.227712,36.466556 36.920021,37.688623 C 36.439515,39.597133 36.176679,40.104484 35.243331,40.925054 C 34.821336,41.29607 34.317876,41.680889 34.12454,41.78021 C 33.931191,41.879531 33.633709,42.080659 33.463457,42.227162 C 33.001835,42.624375 32.125853,43.092915 31.844848,43.092915 C 31.708878,43.092915 31.331569,43.194307 31.006373,43.31823 C 30.363991,43.563037 29.171617,43.855361 28.890586,43.836945 C 28.794126,43.830625 28.332726,43.773645 27.865252,43.710325 z" + style="opacity:0.50210972;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#002568;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + id="path2243" + d="M 27.865254,43.710325 C 26.752302,43.559574 25.52813,43.260721 24.984836,43.007141 C 23.729074,42.421025 22.527466,41.588657 22.099267,41.008269 C 21.987071,40.856188 21.708589,40.584686 21.480412,40.40493 C 20.573321,39.6903 20.043435,38.937914 18.962165,36.829248 C 18.839317,36.589669 18.455493,34.649803 18.314217,33.554466 C 18.20258,32.688891 18.211553,30.95955 18.3318,30.167998 C 18.481009,29.185828 18.785787,27.894123 18.933436,27.618255 C 19.057688,27.386074 19.366433,26.386017 19.462399,25.904819 C 19.498658,25.723021 19.579993,25.510531 19.643146,25.432618 C 19.706287,25.354706 19.836612,25.014721 19.932747,24.677098 C 20.028882,24.339474 20.252976,23.768981 20.430745,23.409334 C 20.828875,22.603849 21.015981,22.003695 21.017321,21.52789 C 21.017893,21.328116 21.088174,20.924475 21.173514,20.630911 C 21.382483,19.912098 21.301928,17.888042 21.033877,17.12189 C 20.830292,16.540022 20.333127,15.562835 19.810745,14.717814 C 18.728408,12.966978 15.634743,10.812831 13.793679,10.528072 C 13.087936,10.418915 10.7521,10.539701 9.7480294,10.737274 C 8.8884076,10.906422 8.0787006,11.282621 7.6635986,11.705725 C 6.5988706,12.790954 5.9766216,13.524098 5.7314596,13.982182 C 5.3778206,14.642977 5.1585256,15.656594 5.0983506,16.908603 C 5.0299816,18.331422 5.0894286,18.628854 5.7204436,20.020519 C 6.2529706,21.194971 7.6850576,22.381515 9.2605534,22.953637 C 9.9959614,23.220692 10.275978,23.270228 11.338234,23.321185 C 12.803147,23.391458 13.427503,23.285267 14.084126,22.854166 C 14.339913,22.686228 14.740449,22.436504 14.97418,22.299224 C 16.041092,21.672611 16.598342,20.490871 16.593803,18.864534 C 16.590994,17.85647 16.231749,16.94564 15.622947,16.403001 C 15.244377,16.06557 13.908724,15.261921 13.520608,15.138043 C 12.844425,14.922222 11.972111,15.059121 11.041272,15.527141 C 10.58813,15.754977 10.13686,16.05164 10.038437,16.186392 C 9.9400264,16.321145 9.7171294,16.809872 9.5431314,17.272453 C 9.3691214,17.735035 9.1918594,18.113511 9.1492154,18.113511 C 8.9800166,18.113511 9.0234026,17.379877 9.2259074,16.816439 C 9.5155994,16.010463 9.8065404,15.591111 10.380345,15.152533 C 11.0272,14.658109 11.661402,14.413642 12.518735,14.328241 C 13.633429,14.217204 13.808011,14.248438 14.772182,14.7314 C 15.893899,15.293269 16.232907,15.624684 16.786671,16.700746 C 17.447702,17.985239 17.528673,18.338725 17.382117,19.300194 C 17.215558,20.392855 16.841072,21.496969 16.405149,22.18059 C 16.007682,22.803906 15.266681,23.371713 13.935346,24.073129 C 12.980499,24.576186 12.654471,24.66401 11.385456,24.759991 C 9.9967164,24.865029 9.1871384,24.774851 8.1272756,24.397069 C 7.6598016,24.230438 7.0783876,24.0372 6.8352546,23.967655 C 6.5111766,23.874948 6.0919126,23.587263 5.2641546,22.889584 C 3.8434856,21.692172 3.6152176,21.305014 3.3391026,19.624553 C 3.2366866,19.001248 3.1394976,18.185884 3.1231246,17.812633 C 3.1067506,17.439382 3.0668636,17.091114 3.0344676,17.038703 C 2.9667096,16.929077 3.1239436,15.030228 3.2817366,14.052588 C 3.4118146,13.246632 3.4713146,13.124084 4.4009436,11.747421 C 4.9526526,10.93043 5.3154076,10.507272 5.8309756,10.079277 C 7.4980286,8.6954071 8.5871286,8.1216061 10.480316,7.6297471 C 11.792963,7.2887141 11.79641,7.2883631 13.407956,7.3311761 C 15.112283,7.3764551 16.019465,7.4828991 16.632103,7.7094831 C 20.775085,9.2417471 22.409313,10.583235 24.531966,14.194247 C 25.21075,15.348979 25.858776,16.174444 27.030069,17.376348 C 27.892005,18.260815 28.167847,18.482637 28.718321,18.733996 C 29.605513,19.139111 30.643372,19.286629 32.634777,19.290663 C 34.531269,19.294506 35.248912,19.150897 36.075669,18.602099 C 36.33861,18.427562 36.765702,18.19103 37.024767,18.076472 C 37.283832,17.961914 37.581315,17.791309 37.685845,17.697351 C 37.790375,17.603392 38.109635,17.403791 38.395325,17.253795 C 39.051355,16.909346 39.816995,16.142007 40.096595,15.548757 C 40.433325,14.834256 40.948455,13.985557 41.233995,13.674825 C 41.428645,13.463013 41.518345,13.233703 41.589375,12.766271 C 41.641645,12.422393 41.773545,11.966295 41.882505,11.75272 C 42.156315,11.216011 42.248925,10.082024 42.050315,9.6979481 C 41.969395,9.5414761 41.842275,9.0908631 41.767835,8.6965891 C 41.503555,7.2969541 40.118925,5.6645351 38.529905,4.8791941 C 37.953575,4.5943571 37.709155,4.5337131 36.808802,4.4521551 C 34.937644,4.2826591 33.567865,4.5714131 32.488897,5.3628071 C 31.469245,6.1106941 31.029004,6.4796311 31.029004,6.5862391 C 31.029004,6.6979171 30.559189,7.2467131 30.409512,7.3098641 C 30.202169,7.3973551 29.801282,8.0635591 29.801282,8.3206551 C 29.801282,8.4733431 29.718191,8.7860951 29.616646,9.0156591 C 29.229427,9.8910411 29.297315,10.600061 29.909069,12.069344 C 30.25709,12.905203 30.363694,13.100336 30.708776,13.533166 C 31.171412,14.11343 31.657782,14.382349 32.519303,14.534219 C 33.521787,14.710935 34.023712,14.698182 34.658239,14.479872 C 35.912817,14.048236 36.786225,13.311973 37.237715,12.305444 C 37.440831,11.852623 37.46584,11.682811 37.432755,10.981041 C 37.399488,10.275646 37.35488,10.106234 37.072145,9.6116601 C 36.894675,9.3012411 36.584539,8.8681361 36.382931,8.6492041 C 36.181324,8.4302721 36.031139,8.2068461 36.04919,8.1527001 C 36.10155,7.9956161 37.051363,8.6882641 37.351212,9.1022001 C 37.811075,9.7370271 37.958835,10.374587 37.891435,11.433408 C 37.817455,12.59584 37.500161,13.275338 36.602733,14.193221 C 35.910333,14.901399 35.214721,15.241951 34.054028,15.440988 C 33.109325,15.602985 31.909798,15.382364 31.152385,14.907313 C 30.234188,14.331414 29.662125,13.741133 29.140432,12.831309 C 28.711857,12.083856 28.631302,11.852612 28.433102,10.800804 C 28.196979,9.5477171 28.197447,8.5249941 28.434286,8.2445211 C 28.500079,8.1666081 28.603926,7.8580721 28.665064,7.5588861 C 28.726202,7.2596991 28.87164,6.8984661 28.988271,6.7561451 C 29.104902,6.6138241 29.336695,6.2107901 29.503383,5.8605131 C 29.748584,5.3452141 29.878052,5.1871091 30.18162,5.0322431 C 30.387962,4.9269701 30.556796,4.7985171 30.556796,4.7467901 C 30.556796,4.6950631 30.702234,4.5833911 30.879977,4.4986271 C 31.057733,4.4138631 31.223901,4.2652071 31.249248,4.1682771 C 31.276442,4.0642721 31.52137,3.8929101 31.846853,3.7501631 C 32.150201,3.6171291 32.629678,3.3999221 32.912387,3.2674811 C 33.195082,3.1350401 33.981302,2.8894481 34.659526,2.7217211 C 35.832003,2.4317631 35.948413,2.4200741 37.025938,2.4840731 C 38.108015,2.5483411 38.184355,2.5667871 38.715295,2.8922681 C 39.021125,3.0797561 39.424865,3.2828591 39.612475,3.3436101 C 39.800085,3.4043621 40.285845,3.6925831 40.691955,3.9841031 C 41.098055,4.2756211 41.572395,4.6000691 41.746045,4.7050971 C 41.919685,4.8101231 42.342045,5.1833261 42.684625,5.5344361 C 43.395605,6.2631301 44.141605,7.6218171 44.387075,8.6350581 C 44.467155,8.9656531 44.617485,9.5336281 44.721125,9.8972231 C 44.882345,10.462898 44.901335,10.72867 44.852615,11.738804 C 44.700915,14.884907 43.631005,17.306371 41.559065,19.193025 C 41.299365,19.429507 40.778295,19.9297 40.401145,20.304562 C 39.637955,21.063116 38.727335,21.689666 37.592585,22.237003 C 37.177046,22.437432 36.600939,22.72534 36.312326,22.8768 C 35.430244,23.339718 34.081183,23.543817 31.903465,23.543817 C 29.773424,23.543817 29.536924,23.576104 27.091688,24.200745 C 26.216954,24.424199 25.929681,24.545741 25.42483,24.906 C 24.571047,25.515246 23.585977,26.784368 22.816989,28.265822 C 22.695663,28.49956 22.52043,28.775798 22.427585,28.879682 C 22.119842,29.224044 21.881963,29.930261 21.865472,30.548536 C 21.824857,32.071311 21.887464,34.772345 21.97127,35.112728 C 22.101231,35.640558 22.343311,36.195772 22.588929,36.529329 C 22.907427,36.961845 23.439759,37.934425 23.563933,38.310676 C 23.630598,38.512654 23.854548,38.797292 24.124902,39.023645 C 24.372405,39.230868 24.696756,39.576241 24.845679,39.791138 C 25.169354,40.258195 26.339776,40.892787 27.040967,40.981404 C 27.286558,41.012442 27.574196,41.091634 27.680163,41.157384 C 27.78613,41.223135 28.104862,41.324977 28.388468,41.383695 C 29.003383,41.511013 30.395531,41.336387 31.198775,41.031183 C 31.692584,40.843549 32.857596,40.162642 33.477934,39.699101 C 33.942872,39.351679 34.576332,38.452154 34.762541,37.874956 C 34.850483,37.602339 34.974397,37.294294 35.037888,37.190409 C 35.364971,36.655305 35.441806,35.566903 35.285561,33.682166 C 35.225697,32.960096 35.14842,32.610822 34.972121,32.265565 C 34.843434,32.013533 34.63981,31.602477 34.519629,31.352108 C 34.151736,30.585679 32.380472,29.303583 31.669227,29.288892 C 31.55084,29.286447 31.168967,29.22516 30.820608,29.152697 C 30.151695,29.013554 29.17526,29.083726 28.771174,29.299983 C 28.274386,29.565859 27.639898,30.041136 27.233627,30.451716 C 26.872614,30.816565 26.746268,31.040395 26.549186,31.664268 C 26.322947,32.380418 26.312907,32.491835 26.392252,33.405577 C 26.489232,34.522389 26.67959,35.039064 27.210699,35.626937 C 27.634306,36.095822 27.99515,36.292776 28.95118,36.576927 C 29.645453,36.783278 30.301828,36.796757 30.910942,36.617169 C 31.268639,36.511709 31.146897,36.726166 30.746595,36.906676 C 30.181152,37.161656 28.845525,37.064157 27.964002,36.703554 C 27.082259,36.342858 26.314311,35.631042 25.905569,34.795574 C 25.61126,34.194007 25.598697,34.121929 25.598697,33.035045 C 25.598697,31.954157 25.61217,31.875568 25.890171,31.335124 C 26.050474,31.023471 26.279665,30.577356 26.39947,30.343755 C 26.519274,30.110155 26.86697,29.678487 27.172112,29.384494 C 27.622536,28.950554 27.864369,28.802417 28.457175,28.597326 C 30.089036,28.032763 32.07516,28.179157 33.295561,28.953952 C 34.411581,29.662477 35.389967,30.486749 35.762177,31.032035 C 36.445916,32.033711 36.940194,33.217899 37.012126,34.026667 C 37.046785,34.416233 37.113658,35.107907 37.16075,35.563721 C 37.241461,36.345108 37.227714,36.466556 36.920023,37.688623 C 36.439517,39.597133 36.176681,40.104484 35.243333,40.925054 C 34.821338,41.29607 34.317878,41.680889 34.124542,41.78021 C 33.931193,41.879531 33.633711,42.080659 33.463459,42.227162 C 33.001837,42.624375 32.125855,43.092915 31.84485,43.092915 C 31.70888,43.092915 31.331571,43.194307 31.006375,43.31823 C 30.363993,43.563037 29.171619,43.855361 28.890588,43.836945 C 28.794128,43.830625 28.332728,43.773645 27.865254,43.710325 z" + style="opacity:1;fill:#004db1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + id="path7116" + d="M 20.15625,24.125 L 41.46875,19.28125 C 41.493396,19.258471 41.541159,19.206933 41.5625,19.1875 C 43.63444,17.300846 44.69205,14.896103 44.84375,11.75 C 44.89247,10.739866 44.879968,10.471925 44.71875,9.90625 C 44.61511,9.542655 44.455081,8.9555947 44.375,8.625 C 44.12953,7.611759 43.398481,6.2599439 42.6875,5.53125 C 42.34492,5.18014 41.923641,4.8237759 41.75,4.71875 C 41.57635,4.613722 41.093599,4.2602679 40.6875,3.96875 C 40.28139,3.67723 39.812609,3.4045021 39.625,3.34375 C 39.43739,3.282999 39.024581,3.0937379 38.71875,2.90625 C 38.18781,2.580769 38.113329,2.5330179 37.03125,2.46875 C 35.953725,2.404751 35.828726,2.4287919 34.65625,2.71875 C 33.978026,2.886477 33.188944,3.148809 32.90625,3.28125 C 32.623541,3.413691 32.147098,3.616966 31.84375,3.75 C 31.518267,3.892747 31.277193,4.0522448 31.25,4.15625 C 31.224653,4.25318 31.052757,4.4152359 30.875,4.5 C 30.697257,4.584764 30.562501,4.6982732 30.5625,4.75 C 30.5625,4.801727 30.393842,4.9259768 30.1875,5.03125 C 29.883932,5.186116 29.7452,5.3597009 29.5,5.875 C 29.333312,6.225277 29.11663,6.6076791 29,6.75 C 28.883369,6.892321 28.717388,7.263313 28.65625,7.5625 C 28.595112,7.861686 28.503293,8.172087 28.4375,8.25 C 28.200661,8.530473 28.201377,9.559413 28.4375,10.8125 C 28.6357,11.864308 28.696425,12.096297 29.125,12.84375 C 29.646693,13.753574 30.238052,14.330351 31.15625,14.90625 C 31.913663,15.381301 33.117797,15.599497 34.0625,15.4375 C 35.223193,15.238463 35.901349,14.895678 36.59375,14.1875 C 37.491178,13.269617 37.832271,12.599932 37.90625,11.4375 C 37.97365,10.378679 37.803613,9.7285766 37.34375,9.09375 C 37.043901,8.679814 36.114859,7.9991657 36.0625,8.15625 C 36.044449,8.210396 36.173393,8.4373178 36.375,8.65625 C 36.576608,8.875182 36.885031,9.3145811 37.0625,9.625 C 37.345235,10.119574 37.404233,10.263355 37.4375,10.96875 C 37.470585,11.67052 37.453114,11.859679 37.25,12.3125 C 36.79851,13.319029 35.91083,14.037114 34.65625,14.46875 C 34.021723,14.68706 33.533735,14.707966 32.53125,14.53125 C 31.669729,14.37938 31.181386,14.111514 30.71875,13.53125 C 30.373668,13.09842 30.254271,12.898359 29.90625,12.0625 C 29.294496,10.593217 29.237781,9.9066318 29.625,9.03125 C 29.726545,8.801686 29.812499,8.4651882 29.8125,8.3125 C 29.8125,8.055404 30.198907,7.3999911 30.40625,7.3125 C 30.555927,7.249349 31.031251,6.7054278 31.03125,6.59375 C 31.03125,6.487142 31.48035,6.1228868 32.5,5.375 C 33.578968,4.583606 34.94134,4.268004 36.8125,4.4375 C 37.712853,4.519058 37.954922,4.5901628 38.53125,4.875 C 40.12027,5.660341 41.516971,7.2878646 41.78125,8.6875 C 41.85569,9.081774 41.981579,9.5310276 42.0625,9.6875 C 42.26111,10.071576 42.148811,11.213291 41.875,11.75 C 41.76604,11.963575 41.64602,12.437372 41.59375,12.78125 C 41.52272,13.248682 41.413401,13.475688 41.21875,13.6875 C 40.93321,13.998232 40.430479,14.847999 40.09375,15.5625 C 39.81415,16.15575 39.06228,16.90555 38.40625,17.25 C 38.12056,17.399996 37.792031,17.593541 37.6875,17.6875 C 37.58297,17.781458 37.290313,17.947943 37.03125,18.0625 C 36.772185,18.177058 36.325442,18.419214 36.0625,18.59375 C 35.235743,19.142548 34.521492,19.285093 32.625,19.28125 C 30.633595,19.277216 29.605942,19.123866 28.71875,18.71875 C 28.168276,18.467391 27.893186,18.259467 27.03125,17.375 C 25.859957,16.173096 25.210035,15.342232 24.53125,14.1875 C 22.408597,10.576488 20.767982,9.251014 16.625,7.71875 C 16.012362,7.492166 15.110577,7.3890288 13.40625,7.34375 C 11.794704,7.300937 11.781397,7.2839672 10.46875,7.625 C 8.5755626,8.116859 7.5108031,8.7098801 5.84375,10.09375 C 5.328182,10.521745 4.9579588,10.933009 4.40625,11.75 C 3.476621,13.126663 3.411328,13.256544 3.28125,14.0625 C 3.123457,15.04014 2.9634919,16.921623 3.03125,17.03125 C 3.063646,17.083661 3.108626,17.439248 3.125,17.8125 C 3.141373,18.185751 3.2413341,19.001694 3.34375,19.625 C 3.619865,21.305461 3.8293312,21.677588 5.25,22.875 C 6.077758,23.572679 6.5196719,23.876043 6.84375,23.96875 C 7.086883,24.038295 7.6575261,24.239618 8.125,24.40625 C 9.1848628,24.784032 9.9862603,24.855038 11.375,24.75 C 12.644015,24.654019 12.982653,24.565556 13.9375,24.0625 C 15.268835,23.361084 16.008783,22.810816 16.40625,22.1875 C 16.842173,21.503879 17.208442,20.405161 17.375,19.3125 C 17.521556,18.351031 17.442281,17.971992 16.78125,16.6875 C 16.227486,15.611438 15.902967,15.280619 14.78125,14.71875 C 13.817079,14.235788 13.645944,14.232713 12.53125,14.34375 C 11.673917,14.429151 11.021855,14.661826 10.375,15.15625 C 9.8011954,15.594828 9.5084421,16.006524 9.21875,16.8125 C 9.0162452,17.375938 8.9870509,18.125001 9.15625,18.125 C 9.198894,18.125 9.3572396,17.743832 9.53125,17.28125 C 9.705248,16.818669 9.9328395,16.322253 10.03125,16.1875 C 10.129673,16.052748 10.578108,15.759086 11.03125,15.53125 C 11.962089,15.06323 12.855067,14.909179 13.53125,15.125 C 13.919366,15.248878 15.24643,16.068818 15.625,16.40625 C 16.233802,16.948889 16.590941,17.866936 16.59375,18.875 C 16.598289,20.501337 16.035662,21.685886 14.96875,22.3125 C 14.735019,22.44978 14.349537,22.675812 14.09375,22.84375 C 13.437127,23.274851 12.808663,23.382774 11.34375,23.3125 C 10.281494,23.261543 9.985408,23.235806 9.25,22.96875 C 7.6745042,22.396628 6.2512769,21.205702 5.71875,20.03125 C 5.087735,18.639585 5.0253811,18.329068 5.09375,16.90625 C 5.153925,15.654241 5.365111,14.629545 5.71875,13.96875 C 5.963912,13.510666 6.5915221,12.803979 7.65625,11.71875 C 8.071352,11.295646 8.8903779,10.919148 9.75,10.75 C 10.754071,10.552427 13.075507,10.422093 13.78125,10.53125 C 15.622314,10.816009 18.730163,12.967914 19.8125,14.71875 C 20.334882,15.563771 20.827666,16.543133 21.03125,17.125 C 21.299301,17.891152 21.39647,19.906187 21.1875,20.625 C 21.10216,20.918564 21.031822,21.331477 21.03125,21.53125 C 21.02991,22.007055 20.835631,22.600765 20.4375,23.40625 C 20.33774,23.608076 20.254387,23.868791 20.15625,24.125 z" + style="opacity:0.79746836;fill:url(#linearGradient2437);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + id="path8099" + d="M 20.15625,24.125 C 20.07951,24.325347 19.979686,24.539343 19.9375,24.6875 C 19.841365,25.025123 19.71939,25.359589 19.65625,25.4375 C 19.593097,25.515413 19.505009,25.724452 19.46875,25.90625 C 19.372784,26.387448 19.061753,27.392818 18.9375,27.625 C 18.789851,27.900868 18.492959,29.174081 18.34375,30.15625 C 18.223503,30.947802 18.200863,32.696925 18.3125,33.5625 C 18.453776,34.657837 18.845901,36.604172 18.96875,36.84375 C 20.05002,38.952416 20.561659,39.69162 21.46875,40.40625 C 21.696927,40.586006 21.981555,40.847918 22.09375,41 C 22.521949,41.580388 23.744237,42.413884 25,43 C 25.543294,43.25358 26.762049,43.568001 27.875,43.71875 C 28.342474,43.78207 28.778539,43.83743 28.875,43.84375 C 29.156031,43.862166 30.357619,43.557307 31,43.3125 C 31.325196,43.188577 31.707779,43.09375 31.84375,43.09375 C 32.124755,43.09375 33.007128,42.615964 33.46875,42.21875 C 33.639002,42.072247 33.931651,41.880572 34.125,41.78125 C 34.318336,41.681929 34.828006,41.308517 35.25,40.9375 C 36.183348,40.11693 36.425742,39.596011 36.90625,37.6875 C 37.213941,36.465433 37.23696,36.343887 37.15625,35.5625 C 37.109158,35.106686 37.034658,34.420814 37,34.03125 C 36.928068,33.222482 36.433739,32.032925 35.75,31.03125 C 35.37779,30.485964 34.397268,29.677274 33.28125,28.96875 C 32.060849,28.193955 30.100612,28.029187 28.46875,28.59375 C 27.875944,28.798841 27.637924,28.941059 27.1875,29.375 C 26.882358,29.668993 26.526055,30.110149 26.40625,30.34375 C 26.286445,30.577351 26.035303,31.032098 25.875,31.34375 C 25.596999,31.884194 25.593749,31.950361 25.59375,33.03125 C 25.59375,34.118134 25.611941,34.179683 25.90625,34.78125 C 26.314992,35.616718 27.087006,36.358056 27.96875,36.71875 C 28.850273,37.079353 30.184557,37.161229 30.75,36.90625 C 31.150302,36.72574 31.263947,36.519541 30.90625,36.625 C 30.297136,36.804588 29.631773,36.768851 28.9375,36.5625 C 27.98147,36.278349 27.642357,36.093884 27.21875,35.625 C 26.687641,35.037127 26.50323,34.52306 26.40625,33.40625 C 26.326905,32.492508 26.33626,32.3724 26.5625,31.65625 C 26.759582,31.032377 26.857737,30.80235 27.21875,30.4375 C 27.625021,30.02692 28.284463,29.578377 28.78125,29.3125 C 29.185336,29.096243 30.143587,29.017107 30.8125,29.15625 C 31.160859,29.228713 31.537862,29.278804 31.65625,29.28125 C 32.367495,29.295941 34.163356,30.577321 34.53125,31.34375 C 34.651431,31.594119 34.840062,31.997969 34.96875,32.25 C 35.145049,32.595257 35.221386,32.965429 35.28125,33.6875 C 35.437495,35.572237 35.358333,36.652394 35.03125,37.1875 C 34.967759,37.291385 34.83794,37.602385 34.75,37.875 C 34.563791,38.452198 33.933686,39.340079 33.46875,39.6875 C 32.848412,40.151041 31.68131,40.843618 31.1875,41.03125 C 30.384256,41.336454 28.989915,41.502319 28.375,41.375 C 28.091394,41.316282 27.793468,41.222002 27.6875,41.15625 C 27.581533,41.0905 27.27684,40.999789 27.03125,40.96875 C 26.330059,40.880133 25.167426,40.248307 24.84375,39.78125 C 24.694827,39.566353 24.372502,39.238475 24.125,39.03125 C 23.854646,38.804897 23.629166,38.514477 23.5625,38.3125 C 23.438326,37.936249 22.912249,36.963768 22.59375,36.53125 C 22.348132,36.197693 22.098711,35.65283 21.96875,35.125 C 21.884944,34.784617 21.834384,32.085275 21.875,30.5625 C 21.891491,29.944225 22.129756,29.219361 22.4375,28.875 C 22.530345,28.771116 22.691173,28.514989 22.8125,28.28125 C 23.581488,26.799796 24.583718,25.515496 25.4375,24.90625 C 25.942351,24.545991 26.219016,24.410954 27.09375,24.1875 C 29.538986,23.562859 29.776209,23.531249 31.90625,23.53125 C 34.083968,23.53125 35.430419,23.337917 36.3125,22.875 C 36.601113,22.72354 37.178209,22.450429 37.59375,22.25 C 38.7285,21.702663 39.643059,21.071054 40.40625,20.3125 C 40.752407,19.968443 41.193475,19.535667 41.46875,19.28125 L 20.15625,24.125 z" + style="opacity:0.3628692;fill:url(#linearGradient2439);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-desktop-common-data/data/etc/skel/.xchat2/servlist_.conf b/12.0/trisquel-desktop-common-data/data/etc/skel/.xchat2/servlist_.conf new file mode 100644 index 0000000000000000000000000000000000000000..da12e7bc93883c4ae485e3b2ea1b84c890f11bf8 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/skel/.xchat2/servlist_.conf @@ -0,0 +1,638 @@ +v=2.8.6 + +N=Debian Servers +J=#debian +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.debian.org + +N=Ubuntu Servers +J=#ubuntu +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.ubuntu.com/8001 + +N=2600net +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.2600.net + +N=AccessIRC +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.accessirc.net +S=eu.accessirc.net + +N=AfterNET +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.afternet.org +S=us.afternet.org +S=eu.afternet.org + +N=Aitvaras +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.data.lt/+6668 +S=irc-ssl.omnitel.net/+6668 +S=irc-ssl.le.lt/+9999 +S=irc.data.lt +S=irc.omnitel.net +S=irc.ktu.lt +S=irc.le.lt +S=irc.takas.lt +S=irc.5ci.net +S=irc.kis.lt + +N=AmigaNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.amiganet.org +S=us.amiganet.org +S=uk.amiganet.org + +N=ARCNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=se1.arcnet.vapor.com +S=us1.arcnet.vapor.com +S=us2.arcnet.vapor.com +S=us3.arcnet.vapor.com +S=ca1.arcnet.vapor.com +S=de1.arcnet.vapor.com +S=de3.arcnet.vapor.com +S=ch1.arcnet.vapor.com +S=be1.arcnet.vapor.com +S=nl3.arcnet.vapor.com +S=uk1.arcnet.vapor.com +S=uk2.arcnet.vapor.com +S=fr1.arcnet.vapor.com + +N=AstroLink +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.astrolink.org + +N=AustNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=au.austnet.org +S=us.austnet.org +S=ca.austnet.org + +N=AzzurraNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.azzurra.org +S=crypto.azzurra.org + +N=Beirut +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.beirut.com + +N=ChatJunkies +J=#xchat +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.chatjunkies.org +S=nl.chatjunkies.org + +N=ChatNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=US.ChatNet.Org +S=EU.ChatNet.Org + +N=ChatSociety +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=us.chatsociety.net +S=eu.chatsociety.net + +N=ChatSpike +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.chatspike.net + +N=ChillFactory +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.chillfactory.net + +N=CoolChat +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.coolchat.net + +N=Criten +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.criten.net +S=irc.eu.criten.net + +N=DALnet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.dal.net +S=irc.eu.dal.net + +N=Dark-Tou-Net +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.d-t-net.de +S=bw.d-t-net.de +S=nc.d-t-net.de +S=wakka.d-t-net.de + +N=DarkMyst +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.darkmyst.org + +N=DeepIRC +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.deepirc.net + +N=DeltaAnime +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.deltaanime.net + +N=EFnet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.blackened.com +S=irc.Prison.NET +S=irc.Qeast.net +S=irc.efnet.pl +S=efnet.demon.co.uk +S=irc.lightning.net +S=irc.mindspring.com +S=irc.easynews.com +S=irc.servercentral.net + +N=EnterTheGame +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=IRC.EnterTheGame.Com + +N=EUIrc +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.euirc.net +S=irc.ham.de.euirc.net +S=irc.ber.de.euirc.net +S=irc.ffm.de.euirc.net +S=irc.bre.de.euirc.net +S=irc.hes.de.euirc.net +S=irc.vie.at.euirc.net +S=irc.inn.at.euirc.net +S=irc.bas.ch.euirc.net + +N=EuropNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.europnet.org + +N=EU-IRC +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.eu-irc.net + +N=FDFNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.fdfnet.net +S=irc.eu.fdfnet.net + +N=FEFNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.fef.net +S=irc.ggn.net +S=irc.vendetta.com + +N=FreeNode +J=#trisquel +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.freenode.net/8001 + +N=GalaxyNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.galaxynet.org + +N=GamesNET +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.gamesnet.net +S=irc.ca.gamesnet.net +S=irc.eu.gamesnet.net + +N=German-Elite +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=dominion.german-elite.net +S=komatu.german-elite.net + +N=GimpNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.gimp.org +S=irc.us.gimp.org + +N=HabberNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.habber.net + +N=Hashmark +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.hashmark.net + +N=IdleMonkeys +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.idlemonkeys.net + +N=insiderZ.DE +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.insiderz.de/6667 +S=irc.insiderz.de/6666 + +N=IrcLink +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.irclink.net +S=Alesund.no.eu.irclink.net +S=Oslo.no.eu.irclink.net +S=frogn.no.eu.irclink.net +S=tonsberg.no.eu.irclink.net + +N=IRCNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.ircnet.com +S=irc.stealth.net/6668 +S=ircnet.demon.co.uk +S=irc.datacomm.ch +S=random.ircd.de +S=ircnet.netvision.net.il +S=irc.cs.hut.fi + +N=Irctoo.net +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.irctoo.net + +N=Krstarica +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.krstarica.com + +N=Librenet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.librenet.net +S=ielf.fr.librenet.net + +N=LinkNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.link-net.org +S=irc.no.link-net.org +S=irc.bahnhof.se + +N=MagicStar +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.magicstar.net + +N=Majistic +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.majistic.net + +N=MindForge +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.mindforge.org + +N=MIXXnet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.mixxnet.net + +N=NeverNET +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.nevernet.net +S=imagine.nevernet.net +S=dimension.nevernet.net +S=universe.nevernet.net +S=wayland.nevernet.net +S=forte.nevernet.net + +N=NixHelpNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.nixhelp.org +S=us.nixhelp.org +S=uk.nixhelp.org +S=uk2.nixhelp.org +S=uk3.nixhelp.org +S=nl.nixhelp.org +S=ca.ld.nixhelp.org +S=us.co.nixhelp.org +S=us.ca.nixhelp.org +S=us.pa.nixhelp.org + +N=NullusNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.nullus.net + +N=Oceanius +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.oceanius.com + +N=OFTC +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.oftc.net + +N=OtherNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.othernet.org + +N=OzNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.oz.org +S=germany.oz.org +S=sandiego.oz.org +S=us.oz.org +S=au.oz.org +S=rockhampton.oz.org +S=wollongong.oz.org +S=waix.oz.org + +N=PTlink +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.PTlink.net +S=aaia.PTlink.net + +N=PTNet, ISP's +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.PTNet.org +S=rccn.PTnet.org +S=EUnet.PTnet.org +S=madinfo.PTnet.org +S=netc2.PTnet.org +S=netc1.PTnet.org +S=telepac1.ptnet.org +S=esoterica.PTnet.org +S=ip-hub.ptnet.org +S=telepac1.ptnet.org +S=nortenet.PTnet.org + +N=PTNet, UNI +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.PTNet.org +S=rccn.PTnet.org +S=uevora.PTnet.org +S=umoderna.PTnet.org +S=ist.PTnet.org +S=aaum.PTnet.org +S=uc.PTnet.org +S=ualg.ptnet.org +S=madinfo.PTnet.org +S=ua.PTnet.org +S=ipg.PTnet.org +S=isec.PTnet.org +S=utad.PTnet.org +S=iscte.PTnet.org +S=ubi.PTnet.org + +N=QuakeNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.quakenet.org +S=irc.se.quakenet.org +S=irc.dk.quakenet.org +S=irc.no.quakenet.org +S=irc.fi.quakenet.org +S=irc.be.quakenet.org +S=irc.uk.quakenet.org +S=irc.de.quakenet.org +S=irc.it.quakenet.org + +N=RebelChat +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.rebelchat.org + +N=RizeNET +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.rizenet.org +S=omega.rizenet.org +S=evelance.rizenet.org +S=lisa.rizenet.org +S=scott.rizenet.org + +N=RusNet +E=KOI8-R (Cyrillic) +F=19 +D=0 +S=irc.tomsk.net +S=irc.rinet.ru +S=irc.run.net +S=irc.ru +S=irc.lucky.net + +N=SceneNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.scene.org +S=irc.eu.scene.org +S=irc.us.scene.org + +N=SlashNET +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.slashnet.org +S=area51.slashnet.org +S=moo.slashnet.org +S=radon.slashnet.org + +N=Sohbet.Net +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.sohbet.net + +N=SolidIRC +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.solidirc.com + +N=SorceryNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.sorcery.net/9000 +S=irc.us.sorcery.net/9000 +S=irc.eu.sorcery.net/9000 + +N=Spidernet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=us.spidernet.org +S=eu.spidernet.org +S=irc.spidernet.org + +N=StarChat +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.starchat.net +S=gainesville.starchat.net +S=freebsd.starchat.net +S=sunset.starchat.net +S=revenge.starchat.net +S=tahoma.starchat.net +S=neo.starchat.net + +N=TNI3 +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.tni3.com + +N=UnderNet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=us.undernet.org +S=eu.undernet.org + +N=UniBG +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.lirex.com +S=irc.naturella.com +S=irc.spnet.net +S=irc.techno-link.com +S=irc.telecoms.bg +S=irc.tu-varna.edu + +N=Whiffle +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.whiffle.org + +N=Worldnet +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.worldnet.net +S=irc.fr.worldnet.net + +N=Xentonix.net +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=irc.ffm.de.eu.xentonix.net +S=irc.kar.de.eu.xentonix.net +S=irc.vie.at.eu.xentonix.net + +N=XWorld +E=IRC (Latin/Unicode Hybrid) +F=19 +D=0 +S=Buffalo.NY.US.XWorld.org +S=Minneapolis.MN.US.Xworld.Org +S=Rochester.NY.US.XWorld.org +S=Bayern.DE.EU.XWorld.Org +S=Chicago.IL.US.XWorld.Org + diff --git a/12.0/trisquel-desktop-common-data/data/etc/skel/.xchat2/xchat.conf b/12.0/trisquel-desktop-common-data/data/etc/skel/.xchat2/xchat.conf new file mode 100644 index 0000000000000000000000000000000000000000..1bfc63e83a7c9cfa17ebaeecc6548754a46a7829 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/skel/.xchat2/xchat.conf @@ -0,0 +1 @@ +gui_slist_select = 31 diff --git a/12.0/trisquel-desktop-common-data/data/etc/thunderbird/pref/trisquel-settings.js b/12.0/trisquel-desktop-common-data/data/etc/thunderbird/pref/trisquel-settings.js new file mode 100644 index 0000000000000000000000000000000000000000..2857b87dbd07025cb3526c194ef80ebf31597ef0 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/etc/thunderbird/pref/trisquel-settings.js @@ -0,0 +1,14 @@ +// Preferences for the Get Add-ons panel +pref ("extensions.getAddons.showPane", false); +pref ("extensions.getAddons.browseAddons", "http://www.gnu.org/software/gnuzilla/addons.html"); +pref("extensions.getAddons.maxResults", 5); +pref ("extensions.getAddons.recommended.browseURL", "http://www.gnu.org/software/gnuzilla/addons.html"); +pref ("extensions.getAddons.recommended.url", "http://www.gnu.org/software/gnuzilla/addons.html"); +pref ("extensions.getAddons.search.browseURL", "http://www.gnu.org/software/gnuzilla/addons.html"); +pref ("extensions.getAddons.search.url", "http://www.gnu.org/software/gnuzilla/addons.html"); +pref ("extensions.getMoreExtensionsURL" , "http://www.gnu.org/software/gnuzilla/addons.html"); +pref ("extensions.getMorePluginsURL" , "http://www.gnu.org/software/gnuzilla/addons.html"); +pref ("extensions.getMoreThemesURL" , "http://www.gnu.org/software/gnuzilla/addons.html"); + +// Dictionary download preference +pref("browser.dictionaries.download.url", "http://gnuzilla.gnu.org"); diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/applications/browser.desktop b/12.0/trisquel-desktop-common-data/data/usr/share/applications/browser.desktop new file mode 100644 index 0000000000000000000000000000000000000000..195d68a17793ac85281aee172903fb86431d392d --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/applications/browser.desktop @@ -0,0 +1,76 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Web Browser +Name[bg]=Интернет браузър +Name[ca]=Navegador web +Name[cs]=Webový prohlÞeÄ +Name[el]=ΠεÏιηγήτης Î™ÏƒÏ„Î¿Ï +Name[es]=Navegador web +Name[gl_ES]=Navegador web +Name[fa]=مرورگر اینترنتی +Name[fi]=Webselain +Name[fr]=Navigateur Web +Name[hu]=WebböngészÅ‘ +Name[it]=Browser Web +Name[ja]=ウェブ・ブラウザ +Name[ko]=웹 브ë¼ìš°ì € +Name[nb]=Nettleser +Name[nl]=Webbrowser +Name[nn]=Nettlesar +Name[no]=Nettleser +Name[pl]=PrzeglÄ…darka WWW +Name[pt]=Navegador Web +Name[pt_BR]=Navegador Web +Name[sk]=Internetový prehliadaÄ +Comment=Browse the World Wide Web +Comment[bg]=Сърфиране в Мрежата +Comment[ca]=Navegueu per el web +Comment[cs]=ProhlÞenà stránek World Wide Webu +Comment[de]=Im Internet surfen +Comment[el]=ΠεÏιηγηθείτε στον παγκόσμιο ιστό +Comment[es]=Navegue por la web +Comment[gl_ES]=Navegue pola web +Comment[fa]=صÙØات شبکه جهانی اینترنت را مرور نمایید +Comment[fi]=Selaa Internetin www-sivuja +Comment[fr]=Navigue sur Internet +Comment[hu]=A világháló böngészése +Comment[it]=Esplora il web +Comment[ja]=ウェブを閲覧ã—ã¾ã™ +Comment[ko]=ì›¹ì„ ëŒì•„ 다닙니다 +Comment[nb]=Surf pÃ¥ nettet +Comment[nl]=Verken het internet +Comment[nn]=Surf pÃ¥ nettet +Comment[no]=Surf pÃ¥ nettet +Comment[pl]=PrzeglÄ…danie stron WWW +Comment[pt]=Navegue na Internet +Comment[pt_BR]=Navegue na Internet +Comment[sk]=Prehliadanie internetu +GenericName=Web Browser +GenericName[bg]=Интернет браузър +GenericName[ca]=Navegador web +GenericName[cs]=Webový prohlÞeÄ +GenericName[el]=ΠεÏιηγητής Î¹ÏƒÏ„Î¿Ï +GenericName[es]=Navegador web +GenericName[fa]=مرورگر اینترنتی +GenericName[fi]=Webselain +GenericName[fr]=Navigateur Web +GenericName[hu]=WebböngészÅ‘ +GenericName[it]=Browser Web +GenericName[ja]=ウェブ・ブラウザ +GenericName[ko]=웹 브ë¼ìš°ì € +GenericName[nb]=Nettleser +GenericName[nl]=Webbrowser +GenericName[nn]=Nettlesar +GenericName[no]=Nettleser +GenericName[pl]=PrzeglÄ…darka WWW +GenericName[pt]=Navegador Web +GenericName[pt_BR]=Navegador Web +GenericName[sk]=Internetový prehliadaÄ +Exec=x-www-browser %u +Terminal=false +X-MultipleArgs=false +Type=Application +Icon=web-browser +StartupNotify=true +NoDisplay=true diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/applications/home.desktop b/12.0/trisquel-desktop-common-data/data/usr/share/applications/home.desktop new file mode 100644 index 0000000000000000000000000000000000000000..38f637cd8a20d9737d3125d46b09bc99b7874c3a --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/applications/home.desktop @@ -0,0 +1,241 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Home +TryExec=nautilus +Exec=nautilus +Terminal=false +StartupNotify=false +Type=Application +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=nautilus +X-GNOME-Bugzilla-Component=general +X-Gnome-Bugzilla-OtherBinaries=nautilus-adapter;nautilus-content-loser;nautilus-sidebar-loser;nautilus-text-view;nautilus-throbber; +X-GNOME-DocPath= +Name[gl_ES]=Cartafol persoal +GenericName[gl_ES]= +Comment[gl_ES]=Ver o seu cartafol persoal no xestor de ficheiros Nautilus +Icon=user-home +Name[zu]=Isibaya sasekhaya +GenericName[zu]= +Comment[zu]=Bona isibaya sasekhaya kumphathi hele weNautilus +Name[zh_TW]=個人資料夾 +GenericName[zh_TW]= +Comment[zh_TW]=在 Nautilus 檔案總管ä¸ç€è¦½å€‹äººè³‡æ–™å¤¾ +Name[zh_CN]=主文件夹 +GenericName[zh_CN]= +Comment[zh_CN]=在 Nautilus 文件管ç†å™¨ä¸æŸ¥çœ‹ä¸»æ–‡ä»¶å¤¹ +Name[xh]=Isiqulathi -zifayili Sasekhaya +GenericName[xh]= +Comment[xh]=Bonisa isiqulathi -zifayili sakho sasekhaya kumphathi -zifayili we-Nautilus +Name[wa]=Ridant mÃ¥jhon +GenericName[wa]= +Comment[wa]=Vey li ridant mÃ¥jhon dins l' manaedjeu di fitchîs Nautilus +Name[vi]=ThÆ° mục chÃnh +GenericName[vi]= +Comment[vi]=Xem thÆ° mục chÃnh của bạn trong trình quản lý táºp tin Nautilus +Name[uk]=Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñ‚ÐµÐºÐ° +GenericName[uk]= +Comment[uk]=ПереглÑд вашої домашньої теки у менеджері файлів ÐÐ°ÑƒÑ‚Ñ–Ð»ÑƒÑ +Name[tr]=Ev Klasörü +GenericName[tr]= +Comment[tr]=Nautilus dosya yöneticisinde ev klasörünü görüntüle +Name[tk]=Öý Haltasy +GenericName[tk]= +Comment[tk]=Oa öý haltaňizi nautilusiň faýl müdirinde göriň +Name[th]=โฟลเดà¸à¸£à¹Œà¸šà¹‰à¸²à¸™ +GenericName[th]= +Comment[th]=ดูโฟลเดà¸à¸£à¹Œà¸šà¹‰à¸²à¸™à¹ƒà¸™à¸•à¸±à¸§à¸ˆà¸±à¸”à¸à¸²à¸£à¹à¸Ÿà¹‰à¸¡ Nautilus +Name[te]=నివాసం సంచయం +GenericName[te]= +Comment[te]=నాటిలసౠదసà±à°¤à±à°°à°‚ పరà±à°¯à°µà±‡à°•à±à°·à°¿à°²à±‹,నీ నివాస సంచయమà±à°¨à± చూపౠ+Name[ta]=இலà¯à®² அடைவ௠+GenericName[ta]= +Comment[ta]=இலà¯à®² அடைவை நாடà¯à®²à®¸à¯ கோபà¯à®ªà¯ மேலாளரில௠பார௠+Name[sv]=Hemmapp +GenericName[sv]= +Comment[sv]=Visa din hemmapp i filhanteraren Nautilus +Name[sr@ije]=Лични директоријум +GenericName[sr@ije]= +Comment[sr@ije]=Прегледајте ваш лични директоријум у ÐаутилуÑу +Name[sr@Latn]=LiÄna fascikla +GenericName[sr@Latn]= +Comment[sr@Latn]=Pregledajte vaÅ¡u liÄnu fasciklu u Nautilusu +Name[sr]=Лична фаÑцикла +GenericName[sr]= +Comment[sr]=Прегледајте вашу личну фаÑциклу у ÐаутилуÑу +Name[sq]=Kartela Home +GenericName[sq]= +Comment[sq]=Shfaqe kartelën home të përdoruesit tek organizuesi i file Nautilus +Name[sl]=DomaÄa mapa +GenericName[sl]= +Comment[sl]=Glej domaÄo mapo v upravljalniku datotek Nautilus +Name[sk]=Domovský prieÄinok +GenericName[sk]= +Comment[sk]=Zobrazà váš domovský prieÄinok v správcovi súborov Nautilus +Name[ru]=ДомашнÑÑ Ð¿Ð°Ð¿ÐºÐ° +GenericName[ru]= +Comment[ru]=ПроÑмотр домашней папки в файловом менеджере +Name[ro]=Dosar Acasă +GenericName[ro]= +Comment[ro]=VizualizaÅ£i dosarul dvs. Acasă în Nautilus +Name[pt_BR]=Pasta Pessoal +GenericName[pt_BR]= +Comment[pt_BR]=Veja sua pasta pessoal no gerenciador de arquivos Nautilus +Name[pt]=Pasta Pessoal +GenericName[pt]= +Comment[pt]=Ver a sua pasta pessoal no gestor de ficheiros Nautilus +Name[pl]=Folder domowy +GenericName[pl]= +Comment[pl]=WyÅ›wietla folder domowy przy użyciu menedżera plików - Nautilusa +Name[pa]=ਘਰ ਫੋਲਡਰ +GenericName[pa]= +Comment[pa]=ਨਾਟੀਲਸ ਫਾਇਲ ਪà©à¨°à¨¬à©°à¨§à¨• ਵਿੱਚ ਆਪਣਾ ਘਰ ਫੋਲਡਰ ਵੇਖੋ +Name[nso]=Sephuthedi sa Gae +GenericName[nso]= +Comment[nso]=Lebelela sephuthedi sa gae molaoding wa faele wa Nautilus +Name[no]=Hjemmemappe +GenericName[no]= +Comment[no]=Vis din hjemmemappe i Nautilus filhÃ¥ndtereren +Name[nn]=Heimemappe +GenericName[nn]= +Comment[nn]=Vis heimemappa i Nautilus-filhandsamaren +Name[nl]=Persoonlijke map +GenericName[nl]= +Comment[nl]=Uw persoonlijke map weergeven met Nautilus bestandsbeheer +Name[ne]=होम फोलà¥à¤¡à¤° +GenericName[ne]= +Comment[ne]=नटिलस फाइल पà¥à¤°à¤µà¤¨à¥à¤§à¤•à¤®à¤¾ होम फोलà¥à¤¡à¤° देखाऊ +Name[nb]=Hjemmemappe +GenericName[nb]= +Comment[nb]=Vis din hjemmemappe i Nautilus filhÃ¥ndtereren +Name[ms]=Folder Rumah +GenericName[ms]= +Comment[ms]=Lihat folder rumah padan pengurus fail Nautilus +Name[mn]=ГÑÑ€ Ñ…Ð°Ð²Ñ‚Ð°Ñ +GenericName[mn]= +Comment[mn]=ГÑÑ€ хавтÑын агуулгыг файл-менежер- ÐаутилуÑаар харах +Name[ml]=ആസàµà´¥à´¾à´¨-കൂടൠ+GenericName[ml]= +Comment[ml]= +Name[mk]=Домашен директориум +GenericName[mk]= +Comment[mk]=Види го Ñвојот домашен директориум во поредувачот на датотеки на ÐÐ°ÑƒÑ‚Ð¸Ð»ÑƒÑ +Name[mi]=KÅpaki KÄinga +GenericName[mi]= +Comment[mi]= +Name[lv]=MÄjas Mape +GenericName[lv]= +Comment[lv]=SkatÄ«t mÄjas mapi Nautilus failu pÄvaldniekÄ +Name[lt]=Namų aplankas +GenericName[lt]= +Comment[lt]=Rodyti namų aplankÄ… su Nautilus bylų tvarkykle +Name[li]=Heimmap +GenericName[li]= +Comment[li]=Eur heimmap tuine mit Nautilus besjtandjwirtsjaf +Name[ku]=Peldanka Mal +GenericName[ku]= +Comment[ku]= +Name[ko]=ë‚´ í´ë” +GenericName[ko]= +Comment[ko]=노틸러스 íŒŒì¼ ê´€ë¦¬ìžë¡œ ë‚´ í´ë” 보기 +Name[ja]=ホーム・フォルダ +GenericName[ja]= +Comment[ja]=Nautilus ファイル・マãƒãƒ¼ã‚¸ãƒ£ã§ãƒ›ãƒ¼ãƒ ・フォルダを表示ã—ã¾ã™ +Name[it]=Cartella Home +GenericName[it]= +Comment[it]=Mostra la cartella home dell'utente nel file manager Nautilus +Name[is]=Eigin mappa +GenericName[is]= +Comment[is]=Skoðaðu þÃna heimamöppu à Nautilus skráarstjóranum +Name[id]=Folder Rumah +GenericName[id]= +Comment[id]=Lihat folder rumah Anda menggunakan pengatur berkas Nautilus +Name[hu]=Saját mappa +GenericName[hu]= +Comment[hu]=Megnyitja a saját mappáját a Nautilus fájlkezelÅ‘ben +Name[hr]=Direktorij: +GenericName[hr]= +Comment[hr]=Pregledajte vaÅ¡u osobnu mapu u Nautilusu +Name[hi]=घर फ़ोलà¥à¤¡à¤° +GenericName[hi]= +Comment[hi]=अपने घर फ़ोलà¥à¤¡à¤° को नॉटिलस फ़ाइल पà¥à¤°à¤¬à¤‚धक में देखें +Name[he]=תיקיית בית +GenericName[he]= +Comment[he]=הצג ×ת תיקיית הבית שלך ×‘×ž× ×”×œ ×”×§×‘×¦×™× × ×וטילוס +Name[gu]=ઘરનà«àª‚ ફોલà«àª¡àª° +GenericName[gu]= +Comment[gu]=તમાર ઘરના ફોલà«àª¡àª°àª¨à«‡ રà«àª¨àª¾àªŸà«€àª²àª¸ ફાઇલ વà«àª¯àªµàª¸à«àª¥àª¾àªªàª•àª®àª¾àª‚ જà«àª“ +Name[gl]=Cartafol persoal +GenericName[gl]= +Comment[gl]=Ver o seu cartafol persoal no xestor de ficheiros Nautilus +Name[ga]=Comhadlann Baile +GenericName[ga]= +Comment[ga]= +Name[fr]=Dossier personnel +GenericName[fr]= +Comment[fr]=Affiche votre dossier personnel dans le gestionnaire de fichiers Nautilus +Name[fi]=Kotikansio +GenericName[fi]= +Comment[fi]=Katsele kotikansiotasi Nautilus-tiedostonhallintaohjelmalla +Name[fa]=پوشه‌ی آغازه +GenericName[fa]= +Comment[fa]=نمایش پوشه‌ی آغازه‌ی شما در مدیر پرونده‌های ناتیلوس +Name[eu]=Karpeta nagusia +GenericName[eu]= +Comment[eu]=Ikusi zure karpeta nagusia Nautilus fitxategi-kudeatzailean +Name[et]=Kodukataloog +GenericName[et]= +Comment[et]=Ava oma kodukataloog failihalduris Nautilus +Name[es]=Carpeta personal +GenericName[es]= +Comment[es]=Vea su carpeta personal en el administrador de archivos Nautilus +Name[en_GB]=Home Folder +GenericName[en_GB]= +Comment[en_GB]=View your home folder in the Nautilus file manager +Name[en_CA]=Home Folder +GenericName[en_CA]= +Comment[en_CA]=View your home folder in the Nautilus file manager +Name[el]=Κατάλογος ΧÏήστη +GenericName[el]= +Comment[el]=Εμφάνιση του καταλόγου χÏήστη στο διαχειÏιστή αÏχείων του Îαυτίλου +Name[de]=Persönlicher Ordner +GenericName[de]= +Comment[de]=Ihren persönlichen Ordner im Dateimanager Nautilus anzeigen +Name[da]=Hjemmemappe +GenericName[da]= +Comment[da]=Vis din hjemmemappe i filhÃ¥ndteringen Nautilus +Name[cy]=Plygell Cartref +GenericName[cy]= +Comment[cy]=Gweld eich plygell cartref yn y trefnydd ffeiliau Nautilus +Name[cs]=Domovský adresář +GenericName[cs]= +Comment[cs]=Zobrazit váš domovský adresář ve správci souborů Nautilus +Name[ca]=Carpeta d'inici +GenericName[ca]= +Comment[ca]=Visualitzeu la vostra carpeta d'inici amb el gestor de fitxers Nautilus +Name[bs]=PoÄetni direktorij +GenericName[bs]= +Comment[bs]=Pogledajte vaÅ¡ poÄetni direktorij u Nautilusovom menadžeru datoteka +Name[bn]=বà§à¦¯à¦•à§à¦¤à¦¿à¦—ত ফোলà§à¦¡à¦¾à¦° +GenericName[bn]= +Comment[bn]=নটিলাস ফাইল বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾à¦ªà¦•à§‡ আপনার বà§à¦¯à¦•à§à¦¤à¦¿à¦—ত ফোলà§à¦¡à¦¾à¦° দেখà§à¦¨ +Name[bg]=Домашна папка +GenericName[bg]= +Comment[bg]=Преглед на домашната папка във Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¸Ñ Ð¼ÐµÐ½Ð¸Ð´Ð¶ÑŠÑ€ Nautilus +Name[be]=ХатнÑÑ Ñ‚Ñчка +GenericName[be]= +Comment[be]=ПраглÑд вашае хатнÑе Ñ‚Ñчкі у "ÐаўтылюÑе" +Name[az]=Ev QovluÄŸu +GenericName[az]= +Comment[az]=Ev qovluÄŸunuzu Nautilus fayl idarəçisindÉ™ gÉ™zin +Name[ar]=الدليل المنزلي +GenericName[ar]= +Comment[ar]=عرض لدليلك المنزلي ÙÙŠ مدير ملÙات نوتلس +Name[am]=የቤት ዶሴ +GenericName[am]= +Comment[am]= +Name[af]=Tuisvouer +GenericName[af]= +Comment[af]=Bekyk jou tuisvouer in die Nautilus-lêerbestuurder +NoDisplay=true diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/applications/trisquel-wm-chooser.desktop b/12.0/trisquel-desktop-common-data/data/usr/share/applications/trisquel-wm-chooser.desktop new file mode 100644 index 0000000000000000000000000000000000000000..17ab28043555ba38ff627aa90c0bb5a8b36faff6 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/applications/trisquel-wm-chooser.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Name=Window manager and effects +Comment=Allows to change between Compiz and Metacity +Exec=trisquel-wm-chooser +Icon=checkbox +Terminal=false +Type=Application +StartupNotify=true +Categories=Compiz;Settings;DesktopSettings; +OnlyShowIn=GNOME; +Keywords=Compiz,Metacity,Window manager +NoDisplay=true + +Name[es]=Gestor de ventanas y efectos +Comment[es]=Permite alternar entre Compiz y Metacity diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/fonts/truetype/freefont/FreeCondensed.ttf b/12.0/trisquel-desktop-common-data/data/usr/share/fonts/truetype/freefont/FreeCondensed.ttf new file mode 100644 index 0000000000000000000000000000000000000000..46541d817326cb9d356514fc80105f70685d1b3f Binary files /dev/null and b/12.0/trisquel-desktop-common-data/data/usr/share/fonts/truetype/freefont/FreeCondensed.ttf differ diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/gconf/defaults/90_trisquel b/12.0/trisquel-desktop-common-data/data/usr/share/gconf/defaults/90_trisquel new file mode 100644 index 0000000000000000000000000000000000000000..10b856d23c80d5775bc71122f0fd11485560463f --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/gconf/defaults/90_trisquel @@ -0,0 +1,218 @@ +/apps/brasero/config/plugins [local-track,md5sum-file] +/apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom,staticswitcher,obs] +/apps/compiz-1/plugins/scale/screen0/options/initiate_button <TopLeftEdge>Button1 +/apps/compiz-1/plugins/grid/screen0/options/fill_color #ffffff4f +/apps/compiz-1/plugins/grid/screen0/options/outline_color #ffffff9f +/apps/compiz-1/plugins/expo/screen0/options/selected_color #ffffffff +/apps/compiz-1/plugins/expo/screen0/options/y_offset 0 +/apps/compiz-1/plugins/expo/screen0/options/x_offset 0 +/apps/epiphany/general/active_extensions [menubarspinner,rss,favicon,smart-bookmarks,tab-states,certificates,extensions-manager-ui] +/apps/epiphany/general/homepage http://trisquel.info/welcome +/apps/epiphany/general/toolbar_style icons +/apps/epiphany/web/minimum_font_size 10 +/apps/gdm/simple-greeter/logo_icon_name distributor-logo +/apps/gnome-app-install/components_seen [main,extras] +/apps/gnome-app-install/mime-whitelist-components [main,extras] +/apps/gnome-mplayer/preferences/bring_to_front true +/apps/gnome-mplayer/preferences/cache_size 2000 +/apps/gnome-mplayer/preferences/disable_animation true +/apps/gnome-mplayer/preferences/disableass false +/apps/gnome-mplayer/preferences/disable_deinterlace true +/apps/gnome-mplayer/preferences/disableembeddedfonts false +/apps/gnome-mplayer/preferences/disableframedrop false +/apps/gnome-mplayer/preferences/disable_pause_on_click false +/apps/gnome-mplayer/preferences/forcecache true +/apps/gnome-mplayer/preferences/osdlevel 1 +/apps/gnome-mplayer/preferences/plugin_cache_size 2000 +/apps/gnome-mplayer/preferences/pplevel 6 +/apps/gnome-mplayer/preferences/remember_loc true +/apps/gnome-mplayer/preferences/remember_softvol true +/apps/gnome-mplayer/preferences/replace_and_play true +/apps/gnome-mplayer/preferences/resize_on_new_media true +/apps/gnome-mplayer/preferences/show_notification true +/apps/gnome-mplayer/preferences/show_status_icon true +/apps/gnome-mplayer/preferences/single_instance true +/apps/gnome-mplayer/preferences/softvol true +/apps/gnome-mplayer/preferences/use_xscrnsaver true +/apps/gnome-screensaver/lock_enabled false +/apps/gnome-screensaver/lock false +/apps/gnome-screensaver/mode single +/apps/gnome-screensaver/themes [screensavers-trisquel] +/apps/gnome-terminal/profiles/Default/background_color #000000 +/apps/gnome-terminal/profiles/Default/background_darkness 0.84432715177536011 +/apps/gnome-terminal/profiles/Default/background_type solid +/apps/gnome-terminal/profiles/Default/foreground_color #AAAAAA +/apps/gnome-terminal/profiles/Default/palette #2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC +/apps/gnome-terminal/profiles/Default/use_theme_colors false +/apps/gwd/metacity_theme_opacity 1.0 +/apps/gwibber/preferences/autostart false +/apps/liferea/trayicon-new-count true +/apps/metacity/general/audible_bell true +/apps/metacity/general/button_layout menu:minimize,maximize,close +/apps/metacity/general/num_workspaces 2 +/apps/metacity/general/theme Trisquel +/apps/metacity/general/titlebar_font Sans Bold 10 +/apps/metacity/general/visual_bell true +/apps/metacity/general/visual_bell_type frame_flash +/apps/metacity/global_keybindings/panel_run_dialog <Alt>F2 +/apps/nautilus/desktop/computer_icon_visible true +/apps/nautilus/desktop/home_icon_visible true +/apps/nautilus/desktop/network_icon_visible false +/apps/nautilus/desktop/trash_icon_visible true +/apps/nautilus/desktop/volumes_visible true +/apps/nautilus/icon_view/captions [none,size,type] +/apps/nautilus/icon_view/default_use_tighter_layout false +/apps/nautilus/icon_view/labels_beside_icons false +/apps/nautilus/list_view/default_column_order [name,size,type,date_modified,date_accessed,group,mime_type,octal_permissions,owner,permissions] +/apps/nautilus/list_view/default_visible_columns [name,size,type,date_modified] +/apps/nautilus/preferences/always_use_browser true +/apps/nautilus/preferences/always_use_location_entry false +/apps/nautilus/preferences/background_color #FFFFFF +/apps/nautilus/preferences/background_set true +/apps/nautilus/preferences/click_policy double +/apps/nautilus/preferences/date_format informal +/apps/nautilus/preferences/desktop_font Sans Bold 8 +/apps/nautilus/preferences/desktop_is_home_dir false +/apps/nautilus/preferences/enable_delete false +/apps/nautilus/preferences/executable_text_activation display +/apps/nautilus/preferences/navigation_window_saved_maximized false +/apps/nautilus/preferences/preview_sound never +/apps/nautilus/preferences/show_desktop true +/apps/nautilus/preferences/show_directory_item_counts local_only +/apps/nautilus/preferences/show_icon_text never +/apps/nautilus/preferences/show_image_thumbnails local_only +/apps/nautilus/preferences/show_special_flags false +/apps/nautilus/preferences/sidebar_width 172 +/apps/nautilus/preferences/side_pane_background_color #E5E5E5 +/apps/nautilus/preferences/side_pane_background_set false +/apps/nautilus/preferences/side_pane_view NautilusPlacesSidebar +/apps/nautilus/preferences/sort_directories_first true +/apps/nautilus/preferences/start_with_location_bar true +/apps/nautilus/preferences/start_with_sidebar true +/apps/nautilus/preferences/start_with_status_bar true +/apps/nautilus/preferences/start_with_toolbar true +/apps/nautilus/preferences/window_always_new false +/apps/nautilus/sidebar_panels/tree/show_only_directories false +/apps/panel/applets/clock/bonobo_iid OAFIID:GNOME_ClockApplet +/apps/panel/applets/clock/locked true +/apps/panel/applets/clock/object_type bonobo-applet +/apps/panel/applets/clock/panel_right_stick true +/apps/panel/applets/clock/position 2 +/apps/panel/applets/clock/prefs/format 24-hour +/apps/panel/applets/clock/prefs/show_date true +/apps/panel/applets/clock/toplevel_id panel +/apps/panel/applets/indicator/bonobo_iid OAFIID:GNOME_IndicatorApplet +/apps/panel/applets/indicator/locked true +/apps/panel/applets/indicator/object_type bonobo-applet +/apps/panel/applets/indicator/panel_right_stick true +/apps/panel/applets/indicator/position 3 +/apps/panel/applets/indicator/toplevel_id panel +/apps/panel/applets/notification/bonobo_iid OAFIID:GNOME_NotificationAreaApplet +/apps/panel/applets/notification/locked true +/apps/panel/applets/notification/object_type bonobo-applet +/apps/panel/applets/notification/panel_right_stick true +/apps/panel/applets/notification/position 4 +/apps/panel/applets/notification/toplevel_id panel +/apps/panel/applets/showdesktop/bonobo_iid OAFIID:GNOME_ShowDesktopApplet +/apps/panel/applets/showdesktop/locked true +/apps/panel/applets/showdesktop/object_type bonobo-applet +/apps/panel/applets/showdesktop/panel_right_stick true +/apps/panel/applets/showdesktop/position 1 +/apps/panel/applets/showdesktop/toplevel_id panel +/apps/panel/applets/showdesktop/use_custom_icon false +/apps/panel/applets/windowlist/bonobo_iid OAFIID:GNOME_WindowListApplet +/apps/panel/applets/windowlist/locked true +/apps/panel/applets/windowlist/object_type bonobo-applet +/apps/panel/applets/windowlist/panel_right_stick false +/apps/panel/applets/windowlist/position 3 +/apps/panel/applets/windowlist/toplevel_id panel +/apps/panel/general/applet_id_list [clock,notification,windowlist,showdesktop] +/apps/panel/general/object_id_list [menu,home,browser] +/apps/panel/general/profiles_migrated true +/apps/panel/general/toplevel_id_list [panel] +/apps/panel/objects/browser/launcher_location /usr/share/applications/browser.desktop +/apps/panel/objects/browser/locked true +/apps/panel/objects/browser/object_type launcher-object +/apps/panel/objects/browser/panel_right_stick false +/apps/panel/objects/browser/position 2 +/apps/panel/objects/browser/toplevel_id panel +/apps/panel/objects/home/launcher_location /usr/share/applications/home.desktop +/apps/panel/objects/home/locked true +/apps/panel/objects/home/object_type launcher-object +/apps/panel/objects/home/panel_right_stick false +/apps/panel/objects/home/position 1 +/apps/panel/objects/home/toplevel_id panel +/apps/panel/objects/menu/custom_icon /user/share/pixmaps/trisquel.png +/apps/panel/objects/menu/locked true +/apps/panel/objects/menu/object_type menu-object +/apps/panel/objects/menu/panel_right_stick false +/apps/panel/objects/menu/position 0 +/apps/panel/objects/menu/toplevel_id panel +/apps/panel/objects/menu/use_custom_icon true +/apps/panel/objects/menu/use_menu_path false +/apps/panel/toplevels/panel/background/opacity 32767 +/apps/panel/toplevels/panel/background/type color +/apps/panel/toplevels/panel/background/color #000000 +/apps/panel/toplevels/panel/expand true +/apps/panel/toplevels/panel/monitor 0 +/apps/panel/toplevels/panel/orientation bottom +/apps/panel/toplevels/panel/screen 0 +/apps/panel/toplevels/panel/size 44 +/apps/panel/toplevels/panel/x_centered true +/apps/shotwell/preferences/ui/show_welcome_dialog false +/apps/update-manager/first_run false +/apps/update-notifier/auto_launch false +/apps/update-notifier/show_apport_crashes false +/desktop/gnome/applications/media/exec totem +/desktop/gnome/font_rendering/antialiasing grayscale +/desktop/gnome/font_rendering/hinting slight +/desktop/gnome/interface/accessibility false +/desktop/gnome/interface/buttons_have_icons true +/desktop/gnome/interface/can_change_accels false +/desktop/gnome/interface/document_font_name Serif 10 +/desktop/gnome/interface/enable_animations true +/desktop/gnome/interface/font_name Sans 8 +/desktop/gnome/interface/gtk_theme Trisquel +/desktop/gnome/interface/icon_theme trisquel +/desktop/gnome/interface/menus_have_icons true +/desktop/gnome/interface/monospace_font_name Monospace Bold 9 +/desktop/gnome/interface/toolbar_detachable false +/desktop/gnome/interface/toolbar_style both +/desktop/gnome/url-handlers/about/command abrowser %s +/desktop/gnome/url-handlers/about/needs_terminal false +/desktop/gnome/url-handlers/chrome/command abrowser %s +/desktop/gnome/url-handlers/chrome/enabled true +/desktop/gnome/url-handlers/chrome/needs_terminal false +/desktop/gnome/url-handlers/ftp/command abrowser %s +/desktop/gnome/url-handlers/ftp/enabled true +/desktop/gnome/url-handlers/ftp/needs_terminal false +/desktop/gnome/url-handlers/gopher/command abrowser %s +/desktop/gnome/url-handlers/gopher/enabled true +/desktop/gnome/url-handlers/gopher/needs_terminal false +/desktop/gnome/url-handlers/http/command abrowser %s +/desktop/gnome/url-handlers/http/enabled true +/desktop/gnome/url-handlers/http/needs_terminal false +/desktop/gnome/url-handlers/https/command abrowser %s +/desktop/gnome/url-handlers/https/enabled true +/desktop/gnome/url-handlers/https/needs_terminal false +/desktop/gnome/url-handlers/mailto/command evolution %s +/desktop/gnome/url-handlers/mailto/enabled true +/desktop/gnome/url-handlers/mailto/needs_terminal false +/desktop/gnome/url-handlers/sip/command ekiga -c "%s" +/desktop/gnome/url-handlers/sip/enabled true +/desktop/gnome/url-handlers/sip/need-terminal false +/desktop/gnome/url-handlers/unknown/command abrowser %s +/desktop/gnome/url-handlers/unknown/needs_terminal false +/desktop/gnome/volume_manager/autobrowse true +/desktop/gnome/volume_manager/autoburn true +/desktop/gnome/volume_manager/autoipod_command exaile +/desktop/gnome/volume_manager/autoipod true +/desktop/gnome/volume_manager/automount_drives true +/desktop/gnome/volume_manager/automount_media true +/desktop/gnome/volume_manager/autoopen true +/desktop/gnome/volume_manager/autophoto_command gthumb -i +/desktop/gnome/volume_manager/autoplay_cda true +/desktop/gnome/volume_manager/autoplay_dvd true +/desktop/gnome/volume_manager/autoprinter true +/desktop/gnome/volume_manager/autorun true +/system/smb/workgroup TRISQUEL diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/glib-2.0/schemas/x_trisquel.gschema.override b/12.0/trisquel-desktop-common-data/data/usr/share/glib-2.0/schemas/x_trisquel.gschema.override new file mode 100644 index 0000000000000000000000000000000000000000..bf86c76e5b2d4cfa81c3656e33f9915fb7aba467 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/glib-2.0/schemas/x_trisquel.gschema.override @@ -0,0 +1,120 @@ +[org.mate.screensaver] +themes=['screensavers-trisquel'] + +[com.canonical.unity-greeter] +indicators=['ug-accessibility', 'com.canonical.indicator.keyboard', 'com.canonical.indicator.session', 'com.canonical.indicator.datetime', 'com.canonical.indicator.power', 'com.canonical.indicator.sound'] +theme-name='Ambiant-MATE' +icon-theme-name='ubuntu-mono-dark' + +[org.mate.session.required-components] +windowmanager='mate-wm' + +[org.mate.panel] +default-layout='trisquel' + +[org.mate.pluma] +color-scheme = 'oblivion' + +[org.mate.panel.object] +has-arrow = false + +[org.mate.panel.toplevel.background] +opacity=30000 +color='#000000' +type='color' + +[org.mate.Marco.general] +theme = 'Trisquel' +titlebar-font = 'Roboto Bold 9' +compositing-manager = false + +[org.mate.Marco.global-keybindings] +switch-panels='<Super>Tab' + +[org.mate.background] +show-desktop-icons=true +picture-filename='/usr/share/backgrounds/aramo.jpg' +picture-options='zoom' +color-shading-type='solid' +primary-color='#000000000000' + +[org.mate.interface] +menus-have-icons=true +buttons-have-icons=true +document-font-name='Roboto 10' +enable-animations=true +font-name='Roboto 9' +gtk-theme='Trisquel' +icon-theme='trisquel' +monospace-font-name='Dejavu Sans Mono 10' +toolbar-style='icons' + +[org.mate.caja.desktop] +font='Roboto Medium 9' +home-icon-visible=true +network-icon-visible=true +trash-icon-visible=true +volumes-visible=true + +[org.gnome.gnome-system-log] +logfile='/var/log/syslog' +logfiles=['/var/log/auth.log', '/var/log/dpkg.log', '/var/log/mail.log', '/var/log/syslog', '/var/log/Xorg.0.log'] + +[org.gnome.desktop.lockdown] +disable-user-switching = true + +[org.gnome.settings-daemon.plugins.updates] +enable-check-firmware = false + +[org.mate.font-rendering] +hinting='slight' +antialiasing='rgba' + +[org.gnome.desktop.background] +show-desktop-icons=true +picture-uri='file:///usr/share/backgrounds/aramo.jpg' +picture-options='zoom' +color-shading-type='solid' + +[org.gnome.desktop.interface] +cursor-theme='DMZ-White' +document-font-name='Serif 10' +enable-animations=true +font-name='Sans 8' +gtk-theme='Trisquel' +icon-theme='trisquel' +monospace-font-name='Monospace Bold 9' +font-antialiasing = 'rgba' +font-hinting = 'slight' + +[org.gnome.desktop.sound] +event-sounds=true + +[org.gnome.gnome-panel.layout.toplevels.panel.background] +image-uri='file:///usr/share/themes/Trisquel/gtk-3.0/panel-bg.png' +type='image' + +[org.gnome.nautilus.desktop] +font='Sans Bold 8' + +[system.smb] +workgroup='TRISQUEL' + +[com.canonical.indicator.keyboard] +visible=false + +[org.gnome.desktop.wm.preferences] +button-layout='menu:minimize,maximize,close' +titlebar-font='Sans Bold 9' +theme='Trisquel' +mouse-button-modifier='<Alt>' + +[org.freedesktop.ibus.panel] +show-icon-on-systray=false + +[com.ubuntu.update-notifier] +show-apport-crashes = false + +[org.freedesktop.ibus.general.hotkey] +triggers=['<Super>space'] + diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/gnome/applications/mimeapps.list b/12.0/trisquel-desktop-common-data/data/usr/share/gnome/applications/mimeapps.list new file mode 100644 index 0000000000000000000000000000000000000000..ac16641b380ff14424fcfee06d4cc017d14a0924 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/gnome/applications/mimeapps.list @@ -0,0 +1,28 @@ + +[Default Applications] +text/calendar=icedove.desktop + +[Added Associations] +application/xml=pluma.desktop; +text/calendar=icedove.desktop; +image/jpeg=viewnior.desktop;gimp.desktop; +image/x-pcx=viewnior.desktop;gimp.desktop; +image/gif=viewnior.desktop;gimp.desktop; +image/png=viewnior.desktop;gimp.desktop; +image/jpg=viewnior.desktop;gimp.desktop; +image/tiff=viewnior.desktop;gimp.desktop; +image/x-portable-bitmap=viewnior.desktop;gimp.desktop; +image/vnd.wap.wbmp=viewnior.desktop; +image/x-xpixmap=viewnior.desktop;gimp.desktop; +image/x-bmp=viewnior.desktop;gimp.desktop; +image/bmp=viewnior.desktop;gimp.desktop; +image/x-icb=viewnior.desktop; +image/x-portable-graymap=viewnior.desktop;gimp.desktop; +image/x-ico=viewnior.desktop;gimp.desktop; +image/x-xbitmap=viewnior.desktop;gimp.desktop; +image/x-portable-pixmap=viewnior.desktop;gimp.desktop; +image/pjpeg=viewnior.desktop;gimp.desktop; +image/x-portable-anymap=viewnior.desktop;gimp.desktop; +image/x-png=viewnior.desktop;gimp.desktop; +image/x-gray=viewnior.desktop;gimp.desktop; +image/svg+xml=viewnior.desktop; diff --git a/12.0/trisquel-desktop-common-data/data/usr/share/mate/applications/mate-wm.desktop b/12.0/trisquel-desktop-common-data/data/usr/share/mate/applications/mate-wm.desktop new file mode 100644 index 0000000000000000000000000000000000000000..cfc74836ab5e6a44fa05968947fae4b6089f495e --- /dev/null +++ b/12.0/trisquel-desktop-common-data/data/usr/share/mate/applications/mate-wm.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Type=Application +Name=Mate-wm +Exec=mate-wm +NoDisplay=true +# name of loadable control center module +X-MATE-WMSettingsModule=marco +# name we put on the WM spec check window +X-MATE-WMName=Marco +# back compat only +X-MateWMSettingsLibrary=marco +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=marco +X-MATE-Bugzilla-Component=general +X-MATE-Autostart-Phase=Applications +X-MATE-Provides=windowmanager +X-MATE-Autostart-Notify=true +X-MATE-Autostart-Delay=2 diff --git a/12.0/trisquel-desktop-common-data/debian/changelog b/12.0/trisquel-desktop-common-data/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..56cf2a0fb6a68a6e0f1b08daaa0bddff581fe2ca --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/changelog @@ -0,0 +1,708 @@ +trisquel-desktop-common-data (12.0-1) ecne; urgency=medium + + * 12.0/trisquel-desktop-common-data: fix pluma color-scheme name. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 18 May 2024 15:15:07 -0600 + +trisquel-desktop-common-data (12.0-0) ecne; urgency=medium + + * Initial release for trisquel-desktop-common-data for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:31:17 -0600 + +trisquel-desktop-common-data (11.0-3) aramo; urgency=medium + + * Set aramo background gschema + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 17:23:15 -0500 + +trisquel-desktop-common-data (11.0-2) aramo; urgency=medium + + * Renew pluma color set to 'Oblivion' as previous selection is + deprecated on aramo. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 03 Oct 2022 22:55:29 +0000 + +trisquel-desktop-common-data (11.0-1) aramo; urgency=medium + + * Updating org.gnome.desktop.interface and org.mate.font-rendering + schema for aramo. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 21 Jul 2022 01:29:43 -0500 + +trisquel-desktop-common-data (11.0) aramo; urgency=medium + + * Initial release for trisquel-desktop-common-data for aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:46:42 -0500 + +trisquel-desktop-common-data (10.0-5) nabia; urgency=medium + + * Set Ambiant-MATE theme for Pluma as a workaround for LP:1841518 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 20 Mar 2022 14:45:20 -0600 + +trisquel-desktop-common-data (10.0-4) nabia; urgency=medium + + * Fix gschema picture-options value "zoom" + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 20 Jan 2022 18:19:16 -0600 + +trisquel-desktop-common-data (10.0-3) nabia; urgency=medium + + * Zoom the background instead of stretch, improves the transition from unity-greeter + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 30 Nov 2021 16:56:25 -0500 + +trisquel-desktop-common-data (10.0-2) nabia; urgency=medium + + * Corrected default Serif font + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 29 Nov 2021 16:54:22 -0500 + +trisquel-desktop-common-data (10.0-1) nabia; urgency=medium + + * Setting wallpaper for nabia release + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 05 Oct 2021 10:38:25 -0500 + +trisquel-desktop-common-data (10.0) nabia; urgency=medium + + * Initial release for trisquel-desktop-common-data for nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 02 Oct 2021 00:56:27 -0500 + +trisquel-desktop-common-data (9.0-4) etiona; urgency=medium + + * Preserve triskel gtkrc files + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 19 Jul 2020 02:02:43 -0400 + +trisquel-desktop-common-data (9.0-3) etiona; urgency=medium + + * Mac is random by default on wifi scanning + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 12 May 2020 15:12:47 -0400 + +trisquel-desktop-common-data (9.0-2) etiona; urgency=medium + + * Corrected mistake in /etc/NetworkManager/conf.d/privacy-options.conf + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 11 May 2020 20:30:49 -0400 + +trisquel-desktop-common-data (9.0-1) etiona; urgency=medium + + * Added /etc/NetworkManager/conf.d/privacy-options.conf + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 11 May 2020 19:26:03 -0400 + +trisquel-desktop-common-data (9.0) etiona; urgency=medium + + * Initial release for etiona + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 10 May 2020 18:12:28 -0400 + +trisquel-desktop-common-data (8.0-13) flidas; urgency=medium + + * Corrected typo in gschema + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 16 Apr 2018 20:30:31 -0400 + +trisquel-desktop-common-data (8.0-12) flidas; urgency=medium + + * Added dependency on desktop-file-utils + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 03 Apr 2018 20:35:30 -0400 + +trisquel-desktop-common-data (8.0-11) flidas; urgency=medium + + * Updated references to wallpapers + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 18 Mar 2018 17:47:45 -0400 + +trisquel-desktop-common-data (8.0-10) flidas; urgency=medium + + * Removed deprecated custom wm scripts, replaced viewnor with eom + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 16 Mar 2018 22:22:10 -0400 + +trisquel-desktop-common-data (8.0-9) flidas; urgency=medium + + * Hide desktop icons in nautilus + * gthumb changed to viewnior + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 23 Dec 2017 22:08:10 -0500 + +trisquel-desktop-common-data (8.0-7) flidas; urgency=medium + + * Fixed keybinding schema for mate.Marco + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 09 Apr 2017 00:18:22 -0400 + +trisquel-desktop-common-data (8.0-6) flidas; urgency=medium + + * Added gsetting for Trisquel screensaver + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Apr 2017 21:23:47 -0400 + +trisquel-desktop-common-data (8.0-5) flidas; urgency=medium + + * Added /usr/share/mate/applications/mate-wm.desktop + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Apr 2017 21:06:18 -0400 + +trisquel-desktop-common-data (8.0-4) flidas; urgency=medium + + * Configured schemas for unity-greeter + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Apr 2017 20:39:05 -0400 + +trisquel-desktop-common-data (8.0-3) flidas; urgency=medium + + * Fixed schema for mate.Marco + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Apr 2017 17:32:59 -0400 + +trisquel-desktop-common-data (8.0-2) flidas; urgency=medium + + * Default wm in mate session to marco-compton + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Apr 2017 15:04:27 -0400 + +trisquel-desktop-common-data (8.0-1) flidas; urgency=medium + + * Added Mate settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 28 Nov 2016 22:44:39 -0500 + +trisquel-desktop-common-data (7.0-16) belenos; urgency=low + + * 7.0/trisquel-desktop-common-data Removed xscreensaver.desktop fixes + #12680 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 05 Nov 2014 17:02:17 +0100 + +trisquel-desktop-common-data (7.0-15) belenos; urgency=low + + * Set ibus trigger to Super+space, fixes #12004 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 30 Aug 2014 03:51:21 +0200 + +trisquel-desktop-common-data (7.0-14) belenos; urgency=low + + * Added divert for /etc/gtk-3.0/settings.ini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 30 Aug 2014 00:52:46 +0200 + +trisquel-desktop-common-data (7.0-13) belenos; urgency=low + + * Remove nm hack + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 08 Aug 2014 08:19:36 +0200 + +trisquel-desktop-common-data (7.0-12) belenos; urgency=low + + * Updated gsettings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 07 Aug 2014 04:49:02 +0200 + +trisquel-desktop-common-data (7.0-11) belenos; urgency=low + + * Added script to restart network-manager after suspend/hibernate + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 22 Jul 2014 21:31:20 +0200 + +trisquel-desktop-common-data (7.0-10) belenos; urgency=low + + * Updated gsettings for Belenos background + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 19 Jul 2014 03:01:19 +0200 + +trisquel-desktop-common-data (7.0-9) belenos; urgency=low + + * Hide ibus icon in gsettings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 09 Jul 2014 22:56:20 +0200 + +trisquel-desktop-common-data (7.0-8) belenos; urgency=low + + * Disable switch user entry in gnome menu + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 09 Jul 2014 00:12:22 +0200 + +trisquel-desktop-common-data (7.0-7) belenos; urgency=low + + * disable trisquel-wm-chooser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 14 Jun 2014 04:52:41 +0200 + +trisquel-desktop-common-data (7.0-6) belenos; urgency=low + + * Added mouse-button-modifier to gsettings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 21 May 2014 20:36:05 +0200 + +trisquel-desktop-common-data (7.0-5) belenos; urgency=low + + * Removed computer-icon-visible from gsettings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 21 May 2014 20:29:59 +0200 + +trisquel-desktop-common-data (7.0-4) belenos; urgency=low + + * Enable buttons in menus and buttons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 21 May 2014 03:51:30 +0200 + +trisquel-desktop-common-data (7.0-3) belenos; urgency=low + + * Updated gsettings + * Removed gnome-panel wrapper + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 28 Apr 2014 15:43:12 +0200 + +trisquel-desktop-common-data (7.0-2) belenos; urgency=low + + * Run nm-applet in gnome-panel wrapper script + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 17 Feb 2014 01:28:57 +0100 + +trisquel-desktop-common-data (7.0-1) belenos; urgency=low + + * Launch gnome-panel in the background + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 16 Feb 2014 04:58:13 +0100 + +trisquel-desktop-common-data (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:30 +0100 + +trisquel-desktop-common-data (6.0-6) toutatis; urgency=low + + * Moved 99_trisquel.gschema.override to 90_trisquel.gschema.override + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 28 Aug 2013 06:53:14 +0200 + +trisquel-desktop-common-data (6.0-5) belenos; urgency=low + + * Removed about-trisquel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 02 Mar 2013 05:17:20 +0100 + +trisquel-desktop-common-data (6.0-4) belenos; urgency=low + + * Changed font hinting to rgb + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 24 Feb 2013 17:30:15 +0100 + +trisquel-desktop-common-data (6.0-3) belenos; urgency=low + + * Updated gschema for new wallpaper + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 13 Feb 2013 05:02:37 +0100 + +trisquel-desktop-common-data (6.0-2) belenos; urgency=low + + * Updated trisquel-wm-chooser so it only runs compiz when 3D is + available + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 12 Feb 2013 03:10:28 +0100 + +trisquel-desktop-common-data (6.0-1) belenos; urgency=low + + * Added trisquel-wm-chooser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 12 Feb 2013 02:16:24 +0100 + +trisquel-desktop-common-data (6.0) toutatis; urgency=low + + * Final release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:34:00 +0100 + +trisquel-desktop-common-data (5.99-2) toutatis; urgency=low + + * Further configured compiz + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Nov 2012 22:55:47 +0100 + +trisquel-desktop-common-data (5.99-1) toutatis; urgency=low + + * Updated compiz settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Nov 2012 21:42:41 +0100 + +trisquel-desktop-common-data (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:25 +0200 + +trisquel-desktop-common-data (5.5) brigantia; urgency=low + + * Added evolution as calendar manager in + data/usr/share/gnome/applications/mimeapps.list + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 05 Apr 2012 03:03:03 +0200 + +trisquel-desktop-common-data (5.4-14) slaine; urgency=low + + * Updated for final brigantia artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 05 Apr 2012 02:33:55 +0200 + +trisquel-desktop-common-data (5.4-13) slaine; urgency=low + + * Added keybinding for run-command dialog as alt+f2 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 04 Apr 2012 18:24:52 +0200 + +trisquel-desktop-common-data (5.4-12) slaine; urgency=low + + * Removed metacity-compositing-helper.desktop because compositing + breaks vsync + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 04 Apr 2012 18:06:34 +0200 + +trisquel-desktop-common-data (5.4-11) slaine; urgency=low + + * Updated nautilus-folder-handler-extra.desktop to avoid open in file + manager showing twice in nautilus + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 04 Apr 2012 15:50:42 +0200 + +trisquel-desktop-common-data (5.4-10) slaine; urgency=low + + * Reenabled desktop locking + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 02 Apr 2012 01:48:21 +0200 + +trisquel-desktop-common-data (5.4-9) slaine; urgency=low + + * Removed session name and sound theme name glib schema overrides, as + they caused regressions + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 16 Mar 2012 10:14:28 +0100 + +trisquel-desktop-common-data (5.4-8) slaine; urgency=low + + * Disabled desktop locking + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Mar 2012 18:26:41 +0100 + +trisquel-desktop-common-data (5.4-7) slaine; urgency=low + + * Added a mime handler to fix abrowser not opening directories in + nautilus + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Mar 2012 18:20:38 +0100 + +trisquel-desktop-common-data (5.4-6) slaine; urgency=low + + * Added default settings for gnome-system-log + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Mar 2012 15:32:03 +0100 + +trisquel-desktop-common-data (5.4-5) slaine; urgency=low + + * Added glib schema overrides + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Mar 2012 00:49:20 +0100 + +trisquel-desktop-common-data (5.4-4) slaine; urgency=low + + * Added metacity-compositing-helper + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 19:32:48 +0100 + +trisquel-desktop-common-data (5.4-3) slaine; urgency=low + + * Added xscreensaver autostart script + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 03:46:38 +0100 + +trisquel-desktop-common-data (5.4-2) slaine; urgency=low + + * Updated default panel settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 02:00:23 +0100 + +trisquel-desktop-common-data (5.4-1) slaine; urgency=low + + * removed /usr/local/share/applications + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 28 Feb 2012 23:03:27 +0100 + +trisquel-desktop-common-data (5.4) slaine; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:13 +0100 + +trisquel-desktop-common-data (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:31:45 +0200 + +trisquel-desktop-common-data (4.99-5) slaine; urgency=low + + * Changed IceCat back to Abrowser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 08 Sep 2011 15:36:50 +0200 + +trisquel-desktop-common-data (4.99-4) slaine; urgency=low + + * Gconf xml tree moved to /usr/share/gconf/defaults value list file + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Aug 2011 01:22:36 +0200 + +trisquel-desktop-common-data (4.99-3) slaine; urgency=low + + * Removed Midori xdg file + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 01 Aug 2011 02:54:19 +0200 + +trisquel-desktop-common-data (4.99-2) slaine; urgency=low + + * Replaced Firefox with IceCat and OpenOffice.org with LibreOffice + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 27 Jul 2011 17:02:47 +0200 + +trisquel-desktop-common-data (4.99-1) slaine; urgency=low + + * Deleted exaile xdg config files + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 19 Jul 2011 17:18:20 +0200 + +trisquel-desktop-common-data (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:48:28 +0200 + +trisquel-desktop-common-data (4.5-4) slaine; urgency=low + + * Midori config modified for DDG + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 12 May 2011 20:46:04 +0200 + +trisquel-desktop-common-data (4.5-3) slaine; urgency=low + + * added /usr/lib/firefox-addons/searchplugins/trisquel-packages.xml + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 02 May 2011 17:12:17 +0200 + +trisquel-desktop-common-data (4.5-2) slaine; urgency=low + + * Added /apps/gdm/simple-greeter/logo_icon_name gcond entry + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 14 Apr 2011 21:39:04 +0200 + +trisquel-desktop-common-data (4.5-1) slaine; urgency=low + + * Changed defaults back to gthumb + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 23 Mar 2011 00:16:37 +0100 + +trisquel-desktop-common-data (4.5) slaine; urgency=low + + * Set liferea/trayicon-new-count=true in gconf + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 14 Mar 2011 23:28:54 +0100 + +trisquel-desktop-common-data (4.4.9-7) slaine; urgency=low + + * Set /apps/gwibber/preferences/autostart=false in gconf + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 09 Mar 2011 20:42:10 +0100 + +trisquel-desktop-common-data (4.4.9-6) slaine; urgency=low + + * removed indicator applet + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Mar 2011 17:29:53 +0100 + +trisquel-desktop-common-data (4.4.9-5) slaine; urgency=low + + * Network servers icon removed from desktop + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Mar 2011 01:55:55 +0100 + +trisquel-desktop-common-data (4.4.9-4) slaine; urgency=low + + * updated gconf settings for default applications + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Mar 2011 01:13:45 +0100 + +trisquel-desktop-common-data (4.4.9-3) slaine; urgency=low + + * updated gconf settings for default applications + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 25 Feb 2011 05:53:31 +0100 + +trisquel-desktop-common-data (4.4.9-2) slaine; urgency=low + + * Dropped pidgin skel config files + * Moved applications.menu to xdg dir + * moved mimeaps.list to /usr/share/gnome/applications + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 25 Feb 2011 03:03:04 +0100 + +trisquel-desktop-common-data (4.4.9-1) slaine; urgency=low + + * Updaded mime associations + * added software-properties-gtk to menu + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 24 Feb 2011 04:17:32 +0100 + +trisquel-desktop-common-data (4.4.9) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-desktop-common-data (4.0-3) taranis; urgency=low + + * Added missing divertion to replace OO.o extensions link to FSF's + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 27 Oct 2010 14:28:18 +0200 + +trisquel-desktop-common-data (4.0-2) taranis; urgency=low + + * Added gnome-mplayer gconf entry + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Sep 2010 18:53:29 +0200 + +trisquel-desktop-common-data (4.0-1) taranis; urgency=low + + * Added midori xdg config file + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 15 Sep 2010 23:19:33 +0200 + +trisquel-desktop-common-data (4.0) taranis; urgency=low + + * update-manager first-run message disabled via gconf + * Enabled gtk button icons and GNOME animations + * Disabled shotwell welcome dialog + * Transparent GNOME menu via compiz + * Added exaile global config file + * Enabled nautilus sidebar + * Enabled pixmap background for the panel + * Removed metacity transparency for inactive windows + * Fixed typo in gconf tree + * removed ubuntu-software-center.desktop + * gnome-panel gconf settings updated + * epiphany gconf entries updated + * several menu icons are now hidden in lxde + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2010 19:50:00 +0200 + +trisquel-desktop-common-data (3.5-3) awen; urgency=low + + * Gnome-app-install added as .desktop entry + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 17 Mar 2010 23:07:31 +0100 + +trisquel-desktop-common-data (3.5-2) awen; urgency=low + + * Top-left corner as "compiz show all all windows" + * Brasero moved to utilities + * Nautilus-burn hidden + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 17 Mar 2010 21:17:26 +0100 + +trisquel-desktop-common-data (3.5-1) awen; urgency=low + + * Tiff extension mapped to gthumb + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 03 Mar 2010 21:12:58 +0100 + +trisquel-desktop-common-data (3.5) awen; urgency=low + + * The panel is now transparent + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 25 Feb 2010 15:40:28 +0100 + +trisquel-desktop-common-data (3.4.9-1) awen; urgency=low + + * Applications menu updated + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 24 Feb 2010 00:10:19 +0100 + +trisquel-desktop-common-data (3.4.9) awen; urgency=low + + * Gnome panel browser link fixed + * Rhythmbox assigned for audio files + * Abrowser 3.5 moved to menu top + * Trisquel-about replaced with direct link + * Pidgin configured via skel + * Audacious outdated config file removed + * Droid serif set as default serif font + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 20 Feb 2010 18:20:08 +0100 + +trisquel-desktop-common-data (3.0-1) dwyn; urgency=low + + * Added gconf-tree postinst handler + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 03 Dec 2009 20:54:35 +0100 + +trisquel-desktop-common-data (3.0) dwyn; urgency=low + + * x-www-browser replaced with abrowser in desktop files + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 10 Sep 2009 02:57:56 +0200 + +trisquel-desktop-common-data (2.99-2) dwyn; urgency=low + + * update-notifier auto-launch disabled + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Mon, 29 Jun 2009 10:27:01 +0200 + +trisquel-desktop-common-data (2.99-1) dwyn; urgency=low + + * Tuned abrowser panel icon + * Tunel panel background + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Sun, 14 Jun 2009 23:52:46 +0200 + +trisquel-desktop-common-data (2.99) dwyn; urgency=low + + * Initial release for Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Fri, 12 Jun 2009 14:15:51 +0200 + +trisquel-desktop-common-data (2.1-11) robur; urgency=low + + * Added Trisquel search plugin + * Firefox config file moved to firefox-3.0 package + * Added Thunderbird config file + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 28 May 2009 12:03:17 +0200 + +trisquel-desktop-common-data (2.1-10) robur; urgency=low + + * default_plugin_disabled chain removed from Firefox config file + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Wed, 20 May 2009 13:38:27 +0200 + +trisquel-desktop-common-data (2.1-9) robur; urgency=low + + * Removed gconf-tree cleanup preinst script (regression) + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 14 May 2009 08:54:43 +0200 + +trisquel-desktop-common-data (2.1-8) robur; urgency=low + + * Added gconf-tree cleanup preinst script + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Tue, 12 May 2009 10:09:56 +0200 + +trisquel-desktop-common-data (2.1-7) robur; urgency=low + + * Ported from dpkg -b + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Mon, 11 May 2009 11:56:59 +0200 diff --git a/12.0/trisquel-desktop-common-data/debian/compat b/12.0/trisquel-desktop-common-data/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-desktop-common-data/debian/control b/12.0/trisquel-desktop-common-data/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..03b25c5329e96006d2f3ef772eea79dbc13f9658 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/control @@ -0,0 +1,17 @@ +Source: trisquel-desktop-common-data +Section: trisquel +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends-Indep: debhelper +Standards-Version: 3.5.9.0 + +Package: trisquel-desktop-common-data +Architecture: all +Priority: optional +Replaces: trisquel-desktop-common +Depends: desktop-file-utils +Description: Trisquel desktop metapackage - data files. + Virtual package providing a dependency list for Trisquel base installation. + Provides a X11 environment and a set of tools common to all Trisquel versions. + . + diff --git a/12.0/trisquel-desktop-common-data/debian/copyright b/12.0/trisquel-desktop-common-data/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..be5ca9d65f8b4d79b5693dc0e4ac5bcd50331939 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> + +Copyright (C) 2009 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-desktop-common-data/debian/postinst b/12.0/trisquel-desktop-common-data/debian/postinst new file mode 100755 index 0000000000000000000000000000000000000000..18deb8e3e6c24ec838abfdfb190944de7dba395c --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +echo Compiling glib schemas in /usr/share/glib-2.0/schemas +[ -f /usr/bin/glib-compile-schemas ] && /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas +echo Updating desktop database +[ -f /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database diff --git a/12.0/trisquel-desktop-common-data/debian/postrm b/12.0/trisquel-desktop-common-data/debian/postrm new file mode 100755 index 0000000000000000000000000000000000000000..5e5bd7acc9f1838361510609dae9072ef26cbb87 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/postrm @@ -0,0 +1,8 @@ +#!/bin/sh + +item="/etc/gtk-3.0/settings.ini" + +if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" -o abort-upgrade = "$1" ] +then + [ -f "$item"".ubuntu" ] && dpkg-divert --package trisquel-desktop-common-data --remove --rename --divert "$item"".ubuntu" "$item" +fi diff --git a/12.0/trisquel-desktop-common-data/debian/preinst b/12.0/trisquel-desktop-common-data/debian/preinst new file mode 100755 index 0000000000000000000000000000000000000000..0820f72504c0f0ad4e15fc7f6332be587824e556 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/preinst @@ -0,0 +1,22 @@ +#!/bin/sh + +item="/etc/gtk-3.0/settings.ini" + +grep -qi -e Trisquel -e Breeze $item && exit 0 || true +[ -f "$item"".ubuntu" ] && exit 0 || true + +dpkg-divert --package trisquel-desktop-common-data --add --rename --divert "$item"".ubuntu" "$item" + +cat << EOF > $item +[Settings] +gtk-theme-name = Trisquel +gtk-icon-theme-name = trisquel +gtk-fallback-icon-theme = gnome +gtk-sound-theme-name = Trisquel +gtk-menu-images=1 +gtk-button-images=1 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-icon-sizes = panel-menu-bar=24,24 +EOF + + diff --git a/12.0/trisquel-desktop-common-data/debian/prerm b/12.0/trisquel-desktop-common-data/debian/prerm new file mode 100755 index 0000000000000000000000000000000000000000..633001336551b0a14562c4942b9486da6df5b85c --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/prerm @@ -0,0 +1,11 @@ +#! /bin/sh + +set -e + + + +case "$1" in + remove) + update-alternatives --remove gdm-config-derivative /etc/xdg/trisquel/gdm/gdm.conf + ;; +esac diff --git a/12.0/trisquel-desktop-common-data/debian/rules b/12.0/trisquel-desktop-common-data/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..962d40c9a84893853165004d3a69e5896e433a09 --- /dev/null +++ b/12.0/trisquel-desktop-common-data/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2 | grep -v debhelper` + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel-dark/index.theme b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel-dark/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..30e3f6e78572c5f4e4df176a2633be5e1e6c4114 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel-dark/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Trisquel Dark +Type=X-GNOME-Metatheme +Comment=Trisquel 10.x Dark Theme, based on Greybird-dark + +[X-GNOME-Metatheme] +GtkTheme=Trisquel-dark +MetacityTheme=Trisquel-dark +IconTheme=trisquel +CursorTheme=mate diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel-dark/metacity-1 b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel-dark/metacity-1 new file mode 120000 index 0000000000000000000000000000000000000000..002825c9bee6d036b237192f9028be86d77e73d5 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel-dark/metacity-1 @@ -0,0 +1 @@ +../Trisquel/metacity-1/ \ No newline at end of file diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/index.theme b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..062e55c1ecc262bce17aa58133545a34a960db06 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Trisquel +Type=X-GNOME-Metatheme +Comment=Trisquel 10.x Theme, based on Greybird + +[X-GNOME-Metatheme] +GtkTheme=Trisquel +MetacityTheme=Trisquel +IconTheme=trisquel +CursorTheme=mate diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus-none.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus-none.svg new file mode 100644 index 0000000000000000000000000000000000000000..696f3969fb74a84860714a8f148a743555f4319f --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus-none.svg @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="16" + height="21" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="close-focus-none.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata11"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:window-height="706" + inkscape:window-width="640" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="false" + inkscape:zoom="23.714286" + inkscape:cx="8" + inkscape:cy="10.5" + inkscape:window-x="399" + inkscape:window-y="49" + inkscape:current-layer="svg2" /> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="6.93082" + y1="7.8435774" + x2="11.170083" + y2="12.08284" + id="linearGradient2388" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,10.12132,-2.4350288)" /> + </defs> + <path + d="M 7.9701822,10.555969 L 10.5,8 L 12,9.5 L 9.4014345,11.987221 L 12,14.5 L 10.5,16 L 7.987221,13.401435 L 5.5,16 L 4,14.5 L 6.5857864,12 L 4,9.5 L 5.5,8 L 7.9701822,10.555969 z" + id="path2398" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 7.9701822,9.5559687 L 10.5,7 L 12,8.5 L 9.4014345,10.987221 L 12,13.5 L 10.5,15 L 7.987221,12.401435 L 5.5,15 L 4,13.5 L 6.5857864,11 L 4,8.5 L 5.5,7 L 7.9701822,9.5559687 z" + id="path2386" + style="opacity:0.2;fill:url(#linearGradient2388);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus-normal.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus-normal.svg new file mode 100644 index 0000000000000000000000000000000000000000..628bb211c0c3c12bcc6b17e1388ba7ed103bb869 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus-normal.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="16" + height="21" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.47pre4 r22446" + sodipodi:docname="close-focus-normal2.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata13"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:window-height="744" + inkscape:window-width="1126" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="23.714286" + inkscape:cx="1.4849398" + inkscape:cy="10.521084" + inkscape:window-x="399" + inkscape:window-y="49" + inkscape:current-layer="svg2" + inkscape:window-maximized="0"> + <sodipodi:guide + orientation="0,1" + position="13.03012,12.987952" + id="guide2388" /> + <sodipodi:guide + orientation="0,1" + position="14.168675,7" + id="guide2390" /> + </sodipodi:namedview> + <defs + id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 10.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="16 : 10.5 : 1" + inkscape:persp3d-origin="8 : 7 : 1" + id="perspective14" /> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + offset="0" + style="stop-color:#000000;stop-opacity:1" /> + <stop + id="stop3591-7-4" + offset="1" + style="stop-color:#515151;stop-opacity:1" /> + </linearGradient> + <linearGradient + x1="6.93082" + y1="7.8435774" + x2="11.170083" + y2="12.08284" + id="linearGradient2388" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,10.12132,-2.4350288)" /> + </defs> + <path + d="M 7.9701822,10.555969 10.5,8 12,9.5 9.4014345,11.987221 12,14.5 10.5,16 7.987221,13.401435 5.5,16 4,14.5 6.5857864,12 4,9.5 5.5,8 7.9701822,10.555969 z" + id="path2398" + style="opacity:0.85;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 7.9701822,9.5559687 L 10.5,7 L 12,8.5 L 9.4014345,10.987221 L 12,13.5 L 10.5,15 L 7.987221,12.401435 L 5.5,15 L 4,13.5 L 6.5857864,11 L 4,8.5 L 5.5,7 L 7.9701822,9.5559687 z" + id="path2386" + style="opacity:0.40000000000000002;fill:url(#linearGradient2388);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus.svg new file mode 100644 index 0000000000000000000000000000000000000000..8d46f450ed567068aaddb338dadb58dc96fe6dd7 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-focus.svg @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="16" + height="21" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="close-focus.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata11"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:window-height="706" + inkscape:window-width="640" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="23.714286" + inkscape:cx="8.0000001" + inkscape:cy="10.623976" + inkscape:window-x="399" + inkscape:window-y="49" + inkscape:current-layer="svg2"> + <sodipodi:guide + orientation="0,1" + position="12.650602,12.987952" + id="guide2386" /> + <sodipodi:guide + orientation="0,1" + position="14.253012,7" + id="guide2388" /> + <inkscape:grid + type="xygrid" + id="grid2387" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="7.0799088" + y1="7.6944885" + x2="11.317808" + y2="11.932388" + id="linearGradient2388" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,10.12132,-2.4350288)" /> + </defs> + <path + d="M 7.9701822,10.555969 L 10.5,8 L 12,9.5 L 9.4014345,11.987221 L 12,14.5 L 10.5,16 L 7.987221,13.401435 L 5.5,16 L 4,14.5 L 6.5857864,12 L 4,9.5 L 5.5,8 L 7.9701822,10.555969 z" + id="path2398" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 7.9701822,9.5559687 L 10.5,7 L 12,8.5 L 9.4014345,10.987221 L 12,13.5 L 10.5,15 L 7.987221,12.401435 L 5.5,15 L 4,13.5 L 6.5857864,11 L 4,8.5 L 5.5,7 L 7.9701822,9.5559687 z" + id="path2386" + style="opacity:0.59999999999999998;fill:url(#linearGradient2388);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-pressed.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-pressed.svg new file mode 100644 index 0000000000000000000000000000000000000000..cda07f0e9090fceac2853a9293fd56a663dcbdf9 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/close-pressed.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + x1="7.0799088" + y1="7.6944885" + x2="11.317808" + y2="11.932388" + id="linearGradient2388" + xlink:href="#linearGradient2402" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,10.12132,-2.4350288)" /> + <linearGradient + id="linearGradient2402"> + <stop + id="stop2404" + style="stop-color:#4d86b2;stop-opacity:1" + offset="0" /> + <stop + id="stop2406" + style="stop-color:#8ab9dd;stop-opacity:1" + offset="1" /> + </linearGradient> + </defs> + <path + d="M 7.9701822,10.555969 L 10.5,8 L 12,9.5 L 9.4014345,11.987221 L 12,14.5 L 10.5,16 L 7.987221,13.401435 L 5.5,16 L 4,14.5 L 6.5857864,12 L 4,9.5 L 5.5,8 L 7.9701822,10.555969 z" + id="path2398" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 7.9701822,9.5559687 L 10.5,7 L 12,8.5 L 9.4014345,10.987221 L 12,13.5 L 10.5,15 L 7.987221,12.401435 L 5.5,15 L 4,13.5 L 6.5857864,11 L 4,8.5 L 5.5,7 L 7.9701822,9.5559687 z" + id="path2386" + style="opacity:1;fill:url(#linearGradient2388);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_close.png b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_close.png new file mode 100644 index 0000000000000000000000000000000000000000..b0d0bcb93daa379855189fda5265aaaa8cb3583e Binary files /dev/null and b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_close.png differ diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_maximize.png b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_maximize.png new file mode 100644 index 0000000000000000000000000000000000000000..6c76333c6ada3507e77145321f32096fc9e3a040 Binary files /dev/null and b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_maximize.png differ diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_menu.png b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..3d75546acd0ae44efab36c205b128c8362eb11bf Binary files /dev/null and b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_menu.png differ diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_minimize.png b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_minimize.png new file mode 100644 index 0000000000000000000000000000000000000000..aa56b0babb7c78aa086dd5880f1608ea4fc5b93f Binary files /dev/null and b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_minimize.png differ diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_restore.png b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_restore.png new file mode 100644 index 0000000000000000000000000000000000000000..a749b089e21f97fd7fa6854c8cb413e705cd1432 Binary files /dev/null and b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/icon_restore.png differ diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus-none.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus-none.svg new file mode 100644 index 0000000000000000000000000000000000000000..9254beec5265934e1e55e8c5164277550b02103c --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus-none.svg @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="16" + height="21" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="max-focus-none.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata11"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:window-height="706" + inkscape:window-width="640" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="false" + inkscape:zoom="23.714286" + inkscape:cx="1.4638554" + inkscape:cy="10.5" + inkscape:window-x="399" + inkscape:window-y="49" + inkscape:current-layer="svg2" /> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + </defs> + <path + d="M 6.95783,11 L 6.95783,8 L 8.98193,8 L 8.98193,11 L 12,11 L 12,13 L 8.98193,13 L 8.98193,16 L 7,16 L 7,13 L 4,13 L 4,11 L 6.95783,11 z" + id="path3195" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 6.9578313,10 L 6.9578313,7 L 8.9819277,7 L 8.9819277,10 L 12,10 L 12,12 L 8.9819277,12 L 8.9819277,15 L 7,15 L 7,12 L 4,12 L 4,10 L 6.9578313,10 z" + id="path3185" + style="opacity:0.2;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus-normal.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus-normal.svg new file mode 100644 index 0000000000000000000000000000000000000000..5b84fd8edd092912beeb5aea8574ee608b84d96c --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus-normal.svg @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="16" + height="21" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="max-no-focus.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/daniel/Downloads/egtk/metacity-1/max-no-focus.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <metadata + id="metadata15"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:window-height="779" + inkscape:window-width="1440" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#cfcfcf" + id="base" + showgrid="false" + inkscape:zoom="1" + inkscape:cx="8" + inkscape:cy="10.5" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:current-layer="svg2" /> + <defs + id="defs4"> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient3193" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3587-6-5" + id="linearGradient2390" + gradientUnits="userSpaceOnUse" + x1="8" + y1="8" + x2="8" + y2="14" /> + </defs> + <path + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path3195" + d="M 6.95783,11 L 6.95783,8 L 8.98193,8 L 8.98193,11 L 12,11 L 12,13 L 8.98193,13 L 8.98193,16 L 7,16 L 7,13 L 4,13 L 4,11 L 6.95783,11 z" + sodipodi:nodetypes="ccccccccccccc" /> + <path + style="opacity:0.4;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path3185" + d="M 6.9578313,10 L 6.9578313,7 L 8.9819277,7 L 8.9819277,10 L 12,10 L 12,12 L 8.9819277,12 L 8.9819277,15 L 7,15 L 7,12 L 4,12 L 4,10 L 6.9578313,10 z" + sodipodi:nodetypes="ccccccccccccc" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus.svg new file mode 100644 index 0000000000000000000000000000000000000000..781655834b45cc5027f55f3e514e3246e1da062f --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-focus.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + </defs> + <path + d="M 6.95783,11 L 6.95783,8 L 8.98193,8 L 8.98193,11 L 12,11 L 12,13 L 8.98193,13 L 8.98193,16 L 7,16 L 7,13 L 4,13 L 4,11 L 6.95783,11 z" + id="path3195" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 6.9578313,10 L 6.9578313,7 L 8.9819277,7 L 8.9819277,10 L 12,10 L 12,12 L 8.9819277,12 L 8.9819277,15 L 7,15 L 7,12 L 4,12 L 4,10 L 6.9578313,10 z" + id="path3185" + style="opacity:0.6;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-pressed.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-pressed.svg new file mode 100644 index 0000000000000000000000000000000000000000..e55772ca429ebb7bdb7dcddd22e1edc9b2aec11f --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/max-pressed.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#4d86b2;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#8ab9dd;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + </defs> + <path + d="M 6.95783,11 L 6.95783,8 L 8.98193,8 L 8.98193,11 L 12,11 L 12,13 L 8.98193,13 L 8.98193,16 L 7,16 L 7,13 L 4,13 L 4,11 L 6.95783,11 z" + id="path3195" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 6.9578313,10 L 6.9578313,7 L 8.9819277,7 L 8.9819277,10 L 12,10 L 12,12 L 8.9819277,12 L 8.9819277,15 L 7,15 L 7,12 L 4,12 L 4,10 L 6.9578313,10 z" + id="path3185" + style="opacity:1;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus-none.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus-none.svg new file mode 100644 index 0000000000000000000000000000000000000000..bdccb69f4bbdb1862033c517c3e615eade140a73 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus-none.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="14.693429" + y1="0.66082227" + x2="18.178385" + y2="4.1457782" + id="linearGradient2409" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7055622,0.8507333,-0.7055622,0.8507333,-3.5581965,-4.0623726)" /> + </defs> + <path + d="M 4,10 L 12,10 L 7.8532107,15 L 4,10 z" + id="path2411" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 4,9 L 12,9 L 7.8532107,14 L 4,9 z" + id="path2407" + style="opacity:0.2;fill:url(#linearGradient2409);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus-normal.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus-normal.svg new file mode 100644 index 0000000000000000000000000000000000000000..277f0b0a318f1609ac8930d81598a47f6a6e16a4 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus-normal.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="14.693429" + y1="0.66082227" + x2="18.178385" + y2="4.1457782" + id="linearGradient2409" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7055622,0.8507333,-0.7055622,0.8507333,-3.5581965,-4.0623726)" /> + </defs> + <path + d="M 4,10 L 12,10 L 7.8532107,15 L 4,10 z" + id="path2411" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 4,9 L 12,9 L 7.8532107,14 L 4,9 z" + id="path2407" + style="opacity:0.4;fill:url(#linearGradient2409);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus.svg new file mode 100644 index 0000000000000000000000000000000000000000..74fb5fd3de4173e64ad265ee2e1b3803708441dc --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-focus.svg @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="7.0799088" + y1="7.6944885" + x2="11.317808" + y2="11.932388" + id="linearGradient2401" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,10.12132,-2.4350288)" /> + <linearGradient + x1="14.693429" + y1="0.66082227" + x2="18.178385" + y2="4.1457782" + id="linearGradient2409" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7055622,0.8507333,-0.7055622,0.8507333,-3.5581965,-4.0623726)" /> + </defs> + <path + d="M 4,10 L 12,10 L 7.8532107,15 L 4,10 z" + id="path2411" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 4,9 L 12,9 L 7.8532107,14 L 4,9 z" + id="path2407" + style="opacity:0.6;fill:url(#linearGradient2409);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-pressed.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-pressed.svg new file mode 100644 index 0000000000000000000000000000000000000000..b48395d6d5af7870af8795f263c1428ce046f8ee --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/menu-pressed.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + x1="14.693429" + y1="0.66082227" + x2="18.178385" + y2="4.1457782" + id="linearGradient2409" + xlink:href="#linearGradient2402" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7055622,0.8507333,-0.7055622,0.8507333,-3.5581965,-4.0623726)" /> + <linearGradient + id="linearGradient2402"> + <stop + id="stop2404" + style="stop-color:#4d86b2;stop-opacity:1" + offset="0" /> + <stop + id="stop2406" + style="stop-color:#8ab9dd;stop-opacity:1" + offset="1" /> + </linearGradient> + </defs> + <path + d="M 4,10 L 12,10 L 7.8532107,15 L 4,10 z" + id="path2411" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 4,9 L 12,9 L 7.8532107,14 L 4,9 z" + id="path2407" + style="opacity:1;fill:url(#linearGradient2409);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/metacity-theme-1.xml b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/metacity-theme-1.xml new file mode 100644 index 0000000000000000000000000000000000000000..779f1f1a5e98c1e6c7a9e61d43a63bcc45c3dedb --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/metacity-theme-1.xml @@ -0,0 +1,559 @@ +<?xml version="1.0"?> + +<metacity_theme> + +<info> +<!-- + Copyright (C) 2008,2009,2010 Rubén RodrÃguez <ruben@trisquel.info> + Copyright (C) 2009 Zac Barton + Copyright (C) 2008 Saverio Russo + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + This theme uses some code from the Conte theme by Saverio Russo + http://www.gnome-look.org/content/show.php/Conte?content=94555 + and from Unified by Zac Barton + http://gnome-look.org/content/show.php/Unified?content=121728 +--> + <name>Trisquel Metacity Theme</name> + <author>Rubén RodrÃguez</author> + <copyright>Rubén RodrÃguez, 2008,2009,2010</copyright> + <date>Jun. 20, 2010</date> + <description>Trisquel metacity theme</description> +</info> + +<!--### GEOMETRY ###--> + +<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false" title_scale="medium"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="5"/> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="4"/> + <distance name="button_width" value="20"/> + <distance name="button_height" value="20"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="4" right="4" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="5"/> +</frame_geometry> + +<frame_geometry name="normal-maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false" title_scale="medium" parent="normal"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="3"/> + <distance name="right_titlebar_edge" value="2"/> +</frame_geometry> + +<frame_geometry name="utility" title_scale="small" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> + <distance name="left_titlebar_edge" value="2"/> + <distance name="right_titlebar_edge" value="2"/> + <distance name="button_width" value="18"/> + <distance name="button_height" value="14"/> + <distance name="title_vertical_pad" value="2"/> + <border name="title_border" left="2" right="2" top="2" bottom="2"/> + <border name="button_border" left="1" right="1" top="3" bottom="2"/> +</frame_geometry> + +<frame_geometry name="border" has_title="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="2"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="4"/> + <border name="title_border" left="0" right="0" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> +</frame_geometry> + +<!--### TITLE TEXT ###--> + +<draw_ops name="title-text-focused"> + <!-- Title shade --> + <title color="shade/gtk:bg[NORMAL]/1.1" x="1" y="((height-title_height)/2)+1"/> + <!-- Title --> + <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.3" x="1" y="(height-title_height)/2"/> +</draw_ops> + +<draw_ops name="title-text-unfocused"> + <!-- Title shade --> + <title color="shade/gtk:bg[NORMAL]/1.05" x="1" y="((height-title_height)/2)+1"/> + <!-- Title --> + <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6" x="1" y="(height-title_height)/2"/> +</draw_ops> + +<!--### WINDOW BASE ###--> + +<draw_ops name="blank"> + <!-- Nothing --> +</draw_ops> + +<draw_ops name="base-flat-active"> + <!-- Focused Window Background --> + <tint color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" alpha="1.0"/> +</draw_ops> + +<draw_ops name="base-flat-inactive"> + <!-- Unfocused Window Background --> + <tint color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" alpha="0.8"/> +</draw_ops> + +<draw_ops name="base-gradient-active"> + <!-- Focused Gradient Fill --> + <gradient type="vertical" x="0" y="0" width="width" height="height" alpha="1.0"> + <color value="shade/gtk:bg[NORMAL]/1.04"/> + <color value="gtk:bg[NORMAL]"/> + </gradient> +</draw_ops> + +<draw_ops name="base-gradient-inactive"> + <!-- Unfocused Gradient Fill --> + <gradient type="vertical" x="0" y="0" width="width" height="height" alpha="1.0"> + <color value="shade/gtk:bg[NORMAL]/1.04"/> + <!--gradient type="vertical" x="0" y="0" width="width" height="height" alpha="0.8"> + <color value="shade/gtk:bg[NORMAL]/0.90"/> + <color value="shade/gtk:bg[NORMAL]/0.97"/--> + <color value="gtk:bg[NORMAL]"/> + </gradient> + <line color="shade/gtk:bg[NORMAL]/1.5" x1="0" y1="1" x2="width" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.06" x1="0" y1="2" x2="width" y2="2"/> +</draw_ops> + +<draw_ops name="base-outline"> + <!-- Rectangular Outer Border --> + <rectangle color="shade/gtk:bg[NORMAL]/0.8" x="0" y="0" width="width-1" height="height-1" filled="false"/> +</draw_ops> + +<draw_ops name="base-inline"> + <!-- Top border SPECIAL HIGHLIGHT 1.25 --> + <line color="shade/gtk:bg[NORMAL]/1.5" x1="0" y1="1" x2="width" y2="1"/> + <line color="shade/gtk:bg[NORMAL]/1.06" x1="0" y1="2" x2="width" y2="2"/> +</draw_ops> + +<!--### WINDOW PIECES ###--> + +<draw_ops name="title-focused"> + <include name="base-gradient-active"/> +</draw_ops> + +<draw_ops name="title-unfocused"> + <include name="base-gradient-inactive"/> +</draw_ops> + +<draw_ops name="title-maximized-focused"> + <include name="base-gradient-active"/> +</draw_ops> + +<draw_ops name="title-maximized-unfocused"> + <include name="base-gradient-inactive"/> +</draw_ops> + +<draw_ops name="title-shade-focused"> + <include name="base-gradient-active"/> +</draw_ops> + +<draw_ops name="title-shade-unfocused"> + <include name="base-gradient-inactive"/> +</draw_ops> + +<draw_ops name="left-edge-focused"> + <include name="base-flat-active"/> +</draw_ops> + +<draw_ops name="left-edge-unfocused"> + <include name="base-flat-inactive"/> +</draw_ops> + +<draw_ops name="right-edge-focused"> + <include name="base-flat-active"/> +</draw_ops> + +<draw_ops name="right-edge-unfocused"> + <include name="base-flat-inactive"/> +</draw_ops> + +<draw_ops name="bottom-edge-focused"> + <include name="base-flat-active"/> +</draw_ops> + +<draw_ops name="bottom-edge-unfocused"> + <include name="base-flat-inactive"/> +</draw_ops> + +<draw_ops name="border-rounded-double"> + <include name="base-outline"/> +</draw_ops> + +<draw_ops name="border-rounded-double-highlight"> + <include name="base-inline"/> + <include name="base-outline"/> +</draw_ops> + +<draw_ops name="border-rounded-single"> + <include name="base-outline"/> +</draw_ops> + +<draw_ops name="border-rounded-single-highlight"> + <include name="base-inline"/> + <include name="base-outline"/> +</draw_ops> + +<draw_ops name="border-squared"> + <include name="base-outline"/> +</draw_ops> + +<draw_ops name="border-squared-highlight"> + <include name="base-inline"/> + <include name="base-outline"/> +</draw_ops> + +<draw_ops name="border-maximized"> + <!-- Top border --> + <!--line color="shade/gtk:bg[NORMAL]/0.65" x1="0" y1="0" x2="width-1" y2="0"/--> + <!-- Bottom border --> + <line color="shade/gtk:bg[NORMAL]/0.65" x1="0" y1="height-1" x2="width-1" y2="height-1"/> +</draw_ops> + +<draw_ops name="border-maximized-highlight"> + <!-- Top border SPECIAL HIGHLIGHT 1.25 --> + <!-- Include unfocused maximized border --> + <include name="border-maximized"/> +</draw_ops> + + +<!--### BUTTONS ###--> + +<!-- Close Button --> +<draw_ops name="button-close"> + <image filename="close-focus-normal.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-close-pressed"> + <image filename="close-pressed.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-close-hover"> + <image filename="close-focus.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-close-ia"> + <image filename="close-focus-none.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<!-- Minimize Button --> +<draw_ops name="button-minimize"> + <image filename="min-focus-normal.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> + +</draw_ops> + +<draw_ops name="button-minimize-pressed"> + <image filename="min-pressed.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-minimize-hover"> + <image filename="min-focus.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-minimize-ia"> + <image filename="min-focus-none.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<!-- Maximize Button --> +<draw_ops name="button-maximize"> + <image filename="max-focus-normal.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-maximize-pressed"> + <image filename="max-pressed.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-maximize-hover"> + <image filename="max-focus.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-maximize-ia"> + <image filename="max-focus-none.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<!-- Unmaximize Button --> +<draw_ops name="button-unmaximize"> + <image filename="max-focus-normal.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-unmaximize-pressed"> + <image filename="max-pressed.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-unmaximize-hover"> + <image filename="max-focus.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<draw_ops name="button-unmaximize-ia"> + <image filename="max-focus-none.svg" + x="(width - object_width) / 2 +1" + y="(height - object_height) / 2 +2" + width="object_width" + height="object_height"/> +</draw_ops> + +<!-- Menu Button --> +<draw_ops name="button-menu"> + <icon x="2" y="4" width="width-4" height="height-4"/> +</draw_ops> + +<draw_ops name="button-menu-pressed"> + <icon x="2" y="4" width="width-4" height="height-4"/> +</draw_ops> + +<draw_ops name="button-menu-hover"> + <icon x="2" y="4" width="width-4" height="height-4"/> +</draw_ops> + +<draw_ops name="button-menu-ia"> + <icon x="2" y="4" width="width-4" height="height-4"/> +</draw_ops> + + +<!--### APPLY STYLE ###--> + +<frame_style name="normal-focused" geometry="normal"> + <piece position="titlebar" draw_ops="title-focused"/> + <piece position="left_edge" draw_ops="left-edge-focused"/> + <piece position="right_edge" draw_ops="right-edge-focused"/> + <piece position="bottom_edge" draw_ops="bottom-edge-focused"/> + <piece position="title" draw_ops="title-text-focused"/> + <piece position="overlay" draw_ops="border-rounded-double-highlight"/> + <button function="close" state="normal" draw_ops="button-close"/> + <button function="close" state="prelight" draw_ops="button-close-hover"/> + <button function="close" state="pressed" draw_ops="button-close-pressed"/> + <button function="minimize" state="normal" draw_ops="button-minimize"/> + <button function="minimize" state="prelight" draw_ops="button-minimize-hover"/> + <button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> + <button function="maximize" state="normal" draw_ops="button-maximize"/> + <button function="maximize" state="prelight" draw_ops="button-maximize-hover"/> + <button function="maximize" state="pressed" draw_ops="button-maximize-pressed"/> + <button function="menu" state="normal" draw_ops="button-menu"/> + <button function="menu" state="prelight" draw_ops="button-menu-hover"/> + <button function="menu" state="pressed" draw_ops="button-menu-pressed"/> +</frame_style> + +<frame_style name="normal-unfocused" geometry="normal"> + <piece position="titlebar" draw_ops="title-unfocused"/> + <piece position="left_edge" draw_ops="left-edge-unfocused"/> + <piece position="right_edge" draw_ops="right-edge-unfocused"/> + <piece position="bottom_edge" draw_ops="bottom-edge-unfocused"/> + <piece position="title" draw_ops="title-text-unfocused"/> + <piece position="overlay" draw_ops="border-rounded-double"/> + <button function="close" state="normal" draw_ops="button-close-ia"/> + <button function="close" state="prelight" draw_ops="button-close-hover"/> + <button function="close" state="pressed" draw_ops="button-close-pressed"/> + <button function="minimize" state="normal" draw_ops="button-minimize-ia"/> + <button function="minimize" state="prelight" draw_ops="button-minimize-hover"/> + <button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> + <button function="maximize" state="normal" draw_ops="button-maximize-ia"/> + <button function="maximize" state="prelight" draw_ops="button-maximize-hover"/> + <button function="maximize" state="pressed" draw_ops="button-maximize-pressed"/> + <button function="menu" state="normal" draw_ops="button-menu-ia"/> + <button function="menu" state="prelight" draw_ops="button-menu-hover"/> + <button function="menu" state="pressed" draw_ops="button-menu-pressed"/> +</frame_style> + +<frame_style name="normal-shaded-focused" geometry="normal" parent="normal-focused"> + <piece position="titlebar" draw_ops="title-shade-focused"/> +</frame_style> + +<frame_style name="normal-shaded-unfocused" geometry="normal" parent="normal-unfocused"> + <piece position="titlebar" draw_ops="title-shade-unfocused"/> +</frame_style> + +<frame_style name="normal-maximized-focused" geometry="normal-maximized"> + <piece position="titlebar" draw_ops="title-maximized-focused"/> + <piece position="left_edge" draw_ops="left-edge-focused"/> + <piece position="right_edge" draw_ops="right-edge-focused"/> + <piece position="bottom_edge" draw_ops="bottom-edge-focused"/> + <piece position="title" draw_ops="title-text-focused"/> + <piece position="overlay" draw_ops="border-maximized-highlight"/> + <button function="close" state="normal" draw_ops="button-close"/> + <button function="close" state="prelight" draw_ops="button-close-hover"/> + <button function="close" state="pressed" draw_ops="button-close-pressed"/> + <button function="minimize" state="normal" draw_ops="button-minimize"/> + <button function="minimize" state="prelight" draw_ops="button-minimize-hover"/> + <button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> + <button function="maximize" state="normal" draw_ops="button-unmaximize"/> + <button function="maximize" state="prelight" draw_ops="button-unmaximize-hover"/> + <button function="maximize" state="pressed" draw_ops="button-unmaximize-pressed"/> + <button function="menu" state="normal" draw_ops="button-menu"/> + <button function="menu" state="prelight" draw_ops="button-menu-hover"/> + <button function="menu" state="pressed" draw_ops="button-menu-pressed"/> +</frame_style> + +<frame_style name="normal-maximized-unfocused" geometry="normal-maximized"> + <piece position="titlebar" draw_ops="title-maximized-unfocused"/> + <piece position="left_edge" draw_ops="left-edge-unfocused"/> + <piece position="right_edge" draw_ops="right-edge-unfocused"/> + <piece position="bottom_edge" draw_ops="bottom-edge-unfocused"/> + <piece position="title" draw_ops="title-text-unfocused"/> + <piece position="overlay" draw_ops="border-maximized"/> + <button function="close" state="normal" draw_ops="button-close-ia"/> + <button function="close" state="prelight" draw_ops="button-close-hover"/> + <button function="close" state="pressed" draw_ops="button-close-pressed"/> + <button function="minimize" state="normal" draw_ops="button-minimize-ia"/> + <button function="minimize" state="prelight" draw_ops="button-minimize-hover"/> + <button function="minimize" state="pressed" draw_ops="button-minimize-pressed"/> + <button function="maximize" state="normal" draw_ops="button-unmaximize-ia"/> + <button function="maximize" state="prelight" draw_ops="button-unmaximize-hover"/> + <button function="maximize" state="pressed" draw_ops="button-unmaximize-pressed"/> + <button function="menu" state="normal" draw_ops="button-menu-ia"/> + <button function="menu" state="prelight" draw_ops="button-menu-hover"/> + <button function="menu" state="pressed" draw_ops="button-menu-pressed"/> +</frame_style> + +<frame_style name="normal-shaded-maximized-focused" geometry="normal-maximized" parent="normal-maximized-focused"> + <piece position="titlebar" draw_ops="title-shade-focused"/> +</frame_style> + +<frame_style name="normal-shaded-maximized-unfocused" geometry="normal-maximized" parent="normal-maximized-unfocused"> + <piece position="titlebar" draw_ops="title-shade-unfocused"/> +</frame_style> + +<frame_style name="utility-focused" geometry="utility" parent="normal-focused"> + <piece position="title" draw_ops="title-text-focused"/> + <piece position="overlay" draw_ops="border-squared-highlight"/> +</frame_style> + +<frame_style name="utility-unfocused" geometry="utility" parent="normal-unfocused"> + <piece position="title" draw_ops="title-text-unfocused"/> + <piece position="overlay" draw_ops="border-squared"/> +</frame_style> + +<frame_style name="border" geometry="border" parent="normal-unfocused"> + <piece position="entire_background" draw_ops="blank"/> + <piece position="title" draw_ops="blank"/> +</frame_style> + + +<frame_style_set name="normal"> + <frame focus="yes" state="normal" resize="both" style="normal-focused"/> + <frame focus="no" state="normal" resize="both" style="normal-unfocused"/> + <frame focus="yes" state="maximized" style="normal-maximized-focused"/> + <frame focus="no" state="maximized" style="normal-maximized-unfocused"/> + <frame focus="yes" state="shaded" style="normal-shaded-focused"/> + <frame focus="no" state="shaded" style="normal-shaded-unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="normal-shaded-maximized-focused"/> + <frame focus="no" state="maximized_and_shaded" style="normal-shaded-maximized-unfocused"/> +</frame_style_set> + + +<frame_style_set name="utility" parent="normal"> + <frame focus="yes" state="normal" resize="both" style="utility-focused"/> + <frame focus="no" state="normal" resize="both" style="utility-unfocused"/> + <!-- this is a bunch of crack since utility windows shouldn't be maximized --> + <frame focus="yes" state="maximized" style="utility-focused"/> + <frame focus="no" state="maximized" style="utility-unfocused"/> + <frame focus="yes" state="shaded" style="normal-focused"/> + <frame focus="no" state="shaded" style="normal-unfocused"/> + <frame focus="yes" state="maximized_and_shaded" style="utility-focused"/> + <frame focus="no" state="maximized_and_shaded" style="utility-unfocused"/> +</frame_style_set> + +<frame_style_set name="border"> + <frame focus="yes" state="normal" resize="both" style="border"/> + <frame focus="no" state="normal" resize="both" style="border"/> + <frame focus="yes" state="maximized" style="border"/> + <frame focus="no" state="maximized" style="border"/> + <frame focus="yes" state="shaded" style="border"/> + <frame focus="no" state="shaded" style="border"/> + <frame focus="yes" state="maximized_and_shaded" style="border"/> + <frame focus="no" state="maximized_and_shaded" style="border"/> +</frame_style_set> + +<window type="normal" style_set="normal"/> +<window type="dialog" style_set="normal"/> +<window type="modal_dialog" style_set="normal"/> +<window type="menu" style_set="normal"/> +<window type="utility" style_set="utility"/> +<window type="border" style_set="normal"/> + +<menu_icon function="close" state="normal" draw_ops="button-close"/> +<menu_icon function="maximize" state="normal" draw_ops="button-maximize"/> +<menu_icon function="unmaximize" state="normal" draw_ops="button-unmaximize"/> +<menu_icon function="minimize" state="normal" draw_ops="button-minimize"/> + +</metacity_theme> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus-none.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus-none.svg new file mode 100644 index 0000000000000000000000000000000000000000..acb663b21dfdd2fa839366bb764802eda2205a35 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus-none.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + </defs> + <path + d="M 12,11 L 12,13 L 4,13 L 4,11 L 12,11 z" + id="path3195" + style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 12,10 L 12,12 L 4,12 L 4,10 L 12,10 z" + id="path3185" + style="opacity:0.2;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus-normal.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus-normal.svg new file mode 100644 index 0000000000000000000000000000000000000000..badb790fc92d45c3b52003e7549ab35ea038247a --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus-normal.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + </defs> + <path + d="M 12,11 L 12,13 L 4,13 L 4,11 L 12,11 z" + id="path3195" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 12,10 L 12,12 L 4,12 L 4,10 L 12,10 z" + id="path3185" + style="opacity:0.4;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus.svg new file mode 100644 index 0000000000000000000000000000000000000000..60fe126759b89145dffd0e7558267db41d1dfbea --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-focus.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3587-6-5"> + <stop + id="stop3589-9-2" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3591-7-4" + style="stop-color:#646464;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient3587-6-5" + gradientUnits="userSpaceOnUse" /> + </defs> + <path + d="M 12,11 L 12,13 L 4,13 L 4,11 L 12,11 z" + id="path3195" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 12,10 L 12,12 L 4,12 L 4,10 L 12,10 z" + id="path3185" + style="opacity:0.6;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-pressed.svg b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-pressed.svg new file mode 100644 index 0000000000000000000000000000000000000000..b692ceac6b071e8a4b63a69dc7b1b4f6e73b8169 --- /dev/null +++ b/12.0/trisquel-gtk-theme/data/usr/share/themes/Trisquel/metacity-1/min-pressed.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="16" + height="21" + id="svg2"> + <defs + id="defs4"> + <linearGradient + x1="8" + y1="8" + x2="8" + y2="14" + id="linearGradient2390" + xlink:href="#linearGradient2400" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient2400"> + <stop + id="stop2402" + style="stop-color:#4d86b2;stop-opacity:1" + offset="0" /> + <stop + id="stop2404" + style="stop-color:#8ab9dd;stop-opacity:1" + offset="1" /> + </linearGradient> + </defs> + <path + d="M 12,11 L 12,13 L 4,13 L 4,11 L 12,11 z" + id="path3195" + style="opacity:0.8;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 12,10 L 12,12 L 4,12 L 4,10 L 12,10 z" + id="path3185" + style="opacity:1;fill:url(#linearGradient2390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> +</svg> diff --git a/12.0/trisquel-gtk-theme/debian/changelog b/12.0/trisquel-gtk-theme/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..7ec0570c90e008ca50634b078ee52371a39f38ab --- /dev/null +++ b/12.0/trisquel-gtk-theme/debian/changelog @@ -0,0 +1,294 @@ +trisquel-gtk-theme (12.0-0) ecne; urgency=medium + + * Initial release for trisquel-gtk-theme for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:33:31 -0600 + +trisquel-gtk-theme (11.1) aramo; urgency=medium + + * Set cursor theme to mate, prevents theme showing as "custom" + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 12 Aug 2022 15:23:44 -0400 + +trisquel-gtk-theme (11.0) aramo; urgency=medium + + * Port trisquel-gtk-theme to aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:48:02 -0500 + +trisquel-gtk-theme (10.7) nabia; urgency=medium + + * Run links during postinstall + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 10 Dec 2021 10:13:26 -0500 + +trisquel-gtk-theme (10.6) nabia; urgency=medium + + * Set greybird-gtk-theme as Pre-Depends + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 09 Dec 2021 17:47:46 -0500 + +trisquel-gtk-theme (10.5) nabia; urgency=medium + + * Modified deployment method for symlinks + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 08 Dec 2021 16:44:29 -0500 + +trisquel-gtk-theme (10.4) nabia; urgency=medium + + * Avoid symlinks on gtk directories + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 03 Dec 2021 18:49:07 -0500 + +trisquel-gtk-theme (10.3) nabia; urgency=medium + + * Re-made using greybird-gtk-theme as new base + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 03 Dec 2021 09:57:43 -0500 + +trisquel-gtk-theme (10.2) nabia; urgency=medium + + * Set black background on mate-terminal + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 01 Dec 2021 14:12:23 -0500 + +trisquel-gtk-theme (10.1) nabia; urgency=medium + + * Fixed gtk-2.0 color definition syntax + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 01 Dec 2021 11:19:47 -0500 + +trisquel-gtk-theme (10.0) nabia; urgency=medium + + * Port trisquel-gtk-theme to nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 30 Sep 2021 19:22:06 -0500 + +trisquel-gtk-theme (9.0-5) etiona; urgency=medium + + * Port trisquel-gtk-theme to nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 30 Sep 2021 19:21:58 -0500 + +trisquel-gtk-theme (9.0-4) etiona; urgency=medium + + * Corrected scrollbar offset + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 18 Jul 2020 20:54:02 -0400 + +trisquel-gtk-theme (9.0-3) etiona; urgency=medium + + * Improved scrollbar styling. Corrected line terminators on gtkrc + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 16 Jun 2020 03:43:50 -0400 + +trisquel-gtk-theme (9.0-2) etiona; urgency=medium + + * Improved panel styling + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 19 Dec 2019 22:17:05 -0500 + +trisquel-gtk-theme (9.0-1) etiona; urgency=medium + + * Transparent panel buttons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 13 Dec 2019 21:10:12 -0500 + +trisquel-gtk-theme (9.0) etiona; urgency=medium + + * Theme rebased on newest version of Mate's BlueMenta + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Jul 2019 20:34:22 -0500 + +trisquel-gtk-theme (8.0) flidas; urgency=medium + + * Theme rebased on Mate's BlueMenta + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 07 Jan 2017 15:01:18 -0500 + +trisquel-gtk-theme (7.0-8) belenos; urgency=low + + * Fixed bluetooth switches in panel indicator + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 15 Oct 2014 15:50:28 +0200 + +trisquel-gtk-theme (7.0-7) belenos; urgency=low + + * Added support for unity-greeter, #12123 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 30 Aug 2014 00:36:22 +0200 + +trisquel-gtk-theme (7.0-6) belenos; urgency=low + + * Fixed notification color in indicator menus + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 28 Aug 2014 04:50:00 +0200 + +trisquel-gtk-theme (7.0-5) belenos; urgency=low + + * Applied changes from #12123 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 07 Aug 2014 02:41:27 +0200 + +trisquel-gtk-theme (7.0-4) belenos; urgency=low + + * Fixed menu text-shadows + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 05 Aug 2014 03:35:52 +0200 + +trisquel-gtk-theme (7.0-3) belenos; urgency=low + + * Tuned up theme + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 21 Jul 2014 04:51:42 +0200 + +trisquel-gtk-theme (7.0-2) belenos; urgency=low + + * Fixed borders in gnome panel buttons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 28 Apr 2014 20:54:54 +0200 + +trisquel-gtk-theme (7.0-1) belenos; urgency=low + + * Updated to last Zukitwo upstream version + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 05 Feb 2014 04:08:04 +0100 + +trisquel-gtk-theme (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:31 +0100 + +trisquel-gtk-theme (6.0) toutatis; urgency=low + + * Final release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:34:31 +0100 + +trisquel-gtk-theme (5.99-4) toutatis; urgency=low + + * Fixed maximized windows not closing by clicking top right corner + under compiz + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 20 Nov 2012 03:26:28 +0100 + +trisquel-gtk-theme (5.99-3) toutatis; urgency=low + + * Fixed typo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Nov 2012 19:54:15 +0100 + +trisquel-gtk-theme (5.99-2) toutatis; urgency=low + + * Fixed some graphical glitches + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Nov 2012 05:58:33 +0100 + +trisquel-gtk-theme (5.99-1) toutatis; urgency=low + + * Rebased on Zukitwo theme + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 21 Oct 2012 01:45:28 +0200 + +trisquel-gtk-theme (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:25 +0200 + +trisquel-gtk-theme (5.5) brigantia; urgency=low + + * Updated panel settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 19:34:15 +0100 + +trisquel-gtk-theme (5.4-2) slaine; urgency=low + + * Updated gtk3 theme, dropped old unused gtk2 themes + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 10 Mar 2012 16:58:07 +0100 + +trisquel-gtk-theme (5.4-1) slaine; urgency=low + + * Added gtk3 theme by grvrulz + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 22 Feb 2012 14:46:38 +0100 + +trisquel-gtk-theme (5.4) slaine; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:14 +0100 + +trisquel-gtk-theme (5.0-1) slaine; urgency=low + + * Removed hack to hide resize grips + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 16 Sep 2011 21:18:11 +0200 + +trisquel-gtk-theme (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:31:50 +0200 + +trisquel-gtk-theme (4.99-1) slaine; urgency=low + + * Removed resize widget in the lower right corner + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 09 Aug 2011 18:13:27 +0200 + +trisquel-gtk-theme (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:48:32 +0200 + +trisquel-gtk-theme (4.5) slaine; urgency=low + + * fixed a bug in the previous update which changed the style of + several widgets + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 19 Jan 2011 22:04:16 +0100 + +trisquel-gtk-theme (4.4.9-1) slaine; urgency=low + + * Fixed progress bar bug messing with Exaile + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 19 Jan 2011 19:23:52 +0100 + +trisquel-gtk-theme (4.4.9) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-gtk-theme (4.0) taranis; urgency=low + + * New panel handles + * Fixed panel background image + * Fixed missing arrows + * Darker panel menu for transparency + * Replaced panel background image + * Now based on Equinox + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2010 19:50:00 +0200 + +trisquel-gtk-theme (3.5) awen; urgency=low + + * Initial release for Awen + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 03 Mar 2010 21:26:35 +0100 + +trisquel-gtk-theme (3.0) dwyn; urgency=low + + * Initial release for Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Fri, 12 Jun 2009 14:24:16 +0200 + +trisquel-gtk-theme (2.1-3) robur; urgency=low + + * Ported from dpkg -b + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Mon, 11 May 2009 11:56:59 +0200 diff --git a/12.0/trisquel-gtk-theme/debian/compat b/12.0/trisquel-gtk-theme/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-gtk-theme/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-gtk-theme/debian/control b/12.0/trisquel-gtk-theme/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..2b635b33edf08646bb2a6727abcfb4c9d791f49b --- /dev/null +++ b/12.0/trisquel-gtk-theme/debian/control @@ -0,0 +1,14 @@ +Source: trisquel-gtk-theme +Section: trisquel +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends-Indep: debhelper +Standards-Version: 3.5.9.0 + +Package: trisquel-gtk-theme +Architecture: all +Priority: optional +Depends: greybird-gtk-theme +Description: Trisquel gtk theme. + A GTK2/3, metacity and xfwm4 theme for Trisquel, based on greybird-gtk-theme + . diff --git a/12.0/trisquel-gtk-theme/debian/copyright b/12.0/trisquel-gtk-theme/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..05caf842b0dfca95a79bfb03d7e658cd7b3c7288 --- /dev/null +++ b/12.0/trisquel-gtk-theme/debian/copyright @@ -0,0 +1,26 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> +This package was modified by David Trudgian <dave@trudgian.net> + +This theme was created by Mattias aka lassekongo83 - http://lassekongo83.deviantart.com/ +The theme is released under the GPL licence. See the COPYING file for more information. + +Zukitwo was inspired by the elementary gtk theme by Daniel Foré. + +Copyright (C) 2012-2014 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-gtk-theme/debian/rules b/12.0/trisquel-gtk-theme/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..962d40c9a84893853165004d3a69e5896e433a09 --- /dev/null +++ b/12.0/trisquel-gtk-theme/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2 | grep -v debhelper` + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build diff --git a/12.0/trisquel-gtk-theme/debian/trisquel-gtk-theme.postinst b/12.0/trisquel-gtk-theme/debian/trisquel-gtk-theme.postinst new file mode 100755 index 0000000000000000000000000000000000000000..c99605ea84cf7fd236c1db309b4728c2393d811b --- /dev/null +++ b/12.0/trisquel-gtk-theme/debian/trisquel-gtk-theme.postinst @@ -0,0 +1,19 @@ +#!/bin/bash + +for VARIANT in "" "-dark"; do + for DIR in gnome-shell plank unity xfwm4 gtk-2.0 gtk-3.0; do + if [ ! -L /usr/share/themes/Trisquel$VARIANT/$DIR ]; then + rm -rf /usr/share/themes/Trisquel$VARIANT/$DIR + ln -s /usr/share/themes/Greybird$VARIANT/$DIR /usr/share/themes/Trisquel$VARIANT/$DIR + fi + done + if ! [ -L /usr/share/themes/Trisquel$VARIANT/Trisquel$VARIANT.emerald ]; then + rm -rf /usr/share/themes/Trisquel$VARIANT/Trisquel$VARIANT.emerald + ln -s /usr/share/themes/Greybird$VARIANT/Greybird$VARIANT.emerald /usr/share/themes/Trisquel$VARIANT/Trisquel$VARIANT.emerald + fi + if ! [ -L /usr/share/themes/Trisquel-dark/metacity-1 ]; then + rm -rf /usr/share/themes/Trisquel-dark/metacity-1 + ln -s /usr/share/themes/Trisquel/metacity-1 /usr/share/themes/Trisquel-dark/metacity-1 + fi +done + diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/16x16 b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/16x16 new file mode 120000 index 0000000000000000000000000000000000000000..c7edc7bc12ef0ad25ae4a697d897f619f25fb839 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/16x16 @@ -0,0 +1 @@ +/usr/share/icons/gnome-brave/16x16/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/22x22 b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/22x22 new file mode 120000 index 0000000000000000000000000000000000000000..f9cba9d11fbec2227c50daa09ec68fc41e198b0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/22x22 @@ -0,0 +1 @@ +/usr/share/icons/gnome-brave/22x22/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/24x24 b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/24x24 new file mode 120000 index 0000000000000000000000000000000000000000..f347c412ba06341f5d7e1325a3e562e66f38b63c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/24x24 @@ -0,0 +1 @@ +/usr/share/icons/gnome-brave/24x24/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/32x32 b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/32x32 new file mode 120000 index 0000000000000000000000000000000000000000..0db1565a8fcd78e83c20e582b00cdc84286aaa12 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/32x32 @@ -0,0 +1 @@ +/usr/share/icons/gnome-brave/32x32/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/index.theme b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..b11dbe4e4b027d753df31d5e2459e45252ae580a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/index.theme @@ -0,0 +1,196 @@ +[Icon Theme] +Name=Trisquel-Brave +Comment=Colorized Gnome Icons +Inherits=trisquel-mono-dark,gnome-colors-common,gnome,hicolor +Example=folder + +Directories=16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/places,16x16/status,22x22/actions,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/places,22x22/status,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/places,24x24/status,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/places,32x32/status,scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/places,scalable/status + +[16x16/actions] +Size=16 +Context=Actions +Type=Fixed + +[16x16/apps] +Size=16 +Context=Applications +Type=Fixed + +[16x16/categories] +Size=16 +Context=Categories +Type=Fixed + +[16x16/devices] +Size=16 +Context=Devices +Type=Fixed + +[16x16/emblems] +Size=16 +Context=Emblems +Type=Fixed + +[16x16/places] +Size=16 +Context=Places +Type=Fixed + +[16x16/status] +Size=16 +Context=Status +Type=Fixed + +[22x22/actions] +Size=22 +Context=Actions +Type=Fixed + +[22x22/apps] +Size=22 +Context=Applications +Type=Fixed + +[22x22/categories] +Size=22 +Context=Categories +Type=Fixed + +[22x22/devices] +Size=22 +Context=Devices +Type=Fixed + +[22x22/emblems] +Size=22 +Context=Emblems +Type=Fixed + +[22x22/places] +Size=22 +Context=Places +Type=Fixed + +[22x22/status] +Size=22 +Context=Status +Type=Fixed + +[24x24/actions] +Size=24 +Context=Actions +Type=Fixed + +[24x24/apps] +Size=24 +Context=Applications +Type=Fixed + +[24x24/categories] +Size=24 +Context=Categories +Type=Fixed + +[24x24/devices] +Size=24 +Context=Devices +Type=Fixed + +[24x24/emblems] +Size=24 +Context=Emblems +Type=Fixed + +[24x24/places] +Size=24 +Context=Places +Type=Fixed + +[24x24/status] +Size=24 +Context=Status +Type=Fixed + +[32x32/actions] +Size=32 +Context=Actions +Type=Fixed + +[32x32/apps] +Size=32 +Context=Applications +Type=Fixed + +[32x32/categories] +Size=32 +Context=Categories +Type=Fixed + +[32x32/devices] +Size=32 +Context=Devices +Type=Fixed + +[32x32/emblems] +Size=32 +Context=Emblems +Type=Fixed + +[32x32/places] +Size=32 +Context=Places +Type=Fixed + +[32x32/status] +Size=32 +Context=Status +Type=Fixed + +[scalable/actions] +Size=48 +MinSize=32 +MaxSize=256 +Context=Actions +Type=Scalable + +[scalable/apps] +Size=48 +MinSize=32 +MaxSize=256 +Context=Applications +Type=Scalable + +[scalable/categories] +Size=48 +MinSize=32 +MaxSize=256 +Context=Categories +Type=Scalable + +[scalable/devices] +Size=48 +MinSize=32 +MaxSize=256 +Context=Devices +Type=Scalable + +[scalable/emblems] +Size=48 +MinSize=32 +MaxSize=256 +Context=Emblems +Type=Scalable + +[scalable/places] +Size=48 +MinSize=32 +MaxSize=256 +Context=Places +Type=Scalable + +[scalable/status] +Size=48 +MinSize=32 +MaxSize=256 +Context=Status +Type=Scalable diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/scalable b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/scalable new file mode 120000 index 0000000000000000000000000000000000000000..569984c9089157ec9d46721cd27025abc695c8ab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-brave/scalable @@ -0,0 +1 @@ +/usr/share/icons/gnome-brave/scalable/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/actions b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/actions new file mode 120000 index 0000000000000000000000000000000000000000..60d3ec66ef67b0407e0ab5cbb03b173dbaeba614 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/actions @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/actions/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/animations b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/animations new file mode 120000 index 0000000000000000000000000000000000000000..dfc6faa2087c8c6b2ebd83d3d555957fcc129336 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/animations @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/animations/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/apps b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/apps new file mode 120000 index 0000000000000000000000000000000000000000..c2fdfde2eb855d992f61b5cf9a166e83cddb84f7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/apps @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/apps/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/categories b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/categories new file mode 120000 index 0000000000000000000000000000000000000000..4767929966ba081fe0b1f370d0ae8f54351ee8e4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/categories @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/categories/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/index.theme b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..4df9427211afedbe4e397a0f63ba507770cfe355 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/index.theme @@ -0,0 +1,158 @@ +[Icon Theme] +Name=Trisquel-Mono-Dark +Comment=Smooth modern theme designed to be intuitive. + +Example=directory-x-normal + +#Directory list +Directories=actions/16,actions/22,actions/24,animations/24,animations/24,apps/16,apps/22,apps/24,apps/48,categories/22,categories/24,mimes/16,mimes/22,mimes/24,places/16,places/22,places/24,places/32,places/48,places/64,status/16,status/22,status/24,stock/16,stock/22,stock/24,stock/32,stock/48,stock/64,stock/128 + +[actions/16] +Size=16 +Context=Actions +Type=Fixed + +[actions/22] +Size=22 +Context=Actions +Type=Fixed + +[actions/24] +Size=24 +Context=Actions +Type=Fixed + +[animations/22] +Size=22 +Context=Actions +Type=Fixed + +[animations/24] +Size=24 +Context=Actions +Type=Fixed + +[apps/16] +Size=16 +Context=Applications +Type=Fixed + +[apps/22] +Size=22 +Context=Applications +Type=Fixed + +[apps/24] +Size=24 +Context=Applications +Type=Fixed + +[apps/48] +Size=48 +Context=Applications +Type=Fixed + +[categories/22] +Size=22 +Context=Categories +Type=Fixed + +[categories/24] +Size=24 +Context=Categories +Type=Fixed + +[mimes/16] +Size=16 +Context=MimeTypes +Type=Fixed + +[mimes/22] +Size=22 +Context=MimeTypes +Type=Fixed + +[mimes/24] +Size=24 +Context=MimeTypes +Type=Fixed + +[places/16] +Size=16 +Context=Places +Type=Fixed + +[places/22] +Size=22 +Context=Places +Type=Fixed + +[places/24] +Size=24 +Context=Places +Type=Fixed + +[places/32] +Size=32 +Context=Places +Type=Fixed + +[places/48] +Size=48 +Context=Places +Type=Scalable + +[places/64] +Size=64 +Context=Places +Type=Scalable + +[status/16] +Size=16 +Context=Status +Type=Fixed + +[status/22] +Size=22 +Context=Status +Type=Fixed + +[status/24] +Size=24 +Context=Status +Type=Fixed + +[stock/16] +Size=16 +Context=stock +Type=Fixed + +[stock/22] +Size=22 +Context=stock +Type=Fixed + +[stock/24] +Size=24 +Context=stock +Type=Fixed + +[stock/32] +Size=32 +Context=stock +Type=Fixed + +[stock/48] +Size=48 +Context=stock +Type=Fixed + +[stock/64] +Size=64 +Context=stock +Type=Fixed + +[stock/128] +Size=128 +Context=stock +Type=Fixed diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/mimes b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/mimes new file mode 120000 index 0000000000000000000000000000000000000000..4c3c93514e474f9320accce59dccb377a0b45a0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/mimes @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/mimes/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/places b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/places new file mode 120000 index 0000000000000000000000000000000000000000..1d18925afcfe69ee6fbbb0d43e0d33a8646cff77 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/places @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/places/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/scalable b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/scalable new file mode 120000 index 0000000000000000000000000000000000000000..16ec5831ecc9402b5626da43e7863b35e7b03301 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/scalable @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/scalable/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/status b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/status new file mode 120000 index 0000000000000000000000000000000000000000..39e91d1a2140d9cc170db65975ae325174a6159b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/status @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/status/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/stock b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/stock new file mode 120000 index 0000000000000000000000000000000000000000..49123cb6434a40571f9a984052be716f9827aded --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel-mono-dark/stock @@ -0,0 +1 @@ +/usr/share/icons/ubuntu-mono-dark/stock/ \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-base.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-base.png new file mode 100644 index 0000000000000000000000000000000000000000..f14487122e3dba6ffbf3500f158afba654c4ee6b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-base.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-calc.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..7fac192dea936a2461c595c51b14a8052ee77239 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-calc.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-draw.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..1d15bb365fcdb781d4316c54fe1059cc3c22f4e7 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-draw.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-impress.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..460cc5507bca22b78ceadeb0352f94067d594603 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-impress.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-main.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-main.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee250ed006a7043144e7b3b14f7f09d7b773355 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-main.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-math.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-math.png new file mode 100644 index 0000000000000000000000000000000000000000..ab945b1ecf882c0c941ae32d8295eb54067f9efd Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-math.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-printeradmin.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-printeradmin.png new file mode 100644 index 0000000000000000000000000000000000000000..8b546a69e20445059cf8893d7ad10eb3144a8bb3 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-printeradmin.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-startcenter.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-startcenter.png new file mode 100644 index 0000000000000000000000000000000000000000..7ee250ed006a7043144e7b3b14f7f09d7b773355 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-startcenter.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-writer.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..cf6986d8ce3abce662d883b11135fcbf66476462 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/apps/libreoffice-writer.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/places/user-desktop.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..f5d78968b9aff1671fa771a523211a5522049c99 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/16x16/places/user-desktop.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-adhoc.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-adhoc.png new file mode 100644 index 0000000000000000000000000000000000000000..d5bc63914f258392de68e1eb7d68581249741fca Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-adhoc.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wired-secure.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wired-secure.png new file mode 100644 index 0000000000000000000000000000000000000000..e68dc7290510b9a49217c5c33c54de3eb0536d17 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wired-secure.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wired.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wired.png new file mode 100644 index 0000000000000000000000000000000000000000..75c00e2bd0bd1ec5a5de01b77b9ea5f8e72de4a9 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wired.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wwan.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wwan.png new file mode 100644 index 0000000000000000000000000000000000000000..ef5232dd0a1f0394ef2b7da30ba051d082b132a9 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-device-wwan.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-mb-roam.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-mb-roam.png new file mode 100644 index 0000000000000000000000000000000000000000..97a357d7330f0a9acd3b5a69c390adae9d2332ed Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-mb-roam.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-secure-lock.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-secure-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..74aed6cd84d087b90c8c209c7c47b1483e4e2ea2 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-secure-lock.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-00-secure.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-00-secure.png new file mode 100644 index 0000000000000000000000000000000000000000..d98173965d3fbf2a45fee8f20b5a8dde3fb7ac1b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-00-secure.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-100-secure.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-100-secure.png new file mode 100644 index 0000000000000000000000000000000000000000..e75a21bd5b4f9ef82f2688af9befecd1718c6b48 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-100-secure.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-25-secure.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-25-secure.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb8471ef27ae700c56bf68593c274dabef738f4 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-25-secure.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-50-secure.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-50-secure.png new file mode 100644 index 0000000000000000000000000000000000000000..b0934695f49cf621c4606a762f052fe95b4c223d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-50-secure.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-75-secure.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-75-secure.png new file mode 100644 index 0000000000000000000000000000000000000000..aabde73f0a80ddce08e3d2d380205fa1f983649a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-signal-75-secure.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting01.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting01.png new file mode 100644 index 0000000000000000000000000000000000000000..e99ecdc35c9b087055abc9e0dc773ad94671df96 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting01.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting02.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting02.png new file mode 100644 index 0000000000000000000000000000000000000000..0e1c3e235be3e1e3525b1f9d51c76886629d5f47 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting02.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting03.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting03.png new file mode 100644 index 0000000000000000000000000000000000000000..6abeb3c2b83a7a5789606beba4be9fd0127e887d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting03.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting04.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting04.png new file mode 100644 index 0000000000000000000000000000000000000000..49aee9757a05d01cf3af7116f8df80fa57354a2d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting04.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting05.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting05.png new file mode 100644 index 0000000000000000000000000000000000000000..cf3d982718e4746bccbd386829c80226383ab15b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting05.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting06.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting06.png new file mode 100644 index 0000000000000000000000000000000000000000..f9467a513a83c9d7ed52edcab92eabdf87b9d571 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting06.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting07.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting07.png new file mode 100644 index 0000000000000000000000000000000000000000..9d723f455869c2635c61e9a74cdef837441b636d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting07.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting08.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting08.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f4aed148ba156bfd7b3f7bafadd0723e68f31f Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting08.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting09.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting09.png new file mode 100644 index 0000000000000000000000000000000000000000..6ef1e4e88bbc466499694fbde1ac7260f1c1b0c9 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting09.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting10.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting10.png new file mode 100644 index 0000000000000000000000000000000000000000..60a21cc9d47aa1fc3be2a14e59ae79c37d17a293 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting10.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting11.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting11.png new file mode 100644 index 0000000000000000000000000000000000000000..98a0032821fe3c8ca58d45c5b73bba73f1ee2039 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage01-connecting11.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting01.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting01.png new file mode 100644 index 0000000000000000000000000000000000000000..c3470ee24d1b05f3d559e07560caac8446cacc73 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting01.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting02.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting02.png new file mode 100644 index 0000000000000000000000000000000000000000..31332fce669da7820a48804c7ff3733e5d4fc12d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting02.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting03.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting03.png new file mode 100644 index 0000000000000000000000000000000000000000..f3084dd8540a26f4d0823ba9252d1eff3aaf76c2 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting03.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting04.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting04.png new file mode 100644 index 0000000000000000000000000000000000000000..10d3329b3200af994aeed99f39df2ef083c88858 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting04.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting05.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting05.png new file mode 100644 index 0000000000000000000000000000000000000000..0fac4803e80039c6d5790e056477f2ca9c431bc8 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting05.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting06.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting06.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5077038863c9458776ffcae2f82876de08da81 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting06.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting07.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting07.png new file mode 100644 index 0000000000000000000000000000000000000000..9d93c34f50624d04dee039a2a62dffc89044d738 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting07.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting08.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting08.png new file mode 100644 index 0000000000000000000000000000000000000000..205e76569d74a25abfc0bf1cde611609e18cdaa4 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting08.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting09.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting09.png new file mode 100644 index 0000000000000000000000000000000000000000..8b594f00e1db1ad795b8b638d2debb2da3a71e5a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting09.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting10.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting10.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2ec269709f93b6d5a84f3c306271d5cfb9c641 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting10.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting11.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting11.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef481131b838ec061399e8815c432a9b26305fd Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage02-connecting11.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting01.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting01.png new file mode 100644 index 0000000000000000000000000000000000000000..95cb3cea9856751101251c524d10b6e072eb3008 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting01.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting02.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting02.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf695f4f057e7ea1ec878181bfe110635094373 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting02.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting03.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting03.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2df2ec6dee77e34554db4958b6b4eef8b0ce61 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting03.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting04.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting04.png new file mode 100644 index 0000000000000000000000000000000000000000..7957780718b118db0e3337c73b608ebe1c80e0bf Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting04.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting05.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting05.png new file mode 100644 index 0000000000000000000000000000000000000000..da127db3ceb5ce8e28918dfa7d3cb82176751ed4 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting05.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting06.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting06.png new file mode 100644 index 0000000000000000000000000000000000000000..241225ba95f2b1a1edc0a88bccc44269825c6b0a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting06.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting07.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting07.png new file mode 100644 index 0000000000000000000000000000000000000000..22013ff18ae86d2dfdddd09e24ba042ec5e1d486 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting07.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting08.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting08.png new file mode 100644 index 0000000000000000000000000000000000000000..7ab51f72661d0fa041050c43d59e81fc50cc249b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting08.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting09.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting09.png new file mode 100644 index 0000000000000000000000000000000000000000..c413e158096b0a1bfd2548fdb127c7834eadb038 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting09.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting10.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting10.png new file mode 100644 index 0000000000000000000000000000000000000000..1c09cceb38e4f6995eb9efc7288d5573e15ef6c7 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting10.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting11.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting11.png new file mode 100644 index 0000000000000000000000000000000000000000..680e3d0cb03dec6dcbb9e0279813cdbf1aa991ad Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-stage03-connecting11.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-3g.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-3g.png new file mode 100644 index 0000000000000000000000000000000000000000..cf88015f31c66da93c25160ce2340b01cbccfd82 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-3g.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-cdma-1x.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-cdma-1x.png new file mode 100644 index 0000000000000000000000000000000000000000..a02e70dd1e8f9706f1fec60d2d128ad76c70d2bc Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-cdma-1x.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-edge.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-edge.png new file mode 100644 index 0000000000000000000000000000000000000000..040b26eda02b381e2c4842a91b3a7524548affab Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-edge.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-evdo.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-evdo.png new file mode 100644 index 0000000000000000000000000000000000000000..7874fb1b6376b2dc0ddf8e6273cc2edd71cbf09b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-evdo.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-gprs.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-gprs.png new file mode 100644 index 0000000000000000000000000000000000000000..9fcbd2e987eed11d2a53b67cdd45165c4f45d7a0 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-gprs.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-hspa.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-hspa.png new file mode 100644 index 0000000000000000000000000000000000000000..05c4820aaca7942f7a584e2fdc23356f74bf4b87 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-hspa.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-umts.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-umts.png new file mode 100644 index 0000000000000000000000000000000000000000..28feb90318fc301a3f5ef37dfbde2a51207b6fa4 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-tech-umts.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-active-lock.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-active-lock.png new file mode 100644 index 0000000000000000000000000000000000000000..23b0fecb2aff11343f3affdf14e53442de08273a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-active-lock.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting01.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting01.png new file mode 100644 index 0000000000000000000000000000000000000000..836f4909330cc46d964834e6a99cc3666fa894f2 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting01.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting02.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting02.png new file mode 100644 index 0000000000000000000000000000000000000000..f01ab58e20dfaa68e85ad28cc808aec78b20e70b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting02.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting03.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting03.png new file mode 100644 index 0000000000000000000000000000000000000000..f16c4e137b76c0ca254716d16e5d2505833ffb3a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting03.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting04.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting04.png new file mode 100644 index 0000000000000000000000000000000000000000..c5a173b8091f28f67e1e093419986f41a9430843 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting04.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting05.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting05.png new file mode 100644 index 0000000000000000000000000000000000000000..fc4aa157ee610c3c44d73e888752b3a1fc44d520 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting05.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting06.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting06.png new file mode 100644 index 0000000000000000000000000000000000000000..789cca20ca28b7dded020943423dbe65780ac7b4 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting06.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting07.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting07.png new file mode 100644 index 0000000000000000000000000000000000000000..242a825768c7d00194556e024acac1dcb7ba6fe0 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting07.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting08.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting08.png new file mode 100644 index 0000000000000000000000000000000000000000..15e30070920e5dae3299ac5f5b8b3dcc99458e48 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting08.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting09.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting09.png new file mode 100644 index 0000000000000000000000000000000000000000..04c774742c964a06584b792b3875a0f5211c8d54 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting09.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting10.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting10.png new file mode 100644 index 0000000000000000000000000000000000000000..aabe88efe5922cc838ef2b150f65e8f510445a57 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting10.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting11.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting11.png new file mode 100644 index 0000000000000000000000000000000000000000..5099678086ef9419a5a59a30ead87176889922b0 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting11.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting12.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting12.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f8492d3df8fa2227de56bc7c723a3d352be42a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting12.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting13.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting13.png new file mode 100644 index 0000000000000000000000000000000000000000..4c556d5f6148198a2f2abac00a75c6ad96684e8a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting13.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting14.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting14.png new file mode 100644 index 0000000000000000000000000000000000000000..b0f44c0901f6a2ea7bb4f217afb3ddef80d3eb7d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-vpn-connecting14.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-wwan-tower.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-wwan-tower.png new file mode 100644 index 0000000000000000000000000000000000000000..032df7b1b7830f04f5f4406c84ac60fdcd9d876d Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/nm-wwan-tower.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/onboard-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/onboard-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..83027b15e864db52df2ca38018cc759a3e0190fc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/apps/onboard-panel.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + width="22" + height="22" + id="svg2"> + <metadata + id="metadata16"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs14" /> + <path + d="M 3,2 C 2.446,2 2,2.446 2,3 l 0,6 c 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 L 10,3 C 10,2.446 9.554,2 9,2 L 3,2 z M 4,3 8,3 C 8.554,3 9,3.446 9,4 L 9,8 C 9,8.554 8.554,9 8,9 L 4,9 C 3.446,9 3,8.554 3,8 L 3,4 C 3,3.446 3.446,3 4,3 z" + id="rect3012" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> + <path + d="m 13,2 c -0.554,0 -1,0.446 -1,1 l 0,6 c 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 L 20,3 C 20,2.446 19.554,2 19,2 l -6,0 z m 1,1 4,0 c 0.554,0 1,0.446 1,1 l 0,4 c 0,0.554 -0.446,1 -1,1 L 14,9 C 13.446,9 13,8.554 13,8 l 0,-4 c 0,-0.554 0.446,-1 1,-1 z" + id="path3790" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> + <path + d="m 3,12 c -0.554,0 -1,0.446 -1,1 l 0,6 c 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 l 0,-6 C 10,12.446 9.554,12 9,12 l -6,0 z m 1,1 4,0 c 0.554,0 1,0.446 1,1 l 0,4 c 0,0.554 -0.446,1 -1,1 L 4,19 C 3.446,19 3,18.554 3,18 l 0,-4 c 0,-0.554 0.446,-1 1,-1 z" + id="path3794" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> + <path + d="m 13,12 c -0.554,0 -1,0.446 -1,1 l 0,6 c 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 l 0,-6 c 0,-0.554 -0.446,-1 -1,-1 l -6,0 z m 1,1 4,0 c 0.554,0 1,0.446 1,1 l 0,4 c 0,0.554 -0.446,1 -1,1 l -4,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-4 c 0,-0.554 0.446,-1 1,-1 z" + id="path3798" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/places/user-desktop.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..ee44a385060089eaed2d738827250245912d84b6 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/22x22/places/user-desktop.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/computer.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/computer.png new file mode 100644 index 0000000000000000000000000000000000000000..baf6dc7e20d03e7739006707fc6fd76d4123ee83 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/computer.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-pause.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-pause.png new file mode 100644 index 0000000000000000000000000000000000000000..882d1cc50789f12645011ff9c757ae54ea880ba6 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-pause.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-play.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-play.png new file mode 100644 index 0000000000000000000000000000000000000000..c51f51bba46f5fb0588ac78aef12f2e5f4bea8b0 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-play.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-tray-icon.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-tray-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6753b22b1035661ca8957f774d8e2e19fdd3fc61 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile-tray-icon.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebb4c2654e56c2ffcdda379d0a2fb50e5fafc85 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/exaile.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gnome-mplayer.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gnome-mplayer.png new file mode 100644 index 0000000000000000000000000000000000000000..95d20338022df9a8e1cff4725d8d4a21f0af98d1 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gnome-mplayer.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gnote.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gnote.png new file mode 100644 index 0000000000000000000000000000000000000000..11b3168d41d0fe27fd30a77533acac3ee35c94b7 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gnote.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gthumb.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gthumb.png new file mode 100644 index 0000000000000000000000000000000000000000..15815ceeb2e007ba8fa6de7e2fed92b687a30ae7 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/gthumb.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-base.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-base.png new file mode 100644 index 0000000000000000000000000000000000000000..38594b1ed41d02bf75b5b3a52f3a8c288047a3d3 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-base.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-calc.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..093a2dba25df2d07775a64e9d9b96ba94e0e3788 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-calc.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-draw.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..0a52d5c9ad31e9561647660c6378688efbbecdae Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-draw.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-impress.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..9ba80c1c068a7407623d72434c44a19c81aa562b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-impress.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-main.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-main.png new file mode 100644 index 0000000000000000000000000000000000000000..0035652038aeb304983abe036d3677e96d68ac14 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-main.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-math.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-math.png new file mode 100644 index 0000000000000000000000000000000000000000..29fd9f32121f237ea2b0fe3a0166afc6fa3870f9 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-math.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-printeradmin.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-printeradmin.png new file mode 100644 index 0000000000000000000000000000000000000000..426b23841d2f3a24ceec4b227461c9c7edb0a285 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-printeradmin.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-startcenter.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-startcenter.png new file mode 100644 index 0000000000000000000000000000000000000000..0035652038aeb304983abe036d3677e96d68ac14 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-startcenter.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-writer.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..e4061a64a7055bb78f7e7afe1448fb7405ff0e68 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/libreoffice-writer.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/pidgin.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/pidgin.svg new file mode 100644 index 0000000000000000000000000000000000000000..32574da3e6158d785d40a441375873afc9981974 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/pidgin.svg @@ -0,0 +1,126 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.0" + width="24" + height="24" + id="svg2"> + <defs + id="defs4"> + <linearGradient + id="linearGradient4588"> + <stop + id="stop4591" + style="stop-color:#000000;stop-opacity:0.3255814" + offset="0" /> + <stop + id="stop4590" + style="stop-color:#000000;stop-opacity:0.19215687" + offset="0.5" /> + <stop + id="stop4589" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="6.702713" + cy="73.615715" + r="7.228416" + fx="6.702713" + fy="73.615715" + id="radialGradient3351" + xlink:href="#linearGradient4588" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6248935,0,0,0.3559079,1.108806,-4.7730656)" /> + <linearGradient + id="linearGradient3332-412-419"> + <stop + id="stop2554" + style="stop-color:#611358;stop-opacity:1" + offset="0" /> + <stop + id="stop2556" + style="stop-color:#a1619b;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="18.530535" + y1="24.150793" + x2="18.530535" + y2="-0.079317272" + id="linearGradient3348" + xlink:href="#linearGradient3332-412-419" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3242-593-605"> + <stop + id="stop2544" + style="stop-color:#d196bf;stop-opacity:1" + offset="0" /> + <stop + id="stop2546" + style="stop-color:#bb70b6;stop-opacity:1" + offset="0.26238" /> + <stop + id="stop2548" + style="stop-color:#954a9a;stop-opacity:1" + offset="0.66093999" /> + <stop + id="stop2550" + style="stop-color:#6c3b77;stop-opacity:1" + offset="1" /> + </linearGradient> + <radialGradient + cx="10.571148" + cy="0.7647422" + r="11.508719" + fx="10.571148" + fy="0.7647422" + id="radialGradient3346" + xlink:href="#linearGradient3242-593-605" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.7947178e-8,1.7575918,-1.5422016,-1.5747778e-8,11.750535,-16.821504)" /> + <linearGradient + id="linearGradient4593"> + <stop + id="stop12409" + style="stop-color:#ffffff;stop-opacity:0.70200002" + offset="0" /> + <stop + id="stop12411" + style="stop-color:#ffffff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="27.906723" + y1="7.549542" + x2="24.774496" + y2="39.399513" + id="linearGradient3343" + xlink:href="#linearGradient4593" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.510074,-4.6449072e-2,5.0162281e-2,0.5555587,-1.305188,-0.2387709)" /> + </defs> + <g + id="layer1"> + <path + d="M 23.745406,21.42735 C 23.745406,22.848185 18.486808,24 12,24 C 5.513192,24 0.254595,22.848185 0.254595,21.42735 C 0.254595,20.006514 5.513192,18.854699 12,18.854699 C 18.486808,18.854699 23.745406,20.006514 23.745406,21.42735 z" + id="path3302" + style="opacity:0.4;fill:url(#radialGradient3351);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.71986049;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + d="M 10.440348,2.3954884 C 4.804251,3.2251954 0.633881,7.1026954 1.012805,11.301 C 1.258174,14.019574 3.347855,16.257193 6.336181,17.437791 L 5.088812,22.291039 L 10.60708,18.306012 L 10.645229,18.302537 C 11.326223,18.335038 12.010377,18.345812 12.720333,18.281136 C 18.778623,17.729235 23.384738,13.703942 22.987176,9.299165 C 22.589616,4.8943874 17.337937,1.7671274 11.279647,2.3190294 C 10.995665,2.3448994 10.717534,2.3546824 10.440348,2.3954884 z" + id="path3304" + style="fill:url(#radialGradient3346);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3348);stroke-width:0.99525028;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + d="M 10.655557,3.4062906 C 5.92063,4.094606 1.745653,7.1581206 2.07496,11.306254 C 2.296144,14.092425 4.892722,15.983071 7.593216,16.861998 L 6.60203,19.998532 L 10.296558,17.375419 C 10.868351,17.400214 11.957524,17.444437 12.553868,17.390131 C 17.062895,16.979524 22.545453,13.579381 22.023973,9.438994 C 21.496,5.2470647 16.495452,2.8516768 11.360544,3.3420917 C 11.122107,3.3648639 10.888422,3.3724404 10.655557,3.4062906 z" + id="path6179" + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3343);stroke-width:0.99525028;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + d="M 12.09375,4.8750004 C 11.841156,4.8388862 11.559922,4.8974488 11.375,5.0000004 C 11.190078,5.102552 11.156424,5.2163452 11.15625,5.2187504 C 11.156499,5.2291656 11.156499,5.2395852 11.15625,5.2500004 C 11.154473,5.2637858 11.151879,5.2716302 11.15625,5.3125004 C 11.654535,7.5262627 11.829164,9.689312 12.28125,11.78125 C 12.511983,11.769574 12.640238,11.761708 12.875,11.75 C 12.839149,9.684106 12.68618,7.6086523 12.71875,5.4687504 C 12.716503,5.4375408 12.716503,5.40621 12.71875,5.3750004 C 12.738579,5.2460159 12.638434,4.9262929 12.125,4.8750004 C 12.114585,4.8752497 12.104165,4.8752497 12.09375,4.8750004 z M 13.125,14 C 12.698028,13.953048 12.263067,14.074952 12.03125,14.28125 C 12.020835,14.281499 12.010415,14.281499 12,14.28125 C 11.726965,14.499721 11.625733,14.778647 11.65625,15 C 11.657248,15.020821 11.657248,15.041679 11.65625,15.0625 C 11.670827,15.29099 11.871364,15.56094 12.25,15.75 C 12.628636,15.93906 13.120154,15.977329 13.5,15.84375 C 13.510415,15.843501 13.520835,15.843501 13.53125,15.84375 C 13.903523,15.739734 14.153507,15.505206 14.25,15.25 C 14.346493,14.994794 14.315828,14.727856 14.125,14.5 C 14.114234,14.489939 14.103811,14.479516 14.09375,14.46875 C 13.921286,14.234401 13.552518,14.047012 13.125,14 z" + id="path3255" + style="font-size:62.4582634px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.00079775;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;font-family:Georgia" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/reboot-notifier.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/reboot-notifier.png new file mode 100644 index 0000000000000000000000000000000000000000..5dce2989bb20d4d2d7c2179126cdaa7dff2ec891 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/reboot-notifier.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/un-reboot.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/un-reboot.png new file mode 100644 index 0000000000000000000000000000000000000000..5dce2989bb20d4d2d7c2179126cdaa7dff2ec891 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/apps/un-reboot.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/places/desktop.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/places/desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc906e1b53c295ac4bc45aef123c24855c6f7cd Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/24x24/places/desktop.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/32x32/places/desktop.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/32x32/places/desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..844fdde02d48a46343d82636ffae63ecec3d2a2b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/32x32/places/desktop.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-base.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-base.png new file mode 100644 index 0000000000000000000000000000000000000000..4851d31c5542e4ae076c628b6ddbaeae5208c56a Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-base.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-calc.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-calc.png new file mode 100644 index 0000000000000000000000000000000000000000..ed7ee88f32a7f188f6eb19b35992a6490b957434 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-calc.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-draw.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-draw.png new file mode 100644 index 0000000000000000000000000000000000000000..56a835cf9cf12a05048dbb1c63f97ac2c2ef8db2 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-draw.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-impress.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-impress.png new file mode 100644 index 0000000000000000000000000000000000000000..09bbb42baec032dfb2e24ec0d968892afcff9086 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-impress.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-main.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-main.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3c00c4a307d7fc44b32347241619cf5658b1f7 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-main.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-math.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-math.png new file mode 100644 index 0000000000000000000000000000000000000000..8e2c0a1c1b5d77d0a16c8e7e98c33ed24d4874cf Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-math.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-startcenter.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-startcenter.png new file mode 100644 index 0000000000000000000000000000000000000000..7f3c00c4a307d7fc44b32347241619cf5658b1f7 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-startcenter.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-writer.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-writer.png new file mode 100644 index 0000000000000000000000000000000000000000..37c931ce31b54f28f5f439372919272ca8694bc3 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/apps/libreoffice-writer.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/places/user-desktop.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/places/user-desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee3149bd9175b064b75d3c222f1af44710ba474 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/48x48/places/user-desktop.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-restart-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-restart-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..12ae791ef462048b3f76d65321a0b034cdc7df83 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-restart-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3211" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata14"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3224" style="opacity:.3;fill-rule:evenodd" d="m8 2v2c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6h-2c0 2.208-1.792 4-4 4s-4-1.792-4-4 1.792-4 4-4v2l5-3-5-3z"/> + <path id="path4199" style="fill:#df382c;fill-rule:evenodd" d="m8 1v2c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6h-2c0 2.208-1.792 4-4 4s-4-1.792-4-4 1.792-4 4-4v2l5-3-5-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-shutdown-panel-restart.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-shutdown-panel-restart.svg new file mode 100644 index 0000000000000000000000000000000000000000..15fec7869f2dede6b4409f2babdc11113f89b90f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-shutdown-panel-restart.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3341-5" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1.9;fill:none" d="m4.8428 4.45c-5.2339 2.7422-2.8672 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> + <path id="path3341" style="stroke:#df382c;stroke-linecap:round;stroke-width:1.9;fill:none" d="m4.8428 3.45c-5.2339 2.7422-2.8671 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-shutdown-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-shutdown-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..782bfb9be420da2ce7c834a188bc5e904e8375ab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/16/system-shutdown-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3341-5" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1.9;fill:none" d="m4.8428 4.45c-5.2339 2.7422-2.8672 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> + <path id="path3341" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1.9;fill:none" d="m4.8428 3.45c-5.2339 2.7422-2.8671 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-restart-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-restart-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..5ce1063f03e7dfa72635cf32fea32e81129c2d38 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-restart-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3211" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata14"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3224" style="opacity:.3;fill-rule:evenodd" d="m11 5v2c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6h-2c0 2.208-1.792 4-4 4s-4-1.792-4-4 1.792-4 4-4v2l5-3-5-3z"/> + <path id="path4199" style="fill:#df382c;fill-rule:evenodd" d="m11 4v2c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6h-2c0 2.208-1.792 4-4 4s-4-1.792-4-4 1.792-4 4-4v2l5-3-5-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-shutdown-panel-restart.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-shutdown-panel-restart.svg new file mode 100644 index 0000000000000000000000000000000000000000..3a525888b8b992f827c23c4add9f8344862a6605 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-shutdown-panel-restart.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3341-5" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1.9;fill:none" d="m7.8428 7.45c-5.2339 2.742-2.8672 10.6 3.1162 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.125 3.55v-6.0059"/> + <path id="path3341" style="stroke:#df382c;stroke-linecap:round;stroke-width:1.9;fill:none" d="m7.8428 6.45c-5.2339 2.7422-2.8671 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-shutdown-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-shutdown-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..dbf46c108817b9ffce132c2bd466431196c6aefc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/22/system-shutdown-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3341-5" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1.9;fill:none" d="m7.8928 7.45c-5.2339 2.742-2.8672 10.6 3.1162 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.125 3.55v-6.0059"/> + <path id="path3341" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1.9;fill:none" d="m7.8928 6.45c-5.2339 2.7422-2.8671 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-restart-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-restart-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..240b86c8d8e849fa7a19962185382d9342bfb98a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-restart-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3211" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata14"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3224" style="opacity:.3;fill-rule:evenodd" d="m12 6v2c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6h-2c0 2.208-1.792 4-4 4s-4-1.792-4-4 1.792-4 4-4v2l5-3-5-3z"/> + <path id="path4199" style="fill:#df382c;fill-rule:evenodd" d="m12 5v2c-3.312 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6h-2c0 2.208-1.792 4-4 4s-4-1.792-4-4 1.792-4 4-4v2l5-3-5-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-shutdown-panel-restart.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-shutdown-panel-restart.svg new file mode 100644 index 0000000000000000000000000000000000000000..151d7eb11cbccda825c9a3325f5dc96c2eab4119 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-shutdown-panel-restart.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3341-5" d="m8.8428 8.45c-5.2339 2.742-2.8672 10.6 3.1162 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.125 3.55v-6.0059" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1.9;fill:none"/> + <path id="path3341" style="stroke:#df382c;stroke-linecap:round;stroke-width:1.9;fill:none" d="m8.8428 7.45c-5.2339 2.7422-2.8671 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-shutdown-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-shutdown-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..b735a2efd20996eba4a09d56b8e3543220ce194a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/actions/24/system-shutdown-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3341-5" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1.9;fill:none" d="m8.8428 8.45c-5.2339 2.742-2.8672 10.6 3.1162 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.125 3.55v-6.0059"/> + <path id="path3341" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1.9;fill:none" d="m8.8428 7.45c-5.2339 2.7422-2.8671 10.6 3.1164 10.6 5.9212 0 8.575-7.4496 3.1164-10.6m-3.126 3.55v-6.0059"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-00.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-00.svg new file mode 100644 index 0000000000000000000000000000000000000000..2803378d05f323eff71f5144f6db2e45dbeb8cd4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-00.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-05.svg new file mode 100644 index 0000000000000000000000000000000000000000..6b41f19161f27c614cf28ef65311d0db1ce52e96 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-05.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c0.29576 0 0.57435 0.075908 0.84375 0.15625l1.594-4.7812c-0.771-0.247-1.586-0.375-2.438-0.375z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..a9ca3b00a751e624a81643cc567ecd3a7b42fbc4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-10.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path2495" style="fill:#dfdbd2" d="m10 3v5c0.66784 0 1.284 0.22314 1.7812 0.59375l2.9375-4.0625c-1.322-0.966-2.957-1.5313-4.718-1.5313z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..b2e639976a76904e6ee928f0c5a9dd832adad9f1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-100.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..d441f8d86d19a0f46cf12d8be663114ee84a6f19 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-15.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c0.98751 0 1.8595 0.48173 2.4062 1.2188l4.032-2.9688c-1.458-1.971-3.8-3.25-6.438-3.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..2aba1a8c0f5b3fd2fd1fb93d85dbff64d0764099 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-20.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path2744" style="fill:#dfdbd2" d="m10 3v5c0.98751 0 1.8595 0.48173 2.4062 1.2188 0.1757 0.23792 0.31084 0.48556 0.40625 0.75l4.782-1.5313c-0.259-0.7664-0.65-1.5023-1.156-2.1875-1.458-1.971-3.8-3.25-6.438-3.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..7e5e97d58a8aa9b9ea5a9397c866503e99baa2b7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-25.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 0 3 1.344 3 3h5c0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-30.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-30.svg new file mode 100644 index 0000000000000000000000000000000000000000..ea2e7c60fefda0ca3bfb08878781ed94c7dbbe59 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-30.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path2573" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3 0 0.29576-0.03681 0.57435-0.11715 0.84375l4.742 1.594c0.247-0.771 0.375-1.586 0.375-2.438 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-35.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-35.svg new file mode 100644 index 0000000000000000000000000000000000000000..5fe80e126635b06a6f4e9aed3e0026a6210256e8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-35.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3 0 0.66784-0.22314 1.284-0.59375 1.7812l4.0625 2.9375c0.967-1.322 1.532-2.957 1.532-4.718 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-40.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-40.svg new file mode 100644 index 0000000000000000000000000000000000000000..928939e0d4a5c5e3984a6fab62559e4bfd8b924d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-40.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path2792" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3 0 0.98751-0.48173 1.8595-1.2188 2.4062l2.969 4.032c1.971-1.458 3.25-3.8 3.25-6.438 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-45.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-45.svg new file mode 100644 index 0000000000000000000000000000000000000000..2671c3121b98bce322cc38e4e7c3711acce35cd0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-45.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3 0 0.98751-0.48173 1.8595-1.2188 2.4062-0.23792 0.1757-0.48556 0.31084-0.75 0.40625l1.5312 4.7812c0.767-0.258 1.503-0.649 2.188-1.155 1.971-1.458 3.25-3.8 3.25-6.438 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-50.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-50.svg new file mode 100644 index 0000000000000000000000000000000000000000..646fca02b4dc90dac19f9dbdc808337a20eca824 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-50.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3028" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3v5c4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-55.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-55.svg new file mode 100644 index 0000000000000000000000000000000000000000..c53174893131ca940045f9e8f41a7abd6541c5dc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-55.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.2958 0-0.5743-0.076-0.8438-0.156l-1.5937 4.781c0.7703 0.247 1.5857 0.375 2.4375 0.375 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-60.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-60.svg new file mode 100644 index 0000000000000000000000000000000000000000..bf5f133b5cc0787a91386547be0fb38599738913 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-60.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3263" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.66784 0-1.284-0.22314-1.7812-0.59375l-2.9375 4.0625c1.3224 0.967 2.9572 1.532 4.7187 1.532 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-65.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-65.svg new file mode 100644 index 0000000000000000000000000000000000000000..c3abf0d9b7bd134f5f0ada78427ee2a8d01d570b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-65.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.98751-0.000001-1.8595-0.48173-2.4062-1.2188l-4.0313 2.969c1.4576 1.971 3.7998 3.25 6.4375 3.25 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-70.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-70.svg new file mode 100644 index 0000000000000000000000000000000000000000..f63ee528a200669dfef3c54311b509394fc7b026 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-70.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3518" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.9875 0-1.8595-0.482-2.4062-1.219-0.1758-0.238-0.3109-0.485-0.4063-0.75l-4.7813 1.531c0.259 0.767 0.6503 1.503 1.1563 2.188 1.4576 1.971 3.7998 3.25 6.4375 3.25 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-75.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-75.svg new file mode 100644 index 0000000000000000000000000000000000000000..d002d95f06e525729ffc2d256d4ed6974e72f2c2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-75.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3h-5c0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-80.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-80.svg new file mode 100644 index 0000000000000000000000000000000000000000..2856316d5070a554bcf54cd7d652aac500bc078a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-80.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3708" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c0-0.296 0.0759-0.574 0.1562-0.844l-4.7812-1.5935c-0.247 0.7703-0.375 1.5855-0.375 2.4375 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-85.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-85.svg new file mode 100644 index 0000000000000000000000000000000000000000..d40fb069b90ad13fc246dbe2862aca465be18116 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-85.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -0.66784 0.22314-1.284 0.59375-1.7812l-4.0625-2.9375c-0.966 1.3224-1.5313 2.9572-1.5313 4.7187 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-90.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-90.svg new file mode 100644 index 0000000000000000000000000000000000000000..cd46ad323949b810a7be5ae5d98607875f0ffc17 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-90.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3933" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c0-0.988 0.4817-1.8595 1.2188-2.4062l-2.9688-4.0313c-1.971 1.4576-3.25 3.7998-3.25 6.4375 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-95.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-95.svg new file mode 100644 index 0000000000000000000000000000000000000000..d91fdd4c40c118692677bb59d78dcd72d6e13a7e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/brasero-disc-95.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 3c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 3v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c2e-7 -0.98751 0.48173-1.8595 1.2188-2.4062 0.23792-0.1757 0.48556-0.31084 0.75-0.40625l-1.5313-4.7814c-0.7664 0.259-1.5023 0.6503-2.1875 1.1563-1.971 1.4576-3.25 3.7998-3.25 6.4375 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting01.svg new file mode 100644 index 0000000000000000000000000000000000000000..a67e9ce63abc08d6b608c435caabb999e27d0990 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting01.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="fill:#ebe4d2"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3a36" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#ebe4d2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting02.svg new file mode 100644 index 0000000000000000000000000000000000000000..40a0dba6e721b5dc4fc930e12b23c6c002a2d207 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting02.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.6"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#ebe4d1;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#ebe4d1;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#ebe4d1;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.8"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#373734" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#ebe4d1" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting03.svg new file mode 100644 index 0000000000000000000000000000000000000000..381cc18169cf09b58adea30fa4e1341750a36079 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting03.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.8;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#e9e4d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#e9e4d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#e9e4d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.6"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#383834" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#e9e4d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting04.svg new file mode 100644 index 0000000000000000000000000000000000000000..6fe308a08dcbb6bf040417dc26a9a400e0b83c0a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting04.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#3a3935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3935" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting05.svg new file mode 100644 index 0000000000000000000000000000000000000000..cea026ca548613015a7919f086c5cf5a29474dfe --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting05.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.8;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.6;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting06.svg new file mode 100644 index 0000000000000000000000000000000000000000..d95788658589e9f5f8afe20b1aed2d9879a4cd5a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting06.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.6;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.8;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting07.svg new file mode 100644 index 0000000000000000000000000000000000000000..bebed62b3cbf73cb0e778df5b429aa9d8ea487ff --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting07.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#3a3935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3835" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting08.svg new file mode 100644 index 0000000000000000000000000000000000000000..a592dd7446c1f298f74b18fb14557ed9661b2063 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting08.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.8;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.6;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting09.svg new file mode 100644 index 0000000000000000000000000000000000000000..84c3d2b9fc0ceb8b1c233a18ac9063783e52d2ec --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting09.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.6;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.8;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting10.svg new file mode 100644 index 0000000000000000000000000000000000000000..0845bdffe214b76e8e21a459a5c433345bb85fe2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting10.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="stroke:#3a3935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3835" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting11.svg new file mode 100644 index 0000000000000000000000000000000000000000..5e755608e5cac373c4ff8710495ba83ff91158d3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage01-connecting11.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#393935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.75;stroke:#393935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.75"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393935" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting01.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting01.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting02.svg new file mode 120000 index 0000000000000000000000000000000000000000..85e2e8f926ff406561a08004606b5bc6b091c0eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting02.svg @@ -0,0 +1 @@ +nm-stage01-connecting02.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting03.svg new file mode 120000 index 0000000000000000000000000000000000000000..238584a599135a9d8bb97953a0712f3ff6c06b43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting03.svg @@ -0,0 +1 @@ +nm-stage01-connecting03.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting04.svg new file mode 120000 index 0000000000000000000000000000000000000000..231483cb9d2f098ca844645ba77ebf4e0307cd8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting04.svg @@ -0,0 +1 @@ +nm-stage01-connecting04.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting05.svg new file mode 120000 index 0000000000000000000000000000000000000000..666691ec828ebca503392df9fb53882512393046 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting05.svg @@ -0,0 +1 @@ +nm-stage01-connecting05.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting06.svg new file mode 120000 index 0000000000000000000000000000000000000000..30d1fa3f124df33f1bf5f876c533bc2bab0c08a6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting06.svg @@ -0,0 +1 @@ +nm-stage01-connecting06.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting07.svg new file mode 120000 index 0000000000000000000000000000000000000000..c3bd0f96f64d397cde7de5e60f281127dc1fbe57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting07.svg @@ -0,0 +1 @@ +nm-stage01-connecting07.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting08.svg new file mode 120000 index 0000000000000000000000000000000000000000..a0365bcbeacef9ab5c0d892edec034094fc477c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting08.svg @@ -0,0 +1 @@ +nm-stage01-connecting08.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting09.svg new file mode 120000 index 0000000000000000000000000000000000000000..f03a596b67778492cd34142a1fcdbdacc0afc007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting09.svg @@ -0,0 +1 @@ +nm-stage01-connecting09.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting10.svg new file mode 120000 index 0000000000000000000000000000000000000000..4718837649504ae0c320558252534409a46e4249 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting10.svg @@ -0,0 +1 @@ +nm-stage01-connecting10.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting11.svg new file mode 120000 index 0000000000000000000000000000000000000000..0853056eb0a9027ce6f7e84d38e7fcf4e13be731 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage02-connecting11.svg @@ -0,0 +1 @@ +nm-stage01-connecting11.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting01.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting01.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting02.svg new file mode 120000 index 0000000000000000000000000000000000000000..85e2e8f926ff406561a08004606b5bc6b091c0eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting02.svg @@ -0,0 +1 @@ +nm-stage01-connecting02.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting03.svg new file mode 120000 index 0000000000000000000000000000000000000000..238584a599135a9d8bb97953a0712f3ff6c06b43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting03.svg @@ -0,0 +1 @@ +nm-stage01-connecting03.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting04.svg new file mode 120000 index 0000000000000000000000000000000000000000..231483cb9d2f098ca844645ba77ebf4e0307cd8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting04.svg @@ -0,0 +1 @@ +nm-stage01-connecting04.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting05.svg new file mode 120000 index 0000000000000000000000000000000000000000..666691ec828ebca503392df9fb53882512393046 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting05.svg @@ -0,0 +1 @@ +nm-stage01-connecting05.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting06.svg new file mode 120000 index 0000000000000000000000000000000000000000..30d1fa3f124df33f1bf5f876c533bc2bab0c08a6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting06.svg @@ -0,0 +1 @@ +nm-stage01-connecting06.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting07.svg new file mode 120000 index 0000000000000000000000000000000000000000..c3bd0f96f64d397cde7de5e60f281127dc1fbe57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting07.svg @@ -0,0 +1 @@ +nm-stage01-connecting07.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting08.svg new file mode 120000 index 0000000000000000000000000000000000000000..a0365bcbeacef9ab5c0d892edec034094fc477c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting08.svg @@ -0,0 +1 @@ +nm-stage01-connecting08.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting09.svg new file mode 120000 index 0000000000000000000000000000000000000000..f03a596b67778492cd34142a1fcdbdacc0afc007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting09.svg @@ -0,0 +1 @@ +nm-stage01-connecting09.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting10.svg new file mode 120000 index 0000000000000000000000000000000000000000..4718837649504ae0c320558252534409a46e4249 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting10.svg @@ -0,0 +1 @@ +nm-stage01-connecting10.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting11.svg new file mode 120000 index 0000000000000000000000000000000000000000..0853056eb0a9027ce6f7e84d38e7fcf4e13be731 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-stage03-connecting11.svg @@ -0,0 +1 @@ +nm-stage01-connecting11.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting01.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting01.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting02.svg new file mode 120000 index 0000000000000000000000000000000000000000..85e2e8f926ff406561a08004606b5bc6b091c0eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting02.svg @@ -0,0 +1 @@ +nm-stage01-connecting02.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting03.svg new file mode 120000 index 0000000000000000000000000000000000000000..238584a599135a9d8bb97953a0712f3ff6c06b43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting03.svg @@ -0,0 +1 @@ +nm-stage01-connecting03.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting04.svg new file mode 120000 index 0000000000000000000000000000000000000000..231483cb9d2f098ca844645ba77ebf4e0307cd8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting04.svg @@ -0,0 +1 @@ +nm-stage01-connecting04.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting05.svg new file mode 120000 index 0000000000000000000000000000000000000000..666691ec828ebca503392df9fb53882512393046 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting05.svg @@ -0,0 +1 @@ +nm-stage01-connecting05.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting06.svg new file mode 120000 index 0000000000000000000000000000000000000000..30d1fa3f124df33f1bf5f876c533bc2bab0c08a6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting06.svg @@ -0,0 +1 @@ +nm-stage01-connecting06.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting07.svg new file mode 120000 index 0000000000000000000000000000000000000000..c3bd0f96f64d397cde7de5e60f281127dc1fbe57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting07.svg @@ -0,0 +1 @@ +nm-stage01-connecting07.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting08.svg new file mode 120000 index 0000000000000000000000000000000000000000..a0365bcbeacef9ab5c0d892edec034094fc477c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting08.svg @@ -0,0 +1 @@ +nm-stage01-connecting08.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting09.svg new file mode 120000 index 0000000000000000000000000000000000000000..f03a596b67778492cd34142a1fcdbdacc0afc007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting09.svg @@ -0,0 +1 @@ +nm-stage01-connecting09.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting10.svg new file mode 120000 index 0000000000000000000000000000000000000000..4718837649504ae0c320558252534409a46e4249 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting10.svg @@ -0,0 +1 @@ +nm-stage01-connecting10.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting11.svg new file mode 120000 index 0000000000000000000000000000000000000000..0853056eb0a9027ce6f7e84d38e7fcf4e13be731 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting11.svg @@ -0,0 +1 @@ +nm-stage01-connecting11.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting12.svg new file mode 100644 index 0000000000000000000000000000000000000000..a138b237e544e8243f5e373389aadb8dd2ba3396 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting12.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#393935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.75;stroke:#393935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.75"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393935" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#dfdbd2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +<!-- imported from '../../status/22/nm-vpn-lock.svg' --> + <g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2441" style="opacity:.3" d="m19 14c-1.108 0-2 0.911-2 2.031v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.969c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.442 1 1v1h-2v-1c0-0.558 0.446-1 1-1z"/> + <path id="rect2822" style="fill:#dfdbd2" d="m19 13c-1.108 0-2 0.911-2 2.031v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.969c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.442 1 1v1h-2v-1c0-0.558 0.446-1 1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting13.svg new file mode 100644 index 0000000000000000000000000000000000000000..66187c87a0810837e5aeaf70e4ccad42310534a9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting13.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="fill:#ebe4d2"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3a36" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#ebe4d2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +<!-- imported from '../../status/22/nm-vpn-lock.svg' --> + <g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2441" style="opacity:.3" d="m19 14c-1.108 0-2 0.911-2 2.031v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.969c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.442 1 1v1h-2v-1c0-0.558 0.446-1 1-1z"/> + <path id="rect2822" style="fill:#dfdbd2" d="m19 13c-1.108 0-2 0.911-2 2.031v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.969c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.442 1 1v1h-2v-1c0-0.558 0.446-1 1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting14.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/22/nm-vpn-connecting14.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-00.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-00.svg new file mode 100644 index 0000000000000000000000000000000000000000..8ff0691e011a56ac6e241036644ff824dc137c75 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-00.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-05.svg new file mode 100644 index 0000000000000000000000000000000000000000..cce8223a986ea52103360cbc8ddd5c0b65f61117 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-05.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c0.29576 0 0.57435 0.075908 0.84375 0.15625l1.594-4.7812c-0.771-0.247-1.586-0.375-2.438-0.375z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..070f48ba4c5a9203f80a4296ddd00d8be5ff9887 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-10.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path2495" style="fill:#dfdbd2" d="m10 4v5c0.66784 1e-7 1.284 0.22314 1.7812 0.59375l2.9375-4.0625c-1.322-0.966-2.957-1.5313-4.718-1.5313z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..c9e41e775e36f669438f440587bc5e7e8fd413b5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-100.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..8d94f46cd5ae4998dc43705fb93ea493f44f18ad --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-15.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c0.98751 1e-7 1.8595 0.48173 2.4062 1.2188l4.032-2.969c-1.458-1.971-3.8-3.25-6.438-3.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..eec466157438375dc6cda955d69a6faca6172180 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-20.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path2744" style="fill:#dfdbd2" d="m10 4v5c0.98751 1e-7 1.8595 0.48173 2.4062 1.2188 0.1757 0.23792 0.31084 0.48556 0.40625 0.75l4.782-1.5315c-0.259-0.7664-0.65-1.5023-1.156-2.1875-1.458-1.971-3.8-3.25-6.438-3.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..33667df0ba7cf6047a4251e6db146f9dbbf2105f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-25.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3h5c0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-30.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-30.svg new file mode 100644 index 0000000000000000000000000000000000000000..dc5e6fbba7af403c746aee3011bf1defb0a00e53 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-30.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path2573" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3 0 0.29576-0.03681 0.57435-0.11715 0.84375l4.742 1.594c0.247-0.771 0.375-1.586 0.375-2.438 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-35.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-35.svg new file mode 100644 index 0000000000000000000000000000000000000000..97278063bfb63a27ec56ab6521a34d3b9ff1500c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-35.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3 0 0.66784-0.22314 1.284-0.59375 1.7812l4.0625 2.9375c0.967-1.322 1.532-2.957 1.532-4.718 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-40.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-40.svg new file mode 100644 index 0000000000000000000000000000000000000000..7f89c539a0a714f2a62dfdd5e7ba1ea6380ca289 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-40.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path2792" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3 0 0.98751-0.48173 1.8595-1.2188 2.4062l2.969 4.032c1.971-1.458 3.25-3.8 3.25-6.438 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-45.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-45.svg new file mode 100644 index 0000000000000000000000000000000000000000..5fd09ce4b53b457976e7c574a017b78ed402a954 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-45.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3 0 0.98751-0.48173 1.8595-1.2188 2.4062-0.23792 0.1757-0.48556 0.31084-0.75 0.40625l1.5312 4.7812c0.767-0.258 1.503-0.649 2.188-1.155 1.971-1.458 3.25-3.8 3.25-6.438 0-4.416-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-50.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-50.svg new file mode 100644 index 0000000000000000000000000000000000000000..4e21e8cc2f7137aa9f78e23181f0bcfb9f92d62a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-50.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3028" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3v5c4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-55.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-55.svg new file mode 100644 index 0000000000000000000000000000000000000000..f5f679b2256f9ed3efb2b2a4b91f4edac107da1b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-55.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.2958 0-0.5743-0.076-0.8438-0.156l-1.5937 4.781c0.7703 0.247 1.5857 0.375 2.4375 0.375 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-60.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-60.svg new file mode 100644 index 0000000000000000000000000000000000000000..adb82734bebc4e89533d7e24c6efa8eb1e67ecef --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-60.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3263" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.66784 0-1.284-0.22314-1.7812-0.59375l-2.9375 4.0625c1.3224 0.967 2.9572 1.532 4.7187 1.532 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-65.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-65.svg new file mode 100644 index 0000000000000000000000000000000000000000..1c71895925fd4639af0cea303c9cbccd00cd33cb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-65.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.98751-0.000001-1.8595-0.48173-2.4062-1.2188l-4.0313 2.969c1.4576 1.971 3.7998 3.25 6.4375 3.25 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-70.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-70.svg new file mode 100644 index 0000000000000000000000000000000000000000..cae2ad9a2ce3a0db87966eaea6153e01a914f248 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-70.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3518" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3c-0.9875 0-1.8595-0.482-2.4062-1.219-0.1758-0.238-0.3109-0.485-0.4063-0.75l-4.7813 1.531c0.259 0.767 0.6503 1.503 1.1563 2.188 1.4576 1.971 3.7998 3.25 6.4375 3.25 4.416 0 8-3.584 8-8s-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-75.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-75.svg new file mode 100644 index 0000000000000000000000000000000000000000..3cd78eb951aed72f18beb7eead495d15751f9a5e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-75.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3h-5c0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-80.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-80.svg new file mode 100644 index 0000000000000000000000000000000000000000..ef37078386b2529635cb9aa63d06afe2ca5860b8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-80.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3708" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c0-0.296 0.0759-0.574 0.1562-0.844l-4.7812-1.5935c-0.247 0.7705-0.375 1.5855-0.375 2.4375 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-85.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-85.svg new file mode 100644 index 0000000000000000000000000000000000000000..0ea36c4d92cde8d55d2c9e8745f99d30384ee32c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-85.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -0.66784 0.22314-1.284 0.59375-1.7812l-4.0625-2.9375c-0.966 1.3222-1.5313 2.9575-1.5313 4.7185 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-90.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-90.svg new file mode 100644 index 0000000000000000000000000000000000000000..98b1c5fda3080c5dd27f762ffe9957e26a655881 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-90.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3933" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c0-0.988 0.4817-1.859 1.2188-2.4062l-2.9688-4.0313c-1.971 1.4576-3.25 3.7998-3.25 6.4375 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-95.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-95.svg new file mode 100644 index 0000000000000000000000000000000000000000..91076bb99bce54e94f78c96673c54a383fb6c58c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/brasero-disc-95.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3252" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3170-4" style="opacity:.3;fill-rule:evenodd" d="m10 5c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 0 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3170" style="opacity:.4;fill-rule:evenodd;fill:#dfdbd2" d="m10 4c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c1e-7 -1.656 1.344-3 3-3z"/> + <path id="path3288" style="fill:#dfdbd2" d="m10 4v5c1.656 1e-7 3 1.344 3 3s-1.344 3-3 3-3-1.344-3-3c2e-7 -0.98751 0.48173-1.8595 1.2188-2.4062 0.23792-0.1757 0.48556-0.31084 0.75-0.40625l-1.5313-4.7814c-0.7664 0.259-1.5023 0.6503-2.1875 1.1563-1.971 1.4576-3.25 3.7998-3.25 6.4375 0 4.416 3.584 8 8 8s8-3.584 8-8-3.584-8-8-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting01.svg new file mode 100644 index 0000000000000000000000000000000000000000..a67e9ce63abc08d6b608c435caabb999e27d0990 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting01.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="fill:#ebe4d2"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3a36" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#ebe4d2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting02.svg new file mode 100644 index 0000000000000000000000000000000000000000..40a0dba6e721b5dc4fc930e12b23c6c002a2d207 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting02.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.6"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#ebe4d1;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#ebe4d1;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#ebe4d1;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.8"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#373734" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#ebe4d1" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting03.svg new file mode 100644 index 0000000000000000000000000000000000000000..381cc18169cf09b58adea30fa4e1341750a36079 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting03.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.8;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#e9e4d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#e9e4d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#e9e4d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.6"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#383834" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#e9e4d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting04.svg new file mode 100644 index 0000000000000000000000000000000000000000..bb2bc0f3152eac383eab799ee567dd8179adc0f5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting04.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#3a3935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3935" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting05.svg new file mode 100644 index 0000000000000000000000000000000000000000..2d8ad2a6dda32394d7512b22e38c94dbe39e301a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting05.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.8;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.6;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting06.svg new file mode 100644 index 0000000000000000000000000000000000000000..f75e694ffbc8fde128681c94996301fce81bc126 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting06.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.6;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.8;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting07.svg new file mode 100644 index 0000000000000000000000000000000000000000..c16c6caa52cacdcf9652d71686ab7fd20993aefe --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting07.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4;stroke:#3a3935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3835" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting08.svg new file mode 100644 index 0000000000000000000000000000000000000000..db4c72b7ea571425048f4c33dc46282191f21bc7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting08.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.8;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.6;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting09.svg new file mode 100644 index 0000000000000000000000000000000000000000..61b07531962931fc7bb86c2e0df0ace2ac912333 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting09.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393934"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.6;stroke:#393934"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.8;stroke:#393934"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393934;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393934" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting10.svg new file mode 100644 index 0000000000000000000000000000000000000000..1525fc2925e6a8f981758e357c19d533d0a09007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting10.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="stroke:#3a3935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.4"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3835" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting11.svg new file mode 100644 index 0000000000000000000000000000000000000000..99189422fb5db040650f40a2a06153d1817cd202 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage01-connecting11.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#393935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.75;stroke:#393935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.75"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393935" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting01.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting01.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting02.svg new file mode 120000 index 0000000000000000000000000000000000000000..85e2e8f926ff406561a08004606b5bc6b091c0eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting02.svg @@ -0,0 +1 @@ +nm-stage01-connecting02.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting03.svg new file mode 120000 index 0000000000000000000000000000000000000000..238584a599135a9d8bb97953a0712f3ff6c06b43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting03.svg @@ -0,0 +1 @@ +nm-stage01-connecting03.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting04.svg new file mode 120000 index 0000000000000000000000000000000000000000..231483cb9d2f098ca844645ba77ebf4e0307cd8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting04.svg @@ -0,0 +1 @@ +nm-stage01-connecting04.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting05.svg new file mode 120000 index 0000000000000000000000000000000000000000..666691ec828ebca503392df9fb53882512393046 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting05.svg @@ -0,0 +1 @@ +nm-stage01-connecting05.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting06.svg new file mode 120000 index 0000000000000000000000000000000000000000..30d1fa3f124df33f1bf5f876c533bc2bab0c08a6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting06.svg @@ -0,0 +1 @@ +nm-stage01-connecting06.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting07.svg new file mode 120000 index 0000000000000000000000000000000000000000..c3bd0f96f64d397cde7de5e60f281127dc1fbe57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting07.svg @@ -0,0 +1 @@ +nm-stage01-connecting07.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting08.svg new file mode 120000 index 0000000000000000000000000000000000000000..a0365bcbeacef9ab5c0d892edec034094fc477c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting08.svg @@ -0,0 +1 @@ +nm-stage01-connecting08.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting09.svg new file mode 120000 index 0000000000000000000000000000000000000000..f03a596b67778492cd34142a1fcdbdacc0afc007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting09.svg @@ -0,0 +1 @@ +nm-stage01-connecting09.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting10.svg new file mode 120000 index 0000000000000000000000000000000000000000..4718837649504ae0c320558252534409a46e4249 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting10.svg @@ -0,0 +1 @@ +nm-stage01-connecting10.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting11.svg new file mode 120000 index 0000000000000000000000000000000000000000..0853056eb0a9027ce6f7e84d38e7fcf4e13be731 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage02-connecting11.svg @@ -0,0 +1 @@ +nm-stage01-connecting11.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting01.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting01.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting02.svg new file mode 120000 index 0000000000000000000000000000000000000000..85e2e8f926ff406561a08004606b5bc6b091c0eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting02.svg @@ -0,0 +1 @@ +nm-stage01-connecting02.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting03.svg new file mode 120000 index 0000000000000000000000000000000000000000..238584a599135a9d8bb97953a0712f3ff6c06b43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting03.svg @@ -0,0 +1 @@ +nm-stage01-connecting03.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting04.svg new file mode 120000 index 0000000000000000000000000000000000000000..231483cb9d2f098ca844645ba77ebf4e0307cd8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting04.svg @@ -0,0 +1 @@ +nm-stage01-connecting04.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting05.svg new file mode 120000 index 0000000000000000000000000000000000000000..666691ec828ebca503392df9fb53882512393046 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting05.svg @@ -0,0 +1 @@ +nm-stage01-connecting05.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting06.svg new file mode 120000 index 0000000000000000000000000000000000000000..30d1fa3f124df33f1bf5f876c533bc2bab0c08a6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting06.svg @@ -0,0 +1 @@ +nm-stage01-connecting06.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting07.svg new file mode 120000 index 0000000000000000000000000000000000000000..c3bd0f96f64d397cde7de5e60f281127dc1fbe57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting07.svg @@ -0,0 +1 @@ +nm-stage01-connecting07.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting08.svg new file mode 120000 index 0000000000000000000000000000000000000000..a0365bcbeacef9ab5c0d892edec034094fc477c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting08.svg @@ -0,0 +1 @@ +nm-stage01-connecting08.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting09.svg new file mode 120000 index 0000000000000000000000000000000000000000..f03a596b67778492cd34142a1fcdbdacc0afc007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting09.svg @@ -0,0 +1 @@ +nm-stage01-connecting09.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting10.svg new file mode 120000 index 0000000000000000000000000000000000000000..4718837649504ae0c320558252534409a46e4249 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting10.svg @@ -0,0 +1 @@ +nm-stage01-connecting10.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting11.svg new file mode 120000 index 0000000000000000000000000000000000000000..0853056eb0a9027ce6f7e84d38e7fcf4e13be731 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-stage03-connecting11.svg @@ -0,0 +1 @@ +nm-stage01-connecting11.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting01.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting01.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting01.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting02.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting02.svg new file mode 120000 index 0000000000000000000000000000000000000000..85e2e8f926ff406561a08004606b5bc6b091c0eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting02.svg @@ -0,0 +1 @@ +nm-stage01-connecting02.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting03.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting03.svg new file mode 120000 index 0000000000000000000000000000000000000000..238584a599135a9d8bb97953a0712f3ff6c06b43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting03.svg @@ -0,0 +1 @@ +nm-stage01-connecting03.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting04.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting04.svg new file mode 120000 index 0000000000000000000000000000000000000000..231483cb9d2f098ca844645ba77ebf4e0307cd8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting04.svg @@ -0,0 +1 @@ +nm-stage01-connecting04.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting05.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting05.svg new file mode 120000 index 0000000000000000000000000000000000000000..666691ec828ebca503392df9fb53882512393046 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting05.svg @@ -0,0 +1 @@ +nm-stage01-connecting05.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting06.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting06.svg new file mode 120000 index 0000000000000000000000000000000000000000..30d1fa3f124df33f1bf5f876c533bc2bab0c08a6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting06.svg @@ -0,0 +1 @@ +nm-stage01-connecting06.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting07.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting07.svg new file mode 120000 index 0000000000000000000000000000000000000000..c3bd0f96f64d397cde7de5e60f281127dc1fbe57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting07.svg @@ -0,0 +1 @@ +nm-stage01-connecting07.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting08.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting08.svg new file mode 120000 index 0000000000000000000000000000000000000000..a0365bcbeacef9ab5c0d892edec034094fc477c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting08.svg @@ -0,0 +1 @@ +nm-stage01-connecting08.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting09.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting09.svg new file mode 120000 index 0000000000000000000000000000000000000000..f03a596b67778492cd34142a1fcdbdacc0afc007 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting09.svg @@ -0,0 +1 @@ +nm-stage01-connecting09.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting10.svg new file mode 120000 index 0000000000000000000000000000000000000000..4718837649504ae0c320558252534409a46e4249 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting10.svg @@ -0,0 +1 @@ +nm-stage01-connecting10.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting11.svg new file mode 120000 index 0000000000000000000000000000000000000000..0853056eb0a9027ce6f7e84d38e7fcf4e13be731 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting11.svg @@ -0,0 +1 @@ +nm-stage01-connecting11.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting12.svg new file mode 100644 index 0000000000000000000000000000000000000000..01b896f4b531559cffd36a84255054866f0e4411 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting12.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#393935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#393935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.75;stroke:#393935"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#393935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d0;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="opacity:.75"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#393935" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#eae3d0" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +<!-- imported from '../../status/24/nm-vpn-lock.svg' --> + <g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2441" style="opacity:.3" d="m21 16c-1.108 0-2 0.91076-2 2.0312v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.96875c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.44236 1 1v1h-2v-1c0-0.55764 0.446-1 1-1z"/> + <path id="rect2822" style="fill:#dfdbd2" d="m21 15c-1.108 0-2 0.91076-2 2.0312v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.96875c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.44236 1 1v1h-2v-1c0-0.55764 0.446-1 1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting13.svg new file mode 100644 index 0000000000000000000000000000000000000000..76b9374fabf5cac0147373ebd5b9940036a0922e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting13.svg @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3208" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata17"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g2409" style="opacity:.4;stroke:#3a3935"> + <path id="path2393" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + <path id="path2399" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m7.7708 15.449s1.0185-1.291 4.1392-1.323c3.081-0.033 4.26 1.323 4.26 1.323"/> + </g> + <g id="g2405" style="opacity:.4;stroke:#3a3935"> + <path id="path2391" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + <path id="path2397" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m5.0566 12.453s2.2354-2.423 6.9244-2.337c4.727 0.087 6.924 2.376 6.924 2.376"/> + </g> + <g id="g2401" style="opacity:.4"> + <path id="path3192" style="opacity:.6;stroke-width:3.7;stroke:#3a3935;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + <path id="path3209" style="stroke-width:1.7;stroke:#eae3d1;stroke-linecap:round;fill:none" d="m2.1991 9.4138s3.1039-3.4308 9.7819-3.4308c6.645 0 9.82 3.4366 9.82 3.4366"/> + </g> + <g id="g2413" style="fill:#ebe4d2"> + <path id="path3205" style="opacity:.6;fill-rule:evenodd;fill:#3a3a36" d="m11 16.031c-0.977-0.016-1.8725 0.799-1.9584 1.77-0.0587 0.579 0.1195 1.207 0.5728 1.595 0.3473 0.347 0.6946 0.694 1.0416 1.042 0.241 0.164 0.477 0.352 0.764 0.436 0.726 0.25 1.573-0.005 2.07-0.583 0.374-0.38 0.762-0.749 1.128-1.136 0.518-0.733 0.457-1.819-0.166-2.473-0.406-0.459-1.029-0.693-1.637-0.651h-1.815z"/> + <path id="path3196" style="fill-rule:evenodd;fill:#ebe4d2" d="m11 17c-0.552 0-1 0.448-1 1 0 0.205 0.062 0.396 0.168 0.555l1.179 1.202c0.175 0.151 0.403 0.243 0.653 0.243 0.296 0 0.563-0.129 0.746-0.334l1.054-1.066c0.125-0.167 0.2-0.375 0.2-0.6 0-0.552-0.448-1-1-1h-2z"/> + </g> +<!-- imported from '../../status/24/nm-vpn-lock.svg' --> + <g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2441" style="opacity:.3" d="m21 16c-1.108 0-2 0.91076-2 2.0312v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.96875c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.44236 1 1v1h-2v-1c0-0.55764 0.446-1 1-1z"/> + <path id="rect2822" style="fill:#dfdbd2" d="m21 15c-1.108 0-2 0.91076-2 2.0312v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.96875c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.44236 1 1v1h-2v-1c0-0.55764 0.446-1 1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting14.svg new file mode 120000 index 0000000000000000000000000000000000000000..61f2781ea94fff8f554739e18a4a1e18d6ac377d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/animations/24/nm-vpn-connecting14.svg @@ -0,0 +1 @@ +nm-stage01-connecting01.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/calendar.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/calendar.svg new file mode 100644 index 0000000000000000000000000000000000000000..a3810ad35bd6e7cb75d98a14aee6c748cce7a67d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/calendar.svg @@ -0,0 +1,302 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="16" + height="16" + id="svg3138"> + <defs + id="defs3140"> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient4505" + xlink:href="#linearGradient3520-6-6-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.36374388,0,1.2499998e-8,0.68240496,-0.59241448,-2.3516963)" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3520-6-6-8"> + <stop + id="stop3522-3-8-0" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524-6-7-1" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient4459" + xlink:href="#linearGradient3520-6-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.36374388,0,1.2499998e-8,0.68240496,-0.59241448,-2.3516963)" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3520-6-6"> + <stop + id="stop3522-3-8" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524-6-7" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3924-4-4-5"> + <stop + id="stop3926-0-5-5" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3928-6-5-8" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3930-2-2-3" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3932-9-8-7" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3242-4-8"> + <stop + id="stop3244-0-0" + style="stop-color:#f89b7e;stop-opacity:1" + offset="0" /> + <stop + id="stop3246-7-6" + style="stop-color:#e35d4f;stop-opacity:1" + offset="0.26238" /> + <stop + id="stop3248-9-2" + style="stop-color:#c6262e;stop-opacity:1" + offset="0.66093999" /> + <stop + id="stop3250-3-5" + style="stop-color:#690b2c;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3924-4-9"> + <stop + id="stop3926-0-1" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3928-6-0" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3930-2-3" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3932-9-6" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3510-9-7"> + <stop + id="stop3512-9-6" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3514-9-1" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3600-74-0-5-1-6"> + <stop + id="stop3602-9-4-3-8-2" + style="stop-color:#f4f4f4;stop-opacity:1" + offset="0" /> + <stop + id="stop3604-1-8-6-1-9" + style="stop-color:#dbdbdb;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3047" + xlink:href="#linearGradient3924-4-4-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2972973,0,0,0.2972973,0.8648665,0.8648673)" /> + <radialGradient + cx="7.4956832" + cy="8.4497671" + r="19.99999" + fx="7.4956832" + fy="8.4497671" + id="radialGradient3050" + xlink:href="#linearGradient3242-4-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.76658888,-1.0260686,-3.2347008e-8,16.670075,-4.0519301)" /> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3055" + xlink:href="#linearGradient3924-4-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2972973,0,0,0.2972973,0.8648665,0.8648673)" /> + <linearGradient + x1="23.954144" + y1="15.999304" + x2="23.954144" + y2="19.963179" + id="linearGradient3058" + xlink:href="#linearGradient3510-9-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.35,0,0,0.5,-0.3999984,-2.000004)" /> + <linearGradient + x1="-29.376587" + y1="17.714043" + x2="-29.376587" + y2="45.748856" + id="linearGradient3061" + xlink:href="#linearGradient3600-74-0-5-1-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.30770038,0,0,0.33334204,17.570221,-0.86603618)" /> + </defs> + <metadata + id="metadata3143"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <path + d="m 1.5,6 0,7.5 c 0,0.554 0.446,1 1,1 l 11,0 c 0.554,0 1,-0.446 1,-1 l 0,-7.5" + inkscape:connector-curvature="0" + id="rect5505-7-6-6" + style="opacity:0.5;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2,6 0,7.5 C 2,13.777 2.223,14 2.5,14 l 11,0 C 13.777,14 14,13.777 14,13.5 L 14,6 2,6 z" + inkscape:connector-curvature="0" + id="rect5505-7-6" + style="color:#000000;fill:url(#linearGradient3061);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="14" + height="2" + rx="0" + ry="0" + x="1" + y="6" + id="rect3508-1-7" + style="opacity:0.15;fill:url(#linearGradient3058);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="11" + height="11" + x="2.5" + y="2.5" + id="rect6741-0-3-9" + style="fill:none;stroke:url(#linearGradient3055);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + d="m 2.5,1.5 c -0.554,0 -1,0.446 -1,1 l 0,3 13,0 0,-3 c 0,-0.554 -0.446,-1 -1,-1 z" + inkscape:connector-curvature="0" + id="rect5505-3-1" + style="color:#000000;fill:url(#radialGradient3050);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.5,1.5 c -0.554,0 -1,0.446 -1,1 l 0,3 13,0 0,-3 c 0,-0.554 -0.446,-1 -1,-1 z" + inkscape:connector-curvature="0" + id="rect5505-3-1-0" + style="opacity:0.6;color:#000000;fill:none;stroke:#700700;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.5,2.5 11,0 0,11 -11,0 z m 0.1758041,2 10.8943449,0" + inkscape:connector-curvature="0" + id="rect6741-0-3-8-0" + style="opacity:0.5;fill:none;stroke:url(#linearGradient3047);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> + <g + id="g4482"> + <rect + width="1" + height="4" + rx="0.60286677" + ry="0.44490799" + x="4" + y="1" + id="rect3497-2-3" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="2" + rx="0.52897298" + ry="0.51411498" + x="4" + y="2" + id="rect3493-25-3" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="3" + rx="0.60286677" + ry="0.45832726" + x="4" + y="-6.2973173e-16" + id="rect3483-7-3" + style="fill:url(#radialGradient4459);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(7,0)" + id="g4482-7"> + <rect + width="1" + height="4" + rx="0.60286677" + ry="0.44490799" + x="4" + y="1" + id="rect3497-2-3-2" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="2" + rx="0.52897298" + ry="0.51411498" + x="4" + y="2" + id="rect3493-25-3-0" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="3" + rx="0.60286677" + ry="0.45832726" + x="4" + y="-6.2973173e-16" + id="rect3483-7-3-6" + style="fill:url(#radialGradient4505);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/gnome-do-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/gnome-do-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..704ec6623184474bd1fd59e9fb338287187af026 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/gnome-do-symbolic.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3239" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3235" d="m2 2c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm6.5625 2c0.13425 0.023366 0.21875 0.11347 0.21875 0.34375v1.4688c0.3 0.0773 0.6453 0.2238 0.9063 0.3749l1.0625-0.9687c0.33598-0.41907 0.58588-0.12279 0.90625 0.25 0.30016 0.34927 0.4506 0.45558 0.125 0.78125l-0.9375 1.0625c0.15847 0.26282 0.29527 0.63367 0.375 0.9375h1.4062c0.46 0 0.375 0.2894 0.375 0.75 0 0.46057 0.02297 0.78125-0.4375 0.78125h-1.3438c-0.07988 0.30582-0.21604 0.64262-0.375 0.90625l1 1.0625c0.37128 0.32567 0.06958 0.5289-0.25 0.875-0.32584 0.35288-0.57162 0.52705-0.90625 0.15625l-1-0.9375c-0.2605 0.151-0.6058 0.266-0.9058 0.344l0.0313 1.437c0 0.461-0.352 0.375-0.8125 0.375s-0.75 0.054-0.75-0.406l0.0312-1.406c-0.2999-0.078-0.6765-0.193-0.9374-0.344l-1 0.96875c-0.3256 0.32567-0.52411 0.07949-0.875-0.21875-0.3489-0.29654-0.61531-0.53094-0.25-0.90625l0.9375-1c-0.1585-0.263-0.2953-0.603-0.3751-0.9068h-1.4062c-0.4605 0-0.3438-0.3206-0.3438-0.7812 0-0.46056-0.14797-0.75 0.3125-0.75h1.4375c0.0799-0.3058 0.2161-0.6739 0.375-0.9375l-0.9374-1.0313c-0.27091-0.26572-0.16645-0.41113 0.25-0.8125 0.18428-0.17761 0.28754-0.3125 0.5-0.3125s0.24345-0.037836 0.40625 0.125l0.9688 0.9063c0.2609-0.1511 0.6063-0.2976 0.9062-0.375v-1.4375c0-0.4606 0.2895-0.3437 0.75-0.3438 0.2302 0 0.4282-0.0546 0.5625-0.0312zm-0.5625 3.4688c-0.847 0-1.5312 0.684-1.5312 1.5312s0.6842 1.531 1.5312 1.531 1.5312-0.6838 1.5312-1.531-0.6842-1.5312-1.5312-1.5312z" style="opacity:.3"/> + <path id="rect2386" d="m2 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm6.5625 2c0.13425 0.023366 0.21875 0.11347 0.21875 0.34375v1.4688c0.3 0.0773 0.6453 0.2238 0.9063 0.3749l1.0625-0.9687c0.33598-0.41907 0.58588-0.12279 0.90625 0.25 0.30016 0.34927 0.4506 0.45558 0.125 0.78125l-0.9375 1.0625c0.15847 0.26282 0.29527 0.63367 0.375 0.9375h1.4062c0.46 0 0.375 0.2894 0.375 0.75 0 0.46057 0.02297 0.78125-0.4375 0.78125h-1.3438c-0.07988 0.30582-0.21604 0.64262-0.375 0.90625l1 1.0625c0.37128 0.32567 0.06958 0.5289-0.25 0.875-0.32584 0.35288-0.57162 0.52705-0.90625 0.15625l-1-0.9375c-0.2605 0.151-0.6058 0.266-0.9058 0.344l0.0313 1.437c0 0.461-0.352 0.375-0.8125 0.375s-0.75 0.054-0.75-0.406l0.0312-1.406c-0.2999-0.078-0.6765-0.193-0.9374-0.344l-1 0.96875c-0.3256 0.32567-0.52411 0.07949-0.875-0.21875-0.3489-0.29654-0.61531-0.53094-0.25-0.90625l0.9375-1c-0.1585-0.2633-0.2953-0.6029-0.3751-0.9068h-1.4062c-0.4605 0-0.3438-0.3206-0.3438-0.7812 0-0.46056-0.14797-0.75 0.3125-0.75h1.4375c0.0799-0.3058 0.2161-0.6739 0.375-0.9375l-0.9374-1.0313c-0.27091-0.26572-0.16645-0.41113 0.25-0.8125 0.18428-0.17761 0.28754-0.3125 0.5-0.3125s0.24345-0.037836 0.40625 0.125l0.9688 0.9063c0.2609-0.1511 0.6063-0.2976 0.9062-0.375v-1.4375c0-0.4606 0.2895-0.3437 0.75-0.3438 0.2302 0 0.4282-0.0546 0.5625-0.0312zm-0.5625 3.4688c-0.847 0-1.5312 0.684-1.5312 1.5312s0.6842 1.5312 1.5312 1.5312 1.5312-0.684 1.5312-1.5312-0.6842-1.5312-1.5312-1.5312z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/gtg-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/gtg-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..c5cf17b7e0c8e151711334e82d6913ec61383df1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/gtg-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3212" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3208" d="m2 2c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm9.0312 2c0.05517 0.0053 0.13563 0.03589 0.1875 0.0625l1.5625 0.78125c0.2075 0.10644 0.26963 0.36771 0.15625 0.5625l-4.875 8.375c-0.0853 0.149-0.2671 0.239-0.436 0.219-0.0517-0.006-0.1076-0.006-0.1562-0.031-0.0052-0.003-4.2501-3.313-4.25-3.313-0.2075-0.106-0.2697-0.367-0.1563-0.562l1.0312-1.25c0.1134-0.195 0.3863-0.2629 0.5938-0.1565l2.3125 1.7505 3.625-6.2192c0.085-0.1461 0.241-0.2346 0.406-0.2188z" style="opacity:.3"/> + <path id="rect2386" d="m2 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm9.0312 2c0.05517 0.0053 0.13563 0.03589 0.1875 0.0625l1.5625 0.78125c0.2075 0.10644 0.26963 0.36771 0.15625 0.5625l-4.875 8.375c-0.0853 0.149-0.2671 0.239-0.436 0.219-0.0517-0.006-0.1076-0.006-0.1562-0.031-0.0052-0.003-4.2501-3.3128-4.25-3.3128-0.2075-0.1064-0.2697-0.3677-0.1563-0.5624l1.0312-1.25c0.1134-0.1948 0.3863-0.2627 0.5938-0.1563l2.3125 1.75 3.625-6.2187c0.085-0.1461 0.241-0.2346 0.406-0.2188z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/office-calendar.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/office-calendar.svg new file mode 100644 index 0000000000000000000000000000000000000000..a3810ad35bd6e7cb75d98a14aee6c748cce7a67d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/office-calendar.svg @@ -0,0 +1,302 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="16" + height="16" + id="svg3138"> + <defs + id="defs3140"> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient4505" + xlink:href="#linearGradient3520-6-6-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.36374388,0,1.2499998e-8,0.68240496,-0.59241448,-2.3516963)" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3520-6-6-8"> + <stop + id="stop3522-3-8-0" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524-6-7-1" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient4459" + xlink:href="#linearGradient3520-6-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.36374388,0,1.2499998e-8,0.68240496,-0.59241448,-2.3516963)" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3520-6-6"> + <stop + id="stop3522-3-8" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524-6-7" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3924-4-4-5"> + <stop + id="stop3926-0-5-5" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3928-6-5-8" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3930-2-2-3" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3932-9-8-7" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3242-4-8"> + <stop + id="stop3244-0-0" + style="stop-color:#f89b7e;stop-opacity:1" + offset="0" /> + <stop + id="stop3246-7-6" + style="stop-color:#e35d4f;stop-opacity:1" + offset="0.26238" /> + <stop + id="stop3248-9-2" + style="stop-color:#c6262e;stop-opacity:1" + offset="0.66093999" /> + <stop + id="stop3250-3-5" + style="stop-color:#690b2c;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3924-4-9"> + <stop + id="stop3926-0-1" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3928-6-0" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3930-2-3" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3932-9-6" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3510-9-7"> + <stop + id="stop3512-9-6" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3514-9-1" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3600-74-0-5-1-6"> + <stop + id="stop3602-9-4-3-8-2" + style="stop-color:#f4f4f4;stop-opacity:1" + offset="0" /> + <stop + id="stop3604-1-8-6-1-9" + style="stop-color:#dbdbdb;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3047" + xlink:href="#linearGradient3924-4-4-5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2972973,0,0,0.2972973,0.8648665,0.8648673)" /> + <radialGradient + cx="7.4956832" + cy="8.4497671" + r="19.99999" + fx="7.4956832" + fy="8.4497671" + id="radialGradient3050" + xlink:href="#linearGradient3242-4-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.76658888,-1.0260686,-3.2347008e-8,16.670075,-4.0519301)" /> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3055" + xlink:href="#linearGradient3924-4-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2972973,0,0,0.2972973,0.8648665,0.8648673)" /> + <linearGradient + x1="23.954144" + y1="15.999304" + x2="23.954144" + y2="19.963179" + id="linearGradient3058" + xlink:href="#linearGradient3510-9-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.35,0,0,0.5,-0.3999984,-2.000004)" /> + <linearGradient + x1="-29.376587" + y1="17.714043" + x2="-29.376587" + y2="45.748856" + id="linearGradient3061" + xlink:href="#linearGradient3600-74-0-5-1-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.30770038,0,0,0.33334204,17.570221,-0.86603618)" /> + </defs> + <metadata + id="metadata3143"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <path + d="m 1.5,6 0,7.5 c 0,0.554 0.446,1 1,1 l 11,0 c 0.554,0 1,-0.446 1,-1 l 0,-7.5" + inkscape:connector-curvature="0" + id="rect5505-7-6-6" + style="opacity:0.5;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2,6 0,7.5 C 2,13.777 2.223,14 2.5,14 l 11,0 C 13.777,14 14,13.777 14,13.5 L 14,6 2,6 z" + inkscape:connector-curvature="0" + id="rect5505-7-6" + style="color:#000000;fill:url(#linearGradient3061);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="14" + height="2" + rx="0" + ry="0" + x="1" + y="6" + id="rect3508-1-7" + style="opacity:0.15;fill:url(#linearGradient3058);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="11" + height="11" + x="2.5" + y="2.5" + id="rect6741-0-3-9" + style="fill:none;stroke:url(#linearGradient3055);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + d="m 2.5,1.5 c -0.554,0 -1,0.446 -1,1 l 0,3 13,0 0,-3 c 0,-0.554 -0.446,-1 -1,-1 z" + inkscape:connector-curvature="0" + id="rect5505-3-1" + style="color:#000000;fill:url(#radialGradient3050);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.5,1.5 c -0.554,0 -1,0.446 -1,1 l 0,3 13,0 0,-3 c 0,-0.554 -0.446,-1 -1,-1 z" + inkscape:connector-curvature="0" + id="rect5505-3-1-0" + style="opacity:0.6;color:#000000;fill:none;stroke:#700700;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.5,2.5 11,0 0,11 -11,0 z m 0.1758041,2 10.8943449,0" + inkscape:connector-curvature="0" + id="rect6741-0-3-8-0" + style="opacity:0.5;fill:none;stroke:url(#linearGradient3047);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> + <g + id="g4482"> + <rect + width="1" + height="4" + rx="0.60286677" + ry="0.44490799" + x="4" + y="1" + id="rect3497-2-3" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="2" + rx="0.52897298" + ry="0.51411498" + x="4" + y="2" + id="rect3493-25-3" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="3" + rx="0.60286677" + ry="0.45832726" + x="4" + y="-6.2973173e-16" + id="rect3483-7-3" + style="fill:url(#radialGradient4459);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(7,0)" + id="g4482-7"> + <rect + width="1" + height="4" + rx="0.60286677" + ry="0.44490799" + x="4" + y="1" + id="rect3497-2-3-2" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="2" + rx="0.52897298" + ry="0.51411498" + x="4" + y="2" + id="rect3493-25-3-0" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="1" + height="3" + rx="0.60286677" + ry="0.45832726" + x="4" + y="-6.2973173e-16" + id="rect3483-7-3-6" + style="fill:url(#radialGradient4505);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/system-file-manager-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/system-file-manager-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..b1bd03ecee4fb60447d8af466a9e83ec50d91f07 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/system-file-manager-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3801" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1-5" style="opacity:.3;color:#000000;fill-rule:evenodd" transform="translate(-10.5 -7.5)"> + <path id="path3970-4" d="m13.645 8.5 9.855 9.318-4.493 0.141l1.8841 3.8117c0.57971 1.6941-2.029 2.3294-2.4638 1.0588 0 0-1.7391-3.8117-1.7391-3.8117l-3.188 3.317 0.145-13.835z" style="color:#000000;fill-rule:evenodd"/> + </g> + <g id="layer1-2" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2" transform="translate(-10.5 -8.5)"> + <path id="path3970" d="m13.645 8.5 9.855 9.318-4.493 0.141l1.8841 3.8117c0.57971 1.6941-2.029 2.3294-2.4638 1.0588 0 0-1.7391-3.8117-1.7391-3.8117l-3.188 3.317 0.145-13.835z" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/transmission-tray-icon.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/transmission-tray-icon.svg new file mode 100644 index 0000000000000000000000000000000000000000..e314e7653cd2cb8f7fb2a34f5affa7ce1244bdae --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/16/transmission-tray-icon.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3738" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3712-8" d="m4.0625 1c-0.554 0-1 0.446-1 1s0.446 1 1 1h3.0313l-0.0626 4h-4.1562l-1.875 8v1h14.062v-0.9375l-1.75-8.0625h-4.25v3h2l-2.9682 3.062-3.0313-3.062h1.9688l0.0625-3h1.9688v-4h3c0.554 0 1-0.446 1-1s-0.446-1-1-1h-8z" style="opacity:.3;color:#000000;fill-rule:evenodd"/> + <path id="path3712" d="m4.0625 0c-0.554 0-1 0.446-1 1s0.446 1 1 1h3.0313l-0.0626 4h-4.1562l-1.875 8v1h14.062v-0.9375l-1.75-8.0625h-4.25v3h2l-2.9682 3.062-3.0313-3.062h1.9687l0.0626-3h1.9687v-4h3c0.554 0 1-0.446 1-1s-0.446-1-1-1h-8z" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/audacious-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/audacious-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..66859110b489576626dd97f18b3579de39248862 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/audacious-panel.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2882" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2555-4-5" d="m11 3c-4.9659 0-9 4.0341-9 9s4.0341 9 9 9c5.8069 0 9-3.5295 9-9-0.000005-4.9659-4.0341-9-9-9zm0.375 3c0.959 0.00441 1.9755-0.00144 2.8438 0.4375 1.0863 0.51381 1.6639 1.7207 1.75 2.875 0.079 1.2315 0.016 2.4535 0.031 3.6875 0.05054 0.19401-0.24514 1.9706 0 2 0.74096 0.09501 0.99562 0.29052 1 1 0.0044 0.70948-0.11443 0.90015-0.84375 1-0.64025 0.08554-1.2933 0.023-1.9375 0-0.476-0.028-0.886-0.637-1.031-1.094-0.188 1.094-3.6555 1.445-5.4692 0.782-1.1933-0.405-1.7188-1.834-1.7188-2.782 0-0.906 0.0089-1.608 1-2.906s4-1 6-1c0.313-0.2615 0.282-1.3177-1.017-1.386s-2.0223-0.2087-2.862 0.45c-1.4269 1.119-2.4725 0.8554-2.7148-0.3452-0.2751-0.7551 0.7913-1.5789 1.4438-1.9688 1.2334-0.5005 2.1157-0.7286 3.525-0.75zm-0.125 6.2c-0.89544-0.02526-1.1253 0.15818-1.609 0.431-0.49973 0.23196-0.87982 0.70895-0.3 0.913 0.56938 0.39513 3.2118 0.73424 3.721-0.332v-0.612c-0.235-0.272-0.917-0.375-1.812-0.4z" style="opacity:.3"/> + <path id="path3767" d="m11.375 5c0.959 0.00441 1.9755-0.00144 2.8438 0.4375 1.0863 0.51381 1.6639 1.7207 1.75 2.875 0.079 1.2318 0.016 2.4535 0.031 3.6875 0.05054 0.19401-0.24514 1.9706 0 2 0.74096 0.09501 0.99562 0.29052 1 1 0.0044 0.70948-0.11443 0.90015-0.84375 1-0.64025 0.08554-1.2933 0.023-1.9375 0-0.476-0.028-0.886-0.637-1.031-1.094-0.188 1.094-3.6555 1.445-5.4692 0.782-1.1933-0.405-1.7188-1.834-1.7188-2.782 0-0.906 0.0089-1.608 1-2.906s4-1 6-1c0.313-0.2615 0.282-1.3177-1.017-1.386s-2.0223-0.2087-2.862 0.45c-1.4269 1.1193-2.4725 0.8554-2.7148-0.3452-0.2751-0.7551 0.7913-1.5789 1.4438-1.9688 1.2334-0.5005 2.1157-0.7286 3.525-0.75zm-0.125 6.1c-0.89544-0.02526-1.1253 0.35818-1.609 0.631-0.49973 0.23196-0.77982 0.60895-0.2 0.813 0.56938 0.39513 3.1118 0.73424 3.621-0.332v-0.612c-0.235-0.272-0.917-0.475-1.812-0.5z" style="opacity:.3;stroke:#fff;fill:none"/> + <path id="path2555-4" d="m11 2c-4.9659 0-9 4.0341-9 9s4.0341 9 9 9c5.8069 0 9-3.5295 9-9-0.000005-4.9659-4.0341-9-9-9zm0.375 3c0.959 0.00441 1.9755-0.00144 2.8438 0.4375 1.0863 0.51381 1.6639 1.7207 1.75 2.875 0.079 1.2318 0.016 2.4535 0.031 3.6875 0.05054 0.19401-0.24514 1.9706 0 2 0.74096 0.09501 0.99562 0.29052 1 1 0.0044 0.70948-0.11443 0.90015-0.84375 1-0.64025 0.08554-1.2933 0.023-1.9375 0-0.476-0.028-0.886-0.637-1.031-1.094-0.188 1.094-3.6555 1.445-5.4692 0.782-1.1933-0.405-1.7188-1.834-1.7188-2.782 0-0.906 0.0089-1.608 1-2.906s4-1 6-1c0.313-0.2615 0.282-1.3177-1.017-1.386s-2.0223-0.2087-2.862 0.45c-1.4269 1.1193-2.4725 0.8554-2.7148-0.3452-0.2751-0.7551 0.7913-1.5789 1.4438-1.9688 1.2334-0.5005 2.1157-0.7286 3.525-0.75zm-0.125 6.2c-0.89544-0.02526-1.1253 0.15818-1.609 0.431-0.49973 0.23196-0.87982 0.70895-0.3 0.913 0.56938 0.39513 3.2118 0.73424 3.721-0.332v-0.612c-0.235-0.272-0.917-0.375-1.812-0.4z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/banshee-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/banshee-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..8f92f168a10749beecfaf053e42265b01e043aa0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/banshee-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3198" d="m5.0006 4.9998 3-3v12.543c0-1.7824 1.7176-3.5427 3.5-3.5427s3.5 1.7606 3.5 3.543-1.7176 3.457-3.5 3.457-3.5-1.6746-3.5-3.457m2.9834-6.5228c2.7977-0.22293 5.4226 1.3749 6.5093 3.9625 1.0868 2.5876 0.39007 5.5805-1.7278 7.4221s-5.1785 2.1159-7.5902 0.68033c-2.4116-1.4356-3.6295-4.2569-3.0202-6.9966" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2;fill:none"/> + <path id="path5" d="m5.0006 4 3-3v12.543c0-1.783 1.7176-3.543 3.5004-3.543 1.7824 0 3.5 1.7606 3.5 3.543s-1.7176 3.457-3.5 3.457c-1.7828 0-3.5004-1.675-3.5004-3.457m2.9834-6.5226c2.7977-0.22293 5.4226 1.3749 6.5093 3.9625 1.0868 2.5876 0.39007 5.5805-1.7278 7.4221s-5.1785 2.1159-7.5902 0.68033c-2.4116-1.4356-3.6295-4.2569-3.0202-6.9966" style="stroke-linejoin:round;stroke:#dfdbd2;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-busy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-busy.svg new file mode 100644 index 0000000000000000000000000000000000000000..36415bade075a9290fe48b6834075c7978687a21 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-busy.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2835-6" d="m6.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c1.4826 0 2.4128 0.55829 3 1.25v-1.25h1v2 1h-1-2v-1h1.3125c-0.435-0.557-1.142-1-2.312-1-3 0-3 3-3 3h-1s0-4 4-4zm3 4h1s0 4-4 4c-1.4826 0-2.4128-0.55829-3-1.25v1.25h-1v-2-1h1 2v1h-1.3125c0.43535 0.55672 1.1425 1 2.3125 1 3 0 3-3 3-3z" style="opacity:.3;color:#000000"/> + <path id="path2835" d="m6.5 3.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c1.4826 0 2.4128 0.55829 3 1.25v-1.25h1v2 1h-1-2v-1h1.3125c-0.435-0.5567-1.142-1-2.312-1-3 0-3 3-3 3h-1s0-4 4-4zm3 4h1s0 4-4 4c-1.4826 0-2.4128-0.55829-3-1.25v1.25h-1v-2-1h1 2v1h-1.3125c0.43535 0.55672 1.1425 1 2.3125 1 3 0 3-3 3-3z" style="color:#000000;fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-busy2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-busy2.svg new file mode 100644 index 0000000000000000000000000000000000000000..728accd70a3bc88f68391b30ec14f73f4f915e09 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-busy2.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata20"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3920" d="m6.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm0.5 4.5h2 1v1 2h-1v-1.3125c-0.5567 0.435-1 1.142-1 2.312 0 3 3 3 3 3v1s-4 0-4-4c0-1.4826 0.55829-2.4128 1.25-3h-1.25v-1zm4 0s4 0 4 4c0 1.4826-0.55829 2.4128-1.25 3h1.25v1h-2-1v-1-2h1v1.3125c0.557-0.435 1-1.142 1-2.312 0-3-3-3-3-3v-1z" style="opacity:.3;color:#000000"/> + <path id="path3887" d="m6.5 3.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm0.5 4.5h2 1v1 2h-1v-1.3125c-0.5567 0.4355-1 1.1425-1 2.3125 0 3 3 3 3 3v1s-4 0-4-4c0-1.483 0.5583-2.4128 1.25-3h-1.25v-1zm4 0s4 0 4 4c0 1.4826-0.55829 2.4128-1.25 3h1.25v1h-2-1v-1-2h1v1.3125c0.557-0.435 1-1.142 1-2.312 0-3-3-3-3-3v-1z" style="color:#000000;fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-idle.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-idle.svg new file mode 100644 index 0000000000000000000000000000000000000000..388c24649550038010e01e148f1b694e79d34449 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-idle.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3973" style="opacity:.3;color:#000000" d="m6.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> + <path id="path3967" style="color:#000000;fill:#dfdbd2" d="m6.5 3.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-logo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..18e11612dafab8bd52f124d265d6847a25aa160f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-logo.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3791" style="opacity:.4"> + <path id="path3973" style="opacity:.3;color:#000000" d="m6.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> + <path id="path3967" style="color:#000000;fill:#dfdbd2" d="m6.5 3.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-x.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-x.svg new file mode 100644 index 0000000000000000000000000000000000000000..bb29f279dfb4ec3760544f2aaed98d58721cab95 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/dropboxstatus-x.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4744" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata18"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3973" d="m6.5 4.5-4.5 3.5l4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c0.554 0 1 0.446 1 1v5c0 0.554-0.446 1-1 1s-1-0.446-1-1v-5c0-0.554 0.446-1 1-1zm-0.25 8h0.5c0.4155 0 0.75 0.3345 0.75 0.75v0.5c0 0.416-0.334 0.75-0.75 0.75h-0.5c-0.416 0-0.75-0.334-0.75-0.75v-0.5c0-0.416 0.334-0.75 0.75-0.75z" style="opacity:.3;color:#000000"/> + <path id="path3967" d="m6.5 3.5-4.5 3.5l4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c0.554 0 1 0.446 1 1v5c0 0.554-0.446 1-1 1s-1-0.446-1-1v-5c0-0.554 0.446-1 1-1zm-0.25 8h0.5c0.4155 0 0.75 0.3345 0.75 0.75v0.5c0 0.416-0.334 0.75-0.75 0.75h-0.5c-0.416 0-0.75-0.334-0.75-0.75v-0.5c0-0.416 0.334-0.75 0.75-0.75z" style="color:#000000;fill:#df382c"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gnome-do-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gnome-do-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..e37a98ad9f446a6ca2c0c06b622e07cb4bab43c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gnome-do-symbolic.svg @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3239" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3235" d="m5 5c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm6.5625 2c0.13425 0.023366 0.21875 0.11347 0.21875 0.34375v1.4688c0.29992 0.077419 0.64526 0.22389 0.90625 0.375l1.063-0.9688c0.33598-0.41907 0.58588-0.12279 0.90625 0.25 0.30016 0.34927 0.4506 0.45558 0.125 0.78125l-0.9375 1.0625c0.15847 0.26282 0.29527 0.63367 0.375 0.9375h1.4062c0.46047 0 0.375 0.28944 0.375 0.75 0 0.46057 0.02297 0.78125-0.4375 0.78125h-1.3438c-0.07988 0.30582-0.21604 0.64262-0.375 0.90625l1 1.0625c0.37128 0.32567 0.06958 0.5289-0.25 0.875-0.32584 0.35288-0.57162 0.52705-0.90625 0.15625l-1-0.9375c-0.26099 0.15111-0.60633 0.26633-0.90625 0.34375l0.031 1.437c0 0.461-0.352 0.375-0.812 0.375s-0.75 0.054-0.75-0.406l0.031-1.406c-0.2997-0.078-0.6763-0.193-0.9372-0.344l-1 0.96875c-0.3256 0.32567-0.52411 0.07949-0.875-0.21875-0.3489-0.29654-0.61531-0.53094-0.25-0.90625l0.9375-1c-0.1585-0.263-0.2953-0.603-0.3751-0.907h-1.4062c-0.46047 0-0.34375-0.32068-0.34375-0.78125 0-0.46056-0.14797-0.75 0.3125-0.75h1.4375c0.079884-0.30583 0.21604-0.67387 0.375-0.9375l-0.9375-1.0308c-0.27091-0.26572-0.16645-0.41113 0.25-0.8125 0.18428-0.17761 0.28754-0.3125 0.5-0.3125s0.24345-0.037836 0.40625 0.125l0.9688 0.9063c0.2609-0.1511 0.6063-0.2976 0.9062-0.375v-1.4375c0-0.46057 0.28953-0.34375 0.75-0.34375 0.23024 0 0.42825-0.054616 0.5625-0.03125zm-0.562 3.469c-0.84703 0-1.5312 0.68404-1.5312 1.5312 0 0.84721 0.68422 1.5312 1.5312 1.5312 0.84703 0 1.5312-0.68404 1.5312-1.5312 0-0.84721-0.68422-1.5312-1.5312-1.5312z" style="opacity:.3"/> + <path id="rect2386" d="m5 4c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm6.5625 2c0.13425 0.023366 0.21875 0.11347 0.21875 0.34375v1.4688c0.29992 0.077419 0.64526 0.22389 0.90625 0.375l1.063-0.9688c0.33598-0.41907 0.58588-0.12279 0.90625 0.25 0.30016 0.34927 0.4506 0.45558 0.125 0.78125l-0.9375 1.0625c0.15847 0.26282 0.29527 0.63367 0.375 0.9375h1.4062c0.46047 0 0.375 0.28944 0.375 0.75 0 0.46057 0.02297 0.78125-0.4375 0.78125h-1.3438c-0.07988 0.30582-0.21604 0.64262-0.375 0.90625l1 1.0625c0.37128 0.32567 0.06958 0.5289-0.25 0.875-0.32584 0.35288-0.57162 0.52705-0.90625 0.15625l-1-0.9375c-0.26099 0.15111-0.60633 0.26633-0.90625 0.34375l0.031 1.437c0 0.461-0.352 0.375-0.812 0.375s-0.75 0.054-0.75-0.406l0.031-1.406c-0.2997-0.078-0.6763-0.193-0.9372-0.344l-1 0.96875c-0.3256 0.32567-0.52411 0.07949-0.875-0.21875-0.3489-0.29654-0.61531-0.53094-0.25-0.90625l0.9375-1c-0.1585-0.263-0.2953-0.603-0.3751-0.907h-1.4062c-0.46047 0-0.34375-0.32068-0.34375-0.78125 0-0.46056-0.14797-0.75 0.3125-0.75h1.4375c0.0798-0.3058 0.216-0.6739 0.3749-0.9375l-0.9374-1.0313c-0.27091-0.26572-0.16645-0.41113 0.25-0.8125 0.18428-0.17761 0.28754-0.3125 0.5-0.3125s0.24345-0.037836 0.40625 0.125l0.9688 0.9063c0.2609-0.1511 0.6063-0.2976 0.9062-0.375v-1.4375c0-0.46057 0.28953-0.34375 0.75-0.34375 0.23024 0 0.42825-0.054616 0.5625-0.03125zm-0.562 3.4688c-0.84703 0-1.5312 0.68404-1.5312 1.5312 0 0.84721 0.68422 1.5312 1.5312 1.5312 0.84703 0 1.5312-0.68404 1.5312-1.5312 0-0.84721-0.68422-1.5312-1.5312-1.5312z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gsd-xrandr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gsd-xrandr.svg new file mode 100644 index 0000000000000000000000000000000000000000..c993f794df895374d9693c2c04ca6c5895bf3744 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gsd-xrandr.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3294" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata15"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2722-3" style="opacity:.3" d="m4 4c-0.554 0-1 0.4894-1 1.0938v9.8125c0 0.605 0.446 1.094 1 1.094h14c0.554 0 1-0.48939 1-1.0938v-9.8125c0-0.6041-0.446-1.0935-1-1.0935h-14zm1 2h12v8h-12v-8zm3 11v1h-2v2h10v-2h-2v-1h-6z"/> + <path id="rect2722" style="fill:#dfdbd2" d="m4 3c-0.554 0-1 0.4894-1 1.0938v9.8122c0 0.605 0.446 1.094 1 1.094h14c0.554 0 1-0.489 1-1.094v-9.8122c0-0.6044-0.446-1.0938-1-1.0938h-14zm1 2h12v8h-12v-8zm3 11v1h-2v2h10v-2h-2v-1h-6z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gtg-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gtg-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..c33b072a7be7193785a2e8ced3fa974984e12db1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/gtg-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3212" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3208" d="m5 5c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm9.0312 2c0.05517 0.00526 0.13563 0.03589 0.1875 0.0625l1.5625 0.78125c0.2075 0.10644 0.26963 0.36771 0.15625 0.5625l-4.875 8.375c-0.085 0.149-0.267 0.239-0.436 0.219-0.0517-0.0061-0.10762-0.0063-0.15625-0.03125-0.0052-0.0024-4.25-3.3125-4.25-3.3125-0.2075-0.106-0.2697-0.367-0.1563-0.562l1.0312-1.25c0.1134-0.195 0.3863-0.263 0.5938-0.156l2.3125 1.75 3.625-6.2192c0.085-0.1461 0.241-0.2346 0.406-0.2188z" style="opacity:.3"/> + <path id="rect2386" d="m5 4c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm9.0312 2c0.05517 0.00526 0.13563 0.03589 0.1875 0.0625l1.5625 0.78125c0.2075 0.10644 0.26963 0.36771 0.15625 0.5625l-4.875 8.375c-0.085 0.149-0.267 0.239-0.436 0.219-0.0517-0.0061-0.10762-0.0063-0.15625-0.03125-0.0052-0.0024-4.25-3.3125-4.25-3.3125-0.2075-0.106-0.2697-0.367-0.1563-0.562l1.0312-1.25c0.1134-0.195 0.3863-0.263 0.5938-0.156l2.3125 1.75 3.625-6.2192c0.085-0.1461 0.241-0.2346 0.406-0.2188z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/office-calendar.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/office-calendar.svg new file mode 100644 index 0000000000000000000000000000000000000000..50044a05e31a205c4147fed45d45d19dc7d5af5f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/office-calendar.svg @@ -0,0 +1,302 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="22" + height="22" + id="svg4307"> + <defs + id="defs4309"> + <linearGradient + id="linearGradient3924-742"> + <stop + id="stop3115" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3117" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3119" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3121" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient2490"> + <stop + id="stop2492" + style="stop-color:#791235;stop-opacity:1" + offset="0" /> + <stop + id="stop2494" + style="stop-color:#dd3b27;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3357"> + <stop + id="stop3359" + style="stop-color:#f89b7e;stop-opacity:1" + offset="0" /> + <stop + id="stop3361" + style="stop-color:#e35d4f;stop-opacity:1" + offset="0.39678687" /> + <stop + id="stop3363" + style="stop-color:#c6262e;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3520"> + <stop + id="stop3522" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3510"> + <stop + id="stop3512" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3514" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3600-74-0"> + <stop + id="stop3602-9-4" + style="stop-color:#f4f4f4;stop-opacity:1" + offset="0" /> + <stop + id="stop3604-1-8" + style="stop-color:#dbdbdb;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3104-0-8"> + <stop + id="stop3106-6-1" + style="stop-color:#787878;stop-opacity:1" + offset="0" /> + <stop + id="stop3108-0-6" + style="stop-color:#aaaaaa;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3520-4"> + <stop + id="stop3522-8" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524-5" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.954144" + y1="15.999304" + x2="23.954144" + y2="19.963179" + id="linearGradient3080" + xlink:href="#linearGradient3510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.5,0,0,0.5,-0.9999977,-4.3e-6)" /> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3083" + xlink:href="#linearGradient3520-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72748776,-1.3215675e-8,2.4999998e-8,1.1373416,5.8151714,-3.9194937)" + spreadMethod="reflect" /> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3088" + xlink:href="#linearGradient3520" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72748776,-1.3215675e-8,2.4999998e-8,1.1373416,-4.1848286,-3.9194937)" + spreadMethod="reflect" /> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3093" + xlink:href="#linearGradient3924-742" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.45945947,0,0,0.43243245,-0.0257797,2.120381)" /> + <radialGradient + cx="3.3054423" + cy="7.5651746" + r="19.99999" + fx="3.3054423" + fy="7.5651746" + id="radialGradient3098" + xlink:href="#linearGradient3357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.87438314,-1.1522965,-3.5163214e-8,19.110207,-0.8665462)" /> + <linearGradient + x1="24" + y1="43.670246" + x2="24" + y2="3.8990016" + id="linearGradient3100" + xlink:href="#linearGradient2490" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48722277,0,0,0.45325777,-0.692502,0.4597458)" /> + <linearGradient + x1="19.360001" + y1="16.949547" + x2="19.360001" + y2="44.98436" + id="linearGradient3103" + xlink:href="#linearGradient3600-74-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48717949,0,0,0.48717947,-0.6923082,-0.1636246)" /> + <linearGradient + x1="24" + y1="44" + x2="24" + y2="3.8904724" + id="linearGradient3105" + xlink:href="#linearGradient3104-0-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48717949,0,0,0.48717947,-0.6923082,0.3076912)" /> + </defs> + <metadata + id="metadata4312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <rect + width="19" + height="19" + rx="1" + ry="1" + x="1.5" + y="2.5" + id="rect5505-21-9-4" + style="color:#000000;fill:url(#linearGradient3103);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3105);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 2.581026,2.5 C 1.978503,2.5 1.5,2.945145 1.5,3.505666 L 1.5,7.5 l 19.001689,0 0,-3.994334 C 20.501689,2.945145 20.023186,2.5 19.420663,2.5 z" + inkscape:connector-curvature="0" + id="rect2424" + style="fill:url(#radialGradient3098);fill-opacity:1;stroke:url(#linearGradient3100);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + width="16" + height="3" + x="3" + y="10.008675" + id="rect3982" + style="color:#000000;fill:#c5c5c5;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 3.4414306,10.498798 15.0684454,0 0,8.011078 -15.0684454,0 z m 0.1171387,6.009876 14.8918587,0 m -14.8918586,-2 14.8918586,0 m -14.8918586,-2 14.8918586,0 M 15.5,10.549958 l 0,7.957514 m -3,-7.957514 0,7.957514 m -3,-7.957514 0,7.957514 m -3,-7.957514 0,7.957514" + inkscape:connector-curvature="0" + id="rect3858" + style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:0.98024851;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.5012455,3.498378 16.9999995,0 0,17.000378 -16.9999995,0 z m 17.0133185,3.001244 -17.0291276,0" + inkscape:connector-curvature="0" + id="rect6741-9" + style="opacity:0.5;fill:none;stroke:url(#linearGradient3093);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> + <rect + width="2" + height="5.9999995" + rx="0.90430015" + ry="0.83473855" + x="5" + y="1" + id="rect3497" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="2.5" + rx="0.79345953" + ry="0.92089456" + x="5" + y="3.5" + id="rect3493" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="5" + rx="0.90430015" + ry="0.69561541" + x="5" + y="0" + id="rect3483" + style="fill:url(#radialGradient3088);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="5.9999995" + rx="0.90430015" + ry="0.83473855" + x="15" + y="1" + id="rect3497-8" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="2.5" + rx="0.79345953" + ry="0.92089456" + x="15" + y="3.5" + id="rect3493-2" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="5" + rx="0.90430015" + ry="0.69561541" + x="15" + y="0" + id="rect3483-2" + style="fill:url(#radialGradient3083);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="20" + height="2" + rx="0" + ry="0" + x="1" + y="8" + id="rect3508" + style="opacity:0.15;fill:url(#linearGradient3080);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/rhythmbox-notplaying.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/rhythmbox-notplaying.svg new file mode 100644 index 0000000000000000000000000000000000000000..6ea77e57b3a02300bfc99121fe38ded92fcee87a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/rhythmbox-notplaying.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3828" style="opacity:.4"> + <path id="rect2406-8" style="opacity:.3;fill-rule:evenodd" d="m7.5 4c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5-1.9334 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.5666-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="rect2406" style="fill-rule:evenodd;fill:#dfdbd2" d="m7.5 3c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5-1.9334 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.5666-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5s0.672 1.5 1.5 1.5 1.5-0.6716 1.5-1.5-0.672-1.5-1.5-1.5zm-2.5 8c0.5524 0 1 0.448 1 1s-0.4476 1-1 1-1.0002-0.448-1-1c-0.0002-0.552 0.4476-1 1-1zm5 0c0.552 0 1 0.448 1 1s-0.448 1-1 1-1-0.448-1-1 0.448-1 1-1z"/> + <path id="path3201" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m14.75 8.5c0 1.7949-1.4551 3.25-3.25 3.25s-3.25-1.4551-3.25-3.25 1.4551-3.25 3.25-3.25 3.25 1.4551 3.25 3.25z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/rhythmbox-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/rhythmbox-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..ddeea808f8cc97c360f1ba05d01011e6bcb79ac3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/rhythmbox-panel.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2406-8" style="opacity:.3;fill-rule:evenodd" d="m7.5 4c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5-1.9334 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.5666-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="rect2406" style="fill-rule:evenodd;fill:#dfdbd2" d="m7.5 3c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5-1.9334 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.5666-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5s0.672 1.5 1.5 1.5 1.5-0.6716 1.5-1.5-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="path3201" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m14.75 8.5c0 1.7949-1.4551 3.25-3.25 3.25s-3.25-1.4551-3.25-3.25 1.4551-3.25 3.25-3.25 3.25 1.4551 3.25 3.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/system-file-manager-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/system-file-manager-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..c475cb6155caa7282fe2a8a329d98f1b7e2973d7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/system-file-manager-panel.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3801" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1-5" style="opacity:.3;color:#000000;fill-rule:evenodd" transform="translate(-7.5 -4.5)"> + <path id="path3970-4" d="m13.645 8.5 9.855 9.318-4.493 0.141l1.8841 3.8117c0.57971 1.6941-2.029 2.3294-2.4638 1.0588 0 0-1.7391-3.8117-1.7391-3.8117l-3.188 3.317 0.145-13.835z" style="color:#000000;fill-rule:evenodd"/> + </g> + <g id="layer1-2" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2" transform="translate(-7.5 -5.5)"> + <path id="path3970" d="m13.645 8.5 9.855 9.318-4.493 0.141l1.8841 3.8117c0.57971 1.6941-2.029 2.3294-2.4638 1.0588 0 0-1.7391-3.8117-1.7391-3.8117l-3.188 3.317 0.145-13.835z" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/tomboy-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/tomboy-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..bdeebb09609dc11c075d104cfc9a69f17bf5bbe3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/tomboy-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3182" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="rect3226-9" style="opacity:.3" d="m3.0312 5.2185c-0.0071 0.0408-0.0278 0.0832-0.0312 0.125-0.0151 3.6019 0 7.2105 0 10.812 0.0044-3.649 0.0233-7.2886 0.0312-10.938zm15.969 0.5937c-0.00003 3.6074-0.01609 7.2055-0.03125 10.813-0.06084 0.89097-0.97271 1.4923-1.8125 1.375-4.2708-0.0051-8.542-0.01328-12.812-0.03125-0.7792-0.054-1.3011-0.732-1.344-1.469-0.0000877 0.56221 0.0006746 1.1253 0 1.6875-0.11739 0.84139 0.45186 1.7515 1.3438 1.8125 4.2786 0.01799 8.5648-0.0051 12.844 0 0.84139 0.11739 1.7515-0.45186 1.8125-1.3438 0.01799-4.2786-0.0051-8.5648 0-12.844zm-14.5-1.8125c-0.7482-0.0129-1.4081 0.4874-1.4688 1.0938-0.0179 3.4727-0.0261 6.9335-0.0312 10.406-0.11717 0.68292 0.45356 1.4193 1.3438 1.4688 4.2705 0.0146 8.5417 0.02708 12.812 0.03125 0.83979 0.09529 1.7517-0.36984 1.8125-1.0938 0.016-3.005 0.032-6.0261 0.032-9.0313l-5.0312 5.0312c-0.37499 0.37499-0.83656 0.50959-1.3125 0.53125-0.23065 0.18877-0.4591 0.37178-0.75 0.46875-0.39449 0.1315-1.0051 0.18243-1.5-0.3125-0.49493-0.49493-0.444-1.1055-0.3125-1.5 0.09697-0.2909 0.27998-0.51935 0.46875-0.75 0.02166-0.47594 0.15626-0.93751 0.53125-1.3125l5.0312-5.0312c-3.8667-0.00785-7.7581 0.00368-11.625 0zm7.3362 5.7496c-0.259 0.2587-0.326 0.6207-0.243 0.9497l-0.11049 0.11049c-0.39174 0.39174-0.54942 0.86479-0.35355 1.0607 0.19587 0.19587 0.66892 0.03818 1.0607-0.35355l0.11049-0.11049c0.32967 0.08327 0.6913 0.0158 0.95017-0.24307l7.0711-7.0711c0.39174-0.39174 0.39174-1.0225 0-1.4142-0.39174-0.39174-1.0225-0.39174-1.4142 0l-7.0711 7.0711z"/> + <path id="rect3226" style="fill:#dfdbd2" d="m3.0312 4.2188c-0.0071 0.0408-0.0278 0.0832-0.0312 0.125-0.0151 3.6019 0 7.2102 0 10.812 0.0044-3.649 0.0233-7.2884 0.0312-10.937zm15.969 0.5937c0 3.6074-0.016 7.2055-0.031 10.812-0.061 0.892-0.973 1.493-1.813 1.376-4.271-0.005-8.5418-0.013-12.812-0.031-0.7792-0.054-1.3011-0.732-1.344-1.469-0.0001 0.562 0.0007 1.125 0 1.688-0.1174 0.841 0.4519 1.751 1.3438 1.812 4.2786 0.018 8.5652-0.005 12.844 0 0.841 0.117 1.751-0.452 1.812-1.344 0.018-4.278-0.005-8.5646 0-12.844zm-14.5-1.8125c-0.7482-0.0129-1.4081 0.4874-1.4688 1.0938-0.0179 3.4727-0.0261 6.9332-0.0312 10.406-0.1172 0.683 0.4536 1.419 1.3438 1.469 4.2704 0.014 8.5412 0.027 12.812 0.031 0.84 0.095 1.752-0.37 1.813-1.094 0.015-3.005 0.031-6.0258 0.031-9.031l-5.031 5.031c-0.375 0.375-0.837 0.51-1.313 0.532-0.23 0.188-0.459 0.371-0.75 0.468-0.394 0.132-1.005 0.183-1.5-0.312-0.4947-0.495-0.4437-1.106-0.312-1.5 0.097-0.2912 0.28-0.5196 0.468-0.7502 0.022-0.476 0.157-0.9376 0.532-1.3126l5.031-5.0312c-3.867-0.0079-7.7581 0.0037-11.625 0zm7.336 5.7496c-0.259 0.2588-0.326 0.6205-0.243 0.9501l-0.11 0.1105c-0.392 0.3918-0.55 0.8648-0.354 1.0608s0.669 0.038 1.061-0.354l0.11-0.11c0.33 0.083 0.692 0.016 0.95-0.243l7.072-7.0713c0.391-0.3917 0.391-1.0225 0-1.4142-0.392-0.3917-1.023-0.3917-1.415 0l-7.071 7.0711z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/transmission-tray-icon.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/transmission-tray-icon.svg new file mode 100644 index 0000000000000000000000000000000000000000..2a962edb64237d55ee948592aa48c47a05d6bab8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/transmission-tray-icon.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3738" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3712-8" d="m7.0005 4c-0.554 0-1 0.446-1 1s0.446 1 1 1h3.0312l-0.0625 4h-4.1562l-1.875 8v1h14.062v-0.9375l-1.75-8.0625h-4.25v3h2l-2.9688 3.0625-3.0315-3.062h1.9688l0.0625-3h1.9688v-4h3c0.554 0 1-0.446 1-1s-0.446-1-1-1h-8z" style="opacity:.3;color:#000000;fill-rule:evenodd"/> + <path id="path3712" d="m7.0005 3c-0.554 0-1 0.446-1 1s0.446 1 1 1h3.0312l-0.0625 4h-4.1562l-1.875 8v1h14.062v-0.9375l-1.75-8.0625h-4.25v3h2l-2.9688 3.0625-3.0315-3.062h1.9688l0.0625-3h1.9688v-4h3c0.554 0 1-0.446 1-1s-0.446-1-1-1h-8z" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/xchat-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/xchat-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..6b0e1ab4724fb7d6f1e30ed0344038e8c96a128c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/22/xchat-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3872" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3637-0" d="m6.4062 5.0004c-0.25562 0-0.52288 0.08538-0.71875 0.28125l-1.4062 1.4062c-0.39174 0.39174-0.39174 1.0458 0 1.4375l0.875 0.875h5.6875l-3.719-3.7186c-0.1959-0.1959-0.4631-0.2813-0.7188-0.2813zm9.1875 0c-0.26144 0-0.52288 0.08538-0.71875 0.28125l-3.7188 3.7188h5.6875l0.875-0.875c0.39174-0.39174 0.39174-1.0458 0-1.4375l-1.4062-1.4062c-0.19587-0.19587-0.45731-0.28125-0.71875-0.28125zm-10.438 10-0.875 0.875c-0.39174 0.39174-0.39174 1.0458 0 1.4375l1.4062 1.4062c0.39174 0.39174 1.0458 0.39174 1.4375 0l3.7188-3.7188h-5.6875zm6 0 3.7188 3.7188c0.39174 0.39174 1.0458 0.39174 1.4375 0l1.4062-1.4062c0.39174-0.39174 0.39174-1.0458 0-1.4375l-0.875-0.875h-5.6875z" style="opacity:.3;color:#000000;fill-rule:evenodd"/> + <path id="rect3637" d="m6.4062 4c-0.25562 0-0.52288 0.085381-0.71875 0.28125l-1.4062 1.4062c-0.39174 0.39174-0.39174 1.0458 0 1.4375l0.875 0.875h5.6875l-3.719-3.7186c-0.1959-0.1959-0.4631-0.2813-0.7188-0.2813zm9.1875 0c-0.26144 0-0.52288 0.085381-0.71875 0.28125l-3.7188 3.7188h5.6875l0.875-0.875c0.39174-0.39174 0.39174-1.0458 0-1.4375l-1.4062-1.4062c-0.19587-0.19587-0.45731-0.28125-0.71875-0.28125zm-10.438 10l-0.875 0.875c-0.39174 0.39174-0.39174 1.0458 0 1.4375l1.4062 1.4062c0.39174 0.39174 1.0458 0.39174 1.4375 0l3.7191-3.718h-5.6878zm6 0 3.7188 3.7188c0.39174 0.39174 1.0458 0.39174 1.4375 0l1.4062-1.4062c0.39174-0.39174 0.39174-1.0458 0-1.4375l-0.875-0.875h-5.6875z" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3615-0" d="m20 11.5h-2.5 1v-1.5 3.5h1.5m-5.5 0v-2h-2v2h0.75m-3.75 0v-2h-2v-1.5 3.5m-3-2h-2v2h2" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none"/> + <path id="path3615" d="m20 10.5h-2.5 1v-1.5 3.5h1.5m-5.5 0v-2h-2v2h0.75m-3.75 0v-2h-2v-1.5 3.5m-3-2h-2v2h2" style="stroke-linejoin:round;stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/audacious-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/audacious-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..f82634de035546d6fa3fb0748bfbd66f52bd264b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/audacious-panel.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2882" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2555-4-5" d="m12 4c-4.9659 0-9 4.0341-9 9s4.0341 9 9 9c5.8069 0 9-3.5295 9-9-0.000005-4.9659-4.0341-9-9-9zm0.375 3c0.959 0.00441 1.9755-0.00144 2.8438 0.4375 1.0863 0.51381 1.6639 1.7207 1.75 2.875 0.079 1.232 0.016 2.454 0.031 3.688 0.05054 0.19401-0.24514 1.9706 0 2 0.74096 0.09501 0.99562 0.29052 1 1 0.0044 0.70948-0.11443 0.90015-0.84375 1-0.64025 0.08554-1.2933 0.023-1.9375 0-0.476-0.028-0.886-0.637-1.031-1.094-0.188 1.094-3.655 1.445-5.4692 0.782-1.1933-0.405-1.7188-1.834-1.7188-2.782 0-0.906 0.0089-1.608 1-2.906s4-1 6-1c0.313-0.261 0.282-1.3177-1.017-1.386s-2.022-0.2087-2.862 0.45c-1.4269 1.119-2.4725 0.855-2.7148-0.3452-0.2751-0.7551 0.7913-1.5789 1.4438-1.9688 1.233-0.5005 2.116-0.7286 3.525-0.75zm-0.125 6.2c-0.89544-0.02526-1.1253 0.15818-1.609 0.431-0.49973 0.23196-0.87982 0.70895-0.3 0.913 0.56938 0.39513 3.2118 0.73424 3.721-0.332v-0.612c-0.235-0.272-0.917-0.375-1.812-0.4z" style="opacity:.3"/> + <path id="path3767" d="m12.375 6c0.959 0.00441 1.9755-0.00144 2.8438 0.4375 1.0863 0.51381 1.6639 1.7207 1.75 2.875 0.079 1.2315 0.016 2.4535 0.031 3.6875 0.05054 0.19401-0.24514 1.9706 0 2 0.74096 0.09501 0.99562 0.29052 1 1 0.0044 0.70948-0.11443 0.90015-0.84375 1-0.64025 0.08554-1.2933 0.023-1.9375 0-0.476-0.028-0.886-0.637-1.031-1.094-0.188 1.094-3.655 1.445-5.4692 0.782-1.1933-0.405-1.7188-1.834-1.7188-2.782 0-0.906 0.0089-1.608 1-2.906s4-1 6-1c0.313-0.2615 0.282-1.3177-1.017-1.386s-2.022-0.2087-2.862 0.45c-1.4269 1.119-2.4725 0.8554-2.7148-0.3452-0.2751-0.7551 0.7913-1.5789 1.4438-1.9688 1.233-0.5005 2.116-0.7286 3.525-0.75zm-0.125 6.1c-0.89544-0.02526-1.1253 0.35818-1.609 0.631-0.49973 0.23196-0.77982 0.60895-0.2 0.813 0.56938 0.39513 3.1118 0.73424 3.621-0.332v-0.612c-0.235-0.272-0.917-0.475-1.812-0.5z" style="opacity:.3;stroke:#fff;fill:none"/> + <path id="path2555-4" d="m12 3c-4.9659 0-9 4.0341-9 9s4.0341 9 9 9c5.8069 0 9-3.5295 9-9-0.000005-4.9659-4.0341-9-9-9zm0.375 3c0.959 0.00441 1.9755-0.00144 2.8438 0.4375 1.0863 0.51381 1.6639 1.7207 1.75 2.875 0.079 1.2315 0.016 2.4535 0.031 3.6875 0.05054 0.19401-0.24514 1.9706 0 2 0.74096 0.09501 0.99562 0.29052 1 1 0.0044 0.70948-0.11443 0.90015-0.84375 1-0.64025 0.08554-1.2933 0.023-1.9375 0-0.476-0.028-0.886-0.637-1.031-1.094-0.188 1.094-3.655 1.445-5.4692 0.782-1.1933-0.405-1.7188-1.834-1.7188-2.782 0-0.906 0.0089-1.608 1-2.906s4-1 6-1c0.313-0.2615 0.282-1.3177-1.017-1.386s-2.022-0.2087-2.862 0.45c-1.4269 1.119-2.4725 0.8554-2.7148-0.3452-0.2751-0.7551 0.7913-1.5789 1.4438-1.9688 1.233-0.5005 2.116-0.7286 3.525-0.75zm-0.125 6.2c-0.89544-0.02526-1.1253 0.15818-1.609 0.431-0.49973 0.23196-0.87982 0.70895-0.3 0.913 0.56938 0.39513 3.2118 0.73424 3.721-0.332v-0.612c-0.235-0.272-0.917-0.375-1.812-0.4z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/banshee-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/banshee-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..6e6b322bbad02a54c7cd954031004e76c5c4fcdc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/banshee-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3198" d="m6.0006 5.9998 3-3v12.543c0-1.7824 1.7176-3.5427 3.5-3.5427s3.5 1.7606 3.5 3.543-1.7176 3.457-3.5 3.457-3.5-1.6746-3.5-3.457m2.9834-6.5228c2.7977-0.22293 5.4226 1.3749 6.5093 3.9625 1.0868 2.5876 0.39007 5.5805-1.7278 7.4221s-5.1785 2.1159-7.5902 0.68033c-2.4116-1.4356-3.6295-4.2569-3.0202-6.9966" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2;fill:none"/> + <path id="path5" d="m6.0006 5 3-3v12.543c0-1.783 1.7174-3.543 3.5004-3.543 1.7824 0 3.5 1.7606 3.5 3.543s-1.7176 3.457-3.5 3.457-3.5-1.6746-3.5-3.457m2.983-6.5226c2.7977-0.22293 5.4226 1.3749 6.5093 3.9625 1.0868 2.5876 0.39007 5.5805-1.7278 7.4221s-5.1785 2.1159-7.5902 0.68033c-2.4116-1.4356-3.6295-4.2569-3.0202-6.9966" style="stroke-linejoin:round;stroke:#dfdbd2;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-busy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-busy.svg new file mode 100644 index 0000000000000000000000000000000000000000..893ea5c1c9b3cf8b921d9c4dda89c9fa229b4ba6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-busy.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2835-6" d="m7.5 5.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c1.4826 0 2.4128 0.55829 3 1.25v-1.25h1v2 1h-1-2v-1h1.3125c-0.435-0.557-1.142-1-2.312-1-3 0-3 3-3 3h-1s0-4 4-4zm3 4h1s0 4-4 4c-1.4826 0-2.4128-0.55829-3-1.25v1.25h-1v-2-1h1 2v1h-1.3125c0.43535 0.55672 1.1425 1 2.3125 1 3 0 3-3 3-3z" style="opacity:.3;color:#000000"/> + <path id="path2835" d="m7.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c1.4826 0 2.4128 0.55829 3 1.25v-1.25h1v2 1h-1-2v-1h1.3125c-0.435-0.557-1.142-1-2.312-1-3 0-3 3-3 3h-1s0-4 4-4zm3 4h1s0 4-4 4c-1.4826 0-2.4128-0.55829-3-1.25v1.25h-1v-2-1h1 2v1h-1.3125c0.43535 0.55672 1.1425 1 2.3125 1 3 0 3-3 3-3z" style="color:#000000;fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-busy2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-busy2.svg new file mode 100644 index 0000000000000000000000000000000000000000..f36328b5bdf4b705448724f4a549c1987783164a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-busy2.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata20"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3920" d="m7.5 5.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm0.5 4.5h2 1v1 2h-1v-1.3125c-0.5567 0.435-1 1.142-1 2.312 0 3 3 3 3 3v1s-4 0-4-4c0-1.4826 0.55829-2.4128 1.25-3h-1.25v-1zm4 0s4 0 4 4c0 1.4826-0.55829 2.4128-1.25 3h1.25v1h-2-1v-1-2h1v1.3125c0.557-0.435 1-1.142 1-2.312 0-3-3-3-3-3v-1z" style="opacity:.3;color:#000000"/> + <path id="path3887" d="m7.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm0.5 4.5h2 1v1 2h-1v-1.3125c-0.5567 0.435-1 1.142-1 2.312 0 3 3 3 3 3v1s-4 0-4-4c0-1.4826 0.55829-2.4128 1.25-3h-1.25v-1zm4 0s4 0 4 4c0 1.4826-0.55829 2.4128-1.25 3h1.25v1h-2-1v-1-2h1v1.3125c0.557-0.435 1-1.142 1-2.312 0-3-3-3-3-3v-1z" style="color:#000000;fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-idle.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-idle.svg new file mode 100644 index 0000000000000000000000000000000000000000..af80586e5379a2543e99fd7a35eaeef8e04df148 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-idle.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3973" style="opacity:.3;color:#000000" d="m7.5 5.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> + <path id="path3967" style="color:#000000;fill:#dfdbd2" d="m7.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-logo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..8a41093d091705c72b1875744cbf497b331157eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-logo.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3833" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3791" style="opacity:.4" transform="translate(1,1)"> + <path id="path3973" style="opacity:.3;color:#000000" d="m6.5 4.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> + <path id="path3967" style="color:#000000;fill:#dfdbd2" d="m6.5 3.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-x.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-x.svg new file mode 100644 index 0000000000000000000000000000000000000000..ee385c790f969bdf36dde52de0e66124bc59b97f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/dropboxstatus-x.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4744" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata18"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3973" d="m7.5 5.5-4.5 3.5 4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c0.554 0 1 0.446 1 1v5c0 0.554-0.446 1-1 1s-1-0.446-1-1v-5c0-0.554 0.446-1 1-1zm-0.25 8h0.5c0.4155 0 0.75 0.3345 0.75 0.75v0.5c0 0.416-0.334 0.75-0.75 0.75h-0.5c-0.416 0-0.75-0.334-0.75-0.75v-0.5c0-0.416 0.334-0.75 0.75-0.75z" style="opacity:.3;color:#000000"/> + <path id="path3967" d="m7.5 4.5-4.5 3.5l4.5 3-4.5 4 9 6 9-6-4.5-4 4.5-3-4.5-3.5-4.5 3.5-4.5-3.5zm4.5 4.5c0.554 0 1 0.446 1 1v5c0 0.554-0.446 1-1 1s-1-0.446-1-1v-5c0-0.554 0.446-1 1-1zm-0.25 8h0.5c0.4155 0 0.75 0.3345 0.75 0.75v0.5c0 0.416-0.334 0.75-0.75 0.75h-0.5c-0.416 0-0.75-0.334-0.75-0.75v-0.5c0-0.416 0.334-0.75 0.75-0.75z" style="color:#000000;fill:#df382c"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gnome-do-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gnome-do-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..7c281565b920d29cc42147a2b331bd7ab27ce472 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gnome-do-symbolic.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3239" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3235" d="m6 6c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm6.5625 2c0.13425 0.023366 0.21875 0.11347 0.21875 0.34375v1.4688c0.29992 0.077419 0.64526 0.22389 0.90625 0.375l1.063-0.9692c0.33598-0.41907 0.58588-0.12279 0.90625 0.25 0.30016 0.34927 0.4506 0.45558 0.125 0.78125l-0.9375 1.0625c0.15847 0.26282 0.29527 0.63367 0.375 0.9375h1.4062c0.46047 0 0.375 0.28944 0.375 0.75 0 0.46057 0.02297 0.78125-0.4375 0.78125h-1.3438c-0.07988 0.30582-0.21604 0.64262-0.375 0.90625l1 1.0625c0.37128 0.32567 0.06958 0.5289-0.25 0.875-0.32584 0.35288-0.57162 0.52705-0.90625 0.15625l-1-0.9375c-0.26099 0.15111-0.60633 0.26633-0.90625 0.34375l0.031 1.437c0 0.461-0.352 0.375-0.812 0.375-0.46047 0-0.75 0.05432-0.75-0.40625l0.03125-1.4062c-0.29992-0.07742-0.67651-0.19264-0.9375-0.34375l-1 0.96875c-0.3256 0.32567-0.52411 0.07949-0.875-0.21875-0.3489-0.29654-0.61531-0.53094-0.25-0.90625l0.9375-1c-0.1587-0.263-0.2955-0.603-0.3753-0.907h-1.4062c-0.46047 0-0.34375-0.32068-0.34375-0.78125 0-0.46056-0.14797-0.75 0.3125-0.75h1.4375c0.079884-0.30583 0.21604-0.67387 0.375-0.9375l-0.9375-1.0312c-0.27091-0.26572-0.16645-0.41113 0.25-0.8125 0.18428-0.17761 0.28754-0.3125 0.5-0.3125s0.24345-0.037836 0.40625 0.125l0.96875 0.90625c0.261-0.151 0.606-0.2971 0.906-0.3745v-1.4375c0-0.46057 0.28953-0.34375 0.75-0.34375 0.23024 0 0.42825-0.054616 0.5625-0.03125zm-0.562 3.469c-0.84703 0-1.5312 0.68404-1.5312 1.5312 0 0.84721 0.68422 1.5312 1.5312 1.5312 0.84703 0 1.5312-0.68404 1.5312-1.5312 0-0.84721-0.68422-1.5312-1.5312-1.5312z" style="opacity:.3"/> + <path id="rect2386" d="m6 5c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm6.5625 2c0.13425 0.023366 0.21875 0.11347 0.21875 0.34375v1.4688c0.29992 0.077419 0.64526 0.22389 0.90625 0.375l1.063-0.9688c0.33598-0.41907 0.58588-0.12279 0.90625 0.25 0.30016 0.34927 0.4506 0.45558 0.125 0.78125l-0.9375 1.0625c0.15847 0.26282 0.29527 0.63367 0.375 0.9375h1.4062c0.46047 0 0.375 0.28944 0.375 0.75 0 0.46057 0.02297 0.78125-0.4375 0.78125h-1.3438c-0.07988 0.30582-0.21604 0.64262-0.375 0.90625l1 1.0625c0.37128 0.32567 0.06958 0.5289-0.25 0.875-0.32584 0.35288-0.57162 0.52705-0.90625 0.15625l-1-0.9375c-0.26099 0.15111-0.60633 0.26633-0.90625 0.34375l0.031 1.437c0 0.461-0.352 0.375-0.812 0.375-0.46047 0-0.75 0.05432-0.75-0.40625l0.03125-1.4062c-0.29992-0.07742-0.67651-0.19264-0.9375-0.34375l-1 0.96875c-0.3256 0.32567-0.52411 0.07949-0.875-0.21875-0.3489-0.29654-0.61531-0.53094-0.25-0.90625l0.9375-1c-0.1587-0.263-0.2955-0.603-0.3753-0.907h-1.4062c-0.46047 0-0.34375-0.32068-0.34375-0.78125 0-0.46056-0.14797-0.75 0.3125-0.75h1.4375c0.079884-0.30583 0.21604-0.67387 0.375-0.9375l-0.9375-1.0308c-0.27091-0.26572-0.16645-0.41113 0.25-0.8125 0.18428-0.17761 0.28754-0.3125 0.5-0.3125s0.24345-0.037836 0.40625 0.125l0.969 0.9063c0.261-0.1511 0.606-0.2976 0.906-0.375v-1.4375c0-0.46057 0.28953-0.34375 0.75-0.34375 0.23024 0 0.42825-0.054616 0.5625-0.03125zm-0.562 3.469c-0.84703 0-1.5312 0.68404-1.5312 1.5312 0 0.84721 0.68422 1.5312 1.5312 1.5312 0.84703 0 1.5312-0.68404 1.5312-1.5312 0-0.84721-0.68422-1.5312-1.5312-1.5312z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gsd-xrandr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gsd-xrandr.svg new file mode 100644 index 0000000000000000000000000000000000000000..d69385fad10ec47742b104183f77f50f0e98f2ee --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gsd-xrandr.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3294" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata15"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2722-3" style="opacity:.3" d="m5 5c-0.554 0-1 0.4894-1 1.0938v9.8125c0 0.605 0.446 1.094 1 1.094h14c0.554 0 1-0.48939 1-1.0938v-9.8125c0-0.6041-0.446-1.0935-1-1.0935h-14zm1 2h12v8h-12v-8zm3 11v1h-2v2h10v-2h-2v-1h-6z"/> + <path id="rect2722" style="fill:#dfdbd2" d="m5 4c-0.554 0-1 0.4894-1 1.0938v9.8125c0 0.605 0.446 1.094 1 1.094h14c0.554 0 1-0.48939 1-1.0938v-9.8125c0-0.6041-0.446-1.0935-1-1.0935h-14zm1 2h12v8h-12v-8zm3 11v1h-2v2h10v-2h-2v-1h-6z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gtg-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gtg-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..cb4f7edf07079083c5683ea0bf29a9edb2aaa3a1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/gtg-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3212" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3208" style="opacity:.3" d="m6 6c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm9.0312 2c0.05517 0.00526 0.13563 0.03589 0.1875 0.0625l1.5625 0.78125c0.2075 0.10644 0.26963 0.36771 0.15625 0.5625l-4.875 8.375c-0.085 0.149-0.267 0.239-0.436 0.219-0.0517-0.0061-0.10762-0.0063-0.15625-0.03125-0.0052-0.0024-4.25-3.3125-4.25-3.3125-0.2075-0.106-0.2697-0.367-0.1563-0.562l1.0312-1.25c0.1134-0.195 0.3863-0.263 0.5938-0.156l2.3125 1.75 3.625-6.2192c0.085-0.1461 0.241-0.2346 0.406-0.2188z"/> + <path id="rect2386" style="fill:#dfdbd2" d="m6 5c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2h-12zm9.0312 2c0.05517 0.00526 0.13563 0.03589 0.1875 0.0625l1.5625 0.78125c0.2075 0.10644 0.26963 0.36771 0.15625 0.5625l-4.875 8.375c-0.085 0.149-0.267 0.239-0.436 0.219-0.0517-0.0061-0.10762-0.0063-0.15625-0.03125-0.0052-0.0024-4.25-3.3125-4.25-3.3125-0.2075-0.106-0.2697-0.367-0.1563-0.562l1.0312-1.25c0.1134-0.195 0.3863-0.263 0.5938-0.156l2.3125 1.75 3.625-6.2192c0.085-0.1461 0.241-0.2346 0.406-0.2188z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/office-calendar.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/office-calendar.svg new file mode 100644 index 0000000000000000000000000000000000000000..93ddcab659d6c6a3cec2ef411ff55f2f93f20b82 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/office-calendar.svg @@ -0,0 +1,476 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="24" + height="24" + id="svg4307"> + <defs + id="defs4309"> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3302-281" + xlink:href="#linearGradient3924-742" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.45945947,0,0,0.43243245,0.9742203,10.120381)" /> + <linearGradient + id="linearGradient3924-742"> + <stop + id="stop3115" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3117" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3119" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3121" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <radialGradient + cx="4.9929786" + cy="43.5" + r="2.5" + fx="4.9929786" + fy="43.5" + id="radialGradient3082-993" + xlink:href="#linearGradient3688-166-749-49" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" /> + <linearGradient + id="linearGradient3688-166-749-49"> + <stop + id="stop3079" + style="stop-color:#181818;stop-opacity:1" + offset="0" /> + <stop + id="stop3081" + style="stop-color:#181818;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="4.9929786" + cy="43.5" + r="2.5" + fx="4.9929786" + fy="43.5" + id="radialGradient3084-992" + xlink:href="#linearGradient3688-464-309-276" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" /> + <linearGradient + id="linearGradient3688-464-309-276"> + <stop + id="stop3085" + style="stop-color:#181818;stop-opacity:1" + offset="0" /> + <stop + id="stop3087" + style="stop-color:#181818;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" + id="linearGradient3086-631" + xlink:href="#linearGradient3702-501-757-979" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3702-501-757-979"> + <stop + id="stop3091" + style="stop-color:#181818;stop-opacity:0" + offset="0" /> + <stop + id="stop3093" + style="stop-color:#181818;stop-opacity:1" + offset="0.5" /> + <stop + id="stop3095" + style="stop-color:#181818;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient2490"> + <stop + id="stop2492" + style="stop-color:#791235;stop-opacity:1" + offset="0" /> + <stop + id="stop2494" + style="stop-color:#dd3b27;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3357"> + <stop + id="stop3359" + style="stop-color:#f89b7e;stop-opacity:1" + offset="0" /> + <stop + id="stop3361" + style="stop-color:#e35d4f;stop-opacity:1" + offset="0.39678687" /> + <stop + id="stop3363" + style="stop-color:#c6262e;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3520"> + <stop + id="stop3522" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3510"> + <stop + id="stop3512" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3514" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.954144" + y1="15.999304" + x2="23.954144" + y2="19.963179" + id="linearGradient3173" + xlink:href="#linearGradient3510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.5,0,0,0.5,2.2961826e-6,7.9999957)" /> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3180" + xlink:href="#linearGradient3520" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72748776,-1.3215675e-8,2.4999998e-8,1.1373416,-3.1848286,4.0805063)" + spreadMethod="reflect" /> + <radialGradient + cx="3.3054423" + cy="7.5651746" + r="19.99999" + fx="3.3054423" + fy="7.5651746" + id="radialGradient3188" + xlink:href="#linearGradient3357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.87438314,-1.1522965,-3.5163214e-8,20.110207,7.1334538)" /> + <linearGradient + x1="24" + y1="43.670246" + x2="24" + y2="3.8990016" + id="linearGradient3190" + xlink:href="#linearGradient2490" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48722277,0,0,0.45325777,0.307498,8.4597458)" /> + <linearGradient + x1="19.360001" + y1="16.137854" + x2="19.360001" + y2="44.98436" + id="linearGradient3999-7" + xlink:href="#linearGradient3600-74-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48717949,0,0,0.48717947,0.30769178,7.8363754)" /> + <linearGradient + id="linearGradient3600-74-0"> + <stop + id="stop3602-9-4" + style="stop-color:#f4f4f4;stop-opacity:1" + offset="0" /> + <stop + id="stop3604-1-8" + style="stop-color:#dbdbdb;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="24" + y1="44" + x2="24" + y2="3.8904724" + id="linearGradient4001-4" + xlink:href="#linearGradient3104-0-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48717949,0,0,0.48717947,0.30769178,8.3076912)" /> + <linearGradient + id="linearGradient3104-0-8"> + <stop + id="stop3106-6-1" + style="stop-color:#787878;stop-opacity:1" + offset="0" /> + <stop + id="stop3108-0-6" + style="stop-color:#aaaaaa;stop-opacity:1" + offset="1" /> + </linearGradient> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3180-3" + xlink:href="#linearGradient3520-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72748776,-1.3215675e-8,2.4999998e-8,1.1373416,6.8151714,4.0805063)" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3520-4"> + <stop + id="stop3522-8" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524-5" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.954144" + y1="15.999304" + x2="23.954144" + y2="19.963179" + id="linearGradient3080" + xlink:href="#linearGradient3510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.5,0,0,0.5,2.2961826e-6,-4.3e-6)" /> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3083" + xlink:href="#linearGradient3520-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72748776,-1.3215675e-8,2.4999998e-8,1.1373416,6.8151714,-3.9194937)" + spreadMethod="reflect" /> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3088" + xlink:href="#linearGradient3520" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72748776,-1.3215675e-8,2.4999998e-8,1.1373416,-3.1848286,-3.9194937)" + spreadMethod="reflect" /> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3093" + xlink:href="#linearGradient3924-742" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.45945947,0,0,0.43243245,0.9742203,2.120381)" /> + <radialGradient + cx="3.3054423" + cy="7.5651746" + r="19.99999" + fx="3.3054423" + fy="7.5651746" + id="radialGradient3098" + xlink:href="#linearGradient3357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,0.87438314,-1.1522965,-3.5163214e-8,20.110207,-0.8665462)" /> + <linearGradient + x1="24" + y1="43.670246" + x2="24" + y2="3.8990016" + id="linearGradient3100" + xlink:href="#linearGradient2490" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48722277,0,0,0.45325777,0.307498,0.4597458)" /> + <linearGradient + x1="19.360001" + y1="16.949547" + x2="19.360001" + y2="44.98436" + id="linearGradient3103" + xlink:href="#linearGradient3600-74-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48717949,0,0,0.48717947,0.30769178,-0.1636246)" /> + <linearGradient + x1="24" + y1="44" + x2="24" + y2="3.8904724" + id="linearGradient3105" + xlink:href="#linearGradient3104-0-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.48717949,0,0,0.48717947,0.30769178,0.3076912)" /> + </defs> + <metadata + id="metadata4312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="matrix(0.55,0,0,0.3333336,-1.2000011,7.33331)" + id="g2036" + style="display:inline"> + <g + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)" + id="g3712" + style="opacity:0.4"> + <rect + width="5" + height="7" + x="38" + y="40" + id="rect2801" + style="fill:url(#radialGradient3082-993);fill-opacity:1;stroke:none" /> + <rect + width="5" + height="7" + x="-10" + y="-47" + transform="scale(-1,-1)" + id="rect3696" + style="fill:url(#radialGradient3084-992);fill-opacity:1;stroke:none" /> + <rect + width="28" + height="7.0000005" + x="10" + y="40" + id="rect3700" + style="fill:url(#linearGradient3086-631);fill-opacity:1;stroke:none" /> + </g> + </g> + <rect + width="19" + height="19" + rx="1" + ry="1" + x="2.5" + y="2.5" + id="rect5505-21-9-4" + style="color:#000000;fill:url(#linearGradient3103);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3105);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 3.581026,2.5 C 2.978503,2.5 2.5,2.945145 2.5,3.505666 L 2.5,7.5 l 19.001689,0 0,-3.994334 C 21.501689,2.945145 21.023186,2.5 20.420663,2.5 z" + inkscape:connector-curvature="0" + id="rect2424" + style="fill:url(#radialGradient3098);fill-opacity:1;stroke:url(#linearGradient3100);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + width="16" + height="3" + x="4" + y="10.008675" + id="rect3982" + style="color:#000000;fill:#c5c5c5;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 4.4414306,10.498798 15.0684454,0 0,8.011078 -15.0684454,0 z m 0.1171387,6.009876 14.8918587,0 m -14.8918586,-2 14.8918586,0 m -14.8918586,-2 14.8918586,0 M 16.5,10.549958 l 0,7.957514 m -3,-7.957514 0,7.957514 m -3,-7.957514 0,7.957514 m -3,-7.957514 0,7.957514" + inkscape:connector-curvature="0" + id="rect3858" + style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:0.98024851;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 3.5012455,3.498378 16.9999995,0 0,17.000378 -16.9999995,0 z m 17.0133185,3.001244 -17.0291276,0" + inkscape:connector-curvature="0" + id="rect6741-9" + style="opacity:0.5;fill:none;stroke:url(#linearGradient3093);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> + <rect + width="2" + height="5.9999995" + rx="0.90430015" + ry="0.83473855" + x="6" + y="1" + id="rect3497" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="2.5" + rx="0.79345953" + ry="0.92089456" + x="6" + y="3.5" + id="rect3493" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="5" + rx="0.90430015" + ry="0.69561541" + x="6" + y="0" + id="rect3483" + style="fill:url(#radialGradient3088);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="5.9999995" + rx="0.90430015" + ry="0.83473855" + x="16" + y="1" + id="rect3497-8" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="2.5" + rx="0.79345953" + ry="0.92089456" + x="16" + y="3.5" + id="rect3493-2" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="2" + height="5" + rx="0.90430015" + ry="0.69561541" + x="16" + y="0" + id="rect3483-2" + style="fill:url(#radialGradient3083);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="20" + height="2" + rx="0" + ry="0" + x="2" + y="8" + id="rect3508" + style="opacity:0.15;fill:url(#linearGradient3080);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/rhythmbox-notplaying.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/rhythmbox-notplaying.svg new file mode 100644 index 0000000000000000000000000000000000000000..78c6f48a498b71c9211a57824d31d2b339cfb43f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/rhythmbox-notplaying.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3828" style="opacity:.4" transform="translate(1,1)"> + <path id="rect2406-8" style="opacity:.3;fill-rule:evenodd" d="m7.5 4c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5-1.9334 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.5666-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="rect2406" style="fill-rule:evenodd;fill:#dfdbd2" d="m7.5 3c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5-1.9334 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.5666-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5s0.672 1.5 1.5 1.5 1.5-0.6716 1.5-1.5-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="path3201" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m14.75 8.5c0 1.7949-1.4551 3.25-3.25 3.25s-3.25-1.4551-3.25-3.25 1.4551-3.25 3.25-3.25 3.25 1.4551 3.25 3.25z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/rhythmbox-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/rhythmbox-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..2bf1a4518eaca8eaaa8a33710e2c31cb29f3a95b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/rhythmbox-panel.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2406-8" style="opacity:.3;fill-rule:evenodd" d="m8.5 5c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.9334 0 3.5005 1.5671 3.5 3.5 0.000462 1.9329-1.5666 3.5-3.5 3.5-1.933 0-3.5005-1.567-3.5-3.5-0.0005-1.9329 1.567-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="rect2406" style="fill-rule:evenodd;fill:#dfdbd2" d="m8.5 4c-0.831 0-1.5 0.669-1.5 1.5v13c0 0.831 0.669 1.5 1.5 1.5h8c0.831 0 1.5-0.669 1.5-1.5v-13c0-0.831-0.669-1.5-1.5-1.5h-8zm4 2c1.933 0 3.5 1.5671 3.5 3.5 0 1.933-1.567 3.5-3.5 3.5s-3.5005-1.567-3.5-3.5c-0.0005-1.9329 1.567-3.5 3.5-3.5zm0 2c-0.828 0-1.5 0.6716-1.5 1.5 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.672-1.5-1.5-1.5zm-2.5 8c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.0002019-0.55222 0.44757-1 1-1zm5 0c0.55243 0 1.0002 0.44778 1 1 0.000202 0.55222-0.44757 1-1 1s-1.0002-0.44778-1-1c-0.000202-0.55222 0.44757-1 1-1z"/> + <path id="path3201" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m15.75 9.5c0 1.7949-1.4551 3.25-3.25 3.25s-3.25-1.4551-3.25-3.25 1.4551-3.25 3.25-3.25 3.25 1.4551 3.25 3.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/system-file-manager-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/system-file-manager-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..c3165f4d3b653770c07810b34616934eae80e0c1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/system-file-manager-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3801" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1-5" style="opacity:.3;color:#000000;fill-rule:evenodd" transform="translate(-6.5 -3.5)"> + <path id="path3970-4" style="color:#000000;fill-rule:evenodd" d="m13.645 8.5 9.855 9.318-4.493 0.141l1.8841 3.8117c0.57971 1.6941-2.029 2.3294-2.4638 1.0588 0 0-1.7391-3.8117-1.7391-3.8117l-3.188 3.317 0.145-13.835z"/> + </g> + <g id="layer1-2" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2" transform="translate(-6.5 -4.5)"> + <path id="path3970" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2" d="m13.645 8.5 9.855 9.318-4.493 0.141l1.8841 3.8117c0.57971 1.6941-2.029 2.3294-2.4638 1.0588 0 0-1.7391-3.8117-1.7391-3.8117l-3.188 3.317 0.145-13.835z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/tomboy-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/tomboy-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..46f5f4011e719746072af6d585f9c3ff7bc1d73a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/tomboy-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3182" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(1.0003 1)"> + <path id="rect3226-9" style="opacity:.3" d="m3.0312 5.2185c-0.0071 0.0408-0.0278 0.0832-0.0312 0.125-0.0151 3.6019 0 7.2105 0 10.812 0.0044-3.649 0.0233-7.2886 0.0312-10.938zm15.969 0.5937c-0.00003 3.6074-0.01609 7.2055-0.03125 10.813-0.06084 0.89097-0.97271 1.4923-1.8125 1.375-4.2708-0.0051-8.542-0.01328-12.812-0.03125-0.7792-0.054-1.3011-0.732-1.344-1.469-0.0000877 0.56221 0.0006746 1.1253 0 1.6875-0.11739 0.84139 0.45186 1.7515 1.3438 1.8125 4.2786 0.01799 8.5648-0.0051 12.844 0 0.84139 0.11739 1.7515-0.45186 1.8125-1.3438 0.01799-4.2786-0.0051-8.5648 0-12.844zm-14.5-1.8125c-0.7482-0.0129-1.4081 0.4874-1.4688 1.0938-0.0179 3.4727-0.0261 6.9335-0.0312 10.406-0.11717 0.68292 0.45356 1.4193 1.3438 1.4688 4.2705 0.0146 8.5417 0.02708 12.812 0.03125 0.83979 0.09529 1.7517-0.36984 1.8125-1.0938 0.016-3.005 0.032-6.0261 0.032-9.0313l-5.0312 5.0312c-0.37499 0.37499-0.83656 0.50959-1.3125 0.53125-0.23065 0.18877-0.4591 0.37178-0.75 0.46875-0.39449 0.1315-1.0051 0.18243-1.5-0.3125-0.49493-0.49493-0.444-1.1055-0.3125-1.5 0.09697-0.2909 0.27998-0.51935 0.46875-0.75 0.02166-0.47594 0.15626-0.93751 0.53125-1.3125l5.0312-5.0312c-3.8667-0.00785-7.7581 0.00368-11.625 0zm7.3362 5.7496c-0.259 0.2587-0.326 0.6207-0.243 0.9497l-0.11049 0.11049c-0.39174 0.39174-0.54942 0.86479-0.35355 1.0607 0.19587 0.19587 0.66892 0.03818 1.0607-0.35355l0.11049-0.11049c0.32967 0.08327 0.6913 0.0158 0.95017-0.24307l7.0711-7.0711c0.39174-0.39174 0.39174-1.0225 0-1.4142-0.39174-0.39174-1.0225-0.39174-1.4142 0l-7.0711 7.0711z"/> + <path id="rect3226" style="fill:#dfdbd2" d="m3.0312 4.2188c-0.0071 0.0408-0.0278 0.0832-0.0312 0.125-0.0151 3.6019 0 7.2102 0 10.812 0.0044-3.649 0.0233-7.2884 0.0312-10.937zm15.969 0.5937c-0.00003 3.6074-0.01609 7.2055-0.03125 10.812-0.061 0.892-0.973 1.493-1.813 1.376-4.271-0.005-8.5418-0.013-12.812-0.031-0.7792-0.054-1.3011-0.732-1.344-1.469-0.0000877 0.56221 0.0006746 1.1253 0 1.6875-0.1174 0.841 0.4519 1.751 1.3438 1.812 4.2786 0.018 8.5652-0.005 12.844 0 0.841 0.117 1.751-0.452 1.812-1.344 0.018-4.278-0.005-8.5646 0-12.844zm-14.5-1.8125c-0.7482-0.0129-1.4081 0.4874-1.4688 1.0938-0.0179 3.4727-0.0261 6.9332-0.0312 10.406-0.11717 0.68292 0.45356 1.4193 1.3438 1.4688 4.2705 0.0146 8.5417 0.02708 12.812 0.03125 0.83979 0.09529 1.7517-0.36984 1.8125-1.0938 0.016-3.005 0.032-6.0258 0.032-9.031l-5.0312 5.0312c-0.37499 0.37499-0.83656 0.50959-1.3125 0.53125-0.23065 0.18877-0.4591 0.37178-0.75 0.46875-0.39449 0.1315-1.0051 0.18243-1.5-0.3125-0.49493-0.49493-0.444-1.1055-0.3125-1.5 0.09697-0.2909 0.27998-0.51935 0.46875-0.75 0.02166-0.47594 0.15626-0.93751 0.53125-1.3125l5.031-5.031c-3.867-0.0079-7.7581 0.0037-11.625 0zm7.3362 5.7496c-0.259 0.2588-0.326 0.6205-0.243 0.9501l-0.11049 0.11049c-0.39174 0.39174-0.54942 0.86479-0.35355 1.0607 0.19587 0.19587 0.66892 0.03818 1.0607-0.35355l0.11049-0.11049c0.32967 0.08327 0.6913 0.0158 0.95017-0.24307l7.0711-7.0711c0.39174-0.39174 0.39174-1.0225 0-1.4142-0.39174-0.39174-1.0225-0.39174-1.4142 0l-7.0711 7.0711z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/transmission-tray-icon.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/transmission-tray-icon.svg new file mode 100644 index 0000000000000000000000000000000000000000..9cb4400c51b09aff13eb035839ec7d6c5ce2d6f0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/transmission-tray-icon.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3738" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata13"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3712-8" style="opacity:.3;color:#000000;fill-rule:evenodd" d="m8.0005 5c-0.554 0-1 0.446-1 1s0.446 1 1 1h3.0312l-0.0625 4h-4.1562l-1.875 8v1h14.062v-0.9375l-1.75-8.0625h-4.25v3h2l-2.9688 3.0625-3.0315-3.062h1.9688l0.0625-3h1.9688v-4h3c0.554 0 1-0.446 1-1s-0.446-1-1-1h-8z"/> + <path id="path3712" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2" d="m8.0005 4c-0.554 0-1 0.446-1 1s0.446 1 1 1h3.0312l-0.0625 4h-4.1562l-1.875 8v1h14.062v-0.9375l-1.75-8.0625h-4.25v3h2l-2.9688 3.0625-3.0315-3.062h1.9688l0.0625-3h1.9688v-4h3c0.554 0 1-0.446 1-1s-0.446-1-1-1h-8z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/xchat-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/xchat-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..c494b6384bee6729cd2e943f43edcbf9021e5f1f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/24/xchat-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3872" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3637-0" d="m7.4062 6.0004c-0.25562 0-0.52288 0.08538-0.71875 0.28125l-1.4062 1.4062c-0.39174 0.39174-0.39174 1.0458 0 1.4375l0.875 0.875h5.6875l-3.719-3.7183c-0.1959-0.1959-0.4631-0.2813-0.7188-0.2813zm9.1875 0c-0.26144 0-0.52288 0.08538-0.71875 0.28125l-3.7188 3.7187h5.6875l0.875-0.875c0.39174-0.39174 0.39174-1.0458 0-1.4375l-1.4062-1.4062c-0.19587-0.19587-0.45731-0.28125-0.71875-0.28125zm-10.438 10-0.875 0.875c-0.39174 0.39174-0.39174 1.0458 0 1.4375l1.4062 1.4062c0.39174 0.39174 1.0458 0.39174 1.4375 0l3.7188-3.7188h-5.6875zm6 0 3.7188 3.7188c0.39174 0.39174 1.0458 0.39174 1.4375 0l1.4062-1.4062c0.39174-0.39174 0.39174-1.0458 0-1.4375l-0.875-0.875h-5.6875z" style="opacity:.3;color:#000000;fill-rule:evenodd"/> + <path id="rect3637" d="m7.4062 5c-0.25562 0-0.52288 0.085381-0.71875 0.28125l-1.4062 1.4062c-0.39174 0.39174-0.39174 1.0458 0 1.4375l0.875 0.875h5.6875l-3.719-3.7186c-0.1959-0.1959-0.4631-0.2813-0.7188-0.2813zm9.1875 0c-0.26144 0-0.52288 0.085381-0.71875 0.28125l-3.7188 3.7187h5.6875l0.875-0.875c0.39174-0.39174 0.39174-1.0458 0-1.4375l-1.4062-1.4062c-0.19587-0.19587-0.45731-0.28125-0.71875-0.28125zm-10.438 10l-0.875 0.875c-0.39174 0.39174-0.39174 1.0458 0 1.4375l1.4062 1.4062c0.39174 0.39174 1.0458 0.39174 1.4375 0l3.7191-3.718h-5.6878zm6 0 3.7188 3.7188c0.39174 0.39174 1.0458 0.39174 1.4375 0l1.4062-1.4062c0.39174-0.39174 0.39174-1.0458 0-1.4375l-0.875-0.875h-5.6875z" style="color:#000000;fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3615-0" d="m21 12.5h-2.5 1v-1.5 3.5h1.5m-5.5 0v-2h-2v2h0.75m-3.75 0v-2h-2v-1.5 3.5m-3-2h-2v2h2" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none"/> + <path id="path3615" d="m21 11.5h-2.5 1v-1.5 3.5h1.5m-5.5 0v-2h-2v2h0.75m-3.75 0v-2h-2v-1.5 3.5m-3-2h-2v2h2" style="stroke-linejoin:round;stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/office-calendar.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/office-calendar.svg new file mode 100644 index 0000000000000000000000000000000000000000..d5a02d1f3ff10e8b6b44c6e09732ad8048c75336 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/office-calendar.svg @@ -0,0 +1,440 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="48" + height="48" + id="svg4264"> + <defs + id="defs4266"> + <linearGradient + id="linearGradient3510"> + <stop + id="stop3512" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3514" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3562" + xlink:href="#linearGradient3520" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4549755,-2.6431351e-8,4.9999995e-8,2.2746832,13.630343,-6.8389883)" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3520"> + <stop + id="stop3522" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3524" + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3879"> + <stop + id="stop3881" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3883" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.04940965" /> + <stop + id="stop3885" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3887" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3357"> + <stop + id="stop3359" + style="stop-color:#f89b7e;stop-opacity:1" + offset="0" /> + <stop + id="stop3361" + style="stop-color:#e35d4f;stop-opacity:1" + offset="0.39678687" /> + <stop + id="stop3363" + style="stop-color:#c6262e;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient2490"> + <stop + id="stop2492" + style="stop-color:#791235;stop-opacity:1" + offset="0" /> + <stop + id="stop2494" + style="stop-color:#dd3b27;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3924"> + <stop + id="stop3926" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop3928" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.06316455" /> + <stop + id="stop3930" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.95056331" /> + <stop + id="stop3932" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3600"> + <stop + id="stop3602" + style="stop-color:#f4f4f4;stop-opacity:1" + offset="0" /> + <stop + id="stop3604" + style="stop-color:#dbdbdb;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient3104"> + <stop + id="stop3106" + style="stop-color:#787878;stop-opacity:1" + offset="0" /> + <stop + id="stop3108" + style="stop-color:#aaaaaa;stop-opacity:1" + offset="1" /> + </linearGradient> + <radialGradient + cx="4.9929786" + cy="43.5" + r="2.5" + fx="4.9929786" + fy="43.5" + id="radialGradient2873" + xlink:href="#linearGradient3688" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" /> + <linearGradient + id="linearGradient3688"> + <stop + id="stop3690" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop3692" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + cx="4.9929786" + cy="43.5" + r="2.5" + fx="4.9929786" + fy="43.5" + id="radialGradient2875" + xlink:href="#linearGradient3688" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" /> + <linearGradient + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" + id="linearGradient2877" + xlink:href="#linearGradient3702" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient3702"> + <stop + id="stop3704" + style="stop-color:#000000;stop-opacity:0" + offset="0" /> + <stop + id="stop3710" + style="stop-color:#000000;stop-opacity:1" + offset="0.5" /> + <stop + id="stop3706" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="23.954144" + y1="15.999304" + x2="23.954144" + y2="19.963179" + id="linearGradient3069" + xlink:href="#linearGradient3510" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.75,0,5)" /> + <radialGradient + cx="14" + cy="4.9179006" + r="2" + fx="14" + fy="4.9179006" + id="radialGradient3076" + xlink:href="#linearGradient3520" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4549755,-2.6431351e-8,4.9999995e-8,2.2746832,-6.3696571,-6.8389883)" + spreadMethod="reflect" /> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3081" + xlink:href="#linearGradient3879" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2.4e-6,0.9674485)" /> + <radialGradient + cx="3.3054423" + cy="7.5651746" + r="19.99999" + fx="3.3054423" + fy="7.5651746" + id="radialGradient3084" + xlink:href="#linearGradient3357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,1.9291079,-2.3650301,-7.7578843e-8,40.644055,-1.9586938)" /> + <linearGradient + x1="24" + y1="43.670246" + x2="24" + y2="3.8990016" + id="linearGradient3086" + xlink:href="#linearGradient2490" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,0.9674388)" /> + <radialGradient + cx="12.063192" + cy="11.394437" + r="19.99999" + fx="12.063192" + fy="11.394437" + id="radialGradient3089" + xlink:href="#linearGradient3357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.5295716e-8,1.0019667,-1.5963079,0,35.052637,0.410091)" /> + <linearGradient + x1="24" + y1="44" + x2="24" + y2="3.8990016" + id="linearGradient3091" + xlink:href="#linearGradient2490" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.9014085,0,0.4424801)" /> + <linearGradient + x1="23.99999" + y1="4.999989" + x2="23.99999" + y2="43" + id="linearGradient3094" + xlink:href="#linearGradient3924" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(2.4e-6,0.9674487)" /> + <linearGradient + x1="19.360001" + y1="16.137854" + x2="19.360001" + y2="44.98436" + id="linearGradient3098" + xlink:href="#linearGradient3600" + gradientUnits="userSpaceOnUse" /> + <linearGradient + x1="24" + y1="44" + x2="24" + y2="3.8904724" + id="linearGradient3100" + xlink:href="#linearGradient3104" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,0.9674388)" /> + </defs> + <metadata + id="metadata4269"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="matrix(1.1,0,0,0.4444449,-2.400011,25.11107)" + id="g2036" + style="display:inline"> + <g + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)" + id="g3712" + style="opacity:0.4"> + <rect + width="5" + height="7" + x="38" + y="40" + id="rect2801" + style="fill:url(#radialGradient2873);fill-opacity:1;stroke:none" /> + <rect + width="5" + height="7" + x="-10" + y="-47" + transform="scale(-1,-1)" + id="rect3696" + style="fill:url(#radialGradient2875);fill-opacity:1;stroke:none" /> + <rect + width="28" + height="7.0000005" + x="10" + y="40" + id="rect3700" + style="fill:url(#linearGradient2877);fill-opacity:1;stroke:none" /> + </g> + </g> + <rect + width="39" + height="39" + rx="2.2322156" + ry="2.2322156" + x="4.5" + y="5.4674392" + id="rect5505" + style="fill:url(#linearGradient3098);fill-opacity:1;stroke:url(#linearGradient3100);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <rect + width="37" + height="37" + rx="1" + ry="1" + x="5.5" + y="6.4674392" + id="rect6741-2" + style="fill:none;stroke:url(#linearGradient3094);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + d="M 6.71875,4.5000002 C 5.4821025,4.5000002 4.5,5.3852761 4.5,6.5000003 l 39,0 c 0,-1.1147245 -0.982102,-2.0000001 -2.21875,-2.0000001 l -34.5625,0 z" + inkscape:connector-curvature="0" + id="path2443" + style="fill:url(#radialGradient3089);fill-opacity:1;stroke:url(#linearGradient3091);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + d="M 6.71875,5.46875 C 5.4821025,5.46875 4.5,6.4508528 4.5,7.6875 l 0,8.8125 39,0 0,-8.8125 c 0,-1.2366475 -0.982102,-2.21875 -2.21875,-2.21875 z" + inkscape:connector-curvature="0" + id="rect2424" + style="fill:url(#radialGradient3084);fill-opacity:1;stroke:url(#linearGradient3086);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + d="m 6.5,6.4674392 35,0 c 0.554,0 1,0.446 1,1 l 0,34.9999998 c 0,0.554 -0.446,1 -1,1 l -35,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-34.9999998 c 0,-0.554 0.446,-1 1,-1 z M 42,15.5 6,15.5" + inkscape:connector-curvature="0" + id="rect6741-2-6" + style="opacity:0.5;fill:none;stroke:url(#linearGradient3081);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" /> + <rect + width="4" + height="11" + rx="1.8086003" + ry="1.530354" + x="12" + y="2" + id="rect3497" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="4" + height="4.3080912" + rx="1.5869191" + ry="1.5869191" + x="12" + y="7.6919107" + id="rect3493" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="4" + height="10" + rx="1.8086003" + ry="1.3912309" + x="12" + y="1" + id="rect3483" + style="fill:url(#radialGradient3076);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <g + id="g3536"> + <rect + width="4" + height="11" + rx="1.8086003" + ry="1.530354" + x="32" + y="2" + id="rect3526" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="4" + height="4.3080912" + rx="1.5869191" + ry="1.5869191" + x="32" + y="7.6919107" + id="rect3528" + style="fill:#cc3429;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="4" + height="10" + rx="1.8086003" + ry="1.3912309" + x="32" + y="1" + id="rect3530" + style="fill:url(#radialGradient3562);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <rect + width="40" + height="3" + rx="0" + ry="0" + x="4" + y="17" + id="rect3508" + style="opacity:0.15;fill:url(#linearGradient3069);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <rect + width="32" + height="5" + x="8" + y="21" + id="rect3982" + style="color:#000000;fill:#c5c5c5;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 8.4901247,21.490124 31.0197503,0 0,19.01975 -31.0197503,0 z M 8.7320459,35.5 l 30.6550551,0 m -30.6550551,-5 30.6550551,0 m -30.6550551,-5 30.6550551,0 M 33.5,21.598006 l 0,18.906799 m -5,-18.906799 0,18.906799 m -5,-18.906799 0,18.906799 m -5,-18.906799 0,18.906799 m -5,-18.906799 0,18.906799" + inkscape:connector-curvature="0" + id="rect3858" + style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:0.98024857;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/preferences-system-bluetooth.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/preferences-system-bluetooth.svg new file mode 100644 index 0000000000000000000000000000000000000000..3624a8849b72436f90f3a81816f306a816cc06bc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/preferences-system-bluetooth.svg @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45.1" + version="1.0" + sodipodi:docname="bluetooth-applet-48.svg" + sodipodi:docbase="/home/lapo/Scrivania/bluetooth-icons" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/bluetooth/bluetooth-applet-16.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs2162"> + <linearGradient + inkscape:collect="always" + id="linearGradient3393"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop3395" /> + <stop + style="stop-color:#729fcf;stop-opacity:0;" + offset="1" + id="stop3397" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3383"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop3385" /> + <stop + style="stop-color:#3465a4;stop-opacity:1" + offset="1" + id="stop3387" /> + </linearGradient> + <linearGradient + id="linearGradient4140" + inkscape:collect="always"> + <stop + id="stop4142" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + id="stop4144" + offset="1" + style="stop-color:#ffffff;stop-opacity:0" /> + </linearGradient> + <linearGradient + id="linearGradient8692" + inkscape:collect="always"> + <stop + id="stop8694" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop8696" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3274"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.511583" + id="feGaussianBlur3276" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient8692" + id="radialGradient3286" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8963782,0,6.4445216e-6,0.1737589,2.7974976,36.922651)" + cx="27" + cy="45.047184" + fx="27" + fy="45.047184" + r="17.625" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3383" + id="radialGradient3288" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9717705,-0.4142331,0.1691176,1.2132755,-27.792082,-2.2504815)" + cx="10.930984" + cy="8.4716578" + fx="10.930984" + fy="8.4716578" + r="17.000002" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3393" + id="linearGradient3290" + gradientUnits="userSpaceOnUse" + x1="23.25" + y1="48.216961" + x2="23.25" + y2="32.278145" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4140" + id="linearGradient3292" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.8151854,0,0,2.6854398,-6.9670375,-7.8825588)" + x1="8.2285843" + y1="7.8516045" + x2="19.823189" + y2="24.029535" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="-31.207866" + inkscape:cy="23.321019" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="48px" + height="48px" + inkscape:window-width="872" + inkscape:window-height="946" + inkscape:window-x="418" + inkscape:window-y="49" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="true" + inkscape:showpageshadow="false" + showborder="false" /> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g3278" + transform="translate(0,1)"> + <path + transform="matrix(1.0212766,0,0,1.2040816,-3.5744683,-10.244898)" + d="M 44.625 44.6875 A 17.625 3.0625 0 1 1 9.375,44.6875 A 17.625 3.0625 0 1 1 44.625 44.6875 z" + sodipodi:ry="3.0625" + sodipodi:rx="17.625" + sodipodi:cy="44.6875" + sodipodi:cx="27" + id="path3361" + style="opacity:0.46330273;fill:url(#radialGradient3286);fill-opacity:1;stroke:none;stroke-width:0.80671531;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <rect + ry="16.484543" + rx="16.484543" + y="0.51545823" + x="7.5154586" + height="44.969082" + width="32.969086" + id="rect3363" + style="color:#000000;fill:url(#radialGradient3288);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.03091633;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + ry="16.129303" + rx="15.999998" + y="0.99999833" + x="8.0000029" + height="44" + width="31.999996" + id="rect3391" + style="color:#000000;fill:url(#linearGradient3290);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.03091633;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <rect + ry="15.48352" + rx="15.48352" + y="1.516481" + x="8.5164804" + height="42.967037" + width="30.967039" + id="rect3365" + style="opacity:0.39768342;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3292);stroke-width:1.03296196;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="cccccc" + id="path3401" + d="M 14.638608,32.077196 L 32.499999,16.291697 L 23.58028,7.4999996 L 23.553586,36.5 L 32.493732,27.775843 L 14.500001,14.606097" + style="fill:none;fill-rule:evenodd;stroke:#3465a4;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3274)" /> + <path + sodipodi:nodetypes="cccccc" + id="path3367" + d="M 14.638608,33.077196 L 32.499999,17.291697 L 23.58028,8.4999996 L 23.553586,37.5 L 32.493732,28.775843 L 14.500001,15.606097" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/preferences-system-time.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/preferences-system-time.png new file mode 100644 index 0000000000000000000000000000000000000000..036bb7037c10aae2db2ff91b52d73a848fb06d8e Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/apps/48/preferences-system-time.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/22/applications-microblogging-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/22/applications-microblogging-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..7d606b989dbe1811473e78e1b5653aef0aef5f0f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/22/applications-microblogging-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-6" style="opacity:.3;fill-rule:evenodd" d="m10.5 5c-1.8594 0-3.5638 0.6905-4.8749 1.8125-0.6206-0.3003-1.9758-0.8525-3.625-0.8125 0 0 1.2426 2.4851 1.6875 3.375-0.1172 0.2541-0.2238 0.5128-0.3125 0.781-0.8898 0.223-3.375 0.844-3.375 0.844s1.4673 2 3 2c0 0 0.02455-0.0042 0.03125 0 0.2543 3.9103 3.4945 7 7.4688 7 1.9648 0 3.7561-0.76222 5.0938-2h5.4062l-3.3438-3.3438c0.20794-0.68762 0.34375-1.4011 0.34375-2.1562 0-4.14-3.36-7.5-7.5-7.5zm-3.4999 3c0.55249-0.0001329 1 0.44778 1 1 0 0.55236-0.44765 1-1 1-0.55223 0-1-0.44778-1-1s0.44791-1 1-1zm3.125 3c0.99508-0.0042 1.9905 0.36582 2.75 1.125 1.0123 1.0124 1.3443 2.4594 1 3.75-1.2904 0.34438-2.7375 0.01253-3.75-1-1.0122-1.013-1.3442-2.46-0.9999-3.75 0.3227-0.086 0.6684-0.124 0.9999-0.125z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m10.5 4c-1.8594 0-3.5638 0.6905-4.8749 1.8125-0.6206-0.3003-1.9758-0.8525-3.625-0.8125 0 0 1.2426 2.4851 1.6875 3.375-0.1172 0.2541-0.2238 0.5128-0.3125 0.7812-0.8898 0.2225-3.375 0.8438-3.375 0.8438 0.00004467 0 1.4673 2 3 2 0 0 0.0246-0.004 0.0313 0 0.2543 3.91 3.4945 7 7.4686 7 1.965 0 3.756-0.762 5.094-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-3.4999 3c0.5525-0.0001 1 0.4478 1 1 0 0.5524-0.4476 1-1 1-0.5522 0-1-0.4478-1-1s0.448-1 1-1zm3.1249 3c0.995-0.0042 1.991 0.366 2.75 1.125 1.012 1.012 1.344 2.459 1 3.75-1.29 0.344-2.737 0.013-3.75-1-1.0122-1.013-1.3442-2.46-0.9999-3.75 0.3227-0.086 0.6684-0.124 0.9999-0.125z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/applications-microblogging-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/applications-microblogging-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..9da8846d577c6048d55e327b835f6e3454c518ea --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/applications-microblogging-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-6" style="opacity:.3;fill-rule:evenodd" d="m11.5 6c-1.8596 0-3.564 0.6905-4.875 1.8125-0.6207-0.3003-1.9759-0.8525-3.625-0.8125 0 0 1.2426 2.4851 1.6875 3.375-0.1173 0.254-0.2238 0.513-0.3125 0.781-0.8899 0.223-3.375 0.844-3.375 0.844s1.4673 2 3 2c0 0 0.02455-0.0042 0.03125 0 0.2543 3.9103 3.4945 7 7.4688 7 1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-3.5 3c0.5525-0.0001 1 0.4478 1 1 0 0.552-0.4477 1-1 1-0.5522 0-1-0.448-1-1 0-0.5522 0.4479-1 1-1zm3.125 3c0.99508-0.0042 1.9905 0.36582 2.75 1.125 1.0123 1.0124 1.3443 2.4594 1 3.75-1.2904 0.34438-2.7375 0.01253-3.75-1-1.0124-1.0125-1.3443-2.4597-1-3.75 0.32261-0.08611 0.66831-0.1236 1-0.125z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m11.5 5c-1.8596 0-3.564 0.6905-4.875 1.8125-0.6207-0.3003-1.9759-0.8525-3.625-0.8125 0 0 1.2426 2.4851 1.6875 3.375-0.1173 0.2541-0.2238 0.5128-0.3125 0.781-0.8899 0.223-3.375 0.844-3.375 0.844s1.4673 2 3 2c0 0 0.02455-0.0042 0.03125 0 0.2543 3.9103 3.4945 7 7.4688 7 1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-3.5 3c0.5525-0.0001 1 0.4478 1 1 0 0.5524-0.4477 1-1 1-0.5522 0-1-0.4478-1-1s0.4479-1 1-1zm3.125 3c0.99508-0.0042 1.9905 0.36582 2.75 1.125 1.0123 1.0124 1.3443 2.4594 1 3.75-1.2904 0.34438-2.7375 0.01253-3.75-1-1.0124-1.0125-1.3443-2.4597-1-3.75 0.32261-0.08611 0.66831-0.1236 1-0.125z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/preferences-desktop-peripherals-directory.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/preferences-desktop-peripherals-directory.svg new file mode 100644 index 0000000000000000000000000000000000000000..99678d7b97546fa187d1a96ae816b81e3738652b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/preferences-desktop-peripherals-directory.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'> +<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="22px" viewBox="0 0 22 22" width="22px" version="1.1" y="0px" x="0px" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 22 22"> +<path d="m8.622 8.622l-3.416 0.261-2.958-2.956c-0.589 1.907-0.13 4.073 1.382 5.584 1.727 1.731 4.309 2.08 6.388 1.063l-0.009 0.007 4.917 6.55c1.159 1.159 3.042 1.159 4.203 0 1.161-1.16 1.159-3.041 0-4.204l-6.548-4.918-0.01 0.011c1.018-2.079 0.666-4.66-1.062-6.389-1.51-1.512-3.674-1.972-5.582-1.383l2.958 2.96-0.263 3.414zm9.177 7.604c0.435 0.433 0.435 1.139 0 1.575-0.436 0.434-1.143 0.434-1.574 0-0.438-0.437-0.438-1.143 0-1.575 0.431-0.438 1.138-0.438 1.574 0z" fill="#363636"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/preferences-desktop-personal-directory.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/preferences-desktop-personal-directory.svg new file mode 100644 index 0000000000000000000000000000000000000000..96c73f9b55024963934e8866f464b67b2f98abef --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/categories/24/preferences-desktop-personal-directory.svg @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'> +<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" height="22px" viewBox="0 0 22 22" width="22px" version="1.1" y="0px" x="0px" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 22 22"> + <path d="m16.323 16.496c-1.8-0.896-2.621-2.444-2.621-3.179 0-0.49 0.326-1.248 0.642-1.616 0.309-0.361 0.766-0.54 0.983-0.941 0.352-0.655 0.541-1.963 0.43-2.538-0.078-0.41-0.43-0.451-0.43-0.818 0-0.328 0.077-0.859 0.077-1.76 0-1.27-0.485-1.948-1.139-2.538-0.59-0.533-1.769-1.106-3.263-1.106-0.316 0-0.659 0.029-0.942 0.083-0.648 0.122-1.086 0.428-1.308 0.667l-0.009-0.005-0.051 0.066c-0.001 0.002-0.005 0.005-0.007 0.008-0.276 0.041-0.721 0.105-1.101 0.409-0.512 0.409-0.983 1.146-0.983 2.416 0 0.9 0.078 1.432 0.078 1.76 0 0.368-0.354 0.409-0.432 0.818-0.111 0.575 0.079 1.883 0.432 2.538 0.217 0.401 0.675 0.58 0.982 0.941 0.315 0.368 0.642 1.126 0.642 1.616 0 0.734-0.828 2.282-2.627 3.179-2.465 1.229-3.676 1.793-3.676 3.504h18c0-1.711-1.212-2.275-3.677-3.504zm-7.315-14.277l-0.177-0.148c-0.094 0.113-0.159 0.24-0.19 0.368-0.12-0.042-0.256-0.062-0.412-0.062v0.231c0.185 0 0.332 0.033 0.45 0.1l0.064 0.037 0.107-0.137c0-0.129 0.056-0.267 0.158-0.389z" fill="#363636"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/icon-theme.cache b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/icon-theme.cache new file mode 100644 index 0000000000000000000000000000000000000000..0e0f4e3857f526a5825dec1c360ad7025cc4030b Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/icon-theme.cache differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/index.theme b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..c43df51938e640ecaf3c94733b1d383009d44521 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/index.theme @@ -0,0 +1,220 @@ +[Icon Theme] +Name=Trisquel +Comment=Trisquel icons for GNOME +Inherits=trisquel-brave +Example=folder + +Directories=scalable/apps,scalable/devices,scalable/places,16x16/places,22x22/places,24x24/places,32x32/places,48x48/places,24x24/apps,scalable/actions,scalable/status,actions/16,actions/22,actions/24,animations/24,animations/24,apps/16,apps/22,apps/24,apps/48,categories/22,categories/24,mimes/16,mimes/22,mimes/24,places/16,places/22,places/24,places/32,places/48,places/64,stock/16,stock/22,stock/24,stock/32,stock/48,stock/64,stock/128,48x48/apps + +[scalable/actions] +Size=48 +MinSize=32 +MaxSize=256 +Context=Actions +Type=Scalable + +[scalable/status] +Size=16 +Context=Status +Type=Scalable + +[scalable/apps] +Size=48 +MinSize=32 +MaxSize=256 +Context=Applications +Type=Scalable + +[scalable/places] +Size=48 +MinSize=32 +MaxSize=256 +Context=Places +Type=Scalable + +[scalable/devices] +Size=48 +MinSize=32 +MaxSize=256 +Context=Devices +Type=Scalable + +[22x22/apps] +Size=22 +Context=Applications +Type=Fixed + +[22x22/places] +Size=22 +Context=Places +Type=Fixed + +[24x24/apps] +Size=24 +Context=Applications +Type=Fixed + +[24x24/places] +Size=22 +Context=Places +Type=Fixed + +[32x32/places] +Size=22 +Context=Places +Type=Fixed + +[48x48/apps] +Size=48 +Context=Applications +Type=Fixed + +[48x48/places] +Size=48 +Context=Places +Type=Fixed + +[16x16/apps] +Size=16 +Context=Applications +Type=Fixed + +[16x16/places] +Size=16 +Context=Places +Type=Fixed + +[actions/16] +Size=16 +Context=Actions +Type=Fixed + +[actions/22] +Size=22 +Context=Actions +Type=Fixed + +[actions/24] +Size=24 +Context=Actions +Type=Fixed + +[animations/22] +Size=22 +Context=Actions +Type=Fixed + +[animations/24] +Size=24 +Context=Actions +Type=Fixed + +[apps/16] +Size=16 +Context=Applications +Type=Fixed + +[apps/22] +Size=22 +Context=Applications +Type=Fixed + +[apps/24] +Size=24 +Context=Applications +Type=Fixed + +[apps/48] +Size=48 +Context=Applications +Type=Fixed + +[categories/22] +Size=22 +Context=Categories +Type=Fixed + +[categories/24] +Size=24 +Context=Categories +Type=Fixed + +[mimes/16] +Size=16 +Context=MimeTypes +Type=Fixed + +[mimes/22] +Size=22 +Context=MimeTypes +Type=Fixed + +[mimes/24] +Size=24 +Context=MimeTypes +Type=Fixed + +[places/16] +Size=16 +Context=Places +Type=Fixed + +[places/22] +Size=22 +Context=Places +Type=Fixed + +[places/24] +Size=24 +Context=Places +Type=Fixed + +[places/32] +Size=32 +Context=Places +Type=Fixed + +[places/48] +Size=48 +Context=Places +Type=Scalable + +[places/64] +Size=64 +Context=Places +Type=Scalable + +[stock/16] +Size=16 +Context=stock +Type=Fixed + +[stock/22] +Size=22 +Context=stock +Type=Fixed + +[stock/24] +Size=24 +Context=stock +Type=Fixed + +[stock/32] +Size=32 +Context=stock +Type=Fixed + +[stock/48] +Size=48 +Context=stock +Type=Fixed + +[stock/64] +Size=64 +Context=stock +Type=Fixed + +[stock/128] +Size=128 +Context=stock +Type=Fixed diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/16/playlist-automatic-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/16/playlist-automatic-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..997a1222c74aa8d9cef94d7aff54f395dc79bb6a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/16/playlist-automatic-symbolic.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4008" + version="1.1" + inkscape:version="0.48.0 r9654" + sodipodi:docname="playlist-automatic16.svg"> + <defs + id="defs4010" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16.96875" + inkscape:cx="3.5211786" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="753" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid3012" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata4013"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,-16)"> + <path + inkscape:connector-curvature="0" + d="m 7.416667,18.000001 c -0.323166,0 -0.583332,0.260167 -0.583332,0.583333 l 0,1.3125 c -0.586487,0.133547 -1.128677,0.36261 -1.622397,0.674478 L 4.28125,19.640626 c -0.228514,-0.228513 -0.591798,-0.228513 -0.820312,0 l -0.820313,0.820312 c -0.228514,0.228513 -0.228514,0.591799 0,0.820312 l 0.929688,0.929689 c -0.311869,0.49372 -0.540932,1.035907 -0.674479,1.622396 l -1.3125,0 C 1.260167,23.833334 1,24.093502 1,24.416667 l 0,1.166668 c 0,0.323164 0.260167,0.58333 0.583334,0.58333 l 1.3125,0 c 0.133547,0.586487 0.36261,1.128676 0.674479,1.622397 L 2.640625,28.71875 c -0.228514,0.228512 -0.228514,0.591796 0,0.820312 l 0.820313,0.820313 c 0.228512,0.228512 0.591798,0.228515 0.820312,0 l 0.929688,-0.929689 c 0.49372,0.311871 1.03591,0.540933 1.622397,0.674481 l 0,1.312501 C 6.833335,31.739831 7.093501,32 7.416667,32 l 1.166667,0 c 0.323167,0 0.583333,-0.260169 0.583333,-0.583332 l 0,-1.312501 c 0.586488,-0.133548 1.128676,-0.36261 1.622396,-0.674481 l 0.929687,0.929689 c 0.228515,0.228512 0.5918,0.228512 0.820314,0 l 0.820311,-0.820313 c 0.228513,-0.228514 0.228515,-0.5918 0,-0.820312 l -0.929687,-0.929688 c 0.311868,-0.493721 0.540931,-1.035909 0.674479,-1.622397 l 1.312499,0 C 14.739835,26.166665 15,25.906499 15,25.583334 l 0,-1.166668 c 0,-0.323165 -0.260165,-0.583332 -0.583334,-0.583332 l -1.312499,0 c -0.133548,-0.586489 -0.362611,-1.128676 -0.674479,-1.622396 l 0.929687,-0.929688 c 0.228513,-0.228513 0.228513,-0.591799 0,-0.820313 l -0.820311,-0.820311 c -0.228514,-0.228513 -0.591799,-0.228513 -0.820314,0 l -0.929687,0.929687 C 10.295343,20.258444 9.753155,20.029381 9.166667,19.895834 l 0,-1.3125 c 0,-0.323166 -0.260166,-0.583333 -0.583333,-0.583333 l -1.166667,0 z m 0.583334,4.666666 c 1.287999,-2e-6 2.333334,1.045335 2.333334,2.333334 0,1.287999 -1.045335,2.333331 -2.333334,2.333331 -1.288,0 -2.333333,-1.045332 -2.333333,-2.333331 1e-6,-1.287999 1.045333,-2.333334 2.333333,-2.333334 z" + id="rect3557-4" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.3" /> + <path + inkscape:connector-curvature="0" + d="m 7.416667,17.000001 c -0.323166,0 -0.583332,0.260167 -0.583332,0.583333 l 0,1.3125 c -0.586487,0.133547 -1.128677,0.36261 -1.622397,0.674478 L 4.28125,18.640626 c -0.228514,-0.228513 -0.591798,-0.228513 -0.820312,0 l -0.820313,0.820312 c -0.228514,0.228513 -0.228514,0.591799 0,0.820312 l 0.929688,0.929689 c -0.311869,0.49372 -0.540932,1.035907 -0.674479,1.622396 l -1.3125,0 C 1.260167,22.833334 1,23.093502 1,23.416667 l 0,1.166668 c 0,0.323164 0.260167,0.58333 0.583334,0.58333 l 1.3125,0 c 0.133547,0.586487 0.36261,1.128676 0.674479,1.622397 L 2.640625,27.71875 c -0.228514,0.228512 -0.228514,0.591796 0,0.820312 l 0.820313,0.820313 c 0.228512,0.228512 0.591798,0.228515 0.820312,0 l 0.929688,-0.929689 c 0.49372,0.311871 1.03591,0.540933 1.622397,0.674481 l 0,1.312501 C 6.833335,30.739831 7.093501,31 7.416667,31 l 1.166667,0 c 0.323167,0 0.583333,-0.260169 0.583333,-0.583332 l 0,-1.312501 c 0.586488,-0.133548 1.128676,-0.36261 1.622396,-0.674481 l 0.929687,0.929689 c 0.228515,0.228512 0.5918,0.228512 0.820314,0 l 0.820311,-0.820313 c 0.228513,-0.228514 0.228515,-0.5918 0,-0.820312 l -0.929687,-0.929688 c 0.311868,-0.493721 0.540931,-1.035909 0.674479,-1.622397 l 1.312499,0 C 14.739835,25.166665 15,24.906499 15,24.583334 l 0,-1.166668 c 0,-0.323165 -0.260165,-0.583332 -0.583334,-0.583332 l -1.312499,0 c -0.133548,-0.586489 -0.362611,-1.128676 -0.674479,-1.622396 l 0.929687,-0.929688 c 0.228513,-0.228513 0.228513,-0.591799 0,-0.820313 l -0.820311,-0.820311 c -0.228514,-0.228513 -0.591799,-0.228513 -0.820314,0 l -0.929687,0.929687 C 10.295343,19.258444 9.753155,19.029381 9.166667,18.895834 l 0,-1.3125 c 0,-0.323166 -0.260166,-0.583333 -0.583333,-0.583333 l -1.166667,0 z m 0.583334,4.666666 c 1.287999,-2e-6 2.333334,1.045335 2.333334,2.333334 0,1.287999 -1.045335,2.333331 -2.333334,2.333331 -1.288,0 -2.333333,-1.045332 -2.333333,-2.333331 1e-6,-1.287999 1.045333,-2.333334 2.333333,-2.333334 z" + id="rect3557" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;color:#000000" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/16/playlist-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/16/playlist-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..c65e5a5fcf02eaaf11e5b882dd276ae19522ab13 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/16/playlist-symbolic.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4008" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4013"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-16)"> + <path id="path7249-8-0-4-4" style="opacity:.3;color:#000000" d="m11.42 18.005c-0.45272-0.05278-0.51542 0.32941-0.46825 0.6335-0.0043 3.026 0.0086 6.0547-0.0064 9.079-0.11057 0.10409-0.32276-0.0671-0.46364-0.02267-1.5347-0.08429-3.2115 0.91838-3.365 2.3654-0.18082 1.1504 1.1683 2.097 2.3714 1.9181 1.516-0.14497 2.7004-1.5234 2.5027-2.8842 0.0043-2.396-0.0086-4.7947 0.0064-7.189 0.10333-0.10663 0.25746 0.1204 0.36632 0.13154 1.2191 0.64992 2.2975 1.7217 2.3703 3.0563 0.08005 1.0429-0.27043 2.0634-0.66476 3.0302 1.3213-1.4654 1.7443-3.6032 0.82612-5.3341-0.47-1.005-1.529-1.624-2.122-2.557-0.437-0.624-0.77-1.32-0.874-2.056-0.086-0.154-0.312-0.173-0.479-0.171zm-10.42 10.995h4.7273v1h-4.7273zm0-3h8v1h-8zm0-3h8v1h-8zm0-3h8v1h-8z"/> + <path id="path7249-8-0-4" style="color:#000000;fill:#dfdbd2" d="m11.42 17.005c-0.45272-0.05278-0.51542 0.32941-0.46825 0.6335-0.0043 3.026 0.0086 6.0547-0.0064 9.079-0.11057 0.10409-0.32276-0.0671-0.46364-0.02267-1.5347-0.08429-3.2115 0.91838-3.365 2.3654-0.18082 1.1504 1.1683 2.097 2.3714 1.9181 1.516-0.14497 2.7004-1.5234 2.5027-2.8842 0.0043-2.396-0.0086-4.7947 0.0064-7.189 0.10333-0.10663 0.25746 0.1204 0.36632 0.13154 1.2191 0.64992 2.2975 1.7217 2.3703 3.0563 0.08005 1.0429-0.27043 2.0634-0.66476 3.0302 1.3213-1.4654 1.7443-3.6032 0.82612-5.3341-0.47-1.005-1.529-1.624-2.122-2.557-0.437-0.624-0.77-1.32-0.874-2.056-0.086-0.154-0.312-0.173-0.479-0.171zm-10.42 10.995h4.7273v1h-4.7273zm0-3h8v1h-8zm0-3h8v1h-8zm0-3h8v1h-8z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/22/playlist-automatic-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/22/playlist-automatic-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..86008dbe5f96e00520b92d91ed7b416785d3b9da --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/22/playlist-automatic-symbolic.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4008" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4013"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-10)"> + <path id="rect2985-7" style="opacity:.3;color:#000000" d="m10.531 12c-0.292 0-0.531 0.239-0.531 0.531v1.625c-0.9531 0.195-1.841 0.575-2.625 1.094l-1.1562-1.156c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.375 1.375c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.1562 1.156c-0.5192 0.784-0.8987 1.672-1.0938 2.625h-1.625c-0.2923 0-0.5312 0.239-0.5312 0.531v1.9375c0 0.293 0.2389 0.532 0.5312 0.532h1.625c0.19504 0.95313 0.57451 1.841 1.0938 2.625l-1.1562 1.1562c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.375 1.375c0.20675 0.20675 0.54325 0.20675 0.75 0l1.1562-1.156c0.78401 0.51924 1.6719 0.89871 2.625 1.0938v1.625c0 0.292 0.239 0.531 0.531 0.531h1.9375c0.293 0 0.532-0.239 0.532-0.531v-1.625c0.95313-0.19504 1.841-0.57451 2.625-1.0938l1.1562 1.1562c0.20675 0.20675 0.54325 0.20675 0.75 0l1.375-1.375c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.156-1.156c0.519-0.784 0.899-1.672 1.094-2.625h1.625c0.292 0 0.531-0.239 0.531-0.531v-1.9375c0-0.293-0.239-0.532-0.531-0.532h-1.625c-0.195-0.953-0.575-1.841-1.094-2.625l1.1562-1.1562c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.375-1.375c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.156 1.156c-0.784-0.519-1.672-0.899-2.625-1.094v-1.625c0-0.292-0.239-0.531-0.531-0.531h-1.9375zm0.969 6c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5z"/> + <path id="rect2985-7-7" style="color:#000000;fill:#dfdbd2" d="m10.531 11c-0.292 0-0.531 0.239-0.531 0.531v1.625c-0.9531 0.195-1.841 0.575-2.625 1.094l-1.1562-1.156c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.375 1.375c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.1562 1.156c-0.5192 0.784-0.8987 1.672-1.0938 2.625h-1.625c-0.2923 0-0.5312 0.239-0.5312 0.531v1.9375c0 0.293 0.2389 0.532 0.5312 0.532h1.625c0.19504 0.95313 0.57451 1.841 1.0938 2.625l-1.1562 1.1562c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.375 1.375c0.20675 0.20675 0.54325 0.20675 0.75 0l1.1562-1.156c0.78401 0.51924 1.6719 0.89871 2.625 1.0938v1.625c0 0.292 0.239 0.531 0.531 0.531h1.9375c0.293 0 0.532-0.239 0.532-0.531v-1.625c0.95313-0.19504 1.841-0.57451 2.625-1.0938l1.1562 1.1562c0.20675 0.20675 0.54325 0.20675 0.75 0l1.375-1.375c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.156-1.156c0.519-0.784 0.899-1.672 1.094-2.625h1.625c0.292 0 0.531-0.239 0.531-0.531v-1.9375c0-0.293-0.239-0.532-0.531-0.532h-1.625c-0.195-0.953-0.575-1.841-1.094-2.625l1.1562-1.1562c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.375-1.375c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.156 1.156c-0.784-0.519-1.672-0.899-2.625-1.094v-1.625c0-0.292-0.239-0.531-0.531-0.531h-1.9375zm0.969 6c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/22/playlist-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/22/playlist-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..c03d73ed9c7647d92b20a0d748479898897dc12e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/22/playlist-symbolic.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4008" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4013"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-10)"> + <path id="rect4194-6" d="m2 15h11v1h-11zm0 4h11v1h-11zm0 4h11v1h-11zm0 4h7v1h-7zm14.436-15c-0.53931-0.07759-0.45336 0.42193-0.44484 0.7731-0.0059 4.1692 0.01172 8.3407-0.0088 12.508-0.145 0.32452-0.55212 0.0099-0.80112 0.07215-1.7342-0.05405-3.6017 1.1946-3.847 3.0302-0.25326 1.3789 1.032 2.5932 2.3216 2.6149 1.9178 0.05257 3.5779-1.8787 3.3343-3.8146 0.0065-3.3283-0.01298-6.6593 0.0097-9.9859 0.13139-0.31618 0.4856-0.01847 0.65097 0.09458 1.5212 0.9203 2.8505 2.4463 2.9447 4.3279 0.0815 1.0885-0.14664 2.173-0.46032 3.2072 1.3984-2.3007 1.3227-5.5038-0.40514-7.6054-1.3305-1.3884-2.5797-3.0451-2.8335-5.0311-0.04896-0.18667-0.30655-0.18423-0.46044-0.19158z" style="opacity:.3;color:#000000"/> + <path id="rect4194" style="color:#000000;fill:#dfdbd2" d="m2 14h11v1h-11zm0 4h11v1h-11zm0 4h11v1h-11zm0 4h7v1h-7zm14.436-15c-0.53931-0.07759-0.45336 0.42193-0.44484 0.7731-0.0059 4.1692 0.01172 8.3407-0.0088 12.508-0.145 0.32452-0.55212 0.0099-0.80112 0.07215-1.7342-0.05405-3.6017 1.1946-3.847 3.0302-0.25326 1.3789 1.032 2.5932 2.3216 2.6149 1.9178 0.05257 3.5779-1.8787 3.3343-3.8146 0.0065-3.3283-0.01298-6.6593 0.0097-9.9859 0.13139-0.31618 0.4856-0.01847 0.65097 0.09458 1.5212 0.9203 2.8505 2.4463 2.9447 4.3279 0.0815 1.0885-0.14664 2.173-0.46032 3.2072 1.3984-2.3007 1.3227-5.5038-0.40514-7.6054-1.3305-1.3884-2.5797-3.0451-2.8335-5.0311-0.04896-0.18667-0.30655-0.18423-0.46044-0.19158z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/24/playlist-automatic-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/24/playlist-automatic-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..afa8cd90a7ae7bc8c84f5b706ae012ac0541999c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/24/playlist-automatic-symbolic.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4008" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4013"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-8)"> + <path id="rect2985-7" style="opacity:.3;color:#000000" d="m11.531 11c-0.292 0-0.531 0.239-0.531 0.531v1.625c-0.953 0.195-1.841 0.575-2.625 1.094l-1.1562-1.156c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.375 1.375c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.1562 1.156c-0.5192 0.784-0.8987 1.672-1.0938 2.625h-1.625c-0.2923 0-0.5312 0.239-0.5312 0.531v1.9375c0 0.293 0.2389 0.532 0.5312 0.532h1.625c0.19504 0.95313 0.57451 1.841 1.0938 2.625l-1.1562 1.1562c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.375 1.375c0.20675 0.20675 0.54325 0.20675 0.75 0l1.1562-1.156c0.78401 0.51924 1.6719 0.89871 2.625 1.0938v1.625c0 0.292 0.239 0.531 0.531 0.531h1.9375c0.293 0 0.532-0.239 0.532-0.531v-1.625c0.95313-0.19504 1.841-0.57451 2.625-1.0938l1.1562 1.1562c0.20675 0.20675 0.54325 0.20675 0.75 0l1.375-1.375c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.156-1.156c0.519-0.784 0.899-1.672 1.094-2.625h1.625c0.292 0 0.531-0.239 0.531-0.531v-1.9375c0-0.293-0.239-0.532-0.531-0.532h-1.625c-0.195-0.953-0.575-1.841-1.094-2.625l1.1562-1.1562c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.375-1.375c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.156 1.156c-0.784-0.519-1.672-0.899-2.625-1.094v-1.625c0-0.292-0.239-0.531-0.531-0.531h-1.9375zm0.969 6c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5z"/> + <path id="rect2985-7-7" style="color:#000000;fill:#dfdbd2" d="m11.531 10c-0.292 0-0.531 0.239-0.531 0.531v1.625c-0.953 0.195-1.841 0.575-2.625 1.094l-1.1562-1.156c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.375 1.375c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.1562 1.156c-0.5192 0.784-0.8987 1.672-1.0938 2.625h-1.625c-0.2923 0-0.5312 0.239-0.5312 0.531v1.9375c0 0.293 0.2389 0.532 0.5312 0.532h1.625c0.19504 0.95313 0.57451 1.841 1.0938 2.625l-1.1562 1.1562c-0.20675 0.20675-0.20675 0.54325 0 0.75l1.375 1.375c0.20675 0.20675 0.54325 0.20675 0.75 0l1.1562-1.156c0.78401 0.51924 1.6719 0.89871 2.625 1.0938v1.625c0 0.292 0.239 0.531 0.531 0.531h1.9375c0.293 0 0.532-0.239 0.532-0.531v-1.625c0.95313-0.19504 1.841-0.57451 2.625-1.0938l1.1562 1.1562c0.20675 0.20675 0.54325 0.20675 0.75 0l1.375-1.375c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.156-1.156c0.519-0.784 0.899-1.672 1.094-2.625h1.625c0.292 0 0.531-0.239 0.531-0.531v-1.9375c0-0.293-0.239-0.532-0.531-0.532h-1.625c-0.195-0.953-0.575-1.841-1.094-2.625l1.1562-1.1562c0.20675-0.20675 0.20675-0.54325 0-0.75l-1.375-1.375c-0.20675-0.20675-0.54325-0.20675-0.75 0l-1.156 1.156c-0.784-0.519-1.672-0.899-2.625-1.094v-1.625c0-0.292-0.239-0.531-0.531-0.531h-1.9375zm0.969 6c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/24/playlist-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/24/playlist-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..dbc3abc1704a992e8aa3eace296d872707d9376f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/mimes/24/playlist-symbolic.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg4008" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata4013"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-8)"> + <path id="rect4194-6" d="m3 14h11v1h-11zm0 4h11v1h-11zm0 4h11v1h-11zm0 4h7v1h-7zm14.436-15c-0.53931-0.07759-0.45336 0.42193-0.44484 0.7731-0.0059 4.1692 0.01172 8.3407-0.0088 12.508-0.145 0.32452-0.55212 0.0099-0.80112 0.07215-1.7342-0.05405-3.6017 1.1946-3.847 3.0302-0.25326 1.3789 1.032 2.5932 2.3216 2.6149 1.9178 0.05257 3.5779-1.8787 3.3343-3.8146 0.0065-3.3283-0.01298-6.6593 0.0097-9.9859 0.13139-0.31618 0.4856-0.01847 0.65097 0.09458 1.5212 0.9203 2.8505 2.4463 2.9447 4.3279 0.0815 1.0885-0.14664 2.173-0.46032 3.2072 1.3984-2.3007 1.3227-5.5038-0.40514-7.6054-1.3305-1.3884-2.5797-3.0451-2.8335-5.0311-0.04896-0.18667-0.30655-0.18423-0.46044-0.19158z" style="opacity:.3;color:#000000"/> + <path id="rect4194" style="color:#000000;fill:#dfdbd2" d="m3 13h11v1h-11zm0 4h11v1h-11zm0 4h11v1h-11zm0 4h7v1h-7zm14.436-15c-0.53931-0.07759-0.45336 0.42193-0.44484 0.7731-0.0059 4.1692 0.01172 8.3407-0.0088 12.508-0.145 0.32452-0.55212 0.0099-0.80112 0.07215-1.7342-0.05405-3.6017 1.1946-3.847 3.0302-0.25326 1.3789 1.032 2.5932 2.3216 2.6149 1.9178 0.05257 3.5779-1.8787 3.3343-3.8146 0.0065-3.3283-0.01298-6.6593 0.0097-9.9859 0.13139-0.31618 0.4856-0.01847 0.65097 0.09458 1.5212 0.9203 2.8505 2.4463 2.9447 4.3279 0.0815 1.0885-0.14664 2.173-0.46032 3.2072 1.3984-2.3007 1.3227-5.5038-0.40514-7.6054-1.3305-1.3884-2.5797-3.0451-2.8335-5.0311-0.04896-0.18667-0.30655-0.18423-0.46044-0.19158z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/gthumb.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/gthumb.svg new file mode 100644 index 0000000000000000000000000000000000000000..f5ca685d18ac123c859892f18b4a5dd1fb7f9ca8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/gthumb.svg @@ -0,0 +1,488 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg7239" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="drawing.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs7241"> + <linearGradient + id="linearGradient2890" + inkscape:collect="always"> + <stop + id="stop2892" + offset="0" + style="stop-color:#4c4e4b;stop-opacity:1" /> + <stop + id="stop2894" + offset="1" + style="stop-color:#e6e6e3;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2949"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2951" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop2953" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2886"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop2888" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop2890" /> + </linearGradient> + <linearGradient + id="linearGradient3218"> + <stop + id="stop3220" + offset="0" + style="stop-color:white;stop-opacity:0" /> + <stop + style="stop-color:#204a87;stop-opacity:0.0887574;" + offset="0.5" + id="stop3222" /> + <stop + id="stop3224" + offset="1" + style="stop-color:#204a87;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient5060" + inkscape:collect="always"> + <stop + id="stop5062" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop5064" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3999"> + <stop + style="stop-color:#888e82;stop-opacity:1" + offset="0" + id="stop4001" /> + <stop + style="stop-color:#6b6d68;stop-opacity:1" + offset="1" + id="stop4003" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3999" + id="linearGradient3576" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-6.6764983,1.3344926)" + x1="23.48374" + y1="20.852196" + x2="29.452541" + y2="29.202261" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3488"> + <stop + style="stop-color:#d88c1d;stop-opacity:1" + offset="0" + id="stop3490" /> + <stop + style="stop-color:#b34f00;stop-opacity:1" + offset="1" + id="stop3492" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3488" + id="linearGradient3627" + gradientUnits="userSpaceOnUse" + x1="60.68158" + y1="16.232525" + x2="70.960976" + y2="24.890217" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3416"> + <stop + style="stop-color:#ffee5c;stop-opacity:1" + offset="0" + id="stop3418" /> + <stop + style="stop-color:#f57900;stop-opacity:1" + offset="1" + id="stop3420" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3416" + id="radialGradient3625" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.994711,0,9.651581e-2)" + cx="63.729385" + cy="17.50551" + fx="63.729385" + fy="17.50551" + r="5.9090057" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2760" + id="linearGradient3582" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-6.6764983,1.3344926)" + x1="12.444391" + y1="14.154983" + x2="22.235647" + y2="29.344141" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2760"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2762" /> + <stop + style="stop-color:white;stop-opacity:0.42352942" + offset="1" + id="stop2764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2760" + id="linearGradient3585" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0037139,0,0,1.0037077,-6.6714107,1.2071395)" + x1="11.469355" + y1="7.6489091" + x2="23.686275" + y2="37" /> + <linearGradient + id="linearGradient3619" + inkscape:collect="always"> + <stop + id="stop3621" + offset="0" + style="stop-color:#82a02b;stop-opacity:1" /> + <stop + id="stop3623" + offset="1" + style="stop-color:#e6edab;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3619" + id="linearGradient3588" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-6.6764984,1.3344927)" + x1="20.29458" + y1="28.568218" + x2="13.14384" + y2="14.963111" /> + <linearGradient + id="linearGradient4015"> + <stop + id="stop4017" + offset="0" + style="stop-color:#82837d;stop-opacity:1" /> + <stop + id="stop4019" + offset="1" + style="stop-color:#4d4f4c;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4015" + id="linearGradient3593" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0049546,0,0,1.004946,-6.6639816,1.1613585)" + x1="25.308739" + y1="26.027328" + x2="34.195168" + y2="36.463192" /> + <linearGradient + id="linearGradient2842" + inkscape:collect="always"> + <stop + id="stop2844" + offset="0" + style="stop-color:#eeeeec;stop-opacity:1" /> + <stop + id="stop2846" + offset="1" + style="stop-color:#e7e7e4;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2842" + id="linearGradient3591" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0049546,0,0,1.004946,-6.6639816,1.1613585)" + x1="10.625015" + y1="9.375" + x2="15.750015" + y2="31" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient7353" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.540811,0,0,1.969706,-1642.705,-872.8758)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient7355" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-25.4081,0,0,1.969706,15200.99,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3218" + id="radialGradient7357" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.01826,0,-0.451456)" + cx="60.532116" + cy="24.724428" + fx="60.532116" + fy="24.724428" + r="10.532116" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2886" + id="linearGradient7359" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.81547,-0.385506,-0.378595,-0.800847,-12.50422,68.63607)" + x1="60.532116" + y1="24.186483" + x2="59.922974" + y2="12.958087" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2949" + id="linearGradient7361" + gradientUnits="userSpaceOnUse" + x1="53.8335" + y1="19.828632" + x2="56.286068" + y2="33.055767" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2890" + id="linearGradient7363" + gradientUnits="userSpaceOnUse" + x1="63.113831" + y1="32.622692" + x2="58.204823" + y2="17.386044" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.5" + inkscape:cx="16.451216" + inkscape:cy="32.183766" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="641" + inkscape:window-height="690" + inkscape:window-x="1037" + inkscape:window-y="25" /> + <metadata + id="metadata7244"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:url(#linearGradient3591);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3593);stroke-width:1.00000072;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2829" + width="31.153601" + height="31.153332" + x="-2.1416719" + y="7.6935096" + ry="2.575175" + transform="matrix(0.9659263,-0.2588171,0.258822,0.965925,0,0)" /> + <rect + style="fill:url(#linearGradient3588);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2780" + width="25.000015" + height="17.000008" + x="0.82350594" + y="14.8345" + transform="matrix(0.9659258,-0.258819,0.258819,0.9659258,0,0)" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3585);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect1873" + width="29.107691" + height="29.107525" + x="-1.1509821" + y="8.7349434" + ry="1.3307412" + transform="matrix(0.9659261,-0.258818,0.2588211,0.9659253,0,0)" /> + <path + sodipodi:nodetypes="ccscscscscscscscscscc" + id="path3361" + d="M 25.695614,26.017507 C 23.444305,27.145534 21.475949,24.280623 21.499994,24.000027 C 21.461426,24.325891 21.858623,27.476209 19.095776,27.449778 C 15.968743,27.420162 16.701088,24.324399 16.972515,24.040235 C 16.856911,24.433093 14.433434,27.372591 12.406244,26.156277 C 9.9062442,24.656277 13.393592,22.652952 13.805589,22.461404 C 13.402359,22.743786 9.3593472,24.615098 8.6559672,22.443982 C 7.8404812,19.926829 12.453852,19.376339 12.614494,19.516551 C 12.335165,19.471721 8.3828152,18.929942 8.5968322,16.875435 C 8.8732302,14.222083 13.166674,16.222329 13.831987,16.497142 C 13.582192,16.147483 11.328253,13.83958 13.588382,12.707134 C 15.839692,11.579107 16.782447,14.248604 17.234375,14.700881 C 17.027695,14.194256 16.748369,11.523525 19.511182,11.553256 C 22.263214,11.582874 21.909882,14.230136 21.465234,14.975432 C 21.915639,14.236815 23.710129,11.509442 25.920323,12.920394 C 28.024132,14.263431 25.551046,16.598699 24.88216,16.953067 C 25.565195,16.977791 29.247106,15.740525 29.999994,17.500027 C 30.802843,19.376287 26.551723,19.799303 26.122793,19.800447 C 26.45929,19.731446 31.133196,20.417961 30.338614,22.324644 C 29.313477,24.784566 25.2678,22.578757 25.098128,22.329565 C 25.431592,22.448548 27.955742,24.885061 25.695614,26.017507 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#8e7c87;stroke-width:1.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" /> + <rect + style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3582);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2906" + width="23.000008" + height="15.000013" + x="1.8235021" + y="15.834499" + transform="matrix(0.9659258,-0.258819,0.258819,0.9659258,0,0)" /> + <path + transform="matrix(1.062954,0.241627,-0.374889,0.704399,-43.04927,-9.1661062)" + d="M 70.5625,18.25 A 5.28125,5.25 0 1 1 60,18.25 A 5.28125,5.25 0 1 1 70.5625,18.25 z" + sodipodi:ry="5.25" + sodipodi:rx="5.28125" + sodipodi:cy="18.25" + sodipodi:cx="65.28125" + id="path3358" + style="fill:url(#radialGradient3625);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3627);stroke-width:1.20067859;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + sodipodi:type="arc" /> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3576);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="rect2811" + width="25.000015" + height="17.000008" + x="0.823506" + y="14.834499" + transform="matrix(0.9659258,-0.258819,0.258819,0.9659258,0,0)" /> + <g + style="opacity:0.28730164;display:inline" + id="g5022" + transform="matrix(1.2358e-2,0,0,1.045239e-2,45.468301,44.575111)"> + <path + sodipodi:nodetypes="cccc" + id="path5058" + d="M -111.45871,-150.67077 C -111.45871,-150.67077 -111.45871,327.66002 -111.45871,327.66002 C 19.386732,328.56047 204.86193,220.49036 204.86185,88.463847 C 204.86185,-43.56269 58.848173,-150.67075 -111.45871,-150.67077 z" + style="opacity:0.40206185;fill:url(#radialGradient7353);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + style="opacity:0.40206185;fill:url(#radialGradient7355);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M -111.45871,-150.68038 C -111.45871,-150.68038 -111.45871,327.65041 -111.45871,327.65041 C -1419.9129,328.55086 -3274.6643,220.48075 -3274.6643,88.454235 C -3274.6643,-43.572302 -1814.5279,-150.68036 -111.45871,-150.68038 z" + id="path5018" + sodipodi:nodetypes="cccc" /> + </g> + <g + id="g4042" + transform="translate(1.0012214,1.0001413)"> + <path + sodipodi:nodetypes="ccccc" + id="path4029" + d="M 35.49876,35 L 36.99876,33.5 L 39.49876,36 L 37.99876,37.5 L 35.49876,35 z" + style="fill:#6f7d82;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(1.139373,0,0,1.118941,-41.4699,-2.165178)" + d="M 71.064232,24.724428 A 10.532116,10.724427 0 1 1 50,24.724428 A 10.532116,10.724427 0 1 1 71.064232,24.724428 z" + sodipodi:ry="10.724427" + sodipodi:rx="10.532116" + sodipodi:cy="24.724428" + sodipodi:cx="60.532116" + id="path2982" + style="opacity:0.6;fill:url(#radialGradient7357);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(1.186846,0,0,1.165564,-44.34354,-3.317899)" + d="M 71.064232,24.724428 A 10.532116,10.724427 0 1 1 50,24.724428 A 10.532116,10.724427 0 1 1 71.064232,24.724428 z" + sodipodi:ry="10.724427" + sodipodi:rx="10.532116" + sodipodi:cy="24.724428" + sodipodi:cx="60.532116" + id="path2994" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#414340;stroke-width:1.70045328;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="ccccc" + id="rect3080" + d="M 36.99876,37 C 36.973373,36.01628 38.015787,35.06911 38.99876,35 C 41.763476,37.0154 44.316369,39.151843 46.49876,41.5 C 46.708105,43.834772 45.511148,44.609523 43.49876,44.5 C 41.115177,42.316968 38.88411,39.929325 36.99876,37 z" + style="fill:#c17d11;fill-opacity:1;fill-rule:nonzero;stroke:#8f5902;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + inkscape:transform-center-x="-14.499995" + inkscape:transform-center-y="14.5" /> + <path + inkscape:transform-center-x="-0.4563408" + inkscape:transform-center-y="2.7205539" + sodipodi:nodetypes="ccsc" + id="path1995" + d="M 36.086124,21.439789 C 33.867148,30.784641 21.316877,21.785156 18.908845,29.5602 C 21.150078,34.301127 26.816759,36.329866 31.557689,34.088632 C 36.298618,31.847397 38.327357,26.180715 36.086124,21.439789 z" + style="opacity:0.8;fill:url(#linearGradient7359);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.88565296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="opacity:0.9;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7361);stroke-width:1.0629977;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2944" + sodipodi:cx="60.532116" + sodipodi:cy="24.724428" + sodipodi:rx="10.532116" + sodipodi:ry="10.724427" + d="M 52.930779,32.147613 A 10.532116,10.724427 0 0 1 55.991077,15.048046" + transform="matrix(0.89,0.330218,-0.324295,0.874041,-18.35683,-16.09895)" + inkscape:transform-center-y="-1.1313152" + inkscape:transform-center-x="5.456351" + sodipodi:start="2.3770938" + sodipodi:end="4.2666097" + sodipodi:open="true" /> + </g> + <path + transform="matrix(1.139371,0,0,1.118941,-40.468589,-1.1650217)" + d="M 71.064232,24.724428 A 10.532116,10.724427 0 1 1 50,24.724428 A 10.532116,10.724427 0 1 1 71.064232,24.724428 z" + sodipodi:ry="10.724427" + sodipodi:rx="10.532116" + sodipodi:cy="24.724428" + sodipodi:cx="60.532116" + id="path3042" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7363);stroke-width:0.97421879;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + style="opacity:0.3;fill:none;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 39.734356,37.031391 C 42.408653,38.883138 44.712595,41.066459 46.484356,42.922016" + id="path2896" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/shotwell.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/shotwell.svg new file mode 100644 index 0000000000000000000000000000000000000000..1f9f5735f76e775c2588d15910cb53248b153c64 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/shotwell.svg @@ -0,0 +1,2063 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg7777" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="drawing.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs7779"> + <filter + height="2.3264847" + y="-0.66324234" + width="1.390157" + x="-0.19507851" + id="filter9383-0" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur9385-0" + stdDeviation="8.2908368" + inkscape:collect="always" /> + </filter> + <linearGradient + inkscape:collect="always" + id="linearGradient9278"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9280" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9282" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9278" + id="radialGradient11078" + gradientUnits="userSpaceOnUse" + cx="52.5625" + cy="176.8125" + fx="52.5625" + fy="176.8125" + r="2.1875" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9779"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9781" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9783" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9779" + id="radialGradient10055" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5152598,0,44.353731)" + cx="90.583038" + cy="82.641899" + fx="90.583038" + fy="82.641899" + r="15.472204" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9843"> + <stop + style="stop-color:#bfbfbf;stop-opacity:1" + offset="0" + id="stop9845" /> + <stop + id="stop9865" + offset="0.30804455" + style="stop-color:#000000;stop-opacity:1" /> + <stop + id="stop9859" + offset="0.3509562" + style="stop-color:#f5f5f5;stop-opacity:1" /> + <stop + style="stop-color:#3b3b3b;stop-opacity:1;" + offset="0.44290981" + id="stop9861" /> + <stop + id="stop9867" + offset="0.50114709" + style="stop-color:#8d8d8d;stop-opacity:1" /> + <stop + id="stop9863" + offset="0.66666353" + style="stop-color:#343434;stop-opacity:1;" /> + <stop + style="stop-color:#8f8f8f;stop-opacity:1" + offset="1" + id="stop9847" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9843" + id="linearGradient10053" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.89694,-0.5,10.850451)" + x1="59.3125" + y1="103" + x2="100.09394" + y2="103" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9875"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9877" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1" + offset="1" + id="stop9879" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9875" + id="radialGradient10051" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9099099,-1.4184058e-7,6.0058623e-8,0.3852772,7.1790484,61.538533)" + cx="79.6875" + cy="95.123672" + fx="79.6875" + fy="95.123672" + r="6.9375" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9723"> + <stop + style="stop-color:#3a3b38;stop-opacity:1;" + offset="0" + id="stop9725" /> + <stop + style="stop-color:#3a3b38;stop-opacity:0;" + offset="1" + id="stop9727" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9723" + id="radialGradient10045" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.3640167,0,0,0.49205,-109.02458,48.946757)" + cx="79.5625" + cy="74.846786" + fx="79.5625" + fy="74.846786" + r="14.9375" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9749"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9751" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9753" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9749" + id="radialGradient10043" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5178273,0,44.1188)" + cx="79" + cy="103.30145" + fx="79" + fy="103.30145" + r="15.554594" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9739"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop9741" /> + <stop + style="stop-color:#cdcdcd;stop-opacity:1" + offset="1" + id="stop9743" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9739" + id="radialGradient10041" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5,0,45.75)" + cx="79" + cy="87.75" + fx="79" + fy="87.75" + r="15" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9739-9"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop9741-0" /> + <stop + style="stop-color:#cdcdcd;stop-opacity:1" + offset="1" + id="stop9743-0" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9739-9" + id="radialGradient10039" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5,0,45.75)" + cx="77.988358" + cy="99.142876" + fx="77.988358" + fy="99.142876" + r="15" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9916-8" + id="radialGradient11013" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.594975,0,0,0.7974875,-108.28545,18.846224)" + cx="182" + cy="98" + fx="182" + fy="98" + r="2" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9365-2-4" + id="radialGradient11011" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4168198,0,0,0.7084099,-75.861212,27.749503)" + cx="182" + cy="97.166664" + fx="182" + fy="97.166664" + r="2" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9916-8" + id="radialGradient11003" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.594975,0,0,0.7974875,-108.28545,18.846224)" + cx="182" + cy="98" + fx="182" + fy="98" + r="2" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9365-2-4" + id="radialGradient11001" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4168198,0,0,0.7084099,-75.861212,27.749503)" + cx="182" + cy="97.166664" + fx="182" + fy="97.166664" + r="2" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9916-8" + id="radialGradient10993" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.594975,0,0,0.7974875,-108.28545,18.846224)" + cx="182" + cy="98" + fx="182" + fy="98" + r="2" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9365-2-4" + id="radialGradient10991" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4168198,0,0,0.7084099,-75.861212,27.749503)" + cx="182" + cy="97.166664" + fx="182" + fy="97.166664" + r="2" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9916-8"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop9918-2" /> + <stop + style="stop-color:#474747;stop-opacity:1" + offset="1" + id="stop9920-8" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9916-8" + id="radialGradient10065" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.594975,0,0,0.7974875,-108.28545,18.846224)" + cx="182" + cy="98" + fx="182" + fy="98" + r="2" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9365-2-4"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9367-6-8" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9369-7-7" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9365-2-4" + id="radialGradient10063" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4168198,0,0,0.7084099,-75.861212,27.749503)" + cx="182" + cy="97.166664" + fx="182" + fy="97.166664" + r="2" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10946"> + <stop + style="stop-color:#999a97;stop-opacity:1;" + offset="0" + id="stop10948" /> + <stop + style="stop-color:#999a97;stop-opacity:0;" + offset="1" + id="stop10950" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10946" + id="radialGradient10952" + cx="330.57812" + cy="72.53125" + fx="330.57812" + fy="72.53125" + r="2.515625" + gradientTransform="matrix(10.596666,1.928539e-5,-2.6900864e-5,10.58003,-3322.7536,-607.90448)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10932" + id="radialGradient10942" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.5541589,0,0,1.3222262,47.471471,-49.455744)" + cx="70.358162" + cy="170.29742" + fx="70.358162" + fy="170.29742" + r="24.30714" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10932"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop10934" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop10936" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10932" + id="radialGradient10938" + cx="70.358162" + cy="170.29742" + fx="70.358162" + fy="170.29742" + r="24.30714" + gradientTransform="matrix(1,0,0,1.3222262,0,-54.8743)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10773"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop10775" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop10777" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10773" + id="radialGradient10165" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(4.1016175,0,0,0.877946,-610.71751,12.799169)" + cx="190.75" + cy="86.375" + fx="190.75" + fy="86.375" + r="27.625" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10757" + id="radialGradient10163" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(39.284572,-4.9993375e-4,6.09588e-3,65.241354,-1576.9658,-10551.625)" + cx="33.5" + cy="164.25" + fx="33.5" + fy="164.25" + r="1" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10757"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop10759" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop10761" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10757" + id="radialGradient10161" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(39.284562,-4.9993375e-4,6.09587e-3,65.241354,-1354.8046,-10551.625)" + cx="33.5" + cy="164.25" + fx="33.5" + fy="164.25" + r="1" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10695"> + <stop + style="stop-color:#0052cb;stop-opacity:1" + offset="0" + id="stop10697" /> + <stop + style="stop-color:#204a87;stop-opacity:0;" + offset="1" + id="stop10699" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10695" + id="radialGradient10159" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.263432,0,0,1.263432,-45.112728,-49.65693)" + cx="171.25" + cy="188.5" + fx="171.25" + fy="188.5" + r="19" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath10731"> + <path + sodipodi:nodetypes="ccccccccc" + id="path10733" + d="m 225.55424,397.96981 35.5064,0 c 0.13661,0 0.24657,0.11972 0.24657,0.2685 4.1015,9.60683 2.90618,22.29519 0,28.98217 0,0.14878 -0.10994,0.26851 -0.24657,0.26851 l -35.5064,0 c -0.13659,0 -0.24656,-0.11973 -0.24656,-0.26851 -4.14573,-8.19397 -4.08078,-21.3758 0,-28.98217 0,-0.14878 0.10994,-0.2685 0.24656,-0.2685 z" + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + </clipPath> + <linearGradient + inkscape:collect="always" + id="linearGradient11689"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop11691" /> + <stop + id="stop11697" + offset="0.25925928" + style="stop-color:#a2a2a2;stop-opacity:1" /> + <stop + style="stop-color:#f8f8f8;stop-opacity:1" + offset="0.46296296" + id="stop11699" /> + <stop + id="stop11703" + offset="0.67901236" + style="stop-color:#ededed;stop-opacity:1;" /> + <stop + id="stop11701" + offset="0.83641976" + style="stop-color:#bcbcbc;stop-opacity:1;" /> + <stop + style="stop-color:#acacac;stop-opacity:1" + offset="1" + id="stop11693" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11689" + id="linearGradient10149" + gradientUnits="userSpaceOnUse" + x1="95.25" + y1="116.5" + x2="135.75" + y2="116.5" + gradientTransform="matrix(1.0703332,0,0,1.2041243,-7.2839367,-21.434998)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient11571"> + <stop + style="stop-color:#757575;stop-opacity:1;" + offset="0" + id="stop11573" /> + <stop + style="stop-color:#757575;stop-opacity:0;" + offset="1" + id="stop11575" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient11571" + id="radialGradient10147" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.5415476,0,0,1.5842313,-377.67916,-67.90777)" + cx="245" + cy="116.23438" + fx="245" + fy="116.23438" + r="4.6875" /> + <linearGradient + inkscape:collect="always" + id="linearGradient11547"> + <stop + style="stop-color:#c17d11;stop-opacity:1;" + offset="0" + id="stop11549" /> + <stop + style="stop-color:#eda32c;stop-opacity:1" + offset="1" + id="stop11551" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11547" + id="linearGradient10145" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0402972,0,0,1.0402972,-11.683917,-11.705954)" + x1="234.87195" + y1="232.28003" + x2="250.50002" + y2="232.28003" /> + <linearGradient + inkscape:collect="always" + id="linearGradient11017"> + <stop + style="stop-color:#67767d;stop-opacity:1" + offset="0" + id="stop11019" /> + <stop + id="stop11025" + offset="0.17504421" + style="stop-color:#eef0f1;stop-opacity:1;" /> + <stop + style="stop-color:#f1f3f4;stop-opacity:1;" + offset="0.825611" + id="stop11027" /> + <stop + style="stop-color:#89939d;stop-opacity:1" + offset="1" + id="stop11021" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11017" + id="linearGradient10966" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1838303,0,0,1.3183153,-30.820652,-88.779983)" + x1="157.06261" + y1="215.46955" + x2="202.40769" + y2="215.46955" /> + <linearGradient + id="linearGradient9396-7"> + <stop + style="stop-color:#cfcfcf;stop-opacity:1;" + offset="0" + id="stop9398-0" /> + <stop + id="stop9408-2" + offset="0.17611465" + style="stop-color:#dfdfdf;stop-opacity:1;" /> + <stop + style="stop-color:#b3b3b3;stop-opacity:1" + offset="0.26417196" + id="stop9410-6" /> + <stop + id="stop9412-8" + offset="0.36967784" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + id="stop9404-2" + offset="0.47518376" + style="stop-color:#f0f0f0;stop-opacity:1" /> + <stop + style="stop-color:#999999;stop-opacity:1;" + offset="0.75" + id="stop9406-5" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1" + offset="1" + id="stop9400-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9396-7" + id="linearGradient10981" + gradientUnits="userSpaceOnUse" + x1="175.10832" + y1="230.26801" + x2="284.31732" + y2="160.23564" /> + <linearGradient + id="linearGradient11463" + inkscape:collect="always"> + <stop + id="stop11465" + offset="0" + style="stop-color:#202121;stop-opacity:1" /> + <stop + id="stop11467" + offset="1" + style="stop-color:#667377;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11463" + id="linearGradient11070" + x1="169.89281" + y1="138.41975" + x2="160.06364" + y2="173.93089" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9444444,0,0,0.9756097,10.075691,5.8722888)" /> + <linearGradient + id="linearGradient9517-7"> + <stop + style="stop-color:#ababab;stop-opacity:1" + offset="0" + id="stop9519-6" /> + <stop + id="stop9525-3" + offset="0.36250788" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + style="stop-color:#52544e;stop-opacity:1" + offset="1" + id="stop9521-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9517-7" + id="linearGradient10972" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0108655,0,0,1.1031793,-8.807324e-2,-37.656664)" + x1="140" + y1="185" + x2="244" + y2="185" /> + <linearGradient + id="linearGradient9396"> + <stop + style="stop-color:#cfcfcf;stop-opacity:1;" + offset="0" + id="stop9398" /> + <stop + id="stop9408" + offset="0.17611465" + style="stop-color:#dfdfdf;stop-opacity:1;" /> + <stop + style="stop-color:#b3b3b3;stop-opacity:1" + offset="0.26417196" + id="stop9410" /> + <stop + id="stop9412" + offset="0.36967784" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + id="stop9404" + offset="0.47518376" + style="stop-color:#f0f0f0;stop-opacity:1" /> + <stop + style="stop-color:#999999;stop-opacity:1;" + offset="0.75" + id="stop9406" /> + <stop + style="stop-color:#d9d9d9;stop-opacity:1" + offset="1" + id="stop9400" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9396" + id="linearGradient10107" + gradientUnits="userSpaceOnUse" + x1="181.95502" + y1="224.42067" + x2="249.37886" + y2="185" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9252-9" + id="radialGradient10101" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.6542814,1.7063848e-7,2.2851025e-8,0.5404275,-189.78114,75.892645)" + cx="71.500008" + cy="198.34424" + fx="71.500008" + fy="198.34424" + r="28.5" /> + <linearGradient + id="linearGradient9252-9"> + <stop + style="stop-color:#8b8b8b;stop-opacity:1" + offset="0" + id="stop9254-3" /> + <stop + id="stop9270-7" + offset="0.25457916" + style="stop-color:#525252;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1" + offset="0.47201398" + id="stop9272-1" /> + <stop + id="stop9274-2" + offset="0.875" + style="stop-color:#454545;stop-opacity:1" /> + <stop + style="stop-color:#21211d;stop-opacity:1" + offset="1" + id="stop9256-3" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9252-9" + id="radialGradient10095" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(5.8985897,3.3675484e-6,-5.7719301e-7,1.0110099,-350.24907,-7.525161)" + cx="71.5" + cy="184.49367" + fx="71.5" + fy="184.49367" + r="28.5" /> + <linearGradient + id="linearGradient9252"> + <stop + style="stop-color:#8b8b8b;stop-opacity:1" + offset="0" + id="stop9254" /> + <stop + id="stop9270" + offset="0.25457916" + style="stop-color:#525252;stop-opacity:1" /> + <stop + style="stop-color:#ededed;stop-opacity:1" + offset="0.47201398" + id="stop9272" /> + <stop + id="stop9274" + offset="0.875" + style="stop-color:#454545;stop-opacity:1" /> + <stop + style="stop-color:#21211d;stop-opacity:1" + offset="1" + id="stop9256" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9252" + id="radialGradient10093" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.2221881,0,0,0.4069275,-158.88646,105.75719)" + cx="71.500008" + cy="183.46516" + fx="71.500008" + fy="183.46516" + r="28.5" /> + <linearGradient + id="linearGradient9244"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop9246" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop9248" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9244" + id="radialGradient10091" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.245614,0,135.03509)" + cx="71.5" + cy="179" + fx="71.5" + fy="179" + r="28.5" /> + <filter + inkscape:collect="always" + id="filter9723" + x="-0.028216554" + width="1.0564331" + y="-0.11459376" + height="1.2291875"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.14622642" + id="feGaussianBlur9725" /> + </filter> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath9796"> + <rect + ry="3.1887534" + rx="3.1887534" + y="89.936249" + x="111.29594" + height="6.3775067" + width="17.918524" + id="rect9798" + style="color:#000000;fill:url(#linearGradient9800);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + </clipPath> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9650" + id="radialGradient11052" + gradientUnits="userSpaceOnUse" + cx="117.125" + cy="93.125" + fx="117.125" + fy="93.125" + r="0.875" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9650" + id="radialGradient11050" + gradientUnits="userSpaceOnUse" + cx="117.125" + cy="93.125" + fx="117.125" + fy="93.125" + r="0.875" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9650"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9652" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9654" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9650" + id="radialGradient11048" + gradientUnits="userSpaceOnUse" + cx="117.125" + cy="93.125" + fx="117.125" + fy="93.125" + r="0.875" /> + <linearGradient + id="linearGradient9727" + inkscape:collect="always"> + <stop + id="stop9729" + offset="0" + style="stop-color:#bfbfbf;stop-opacity:1" /> + <stop + style="stop-color:#6e6e6e;stop-opacity:1" + offset="0.10442464" + id="stop9731" /> + <stop + style="stop-color:#f5f5f5;stop-opacity:1" + offset="0.3509562" + id="stop9734" /> + <stop + id="stop9736" + offset="0.44290981" + style="stop-color:#3b3b3b;stop-opacity:1;" /> + <stop + style="stop-color:#8d8d8d;stop-opacity:1" + offset="0.50114709" + id="stop9738" /> + <stop + style="stop-color:#343434;stop-opacity:1;" + offset="0.62146091" + id="stop9740" /> + <stop + id="stop9752" + offset="0.77172673" + style="stop-color:#c0c0c0;stop-opacity:1" /> + <stop + id="stop9742" + offset="1" + style="stop-color:#505050;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9727" + id="linearGradient11046" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.89694,-0.5,10.850451)" + x1="111.76712" + y1="92.842941" + x2="125.59375" + y2="92.842941" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9760"> + <stop + style="stop-color:#555555;stop-opacity:1;" + offset="0" + id="stop9762" /> + <stop + style="stop-color:#242424;stop-opacity:1" + offset="1" + id="stop9764" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9760" + id="linearGradient11044" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.8181722,0,0,1.7981011,-89.449275,-77.76686)" + x1="124.13738" + y1="91.8125" + x2="129.21875" + y2="91.8125" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9786"> + <stop + style="stop-color:#949494;stop-opacity:1;" + offset="0" + id="stop9788" /> + <stop + style="stop-color:#f1f1f1;stop-opacity:1" + offset="1" + id="stop9790" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9786" + id="linearGradient11042" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.8181722,0,0,1.7981011,-89.449275,-77.76686)" + x1="126.42094" + y1="92.375" + x2="126.33946" + y2="95.25" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9155"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9157" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9159" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9155" + id="linearGradient10061" + gradientUnits="userSpaceOnUse" + x1="146.06564" + y1="116.32009" + x2="146.06564" + y2="102.51517" + gradientTransform="matrix(1.0110284,0,0,0.9998675,0.1479209,2.212744e-2)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9119"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9121" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9123" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9119" + id="radialGradient10059" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0110284,0,0,0.4898135,0.1479209,125.44265)" + cx="160.5" + cy="246.5" + fx="160.5" + fy="246.5" + r="88.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient11056"> + <stop + style="stop-color:#222222;stop-opacity:1;" + offset="0" + id="stop11058" /> + <stop + style="stop-color:#222222;stop-opacity:0;" + offset="1" + id="stop11060" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11056" + id="linearGradient11062" + x1="311.12067" + y1="57.490234" + x2="311.12067" + y2="62.195351" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9904"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9906" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9908" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9904" + id="linearGradient10037" + gradientUnits="userSpaceOnUse" + x1="163.25" + y1="107.25" + x2="163.25" + y2="91.75" + gradientTransform="matrix(0.9951891,0,0,0.9998675,2.5202869,2.212744e-2)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient11071"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop11073" /> + <stop + style="stop-color:#060606;stop-opacity:1" + offset="1" + id="stop11075" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11071" + id="linearGradient10031" + gradientUnits="userSpaceOnUse" + x1="188.80269" + y1="135.56474" + x2="188.80269" + y2="207.77724" /> + <linearGradient + id="linearGradient11453" + inkscape:collect="always"> + <stop + id="stop11455" + offset="0" + style="stop-color:#525d60;stop-opacity:1" /> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0.13310531" + id="stop11457" /> + <stop + id="stop11459" + offset="0.85625207" + style="stop-color:#343b3d;stop-opacity:1" /> + <stop + id="stop11461" + offset="1" + style="stop-color:#4c5659;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11453" + id="linearGradient10029" + gradientUnits="userSpaceOnUse" + x1="35.521496" + y1="210.51218" + x2="258.75" + y2="210.51218" + gradientTransform="matrix(0.9709443,0,0,0.9821009,5.990292,1.8755817)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9349"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop9351" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop9353" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9349" + id="radialGradient10027" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.6863183,-5.9036973e-7,1.3510403e-8,6.012566e-2,-244.86322,90.002494)" + cx="146.25" + cy="95.75" + fx="146.25" + fy="95.75" + r="112.25" /> + <linearGradient + id="linearGradient10169"> + <stop + style="stop-color:#848484;stop-opacity:1;" + offset="0" + id="stop10171" /> + <stop + id="stop10177" + offset="0.08803241" + style="stop-color:#262626;stop-opacity:1" /> + <stop + style="stop-color:#222222;stop-opacity:1" + offset="0.92655754" + id="stop10179" /> + <stop + style="stop-color:#7f7f7f;stop-opacity:1" + offset="1" + id="stop10173" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10169" + id="linearGradient10175" + x1="29" + y1="168.5" + x2="265" + y2="168.5" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0043023,0,0,1.0160856,1.2184744,-1.4050625)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9127"> + <stop + style="stop-color:#eeeeee;stop-opacity:1" + offset="0" + id="stop9129" /> + <stop + style="stop-color:#959595;stop-opacity:1" + offset="1" + id="stop9131" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient9127" + id="radialGradient10023" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6526369,-0.4447053,0.6198413,2.2844545,-211.87892,-120.26126)" + cx="171.85692" + cy="163.66652" + fx="171.85692" + fy="163.66652" + r="106.11422" /> + <filter + inkscape:collect="always" + id="filter9103" + x="-0.014214266" + width="1.0284285" + y="-0.22269016" + height="1.4453803"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.3918135" + id="feGaussianBlur9105" /> + </filter> + <linearGradient + inkscape:collect="always" + id="linearGradient9803"> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0" + id="stop9805" /> + <stop + id="stop9815" + offset="0.38888898" + style="stop-color:#2e3436;stop-opacity:1;" /> + <stop + id="stop9811" + offset="0.52777785" + style="stop-color:#191c1d;stop-opacity:1" /> + <stop + style="stop-color:#2e3436;stop-opacity:1;" + offset="0.81944454" + id="stop9813" /> + <stop + style="stop-color:#2e3436;stop-opacity:1" + offset="1" + id="stop9807" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9803" + id="linearGradient10021" + gradientUnits="userSpaceOnUse" + x1="163.5" + y1="87.5" + x2="163.5" + y2="83" + gradientTransform="matrix(1.0110284,0,0,1.0951206,0.1479209,-9.9794522)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient8272" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5062" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5064" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient8270" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5048"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop5050" /> + <stop + id="stop5056" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5052" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048" + id="linearGradient8268" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective7785" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="641" + inkscape:window-height="690" + inkscape:window-x="316" + inkscape:window-y="196" /> + <metadata + id="metadata7782"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + style="opacity:1;display:inline" + id="g5022" + transform="matrix(2.3640267e-2,0,0,1.0452441e-2,45.026494,37.575147)"> + <rect + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" + id="rect4173" + style="opacity:0.40206185;fill:url(#linearGradient8268);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="cccc" + id="path5058" + d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z" + style="opacity:0.40206185;fill:url(#radialGradient8270);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <path + style="opacity:0.40206185;fill:url(#radialGradient8272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z" + id="path5018" + sodipodi:nodetypes="cccc" /> + </g> + <g + style="display:inline" + id="g9719" + transform="matrix(0.1845508,0,0,0.1845508,-3.4706144,-7.9332616)"> + <path + style="fill:url(#linearGradient10021);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + d="M 105.29488,80.915561 C 103.01482,80.915561 100.91637,81.73677 99.228709,83.105803 L 58.471625,83.105803 C 50.809746,83.105803 44.633173,87.990041 44.633173,94.057009 C 44.633173,100.12398 50.809746,105.00821 58.471625,105.00821 L 250.69341,105.00821 C 258.35529,105.00821 264.53186,100.12398 264.53186,94.057009 C 264.53186,88.327178 259.0229,83.676115 251.95719,83.174248 C 250.25771,81.770425 248.13961,80.915561 245.82783,80.915561 L 105.29488,80.915561 z" + id="path9722" /> + <g + id="g9724" + style="opacity:0.8125" + transform="matrix(0.961865,0,0,1,5.5867751,-2)"> + <rect + ry="7.5" + rx="7.8333335" + y="236" + x="29" + height="15" + width="235" + id="rect9726" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9103);enable-background:accumulate" + transform="matrix(1.0151534,0,0,0.7756334,-2.2199543,58.258265)" /> + </g> + <rect + style="fill:url(#radialGradient10023);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect9736" + width="230.98727" + height="160.97867" + x="35.061127" + y="88.010468" + rx="9.9563484" + ry="10.590701" /> + <rect + ry="10.590701" + rx="10.110285" + y="88.010468" + x="32.351845" + height="163.58977" + width="232.99814" + id="rect10167" + style="fill:none;stroke:url(#linearGradient10175);stroke-width:5.41856146;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <rect + style="opacity:0.32692339;fill:url(#radialGradient10027);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9740" + width="226.97589" + height="13.498211" + x="34.522888" + y="89.010338" + rx="6.8244419" + ry="6.7491055" /> + <path + style="fill:url(#linearGradient10029);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 49.114023,105.97828 L 69.344411,105.97828 C 77.759263,108.27207 86.174113,108.59068 94.588965,105.97828 L 247.51271,105.97828 C 251.43954,105.97828 252.90168,105.54433 254.35015,104.66255 C 255.7812,103.7914 257.22214,104.71845 257.22214,106.47781 L 257.22214,234.42673 C 257.22214,238.78786 253.92173,243.4724 245.32176,243.4724 L 54.696952,243.4724 C 42.633082,243.4724 40.618259,239.58134 40.618259,236.26817 L 40.618259,109.8309 C 40.618259,106.72029 39.760605,104.14385 42.312677,105.10059 C 43.87209,105.6852 45.366828,105.97828 49.114023,105.97828 L 49.114023,105.97828 z" + id="path9742" + sodipodi:nodetypes="ccccsccccccsc" /> + <path + transform="matrix(1.3523252,0,0,1.2542966,-78.404542,-56.304486)" + d="M 244,185 A 52,54 0 1 1 140,185 A 52,54 0 1 1 244,185 z" + sodipodi:ry="54" + sodipodi:rx="52" + sodipodi:cy="185" + sodipodi:cx="192" + id="path9744" + style="opacity:0.60096154;fill:url(#linearGradient10031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86844039;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <g + id="g9746" + transform="matrix(0.8615126,0,0,0.8520022,14.762127,14.196524)" /> + <rect + style="fill:#818181;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect9752" + width="54.185616" + height="21.674242" + x="89.246742" + y="113.42693" + rx="3.2958031" + ry="3.8355033" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path9759" + d="M 262.63786,96.259374 C 262.63786,96.259374 263.01191,102.10716 255.17395,102.15565 L 93.580099,103.15552 C 85.120991,108.62539 76.330153,108.62539 67.207585,103.15552 L 40.835072,103.15552 C 33.308954,102.92761 35.299332,94.039081 35.299332,94.039081 C 35.299332,94.039081 38.720294,97.913567 44.069436,97.685656 L 253.55677,97.685656 C 259.6523,97.913567 262.63786,96.259374 262.63786,96.259374 L 262.63786,96.259374 z" + style="fill:url(#linearGradient10037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + d="M 262.6407,98.759043 C 262.6407,98.759043 258.49986,105.00821 255.11189,105.00821 L 92.238443,105.00821 C 83.705781,108.00782 74.838506,108.00782 65.636616,105.00821 L 40.289593,105.00821 C 36.274223,104.88323 33.764617,100.00888 33.764617,100.00888 C 33.764617,100.00888 36.901625,102.1336 42.297278,102.00861 L 64.381813,102.00861 C 74.252931,108.00782 86.173561,108.00782 94.371608,102.00861 L 253.60613,102.00861 C 259.75466,102.1336 262.6407,98.759043 262.6407,98.759043 L 262.6407,98.759043 z" + id="path9782" + sodipodi:nodetypes="ccccccccccc" /> + <path + sodipodi:type="arc" + style="opacity:0.80769228;fill:none;stroke:url(#linearGradient11062);stroke-width:0.98771697;marker:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path11054" + sodipodi:cx="310.60938" + sodipodi:cy="59.875" + sodipodi:rx="5.203125" + sodipodi:ry="3.09375" + d="M 315.8125,59.875 A 5.203125,3.09375 0 1 1 305.40625,59.875 A 5.203125,3.09375 0 1 1 315.8125,59.875 z" + transform="matrix(5.7277344,0,0,5.2543629,-1706.097,-220.14302)" /> + <g + id="g9784" + transform="matrix(1.0110284,0,0,0.9998675,-3.8961928,2.212744e-2)" /> + <rect + style="fill:url(#radialGradient10059);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect9790" + width="178.95204" + height="5.4185615" + x="72.941963" + y="243.4724" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path9792" + d="M 259.65018,104.82151 C 259.65018,104.82151 256.35902,109.00768 250.24954,109.00768 L 44.734148,108.8827 C 40.690034,108.75772 37.339142,105.5688 37.339142,105.5688 C 37.339142,105.5688 39.426249,106.633 44.860527,106.50802 L 65.359256,106.50802 C 74.574731,109.13365 83.759966,109.11043 92.909781,106.50802 L 252.32022,106.50802 C 255.83207,106.50802 259.65018,104.82151 259.65018,104.82151 L 259.65018,104.82151 z" + style="opacity:0.32692339;fill:url(#linearGradient10061);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <g + id="g11029" + transform="matrix(1.119696,0,0,1.119696,-15.469403,-4.2667096)"> + <rect + ry="5.1159258" + rx="5.1159258" + y="83.947601" + x="112.90589" + height="11.467402" + width="32.57896" + id="rect9757" + style="fill:url(#linearGradient11042);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + id="path9826" + d="M 118.73145,83.949857 C 115.51953,83.949857 112.87921,86.504833 112.87921,89.681303 C 112.87921,90.022773 112.99232,90.367984 113.04951,90.692735 C 113.50095,88.768471 115.84364,87.321295 118.73129,87.321295 L 139.69708,87.321295 C 142.58642,87.321295 144.92941,88.766806 145.37888,90.692735 C 145.43588,90.368543 145.49254,90.022149 145.49254,89.681303 C 145.49254,86.504833 142.90904,83.949857 139.69712,83.949857 L 118.73133,83.949857 L 118.73145,83.949857 z" + style="fill:url(#linearGradient11044);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <g + transform="matrix(1.8181722,0,0,1.6711301,-89.449275,-65.517212)" + id="g9828"> + <path + style="fill:url(#linearGradient11046);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + d="M 118.125,87.625 C 117.12087,87.625 116.3125,88.434247 116.3125,89.4375 C 116.3125,89.875143 115.625,89.9375 115.625,89.9375 L 114.5,89.9375 C 112.73343,89.9375 111.28125,91.262917 111.28125,92.90625 L 111.28125,93.34375 C 111.28125,94.987083 112.73343,96.3125 114.5,96.3125 L 121.90625,96.3125 C 123.67282,96.3125 125.09375,94.987083 125.09375,93.34375 L 125.09375,92.90625 C 125.09375,91.262917 123.67282,89.9375 121.90625,89.9375 L 120.875,89.9375 C 120.875,89.9375 119.9375,89.9375 119.9375,89.4375 C 119.9375,88.433375 119.12913,87.625 118.125,87.625 z" + id="path9830" + sodipodi:nodetypes="csccccccccccsc" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + d="M 122,90.375 C 124.45136,90.544547 124.99895,92.169921 124.625,94.5 C 124.34652,92.87645 124.21516,91.1916 122,90.375 z" + id="path9832" + sodipodi:nodetypes="ccc" /> + <path + sodipodi:type="arc" + style="fill:url(#radialGradient11048);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9834" + sodipodi:cx="117.125" + sodipodi:cy="93.125" + sodipodi:rx="0.875" + sodipodi:ry="0.875" + d="M 118,93.125 A 0.875,0.875 0 1 1 116.25,93.125 A 0.875,0.875 0 1 1 118,93.125 z" + transform="matrix(1.7857143,0,0,1.7857143,-92.026786,-73.544643)" /> + <path + d="M 118,93.125 A 0.875,0.875 0 1 1 116.25,93.125 A 0.875,0.875 0 1 1 118,93.125 z" + sodipodi:ry="0.875" + sodipodi:rx="0.875" + sodipodi:cy="93.125" + sodipodi:cx="117.125" + id="path9836" + style="fill:url(#radialGradient11050);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + transform="translate(-1.125,1.6875)" /> + <path + transform="matrix(1.1428571,0,0,1.1428571,-9.5446432,-14.053572)" + sodipodi:type="arc" + style="fill:url(#radialGradient11052);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9838" + sodipodi:cx="117.125" + sodipodi:cy="93.125" + sodipodi:rx="0.875" + sodipodi:ry="0.875" + d="M 118,93.125 A 0.875,0.875 0 1 1 116.25,93.125 A 0.875,0.875 0 1 1 118,93.125 z" /> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect9840" + width="1.375" + height="4.875" + x="116.75" + y="88.125" + rx="0.34142941" + ry="0.34142941" /> + <rect + ry="0.34142941" + rx="0.15519518" + y="90.1875" + x="115.5" + height="4.875" + width="0.625" + id="rect9842" + style="opacity:0.52884617;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + transform="translate(0,-6.72487e-2)" + clip-path="url(#clipPath9796)" + style="fill:#191919;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9723);enable-background:new" + d="M 111.9375,94.956496 C 111.9375,94.956496 112.24875,96.393996 113.8125,96.393996 L 121.875,96.393996 C 123.3125,96.393996 124.375,95.081496 124.375,95.081496 C 124.375,95.081496 122.75,96.206496 121.8125,96.081496 L 119.8125,96.081496 C 118.9375,96.081496 119.25,93.393996 118.3125,93.331496 L 117.25,93.331496 C 116.5,93.456496 116.75,95.956496 115.8125,95.893996 L 113.8125,95.893996 C 112.8125,95.956496 111.9375,94.956496 111.9375,94.956496 z" + id="path9844" + sodipodi:nodetypes="ccccccccccc" /> + </g> + </g> + <g + id="g9846" + transform="matrix(1.0110284,0,0,1.4947753,0.1479209,-91.937479)"> + <path + d="M 100,179 A 28.5,7 0 1 1 43,179 A 28.5,7 0 1 1 100,179 z" + sodipodi:ry="7" + sodipodi:rx="28.5" + sodipodi:cy="179" + sodipodi:cx="71.5" + id="path9850" + style="opacity:0.88461537;fill:url(#radialGradient10091);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + transform="matrix(1.3201754,0,0,0.9377788,-20.892544,13.711302)" /> + <path + transform="matrix(1.1532567,0,0,0.8192091,-8.957854,32.375255)" + d="M 100,179 A 28.5,7 0 1 1 43,179 A 28.5,7 0 1 1 100,179 z" + sodipodi:ry="7" + sodipodi:rx="28.5" + sodipodi:cy="179" + sodipodi:cx="71.5" + id="path9852" + style="fill:url(#radialGradient10093);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + transform="matrix(0.4942529,0,0,0.3510896,49.693487,116.16864)" + sodipodi:type="arc" + style="fill:url(#radialGradient10095);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.33333325;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9854" + sodipodi:cx="71.5" + sodipodi:cy="179" + sodipodi:rx="28.5" + sodipodi:ry="7" + d="M 100,179 A 28.5,7 0 1 1 43,179 A 28.5,7 0 1 1 100,179 z" /> + <g + transform="matrix(1.1532567,0,0,0.8192091,-8.957854,32.375255)" + id="g9856" /> + <g + transform="matrix(2.1056722,0,0,1.4957517,-48.928195,-88.116349)" + id="g9862" /> + <path + d="M 100,179 A 28.5,7 0 1 1 43,179 A 28.5,7 0 1 1 100,179 z" + sodipodi:ry="7" + sodipodi:rx="28.5" + sodipodi:cy="179" + sodipodi:cx="71.5" + id="path9868" + style="fill:url(#radialGradient10101);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.33333325;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + transform="matrix(0.3706897,0,0,0.2633172,58.528257,131.87989)" /> + </g> + <path + sodipodi:type="arc" + style="fill:url(#linearGradient10107);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path9884" + sodipodi:cx="192" + sodipodi:cy="185" + sodipodi:rx="52" + sodipodi:ry="54" + d="M 244,185 A 52,54 0 1 1 140,185 A 52,54 0 1 1 244,185 z" + transform="matrix(1.2504373,0,0,1.1581482,-58.721671,-38.743578)" /> + <path + style="fill:url(#linearGradient10972);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11070);stroke-width:5.41856146;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 181.36229,132.3919 C 156.37416,132.3919 135.8198,154.2518 135.8198,180.77283 C 135.8198,180.77283 135.30451,192.47265 135.30451,192.47265 C 135.30451,219.29373 156.0897,240.76314 181.36229,240.76314 C 206.63488,240.76314 227.42005,219.29373 227.42005,192.47265 C 227.42005,192.47265 226.90477,180.77283 226.90477,180.77283 C 226.90477,154.2518 206.35044,132.3919 181.36229,132.3919 z" + id="path9909" + sodipodi:nodetypes="cccsccc" /> + <path + sodipodi:type="arc" + style="fill:url(#linearGradient10981);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.51115859;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path9911" + sodipodi:cx="192" + sodipodi:cy="185" + sodipodi:rx="52" + sodipodi:ry="54" + d="M 244,185 A 52,54 0 1 1 140,185 A 52,54 0 1 1 244,185 z" + transform="matrix(0.8336248,0,0,0.8027498,21.306316,46.196632)" /> + <path + transform="matrix(0.6252186,0,0,0.6020624,61.320307,83.323811)" + d="M 244,185 A 52,54 0 1 1 140,185 A 52,54 0 1 1 244,185 z" + sodipodi:ry="54" + sodipodi:rx="52" + sodipodi:cy="185" + sodipodi:cx="192" + id="path9915" + style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + style="fill:url(#linearGradient10966);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + d="M 159.40033,174.13399 L 205.07397,174.13399 C 205.24966,174.13399 205.39109,174.30552 205.39109,174.51858 C 210.66707,188.28019 209.12944,206.45605 205.39109,216.035 C 205.39109,216.24807 205.24966,216.4196 205.07397,216.4196 L 159.40033,216.4196 C 159.22464,216.4196 159.08321,216.24807 159.08321,216.035 C 153.75033,204.29727 153.83388,185.4146 159.08321,174.51858 C 159.08321,174.30552 159.22464,174.13399 159.40033,174.13399 z" + id="path9917" + sodipodi:nodetypes="ccccccccc" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path9919" + d="M 158.65236,171.65747 L 202.4303,171.65747 C 202.59874,171.65747 202.73434,171.8131 202.73434,172.00647 C 207.79131,184.49293 206.31753,200.98462 202.73434,209.67603 C 202.73434,209.86939 202.59876,210.02501 202.4303,210.02501 L 158.65236,210.02501 C 158.48396,210.02501 158.34837,209.86939 158.34837,209.67603 C 153.23685,199.0259 153.31693,181.89284 158.34837,172.00647 C 158.34837,171.8131 158.48393,171.65747 158.65236,171.65747 L 158.65236,171.65747 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + sodipodi:type="arc" + style="fill:none;stroke:none;stroke-width:1.07430112;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9923" + sodipodi:cx="225.5" + sodipodi:cy="221" + sodipodi:rx="61.921322" + sodipodi:ry="61.921322" + d="M 287.42132,221 A 61.921322,61.921322 0 1 1 163.57868,221 A 61.921322,61.921322 0 1 1 287.42132,221 z" + transform="matrix(-0.7115122,0.5913295,-0.5979301,-0.7036577,475.22709,201.16195)" /> + <g + id="g9933" + transform="matrix(2.7532982,0,0,2.7341622,8.9983956,-334.33045)" /> + <g + id="g9943" + transform="matrix(1.0110284,0,0,0.9998675,0.1479209,2.212744e-2)"> + <rect + ry="2.2472587" + rx="2.2472587" + y="221.80542" + x="232.65274" + height="16.257843" + width="16.257843" + id="rect9945" + style="fill:url(#linearGradient10145);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + </g> + <g + id="g9981" + transform="matrix(1.0110284,0,0,0.9998675,0.1479209,2.212744e-2)"> + <path + transform="translate(0,1)" + sodipodi:type="arc" + style="fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9983" + sodipodi:cx="245" + sodipodi:cy="118" + sodipodi:rx="7" + sodipodi:ry="7" + d="M 252,118 A 7,7 0 1 1 238,118 A 7,7 0 1 1 252,118 z" /> + <path + d="M 252,118 A 7,7 0 1 1 238,118 A 7,7 0 1 1 252,118 z" + sodipodi:ry="7" + sodipodi:rx="7" + sodipodi:cy="118" + sodipodi:cx="245" + id="path9985" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + id="path9987" + d="M 245,113.3125 C 242.40455,113.3125 240.3125,115.40455 240.3125,118 C 240.3125,118.40294 240.3733,118.78293 240.46875,119.15625 C 240.817,117.76587 241.76358,116.62275 243.03125,116.03125 C 242.98075,116.20936 242.93755,116.39952 242.93755,116.59375 C 242.93755,117.72549 243.86831,118.625 245.00005,118.625 C 246.13179,118.625 247.06255,117.72549 247.06255,116.59375 C 247.06255,116.39952 247.01935,116.20936 246.96885,116.03125 C 248.23652,116.62275 249.1831,117.76587 249.53135,119.15625 C 249.62685,118.78293 249.6876,118.40294 249.6876,118 C 249.6876,115.40455 247.59555,113.3125 245.0001,113.3125 L 245,113.3125 z" + style="fill:url(#radialGradient10147);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + transform="translate(-1.625,-2)" + d="M 249.45895,120.5 A 2.833946,2.833946 0 1 1 243.79105,120.5 A 2.833946,2.833946 0 1 1 249.45895,120.5 z" + sodipodi:ry="2.833946" + sodipodi:rx="2.833946" + sodipodi:cy="120.5" + sodipodi:cx="246.625" + id="path9989" + style="opacity:0.2692308;fill:#5f5f5f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.94462639;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + <rect + ry="3.3996511" + rx="3.1041865" + y="113.42693" + x="94.665298" + height="16.25568" + width="43.348495" + id="rect9991" + style="fill:#454545;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <rect + style="fill:url(#linearGradient10149);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect9993" + width="43.348495" + height="10.837119" + x="94.665298" + y="113.42693" + rx="3.1041865" + ry="3.1381395" /> + <g + id="g10001" + transform="matrix(1.0655249,0,0,1.0831243,-79.397368,-252.99869)" + clip-path="url(#clipPath10731)"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.94462639;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path10003" + sodipodi:cx="181" + sodipodi:cy="201" + sodipodi:rx="19" + sodipodi:ry="19" + d="M 200,201 A 19,19 0 1 1 162,201 A 19,19 0 1 1 200,201 z" + transform="translate(62.194154,210.14054)" /> + <path + transform="translate(62.194154,210.14054)" + d="M 200,201 A 19,19 0 1 1 162,201 A 19,19 0 1 1 200,201 z" + sodipodi:ry="19" + sodipodi:rx="19" + sodipodi:cy="201" + sodipodi:cx="181" + id="path10013" + style="fill:url(#radialGradient10159);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.94462639;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + </g> + <rect + style="fill:url(#radialGradient10161);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect10015" + width="5.41856" + height="130.48271" + x="-40.479687" + y="99.00901" + rx="27.256418" + ry="10.590701" + transform="scale(-1,1)" /> + <rect + ry="10.590701" + rx="8.3230219" + y="99.00901" + x="-262.64072" + height="130.48271" + width="5.4185615" + id="rect10017" + style="fill:url(#radialGradient10163);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + transform="scale(-1,1)" /> + <rect + style="opacity:0.75480772;fill:url(#radialGradient10165);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect10019" + width="154.13705" + height="6.2418885" + x="94.597488" + y="85.510796" + rx="1.7652968" + ry="0.87488407" /> + <rect + style="fill:url(#radialGradient10938);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect10930" + width="48.614281" + height="5.36974" + x="46.051022" + y="167.61255" /> + <rect + y="173.0311" + x="72.991058" + height="5.36974" + width="26.940037" + id="rect10940" + style="fill:url(#radialGradient10942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <rect + style="fill:url(#radialGradient10952);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect10944" + width="30.327822" + height="5.4185638" + x="165.1066" + y="156.77542" /> + <path + sodipodi:end="5.4977871" + sodipodi:start="4.85216" + transform="matrix(8.7025111,0,0,9.0014935,-2689.8704,-531.3236)" + d="M 331.06258,72.530005 A 6.28125,6.28125 0 0 1 334.62901,74.308485" + sodipodi:ry="6.28125" + sodipodi:rx="6.28125" + sodipodi:cy="78.75" + sodipodi:cx="330.1875" + id="path10956" + style="opacity:0.5192308;fill:none;stroke:#2e3436;stroke-width:0.61221564;marker:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + sodipodi:open="true" /> + <rect + style="fill:#ededed;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect10983" + width="43.348488" + height="5.7572217" + x="208.45509" + y="91.752686" /> + <g + id="g11015" + style="opacity:0.55769228"> + <g + transform="matrix(2.7092799,0,0,5.4185599,-330.69162,-423.0105)" + id="g9794" + style="display:inline"> + <path + transform="matrix(1.5,0,0,1.5,-91,-47.5)" + sodipodi:type="arc" + style="fill:url(#radialGradient10063);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9796" + sodipodi:cx="182" + sodipodi:cy="96" + sodipodi:rx="2" + sodipodi:ry="1" + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" /> + <path + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" + sodipodi:ry="1" + sodipodi:rx="2" + sodipodi:cy="96" + sodipodi:cx="182" + id="path9798" + style="fill:url(#radialGradient10065);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + </g> + <g + style="display:inline" + id="g10985" + transform="matrix(2.7092799,0,0,5.4185599,-319.8545,-423.0105)"> + <path + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" + sodipodi:ry="1" + sodipodi:rx="2" + sodipodi:cy="96" + sodipodi:cx="182" + id="path10987" + style="fill:url(#radialGradient10991);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + transform="matrix(1.5,0,0,1.5,-91,-47.5)" /> + <path + sodipodi:type="arc" + style="fill:url(#radialGradient10993);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path10989" + sodipodi:cx="182" + sodipodi:cy="96" + sodipodi:rx="2" + sodipodi:ry="1" + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" /> + </g> + <g + transform="matrix(2.7092799,0,0,5.4185599,-309.01737,-423.0105)" + id="g10995" + style="display:inline"> + <path + transform="matrix(1.5,0,0,1.5,-91,-47.5)" + sodipodi:type="arc" + style="fill:url(#radialGradient11001);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path10997" + sodipodi:cx="182" + sodipodi:cy="96" + sodipodi:rx="2" + sodipodi:ry="1" + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" /> + <path + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" + sodipodi:ry="1" + sodipodi:rx="2" + sodipodi:cy="96" + sodipodi:cx="182" + id="path10999" + style="fill:url(#radialGradient11003);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + </g> + <g + style="display:inline" + id="g11005" + transform="matrix(2.7092799,0,0,5.4185599,-298.18025,-423.0105)"> + <path + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" + sodipodi:ry="1" + sodipodi:rx="2" + sodipodi:cy="96" + sodipodi:cx="182" + id="path11007" + style="fill:url(#radialGradient11011);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + transform="matrix(1.5,0,0,1.5,-91,-47.5)" /> + <path + sodipodi:type="arc" + style="fill:url(#radialGradient11013);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path11009" + sodipodi:cx="182" + sodipodi:cy="96" + sodipodi:rx="2" + sodipodi:ry="1" + d="M 184,96 A 2,1 0 1 1 180,96 A 2,1 0 1 1 184,96 z" /> + </g> + </g> + <g + id="g9761" + transform="matrix(1.33018,0,0,1.4350861,-32.169313,-38.693634)"> + <path + transform="matrix(1.3591774,0,0,1.4367887,-28.167908,-37.613593)" + sodipodi:type="arc" + style="fill:url(#radialGradient10039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.67771512;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9764" + sodipodi:cx="79" + sodipodi:cy="91.5" + sodipodi:rx="15" + sodipodi:ry="7.5" + d="M 94,91.5 A 15,7.5 0 1 1 64,91.5 A 15,7.5 0 1 1 94,91.5 z" /> + <path + transform="matrix(1,0,0,0.89694,0.2071068,9.8991028)" + d="M 94,91.5 A 15,7.5 0 1 1 64,91.5 A 15,7.5 0 1 1 94,91.5 z" + sodipodi:ry="7.5" + sodipodi:rx="15" + sodipodi:cy="91.5" + sodipodi:cx="79" + id="path9766" + style="fill:url(#radialGradient10041);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:none;stroke:url(#radialGradient10043);stroke-width:0.85227919;marker:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9768" + sodipodi:cx="79" + sodipodi:cy="91.5" + sodipodi:rx="15" + sodipodi:ry="7.5" + d="M 94,91.5 A 15,7.5 0 1 1 64,91.5 A 15,7.5 0 1 1 94,91.5 z" + transform="matrix(0.903125,0,0,0.807246,7.8602318,17.545516)" /> + <path + sodipodi:nodetypes="ccc" + id="path9770" + d="M 64.125,91.238697 C 68.668366,84.299763 93.5651,86.651148 94,91.014462 C 87.127388,90.701706 73.164293,90.850006 64.125,91.238697 z" + style="fill:url(#radialGradient10045);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + transform="matrix(1,0,0,0.89694,-0.5,10.850451)" + d="M 86.625,100.4375 A 6.9375,2.9375 0 1 1 72.75,100.4375 A 6.9375,2.9375 0 1 1 86.625,100.4375 z" + sodipodi:ry="2.9375" + sodipodi:rx="6.9375" + sodipodi:cy="100.4375" + sodipodi:cx="79.6875" + id="path9776" + style="fill:url(#radialGradient10051);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="csccscccccc" + id="path9778" + d="M 59.0625,92.191696 C 58.902703,92.73494 58.8125,93.278625 58.8125,93.845429 C 58.8125,97.673047 63.248277,101.13395 67.677882,102.62304 C 73.115122,107.17339 86.129048,106.40857 91.64298,102.3957 C 95.780086,100.70579 99.59375,97.321707 99.59375,93.845429 C 99.59375,93.278879 99.53465,92.734709 99.375,92.191696 C 98.218924,96.062189 93.142731,99.231098 86.375,100.57248 L 86.375,100.54438 C 83.217715,98.785343 74.850816,98.704112 72.25,100.65657 L 72.25,100.62847 C 65.3881,99.309237 60.230202,96.097631 59.0625,92.191696 z" + style="fill:url(#linearGradient10053);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" /> + <path + sodipodi:type="arc" + style="fill:none;stroke:url(#radialGradient10055);stroke-width:3.27673388;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path9780" + sodipodi:cx="79" + sodipodi:cy="91.5" + sodipodi:rx="15" + sodipodi:ry="5.5208259" + d="M 94,91.5 A 15,5.5208259 0 1 1 64,91.5 A 15,5.5208259 0 1 1 94,91.5 z" + transform="matrix(1.2120756,0,0,1.1818642,-16.54686,-16.327708)" /> + </g> + <g + id="g11072" + transform="matrix(5.1544364,0,0,5.1138139,-119.34479,-744.12211)"> + <path + sodipodi:type="arc" + style="opacity:0.88461537;fill:url(#radialGradient11078);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path11074" + sodipodi:cx="52.5625" + sodipodi:cy="176.8125" + sodipodi:rx="2.1875" + sodipodi:ry="2.1875" + d="M 54.75,176.8125 A 2.1875,2.1875 0 1 1 50.375,176.8125 A 2.1875,2.1875 0 1 1 54.75,176.8125 z" + transform="matrix(1.383858,0,0,1.383858,-20.176534,-67.870887)" /> + <path + d="M 54.75,176.8125 A 2.1875,2.1875 0 1 1 50.375,176.8125 A 2.1875,2.1875 0 1 1 54.75,176.8125 z" + sodipodi:ry="2.1875" + sodipodi:rx="2.1875" + sodipodi:cy="176.8125" + sodipodi:cx="52.5625" + id="path11076" + style="opacity:0.88461537;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + sodipodi:type="arc" + transform="matrix(0.3603334,0,0,0.3603334,33.622477,113.10105)" /> + </g> + <g + id="g9730" + transform="matrix(0.8906829,0,0,1.0993267,21.98558,-30.508096)" + style="opacity:0.32692339;display:inline"> + <path + transform="matrix(1.1928636,0,0,0.98576,-31.005981,-3.1280388)" + style="opacity:0.88461537;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9383-0);enable-background:new" + d="M 125.34375,246 C 125.14548,246 125,246.10604 125,246.25 L 125,263.75 C 125,263.89396 125.14548,264 125.34375,264 C 127.54471,264.26269 129.76814,264.51821 132,264.75 L 132,272.75 C 132,272.89396 132.14144,273 132.3125,273 C 158.3342,276.59988 186.77781,277.38393 219.6875,273 C 219.85856,273 220,272.89396 220,272.75 L 220,264.71875 C 222.20248,264.49668 224.41868,264.25716 226.65625,264 C 226.85452,264 227,263.89396 227,263.75 L 227,246.25 C 227,246.10604 226.85452,246 226.65625,246 L 125.34375,246 z" + id="path9734" /> + </g> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect11137" + width="3.9375" + height="1" + x="308.125" + y="60.0625" + transform="matrix(5.4185614,0,0,5.4185614,-1606.763,-227.94244)" /> + <path + sodipodi:open="true" + sodipodi:type="arc" + style="opacity:0.80769228;fill:none;stroke:#2e3436;stroke-width:0.61221564;marker:none;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="path11469" + sodipodi:cx="330.1875" + sodipodi:cy="78.75" + sodipodi:rx="6.28125" + sodipodi:ry="6.28125" + d="M 335.4351,75.297927 A 6.28125,6.28125 0 0 1 336.4452,78.206611" + transform="matrix(8.7025111,0,0,9.0014935,-2689.8704,-531.3236)" + sodipodi:start="5.7013194" + sodipodi:end="6.1965673" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/system-component-addon.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/system-component-addon.svg new file mode 100644 index 0000000000000000000000000000000000000000..758cfa520ceb6cd259a22ff9fc645940811351af --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/system-component-addon.svg @@ -0,0 +1,267 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + version="1.1" + id="svg3499" + height="32px" + width="32px"> + <defs + id="defs3501"> + <linearGradient + id="linearGradient3547"> + <stop + id="stop3549" + offset="0" + style="stop-color:#cfcfcf;stop-opacity:1;" /> + <stop + style="stop-color:#8e8e92;stop-opacity:1;" + offset="0.46295282" + id="stop3553" /> + <stop + id="stop3557" + offset="1" + style="stop-color:#f5f5f5;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient3245"> + <stop + id="stop3247" + offset="0" + style="stop-color:#414141;stop-opacity:1;" /> + <stop + id="stop3249" + offset="1" + style="stop-color:#000000;stop-opacity:1;" /> + </linearGradient> + <filter + height="1.2168634" + y="-0.10843168" + width="1.4337514" + x="-0.21687568" + id="filter3374"> + <feGaussianBlur + id="feGaussianBlur3376" + stdDeviation="0.99401352" /> + </filter> + <linearGradient + y2="-2" + x2="-229.75377" + y1="54" + x1="-230.10732" + gradientTransform="translate(0,39)" + gradientUnits="userSpaceOnUse" + id="linearGradient3565" + xlink:href="#linearGradient3547" /> + <filter + id="filter4144"> + <feGaussianBlur + id="feGaussianBlur4146" + stdDeviation="0.7" /> + </filter> + <linearGradient + y2="12.926581" + x2="111.59486" + y1="17.315649" + x1="119.7433" + gradientTransform="matrix(0.7000187,0,0,0.7000187,-65.177182,5.3745318)" + gradientUnits="userSpaceOnUse" + id="linearGradient4153" + xlink:href="#linearGradient3245" /> + <filter + height="1.48" + y="-0.24" + width="1.48" + x="-0.24" + id="filter4158"> + <feGaussianBlur + id="feGaussianBlur4160" + stdDeviation="0.66262488" /> + </filter> + <radialGradient + cx="6.702713" + cy="73.615715" + r="7.228416" + fx="6.702713" + fy="73.615715" + id="radialGradient2538" + xlink:href="#linearGradient10691" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2134617,0,0,0.4842001,31.707695,-1.5162717)" /> + <linearGradient + id="linearGradient10691"> + <stop + id="stop10693" + style="stop-color:black;stop-opacity:1" + offset="0" /> + <stop + id="stop10695" + style="stop-color:black;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + x1="32.036148" + y1="19" + x2="32.036148" + y2="47.012184" + id="linearGradient3326" + xlink:href="#linearGradient3309" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(15.543892,-11.371536)" /> + <linearGradient + x1="63.9995" + y1="3.1001" + x2="63.9995" + y2="122.8994" + id="linearGradient3309" + gradientUnits="userSpaceOnUse"> + <stop + id="stop3311" + style="stop-color:#f6f6f6;stop-opacity:1" + offset="0" /> + <stop + id="stop3313" + style="stop-color:#d2d2d2;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="25.922546" + y1="19" + x2="25.922546" + y2="47.044857" + id="linearGradient3328" + xlink:href="#linearGradient3397" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(15.543892,-11.371536)" /> + <linearGradient + id="linearGradient3397"> + <stop + id="stop3399" + style="stop-color:#aaa;stop-opacity:1" + offset="0" /> + <stop + id="stop3401" + style="stop-color:#8c8c8c;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + x1="86.132919" + y1="105.105" + x2="84.63858" + y2="20.895" + id="linearGradient3322" + xlink:href="#linearGradient5128" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2014014,0,0,0.2014015,33.654196,8.9401695)" /> + <linearGradient + id="linearGradient5128"> + <stop + id="stop5130" + style="stop-color:white;stop-opacity:1" + offset="0" /> + <stop + id="stop5132" + style="stop-color:#959595;stop-opacity:1" + offset="1" /> + </linearGradient> + </defs> + <metadata + id="metadata3504"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1"> + <path + id="path4138" + d="M 16.000005,2 C 8.2720052,2 2.0000052,8.271999 2.0000052,16 C 2.0000052,23.728 8.2720062,30 16.000005,30 C 23.728005,30 30.000006,23.727999 30.000005,16 C 30.000005,8.272 23.728006,2.000001 16.000005,2 z M 16.000005,3 C 23.176003,3.000002 29.000005,8.824 29.000005,16 C 29.000005,23.175999 23.176003,29 16.000005,29 C 8.8240062,29 3.0000052,23.176 3.0000052,16 C 3.0000052,8.824 8.8240072,3 16.000005,3 z" + style="opacity:0.4;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter4144);enable-background:accumulate" /> + <g + transform="matrix(1.1428569,0,0,1.1428569,-2.2857133,-2.285711)" + id="g14054"> + <circle + r="28" + cy="65" + cx="-227" + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient3565);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + id="path3539" + transform="matrix(0.5,0,0,0.5,129.5,-16.499999)" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.23;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + d="M 16.000005,2 C 8.2720052,2 2.0000052,8.271999 2.0000052,16 c 0,7.728 6.272001,14 13.9999998,14 7.728,0 14.000001,-6.272001 14,-14 0,-7.728 -6.271999,-13.999999 -14,-14 z m 0,1 c 7.175998,2e-6 13,5.824 13,13 0,7.175999 -5.824002,13 -13,13 C 8.8240062,29 3.0000052,23.176 3.0000052,16 c 0,-7.176 5.824002,-13 12.9999998,-13 z" + id="path3541" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:0.537313;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + d="M 16.000005,3 C 8.8240072,3 3.0000052,8.824 3.0000052,16 c 0,0.167008 0.025,0.334513 0.03125,0.5 C 3.2936652,9.554839 8.9910152,4 16.000005,4 c 7.00899,2e-6 12.70634,5.554839 12.96875,12.5 0.0063,-0.165487 0.03125,-0.332992 0.03125,-0.5 0,-7.176 -5.824002,-12.999998 -13,-13 z" + id="path3543" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:0.341991;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + d="M 16.000005,29 C 8.8240072,29 3.0000052,23.176 3.0000052,16 c 0,-0.167008 0.025,-0.334513 0.03125,-0.5 0.26241,6.945161 5.95976,12.5 12.9687498,12.5 7.00899,-2e-6 12.70634,-5.554839 12.96875,-12.5 0.0063,0.165487 0.03125,0.332992 0.03125,0.5 0,7.176 -5.824002,12.999998 -13,13 z" + id="path3545" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;filter:url(#filter4158);enable-background:accumulate" + d="m -109,4 c -1.656,0 -3,1.344 -3,3 0,0.053877 -0.003,0.1030693 0,0.15625 -0.003,0.053302 0,0.1023195 0,0.15625 0,1.8285001 1.484,3.3125 3.3125,3.3125 1.8285,0 3.3125,-1.4839997 3.3125,-3.3125 0,-1.8285001 -1.484,-3.3124999 -3.3125,-3.3125 -0.0539,0 -0.10295,-0.00255 -0.15625,0 -0.0532,-0.00281 -0.10237,0 -0.15625,0 z" + id="path3549" + transform="matrix(0.7000187,0,0,0.7000187,92.327025,5.3745318)" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.673469;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;filter:url(#filter3374);enable-background:accumulate" + d="m -114,12 v 2 0.5 c 3e-5,0.276131 0.22387,0.499972 0.5,0.5 h 1.5 v 8 h -2 v 2 0.5 c 3e-5,0.276131 0.22387,0.499972 0.5,0.5 h 10 c 0.27613,-2.8e-5 0.49997,-0.223869 0.5,-0.5 v -2 c -3e-5,-0.276131 -0.22387,-0.499972 -0.5,-0.5 h -0.5 -1 v -8.5 -2 c -3e-5,-0.276131 -0.22387,-0.499972 -0.5,-0.5 h -0.5 z" + id="path3551" + transform="matrix(0.7000187,0,0,0.7000187,92.327025,5.3745318)" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.15;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + d="m 12.809276,13.774756 c -0.167333,0.03193 -0.287386,0.179684 -0.284383,0.35001 v 1.400037 c 2.1e-5,0.193297 0.156713,0.34999 0.35001,0.350009 h 1.050028 v 5.60015 h -1.050028 c -0.193297,2e-5 -0.349989,0.156712 -0.35001,0.350009 v 1.400038 c 2.1e-5,0.193297 0.156713,0.349989 0.35001,0.350009 h 7.000187 c 0.193296,-2e-5 0.349988,-0.156712 0.350009,-0.350009 v -1.400038 c -2.1e-5,-0.193297 -0.156713,-0.349989 -0.350009,-0.350009 h -1.050028 v -5.950159 -1.400037 c -2.2e-5,-0.193297 -0.156714,-0.34999 -0.35001,-0.35001 h -5.600149 c -0.02183,-0.0021 -0.0438,-0.0021 -0.06563,0 z" + id="path3553" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4153);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.33333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + d="m 12.524893,13.774756 v 1.400038 h 1.400038 v 6.300168 h -1.400038 v 1.400037 h 7.000187 v -1.400037 h -1.400037 v -6.300168 -1.400038 z" + id="path3555" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.567347;fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + d="m 13.224912,14.49665 h 4.900131 v 1.050029 6.300168 c 2.1e-5,0.193297 0.156713,0.34999 0.350009,0.350009 h 1.050028 v 0.700019 h -6.300168 v -0.700019 h 1.050028 c 0.193296,-1.9e-5 0.349988,-0.156712 0.350009,-0.350009 v -6.300168 c -2.1e-5,-0.193297 -0.156713,-0.34999 -0.350009,-0.35001 h -1.050028 z" + id="path3557" /> + <circle + r="3.5" + cy="7.5" + cx="116.5" + style="display:inline;overflow:visible;visibility:visible;opacity:0.43;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + id="path3559" + transform="matrix(0.6625177,0,0,0.6625177,-60.93957,5.5245358)" /> + <path + style="display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.33333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + d="m 16.024987,8.1746066 c -1.159231,0 -2.100056,0.9408251 -2.100056,2.1000564 0,1.159231 0.940825,2.100056 2.100056,2.100056 1.159231,0 2.100056,-0.940825 2.100056,-2.100056 0,-1.1592313 -0.940825,-2.1000564 -2.100056,-2.1000564 z" + id="path3561" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.567347;fill:#606060;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" + d="m 16.19353,8.6818428 c -0.99789,0 -1.80777,0.8098796 -1.80777,1.8077672 0,0.997887 0.80988,1.807767 1.80777,1.807767 0.997884,0 1.807763,-0.80988 1.807763,-1.807767 0,-0.9978876 -0.809879,-1.8077672 -1.807763,-1.8077672 z" + id="path3563" /> + </g> + <g + transform="matrix(0.57142857,0,0,0.57142857,-2.5965096,11.640878)" + id="g14079"> + <path + d="m 44.418893,8.1284645 c -0.748739,0 -1.375,0.595012 -1.375,1.34375 v 1.7499995 c -0.473402,0.158876 -0.932751,0.343406 -1.375,0.5625 l -1.21875,-1.21875 c -0.529439,-0.529438 -1.376813,-0.529438 -1.906251,0 l -3.0625,3.03125 c -0.529438,0.529438 -0.529435,1.376813 0,1.90625 l 1.21875,1.21875 c -0.224326,0.449932 -0.400632,0.923932 -0.5625,1.40625 h -1.71875 c -0.748739,0 -1.375001,0.595012 -1.375,1.34375 v 4.3125 c -10e-7,0.748738 0.626264,1.343752 1.375,1.34375 h 1.71875 c 0.161868,0.482318 0.338174,0.956318 0.5625,1.40625 l -1.21875,1.21875 c -0.529438,0.529438 -0.52944,1.376812 0,1.90625 l 3.0625,3.03125 c 0.529437,0.529438 1.376814,0.529436 1.906251,0 l 1.21875,-1.21875 c 0.442249,0.219094 0.901598,0.403624 1.375,0.5625 v 1.75 c -10e-7,0.748738 0.626266,1.343753 1.375,1.34375 h 4.28125 c 0.748739,0 1.34375,-0.595014 1.34375,-1.34375 v -1.75 c 0.482318,-0.161867 0.956318,-0.338173 1.40625,-0.5625 l 1.218749,1.21875 c 0.529439,0.529438 1.376811,0.529438 1.90625,0 l 3.0625,-3.03125 c 0.529439,-0.529438 0.529434,-1.376814 0,-1.90625 l -1.25,-1.25 c 0.219094,-0.442249 0.403624,-0.901598 0.5625,-1.375 h 1.75 c 0.748739,0 1.34375,-0.595014 1.34375,-1.34375 v -4.3125 c 10e-7,-0.748738 -0.595016,-1.34375 -1.34375,-1.34375 h -1.75 c -0.158876,-0.473402 -0.343406,-0.932751 -0.5625,-1.375 l 1.25,-1.25 c 0.529439,-0.529438 0.529438,-1.376812 0,-1.90625 l -3.0625,-3.03125 c -0.529437,-0.529438 -1.376814,-0.529438 -1.90625,0 l -1.218749,1.21875 c -0.449932,-0.224327 -0.923932,-0.400632 -1.40625,-0.5625 V 9.4722145 c 1e-6,-0.748738 -0.595016,-1.34375 -1.34375,-1.34375 z m 2.125,9.9999995 c 1.932,0 3.5,1.568 3.5,3.5 0,1.932 -1.568,3.5 -3.5,3.5 -1.932001,0 -3.5,-1.568 -3.5,-3.5 -10e-7,-1.932 1.568,-3.5 3.5,-3.5 z" + id="rect2576" + style="display:block;overflow:visible;visibility:visible;fill:url(#linearGradient3326);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3328);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" /> + <path + d="m 46.543893,13.628464 c -4.411273,0 -7.999999,3.588727 -7.999999,8 0,4.411274 3.588726,8 7.999999,8 4.411273,0 7.999999,-3.588726 7.999999,-8 0,-4.411273 -3.588726,-8 -7.999999,-8 z m 0,3.69231 c 2.377844,0 4.307693,1.929845 4.307693,4.30769 0,2.377847 -1.929849,4.307693 -4.307693,4.307693 -2.377846,0 -4.307691,-1.929846 -4.307691,-4.307693 0,-2.377845 1.929845,-4.30769 4.307691,-4.30769 z" + id="path3315" + style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:none" /> + <path + d="m 46.543893,13.249155 c -4.620353,0 -8.379308,3.758957 -8.379308,8.379308 0,4.620352 3.758955,8.37931 8.379308,8.37931 4.620353,0 8.379309,-3.758958 8.379309,-8.37931 0,-4.620351 -3.758956,-8.379308 -8.379309,-8.379308 z" + id="path28" + style="fill:none;stroke:url(#linearGradient3322);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/ubiquity.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/ubiquity.svg new file mode 120000 index 0000000000000000000000000000000000000000..916f63efb31a5b7e9f8e7aa329bf1e07dd953b66 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/ubiquity.svg @@ -0,0 +1 @@ +../places/trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/update-manager.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/update-manager.svg new file mode 100644 index 0000000000000000000000000000000000000000..ceed16ab80b73e6078767db598fedb2c178320d1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/update-manager.svg @@ -0,0 +1,659 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1328" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/ru/.icons/trisquel/scalable/apps" + sodipodi:docname="updates-notifier.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/ru/.icons/trisquel/scalable/apps/updates-notifier.png" + inkscape:export-xdpi="37.5" + inkscape:export-ydpi="37.5"> + <sodipodi:namedview + inkscape:cy="22.337328" + inkscape:cx="27.735516" + inkscape:zoom="1.106171" + inkscape:window-height="698" + inkscape:window-width="1022" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="0.31764706" + bordercolor="#666" + pagecolor="#ffffff" + id="base" + inkscape:showpageshadow="false" + showgrid="false" + inkscape:window-x="1" + inkscape:window-y="23" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true"> + <sodipodi:guide + orientation="horizontal" + position="-36.856746" + id="guide15955" /> + <sodipodi:guide + orientation="vertical" + position="-31.73762" + id="guide5343" /> + </sodipodi:namedview> + <defs + id="defs1330"> + <linearGradient + inkscape:collect="always" + id="linearGradient6343"> + <stop + style="stop-color:#004db1;stop-opacity:1;" + offset="0" + id="stop6345" /> + <stop + style="stop-color:#004db1;stop-opacity:0;" + offset="1" + id="stop6347" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6335"> + <stop + style="stop-color:#4e9a06;stop-opacity:1;" + offset="0" + id="stop6337" /> + <stop + style="stop-color:#4e9a06;stop-opacity:0;" + offset="1" + id="stop6339" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4244"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4246" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4248" /> + </linearGradient> + <linearGradient + id="linearGradient2790"> + <stop + id="stop2792" + offset="0" + style="stop-color:#edd400;stop-opacity:1" /> + <stop + id="stop2794" + offset="1" + style="stop-color:#fce94f;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8112"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8114" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8116" /> + </linearGradient> + <linearGradient + id="linearGradient7108"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7110" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7112" /> + </linearGradient> + <linearGradient + id="linearGradient7100"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7102" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7104" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2782"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2784" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop2786" /> + </linearGradient> + <linearGradient + id="linearGradient5106"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop5108" /> + <stop + style="stop-color:#386ea6;stop-opacity:1;" + offset="1" + id="stop5110" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient2780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2827" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2829" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient2831" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient8141" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient15953" + x1="77.297218" + y1="16.647184" + x2="77.480881" + y2="52.45615" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-0.8601477,-1.863416)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19858" + cx="73.570084" + cy="23.145077" + fx="73.570084" + fy="23.145077" + r="20.928947" + gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19868" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19870" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient19872" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" + gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19882" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19884" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient19886" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8112" + id="linearGradient2289" + gradientUnits="userSpaceOnUse" + x1="33.111675" + y1="43.542542" + x2="25.368185" + y2="2.4395995" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8112" + id="linearGradient2291" + gradientUnits="userSpaceOnUse" + x1="29.854376" + y1="50.395214" + x2="21.795116" + y2="15.465387" /> + <linearGradient + id="linearGradient3252"> + <stop + style="stop-color:#eb8d03;stop-opacity:1;" + offset="0" + id="stop3254" /> + <stop + id="stop3258" + offset="0.24886067" + style="stop-color:#ffba4a;stop-opacity:1;" /> + <stop + style="stop-color:#fc9703;stop-opacity:1;" + offset="0.60878158" + id="stop3260" /> + <stop + style="stop-color:white;stop-opacity:1;" + offset="1" + id="stop3256" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="38.875" + x2="17.9375" + y1="35.9375" + x1="13.1875" + id="linearGradient1919" + xlink:href="#linearGradient1913" + inkscape:collect="always" /> + <linearGradient + gradientTransform="matrix(-1.4306351,0,0,1.4301566,50.645952,2.3547655)" + gradientUnits="userSpaceOnUse" + y2="13.526372" + x2="25.561066" + y1="8.734375" + x1="15.456784" + id="linearGradient5897" + xlink:href="#linearGradient5891" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="55.692348" + x2="18.072493" + y1="29.205048" + x1="21.55229" + id="linearGradient5138" + xlink:href="#linearGradient5132" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5132" + inkscape:collect="always"> + <stop + id="stop5134" + offset="0" + style="stop-color:white;stop-opacity:1;" /> + <stop + id="stop5136" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5891" + inkscape:collect="always"> + <stop + id="stop5893" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5895" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient1913"> + <stop + id="stop1915" + offset="0" + style="stop-color:#73d216;stop-opacity:1" /> + <stop + id="stop1917" + offset="1" + style="stop-color:#8ae234;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4244" + id="linearGradient4282" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2050115,0,0,1.6729897,-55.023821,-20.723588)" + x1="29.817425" + y1="29.425613" + x2="35.16193" + y2="29.181385" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4244" + id="linearGradient4288" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9743298,0,0,1.3527205,-13.221654,-52.245612)" + x1="29.817425" + y1="29.425613" + x2="35.16193" + y2="29.181385" /> + <mask + maskUnits="userSpaceOnUse" + id="mask4284"> + <rect + style="opacity:1;color:#000000;fill:url(#linearGradient4288);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect4286" + width="22.318594" + height="28.484884" + x="-1.6510711" + y="-28.180716" + transform="matrix(-0.9141474,0.4053819,0.3288309,0.9443888,0,0)" /> + </mask> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1913" + id="linearGradient4290" + gradientUnits="userSpaceOnUse" + x1="13.1875" + y1="35.9375" + x2="17.9375" + y2="38.875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5132" + id="linearGradient4292" + gradientUnits="userSpaceOnUse" + x1="21.55229" + y1="29.205048" + x2="18.072493" + y2="55.692348" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5891" + id="linearGradient4294" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.4306351,0,0,1.4301566,50.645952,2.3547655)" + x1="15.456784" + y1="8.734375" + x2="25.561066" + y2="13.526372" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1913" + id="linearGradient4350" + gradientUnits="userSpaceOnUse" + x1="13.1875" + y1="35.9375" + x2="17.9375" + y2="38.875" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5132" + id="linearGradient4352" + gradientUnits="userSpaceOnUse" + x1="21.55229" + y1="29.205048" + x2="18.072493" + y2="55.692348" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5891" + id="linearGradient4354" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.4306351,0,0,1.4301566,50.645952,2.3547655)" + x1="15.456784" + y1="8.734375" + x2="25.561066" + y2="13.526372" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1913" + id="linearGradient4360" + gradientUnits="userSpaceOnUse" + x1="16.054697" + y1="31.325052" + x2="13.823695" + y2="37.129749" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5132" + id="linearGradient4362" + gradientUnits="userSpaceOnUse" + x1="21.55229" + y1="29.205048" + x2="16.950546" + y2="37.367218" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5891" + id="linearGradient4364" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-1.4306351,0,0,1.4301566,50.645952,2.3547655)" + x1="15.456784" + y1="8.734375" + x2="25.561066" + y2="13.526372" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6335" + id="linearGradient6341" + x1="13.999444" + y1="28.860411" + x2="13.823695" + y2="37.129749" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6343" + id="linearGradient6349" + x1="30.944582" + y1="23.746138" + x2="37.202679" + y2="19.896387" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="namedview21" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="9.8994949" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="736" + inkscape:window-height="851" + inkscape:window-x="214" + inkscape:window-y="28" /> + <metadata + id="metadata1333"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Go Home</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>go</rdf:li> + <rdf:li>seek</rdf:li> + <rdf:li>home</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Rodney Dawes</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2283" + transform="matrix(0.9565082,0,0,1.0433299,-1.8800612,1.646809)"> + <path + id="path4297" + d="M 27.865254,43.710325 C 26.752302,43.559574 25.52813,43.260721 24.984836,43.007141 C 23.729074,42.421025 22.527466,41.588657 22.099267,41.008269 C 21.987071,40.856188 21.708589,40.584686 21.480412,40.40493 C 20.573321,39.6903 20.043435,38.937914 18.962165,36.829248 C 18.839317,36.589669 18.455493,34.649803 18.314217,33.554466 C 18.20258,32.688891 18.211553,30.95955 18.3318,30.167998 C 18.481009,29.185828 18.785787,27.894123 18.933436,27.618255 C 19.057688,27.386074 19.366433,26.386017 19.462399,25.904819 C 19.498658,25.723021 19.579993,25.510531 19.643146,25.432618 C 19.706287,25.354706 19.836612,25.014721 19.932747,24.677098 C 20.028882,24.339474 20.252976,23.768981 20.430745,23.409334 C 20.828875,22.603849 21.015981,22.003695 21.017321,21.52789 C 21.017893,21.328116 21.088174,20.924475 21.173514,20.630911 C 21.382483,19.912098 21.301928,17.888042 21.033877,17.12189 C 20.830292,16.540022 20.333127,15.562835 19.810745,14.717814 C 18.728408,12.966978 15.634743,10.812831 13.793679,10.528072 C 13.087936,10.418915 10.7521,10.539701 9.7480294,10.737274 C 8.8884076,10.906422 8.0787006,11.282621 7.6635986,11.705725 C 6.5988706,12.790954 5.9766216,13.524098 5.7314596,13.982182 C 5.3778206,14.642977 5.1585256,15.656594 5.0983506,16.908603 C 5.0299816,18.331422 5.0894286,18.628854 5.7204436,20.020519 C 6.2529706,21.194971 7.6850576,22.381515 9.2605534,22.953637 C 9.9959614,23.220692 10.275978,23.270228 11.338234,23.321185 C 12.803147,23.391458 13.427503,23.285267 14.084126,22.854166 C 14.339913,22.686228 14.740449,22.436504 14.97418,22.299224 C 16.041092,21.672611 16.598342,20.490871 16.593803,18.864534 C 16.590994,17.85647 16.231749,16.94564 15.622947,16.403001 C 15.244377,16.06557 13.908724,15.261921 13.520608,15.138043 C 12.844425,14.922222 11.972111,15.059121 11.041272,15.527141 C 10.58813,15.754977 10.13686,16.05164 10.038437,16.186392 C 9.9400264,16.321145 9.7171294,16.809872 9.5431314,17.272453 C 9.3691214,17.735035 9.1918594,18.113511 9.1492154,18.113511 C 8.9800166,18.113511 9.0234026,17.379877 9.2259074,16.816439 C 9.5155994,16.010463 9.8065404,15.591111 10.380345,15.152533 C 11.0272,14.658109 11.661402,14.413642 12.518735,14.328241 C 13.633429,14.217204 13.808011,14.248438 14.772182,14.7314 C 15.893899,15.293269 16.232907,15.624684 16.786671,16.700746 C 17.447702,17.985239 17.528673,18.338725 17.382117,19.300194 C 17.215558,20.392855 16.841072,21.496969 16.405149,22.18059 C 16.007682,22.803906 15.266681,23.371713 13.935346,24.073129 C 12.980499,24.576186 12.654471,24.66401 11.385456,24.759991 C 9.9967164,24.865029 9.1871384,24.774851 8.1272756,24.397069 C 7.6598016,24.230438 7.0783876,24.0372 6.8352546,23.967655 C 6.5111766,23.874948 6.0919126,23.587263 5.2641546,22.889584 C 3.8434856,21.692172 3.6152176,21.305014 3.3391026,19.624553 C 3.2366866,19.001248 3.1394976,18.185884 3.1231246,17.812633 C 3.1067506,17.439382 3.0668636,17.091114 3.0344676,17.038703 C 2.9667096,16.929077 3.1239436,15.030228 3.2817366,14.052588 C 3.4118146,13.246632 3.4713146,13.124084 4.4009436,11.747421 C 4.9526526,10.93043 5.3154076,10.507272 5.8309756,10.079277 C 7.4980286,8.6954071 8.5871286,8.1216061 10.480316,7.6297471 C 11.792963,7.2887141 11.79641,7.2883631 13.407956,7.3311761 C 13.817056,7.3420447 14.180226,7.3564374 14.504418,7.37517 C 15.530825,7.434478 16.16652,7.5372874 16.632103,7.7094831 C 20.775085,9.2417471 22.409313,10.583235 24.531966,14.194247 C 25.21075,15.348979 27.385296,18.092413 28.556589,19.294317 C 33.514442,22.279801 28.732956,20.232809 30.412855,21.540581 C 32.797322,23.396847 35.299394,24.37149 33.136889,24.755419 C 27.890509,25.367708 25.838939,23.3093 22.816989,28.265822 C 22.695663,28.49956 22.52043,28.775798 22.427585,28.879682 C 22.119842,29.224044 21.881963,29.930261 21.865472,30.548536 C 21.824857,32.071311 21.887464,34.772345 21.97127,35.112728 C 22.101231,35.640558 22.343311,36.195772 22.588929,36.529329 C 22.907427,36.961845 23.439759,37.934425 23.563933,38.310676 C 23.630598,38.512654 23.854548,38.797292 24.124902,39.023645 C 24.372405,39.230868 24.696756,39.576241 24.845679,39.791138 C 25.169354,40.258195 26.339776,40.892787 27.040967,40.981404 C 27.286558,41.012442 27.574196,41.091634 27.680163,41.157384 C 27.78613,41.223135 28.104862,41.324977 28.388468,41.383695 C 29.003383,41.511013 30.395531,41.336387 31.198775,41.031183 C 31.692584,40.843549 32.857596,40.162642 33.477934,39.699101 C 33.942872,39.351679 34.576332,38.452154 34.762541,37.874956 C 34.850483,37.602339 34.974397,37.294294 35.037888,37.190409 C 35.364971,36.655305 35.441806,35.566903 35.285561,33.682166 C 35.225697,32.960096 35.14842,32.610822 34.972121,32.265565 C 34.843434,32.013533 34.63981,31.602477 34.519629,31.352108 C 34.151736,30.585679 32.380472,29.303583 31.669227,29.288892 C 31.55084,29.286447 31.168967,29.22516 30.820608,29.152697 C 30.151695,29.013554 29.17526,29.083726 28.771174,29.299983 C 28.274386,29.565859 27.639898,30.041136 27.233627,30.451716 C 26.872614,30.816565 26.746268,31.040395 26.549186,31.664268 C 26.322947,32.380418 26.312907,32.491835 26.392252,33.405577 C 26.489232,34.522389 26.67959,35.039064 27.210699,35.626937 C 27.634306,36.095822 27.99515,36.292776 28.95118,36.576927 C 29.645453,36.783278 30.301828,36.796757 30.910942,36.617169 C 31.268639,36.511709 31.146897,36.726166 30.746595,36.906676 C 30.181152,37.161656 28.845525,37.064157 27.964002,36.703554 C 27.082259,36.342858 26.314311,35.631042 25.905569,34.795574 C 25.61126,34.194007 25.598697,34.121929 25.598697,33.035045 C 25.598697,31.954157 25.61217,31.875568 25.890171,31.335124 C 26.050474,31.023471 26.279665,30.577356 26.39947,30.343755 C 26.519274,30.110155 26.86697,29.678487 27.172112,29.384494 C 27.622536,28.950554 27.864369,28.802417 28.457175,28.597326 C 30.089036,28.032763 32.07516,28.179157 33.295561,28.953952 C 34.411581,29.662477 35.389967,30.486749 35.762177,31.032035 C 36.445916,32.033711 36.940194,33.217899 37.012126,34.026667 C 37.046785,34.416233 37.113658,35.107907 37.16075,35.563721 C 37.241461,36.345108 37.227714,36.466556 36.920023,37.688623 C 36.439517,39.597133 36.176681,40.104484 35.243333,40.925054 C 34.821338,41.29607 34.317878,41.680889 34.124542,41.78021 C 33.931193,41.879531 33.633711,42.080659 33.463459,42.227162 C 33.001837,42.624375 32.125855,43.092915 31.84485,43.092915 C 31.70888,43.092915 31.331571,43.194307 31.006375,43.31823 C 30.363993,43.563037 29.171619,43.855361 28.890588,43.836945 C 28.794128,43.830625 28.332728,43.773645 27.865254,43.710325 z " + style="opacity:0.50210972;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#002568;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:nodetypes="cssssssssssssssssssssssssssssssssssssssssssssssssssssssscsccsssssssssssssssssssssssssssssssssssssssssssssc" /> + <path + id="path2243" + d="M 27.865254,43.710325 C 26.752302,43.559574 25.52813,43.260721 24.984836,43.007141 C 23.729074,42.421025 22.527466,41.588657 22.099267,41.008269 C 21.987071,40.856188 21.708589,40.584686 21.480412,40.40493 C 20.573321,39.6903 20.043435,38.937914 18.962165,36.829248 C 18.839317,36.589669 18.455493,34.649803 18.314217,33.554466 C 18.20258,32.688891 18.211553,30.95955 18.3318,30.167998 C 18.481009,29.185828 18.785787,27.894123 18.933436,27.618255 C 19.057688,27.386074 19.366433,26.386017 19.462399,25.904819 C 19.498658,25.723021 19.579993,25.510531 19.643146,25.432618 C 19.706287,25.354706 19.836612,25.014721 19.932747,24.677098 C 20.028882,24.339474 20.252976,23.768981 20.430745,23.409334 C 20.828875,22.603849 21.015981,22.003695 21.017321,21.52789 C 21.017893,21.328116 21.088174,20.924475 21.173514,20.630911 C 21.382483,19.912098 21.301928,17.888042 21.033877,17.12189 C 20.830292,16.540022 20.333127,15.562835 19.810745,14.717814 C 18.728408,12.966978 15.634743,10.812831 13.793679,10.528072 C 13.087936,10.418915 10.7521,10.539701 9.7480294,10.737274 C 8.8884076,10.906422 8.0787006,11.282621 7.6635986,11.705725 C 6.5988706,12.790954 5.9766216,13.524098 5.7314596,13.982182 C 5.3778206,14.642977 5.1585256,15.656594 5.0983506,16.908603 C 5.0299816,18.331422 5.0894286,18.628854 5.7204436,20.020519 C 6.2529706,21.194971 7.6850576,22.381515 9.2605534,22.953637 C 9.9959614,23.220692 10.275978,23.270228 11.338234,23.321185 C 12.803147,23.391458 13.427503,23.285267 14.084126,22.854166 C 14.339913,22.686228 14.740449,22.436504 14.97418,22.299224 C 16.041092,21.672611 16.598342,20.490871 16.593803,18.864534 C 16.590994,17.85647 16.231749,16.94564 15.622947,16.403001 C 15.244377,16.06557 13.908724,15.261921 13.520608,15.138043 C 12.844425,14.922222 11.972111,15.059121 11.041272,15.527141 C 10.58813,15.754977 10.13686,16.05164 10.038437,16.186392 C 9.9400264,16.321145 9.7171294,16.809872 9.5431314,17.272453 C 9.3691214,17.735035 9.1918594,18.113511 9.1492154,18.113511 C 8.9800166,18.113511 9.0234026,17.379877 9.2259074,16.816439 C 9.5155994,16.010463 9.8065404,15.591111 10.380345,15.152533 C 11.0272,14.658109 11.661402,14.413642 12.518735,14.328241 C 13.633429,14.217204 13.808011,14.248438 14.772182,14.7314 C 15.893899,15.293269 16.232907,15.624684 16.786671,16.700746 C 17.447702,17.985239 17.528673,18.338725 17.382117,19.300194 C 17.215558,20.392855 16.841072,21.496969 16.405149,22.18059 C 16.007682,22.803906 15.266681,23.371713 13.935346,24.073129 C 12.980499,24.576186 12.654471,24.66401 11.385456,24.759991 C 9.9967164,24.865029 9.1871384,24.774851 8.1272756,24.397069 C 7.6598016,24.230438 7.0783876,24.0372 6.8352546,23.967655 C 6.5111766,23.874948 6.0919126,23.587263 5.2641546,22.889584 C 3.8434856,21.692172 3.6152176,21.305014 3.3391026,19.624553 C 3.2366866,19.001248 3.1394976,18.185884 3.1231246,17.812633 C 3.1067506,17.439382 3.0668636,17.091114 3.0344676,17.038703 C 2.9667096,16.929077 3.1239436,15.030228 3.2817366,14.052588 C 3.4118146,13.246632 3.4713146,13.124084 4.4009436,11.747421 C 4.9526526,10.93043 5.3154076,10.507272 5.8309756,10.079277 C 7.4980286,8.6954071 8.5871286,8.1216061 10.480316,7.6297471 C 11.792963,7.2887141 11.79641,7.2883631 13.407956,7.3311761 C 15.112283,7.3764551 16.019465,7.4828991 16.632103,7.7094831 C 20.775085,9.2417471 22.409313,10.583235 24.531966,14.194247 C 25.21075,15.348979 25.858776,16.174444 27.030069,17.376348 C 31.78461,22.774993 31.457477,20.888573 33.167717,21.836218 C 35.815042,23.303102 35.862988,24.37149 33.700483,24.755419 C 28.454103,25.367708 25.838939,23.3093 22.816989,28.265822 C 22.695663,28.49956 22.52043,28.775798 22.427585,28.879682 C 22.119842,29.224044 21.881963,29.930261 21.865472,30.548536 C 21.824857,32.071311 21.887464,34.772345 21.97127,35.112728 C 22.101231,35.640558 22.343311,36.195772 22.588929,36.529329 C 22.907427,36.961845 23.439759,37.934425 23.563933,38.310676 C 23.630598,38.512654 23.854548,38.797292 24.124902,39.023645 C 24.372405,39.230868 24.696756,39.576241 24.845679,39.791138 C 25.169354,40.258195 26.339776,40.892787 27.040967,40.981404 C 27.286558,41.012442 27.574196,41.091634 27.680163,41.157384 C 27.78613,41.223135 28.104862,41.324977 28.388468,41.383695 C 29.003383,41.511013 30.395531,41.336387 31.198775,41.031183 C 31.692584,40.843549 32.857596,40.162642 33.477934,39.699101 C 33.942872,39.351679 34.576332,38.452154 34.762541,37.874956 C 34.850483,37.602339 34.974397,37.294294 35.037888,37.190409 C 35.364971,36.655305 35.441806,35.566903 35.285561,33.682166 C 35.225697,32.960096 35.14842,32.610822 34.972121,32.265565 C 34.843434,32.013533 34.63981,31.602477 34.519629,31.352108 C 34.151736,30.585679 32.380472,29.303583 31.669227,29.288892 C 31.55084,29.286447 31.168967,29.22516 30.820608,29.152697 C 30.151695,29.013554 29.17526,29.083726 28.771174,29.299983 C 28.274386,29.565859 27.639898,30.041136 27.233627,30.451716 C 26.872614,30.816565 26.746268,31.040395 26.549186,31.664268 C 26.322947,32.380418 26.312907,32.491835 26.392252,33.405577 C 26.489232,34.522389 26.67959,35.039064 27.210699,35.626937 C 27.634306,36.095822 27.99515,36.292776 28.95118,36.576927 C 29.645453,36.783278 30.301828,36.796757 30.910942,36.617169 C 31.268639,36.511709 31.146897,36.726166 30.746595,36.906676 C 30.181152,37.161656 28.845525,37.064157 27.964002,36.703554 C 27.082259,36.342858 26.314311,35.631042 25.905569,34.795574 C 25.61126,34.194007 25.598697,34.121929 25.598697,33.035045 C 25.598697,31.954157 25.61217,31.875568 25.890171,31.335124 C 26.050474,31.023471 26.279665,30.577356 26.39947,30.343755 C 26.519274,30.110155 26.86697,29.678487 27.172112,29.384494 C 27.622536,28.950554 27.864369,28.802417 28.457175,28.597326 C 30.089036,28.032763 32.07516,28.179157 33.295561,28.953952 C 34.411581,29.662477 35.389967,30.486749 35.762177,31.032035 C 36.445916,32.033711 36.940194,33.217899 37.012126,34.026667 C 37.046785,34.416233 37.113658,35.107907 37.16075,35.563721 C 37.241461,36.345108 37.227714,36.466556 36.920023,37.688623 C 36.439517,39.597133 36.176681,40.104484 35.243333,40.925054 C 34.821338,41.29607 34.317878,41.680889 34.124542,41.78021 C 33.931193,41.879531 33.633711,42.080659 33.463459,42.227162 C 33.001837,42.624375 32.125855,43.092915 31.84485,43.092915 C 31.70888,43.092915 31.331571,43.194307 31.006375,43.31823 C 30.363993,43.563037 29.171619,43.855361 28.890588,43.836945 C 28.794128,43.830625 28.332728,43.773645 27.865254,43.710325 z " + style="opacity:1;color:#000000;fill:url(#linearGradient6349);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:nodetypes="csssssssssssssssssssssssssssssssssssssssssssssssssssssscsccsssssssssssssssssssssssssssssssssssssssssssssc" /> + </g> + <g + inkscape:label="Layer 1" + id="g4342" + transform="matrix(0,-0.8054978,-0.7466039,0,51.051183,34.886819)"> + <path + sodipodi:nodetypes="ccccccss" + id="path4344" + d="M 17.424821,41.893434 C 0.283744,32.442251 9.935604,12.409146 26.422371,12.56649 L 26.422371,4.4999994 L 42.5,18.558177 L 26.422371,33.301549 C 26.422371,33.301549 26.422371,24.572517 26.422371,24.572517 C 16.187754,24.157353 11.680698,31.839537 20.650045,37.935965 C 23.217139,39.680812 21.438823,44.106661 17.424821,41.893434 z " + style="opacity:1;color:#000000;fill:url(#linearGradient4360);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6341);stroke-width:0.99999887;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + id="path4346" + d="M 27.4375,6.6875 L 27.4375,12.5625 C 27.429067,13.111254 26.986254,13.554067 26.4375,13.5625 C 18.60766,13.487775 12.455124,18.243926 10.28125,24 C 8.1073762,29.756074 9.7034903,36.491213 17.9375,41.03125 C 18.787678,41.500018 19.403324,41.546979 19.8125,41.46875 C 20.221676,41.390521 20.480107,41.171685 20.65625,40.875 C 21.008536,40.281629 20.95643,39.367611 20.09375,38.78125 C 17.736506,37.179041 16.184817,35.430234 15.40625,33.625 C 14.627683,31.819766 14.666426,29.952664 15.4375,28.375 C 16.979649,25.219673 21.09153,23.344375 26.46875,23.5625 C 27.005266,23.587284 27.429756,24.025468 27.4375,24.5625 C 27.4375,24.5625 27.4375,28.496601 27.4375,31 L 41,18.5625 L 27.4375,6.6875 z " + style="opacity:0.61797755;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4362);stroke-width:0.99999893;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + sodipodi:nodetypes="ccccc" + id="path4348" + d="M 41.660227,18.605336 C 23.110128,15.475328 12.765166,20.754837 8.865084,29.04107 C 8.711319,16.398198 21.828491,12.721185 26.954933,13.108518 L 26.939308,5.6020321 L 41.660227,18.605336 z " + style="opacity:0.45;fill:url(#linearGradient4364);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/updates-notifier.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/updates-notifier.svg new file mode 120000 index 0000000000000000000000000000000000000000..9eeacd6ea7e8f22118a7060b936ae87cb9cb1556 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/updates-notifier.svg @@ -0,0 +1 @@ +update-manager.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/web-browser.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/web-browser.svg new file mode 100644 index 0000000000000000000000000000000000000000..d8be1c4d64024356357146df81aac3180bbff3c3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/apps/web-browser.svg @@ -0,0 +1,917 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" + width="48px" + height="48px" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/lapo/Icone/cvs/gnome-icon-theme/scalable/apps" + sodipodi:docname="web-browser.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3"> + <linearGradient + inkscape:collect="always" + id="linearGradient4873"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4875" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4877" /> + </linearGradient> + <linearGradient + id="linearGradient4845"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4847" /> + <stop + style="stop-color:#b6b6b6;stop-opacity:1;" + offset="1" + id="stop4849" /> + </linearGradient> + <radialGradient + r="10.625" + fy="4.625" + fx="62.625" + cy="4.625" + cx="62.625" + gradientTransform="matrix(1,0,0,0.341176,1.298961e-14,3.047059)" + gradientUnits="userSpaceOnUse" + id="radialGradient9169" + xlink:href="#linearGradient8838" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8838" + inkscape:collect="always"> + <stop + id="stop8840" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop8842" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="9.7552835" + fy="-8.7256308" + fx="62.200352" + cy="-8.7256308" + cx="62.200352" + gradientTransform="matrix(1.122354,-2.185101e-15,2.185149e-15,1.122379,-7.610472,1.067717)" + gradientUnits="userSpaceOnUse" + id="radialGradient9171" + xlink:href="#linearGradient8647" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8647"> + <stop + id="stop8649" + offset="0" + style="stop-color:#8fb1dc;stop-opacity:1;" /> + <stop + id="stop8651" + offset="1" + style="stop-color:#3465a4;stop-opacity:1;" /> + </linearGradient> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8748" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8740" + inkscape:collect="always"> + <stop + id="stop8742" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop8744" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8750" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-1.618775e-13,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8752" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-6.799488e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient9173" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8756" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8758" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-1.906811e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8760" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-1.960516e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient9175" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8764" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-1.965096e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8766" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-2.68581e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient9177" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8770" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8772" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-1.618775e-13,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8774" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-6.799488e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient9179" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8778" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8780" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-2.257223e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8782" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-2.79498e-14,0.79739)" + gradientUnits="userSpaceOnUse" + id="radialGradient9181" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8786" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-8.035238e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8788" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-4.638683e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient9183" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8792" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8794" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8796" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8798" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8800" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8802" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8804" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8806" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8808" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,1.662905e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8810" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="8.61745" + fy="18.944481" + fx="24.652485" + cy="18.94449" + cx="24.652573" + gradientTransform="matrix(7.657394e-2,2.760516,-1.969551,5.463895e-2,60.09901,-55.47179)" + gradientUnits="userSpaceOnUse" + id="radialGradient9185" + xlink:href="#linearGradient8924" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8924"> + <stop + style="stop-color:#cee14b" + offset="0" + id="stop8926" /> + <stop + style="stop-color:#9db029" + offset="1" + id="stop8928" /> + </linearGradient> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-4.23828e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8812" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="8.61745" + fy="18.944481" + fx="24.652485" + cy="18.94449" + cx="24.652573" + gradientTransform="matrix(6.822876e-2,2.459669,-1.754905,4.868429e-2,55.12882,-46.82188)" + gradientUnits="userSpaceOnUse" + id="radialGradient9187" + xlink:href="#linearGradient8924" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(0.891018,0,0,0.828854,1.579517,2.39052)" + gradientUnits="userSpaceOnUse" + id="radialGradient9189" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="4.13475" + fy="14.542329" + fx="25.135332" + cy="14.542349" + cx="25.135374" + gradientTransform="matrix(0.159592,5.753335,-0.8072,2.23703e-2,32.87305,-131.6974)" + gradientUnits="userSpaceOnUse" + id="radialGradient9191" + xlink:href="#linearGradient8930" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8930"> + <stop + style="stop-color:#cee14b" + offset="0" + id="stop8932" /> + <stop + style="stop-color:#9db029" + offset="1" + id="stop8934" /> + </linearGradient> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-5.087595e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8816" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="4.13475" + fy="14.542329" + fx="25.135332" + cy="14.542349" + cx="25.135374" + gradientTransform="matrix(0.159592,5.753335,-0.8072,2.23703e-2,32.87305,-130.867)" + gradientUnits="userSpaceOnUse" + id="radialGradient9193" + xlink:href="#linearGradient8930" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-3.093343e-14,0.589884)" + gradientUnits="userSpaceOnUse" + id="radialGradient9195" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="2.97195" + fy="17.573889" + fx="24.478539" + cy="17.573915" + cx="24.478569" + gradientTransform="matrix(0.222034,8.004376,-0.597156,1.656095e-2,29.5454,-182.3268)" + gradientUnits="userSpaceOnUse" + id="radialGradient9197" + xlink:href="#linearGradient8912" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8912"> + <stop + id="stop8914" + offset="0" + style="stop-color:#cee14b" /> + <stop + id="stop8916" + offset="1" + style="stop-color:#9db029" /> + </linearGradient> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-1.223188e-13,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8820" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="2.97195" + fy="17.573889" + fx="24.478539" + cy="17.573915" + cx="24.478569" + gradientTransform="matrix(0.222034,8.004376,-0.597156,1.656095e-2,29.85665,-181.6002)" + gradientUnits="userSpaceOnUse" + id="radialGradient9199" + xlink:href="#linearGradient8912" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,0.311259,0.486131)" + gradientUnits="userSpaceOnUse" + id="radialGradient9201" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="9.82225" + fy="17.257843" + fx="25.968998" + cy="17.257854" + cx="25.969097" + gradientTransform="matrix(6.718136e-2,2.42191,-1.629357,4.51789e-2,52.36869,-50.34012)" + gradientUnits="userSpaceOnUse" + id="radialGradient9203" + xlink:href="#linearGradient8918" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8918"> + <stop + style="stop-color:#cee14b" + offset="0" + id="stop8920" /> + <stop + style="stop-color:#9db029" + offset="1" + id="stop8922" /> + </linearGradient> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(1,0,0,0.930233,-3.15581e-14,-0.240141)" + gradientUnits="userSpaceOnUse" + id="radialGradient8824" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + r="9.82225" + fy="17.257843" + fx="25.968998" + cy="17.257854" + cx="25.969097" + gradientTransform="matrix(6.168149e-2,2.223638,-1.495968,4.148028e-2,50.51125,-44.50839)" + gradientUnits="userSpaceOnUse" + id="radialGradient9205" + xlink:href="#linearGradient8918" + inkscape:collect="always" /> + <radialGradient + r="10.081216" + fy="-3.4420195" + fx="62.225393" + cy="-3.4420195" + cx="62.225393" + gradientTransform="matrix(0.918134,0,0,0.854079,2.429764,1.490099)" + gradientUnits="userSpaceOnUse" + id="radialGradient9207" + xlink:href="#linearGradient8740" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4845" + id="radialGradient4851" + cx="17.81411" + cy="24.149399" + fx="17.81411" + fy="24.149399" + r="9.125" + gradientTransform="matrix(2.643979,-2.026629e-16,-2.93653e-8,2.534421,-28.97514,-41.1733)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4873" + id="linearGradient4879" + x1="63.397362" + y1="-9.3832779" + x2="68.910904" + y2="16.839214" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + stroke="#555753" + fill="#eeeeec" + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="0.25490196" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="1.5669947" + inkscape:cy="22.472776" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="false" + inkscape:window-width="750" + inkscape:window-height="546" + inkscape:window-x="234" + inkscape:window-y="201" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:creator> + <dc:source>http://jimmac.musichall.cz</dc:source> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:title>Web Browser</dc:title> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + inkscape:label="Layer 1" + id="g3020" + transform="matrix(1.673435,0,0,1.673435,-3.189256,-2.668541)"> + <g + transform="matrix(1.284706,0,0,1.284706,-63.89629,19.96894)" + id="g8936" + style="display:inline"> + <path + sodipodi:type="arc" + style="opacity:0.56043958;color:#000000;fill:url(#radialGradient9169);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path8836" + sodipodi:cx="62.625" + sodipodi:cy="4.625" + sodipodi:rx="10.625" + sodipodi:ry="3.625" + d="M 73.25 4.625 A 10.625 3.625 0 1 1 52,4.625 A 10.625 3.625 0 1 1 73.25 4.625 z" + transform="matrix(1,0,0,1.192473,-0.590821,-2.378705)" /> + <path + style="fill:url(#radialGradient9171);fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.46514398;stroke-miterlimit:4;stroke-dasharray:none" + d="M 71.455637,-3.5111605 C 71.455637,1.6006722 67.3116,5.7446615 62.20047,5.7446615 C 57.088872,5.7446615 52.94507,1.6006253 52.94507,-3.5111605 C 52.94507,-8.6227588 57.088872,-12.766327 62.20047,-12.766327 C 67.3116,-12.766327 71.455637,-8.6227588 71.455637,-3.5111605 L 71.455637,-3.5111605 z " + id="path6495" /> + <path + id="path8655" + d="M 70.945908,-3.5111451 C 70.945908,1.3191267 67.030126,5.234864 62.200518,5.234864 C 57.370468,5.234864 53.454907,1.3190823 53.454907,-3.5111451 C 53.454907,-8.3411954 57.370468,-12.256535 62.200518,-12.256535 C 67.030126,-12.256535 70.945908,-8.3411954 70.945908,-3.5111451 L 70.945908,-3.5111451 z " + style="opacity:0.52747253;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4879);stroke-width:0.46514425;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(0.468894,0,0,0.468894,50.39042,-14.57365)" + style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8752);stroke-miterlimit:4" + id="g6532"> + <path + d="M 26.0703,9.2363 L 25.9971,9.7295 L 26.5069,10.0586 L 27.378,9.4829 L 26.9425,8.9892 L 26.3605,9.3188 L 26.0705,9.2363" + id="path6534" + style="fill:#9db029;stroke:url(#radialGradient9173)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,49.7717,-14.57365)" + style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8760);stroke-miterlimit:4" + id="g6548"> + <path + d="M 28.833,12.7749 L 28.542,12.0337 L 28.0322,12.1987 L 28.1787,13.103 L 28.833,12.7749" + id="path6550" + style="fill:#9db029;stroke:url(#radialGradient9175)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,49.94848,-14.57365)" + style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8766);stroke-miterlimit:4" + id="g6556"> + <path + d="M 29.123,12.6089 L 28.9775,13.5972 L 29.7773,13.4322 L 30.3584,12.857 L 29.8496,12.3629 C 29.6787,11.9078 29.4824,11.483 29.2685,11.0465 L 28.833,11.0465 L 28.833,11.5397 L 29.123,11.8688 L 29.123,12.609" + id="path6558" + style="fill:#9db029;stroke:url(#radialGradient9177)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.39042,-14.57365)" + style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8774);stroke-miterlimit:4" + id="g6572"> + <path + d="M 16.7656,9.5649 L 17.4922,10.0586 L 18.0742,10.0586 L 18.0742,9.4829 L 17.3476,9.1538 L 16.7656,9.5649" + id="path6574" + style="fill:#9db029;stroke:url(#radialGradient9179)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.96494,-14.52946)" + style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8782);stroke-miterlimit:4" + id="g6608"> + <path + d="M 17.4922,7.887132 L 17.856,7.558532 L 18.5831,7.393932 C 19.0811,7.151732 19.5811,6.988632 20.1095,6.817732 L 19.8195,6.324032 L 18.881,6.458832 L 18.4376,6.900732 L 17.7066,7.006732 L 17.0567,7.311932 L 16.7408,7.464732 L 16.5479,7.723032 L 17.4922,7.887132" + id="path6610" + style="fill:#9db029;stroke:url(#radialGradient9181)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.56718,-14.30851)" + style="fill:#9db029;fill-rule:nonzero;stroke:url(#radialGradient8788);stroke-miterlimit:4" + id="g6616"> + <path + d="M 18.7285,14.6665 L 19.165,14.0083 L 18.5102,13.5151 L 18.7285,14.6665" + id="path6618" + style="fill:#9db029;stroke:url(#radialGradient9183)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.74397,-14.61784)" + style="fill:url(#radialGradient9185);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8812);stroke-miterlimit:4" + id="g6564"> + <path + d="M 17.943241,27.768799 L 17.424668,26.742079 L 16.453191,26.522353 L 15.935064,25.130138 L 14.639881,25.276354 L 13.539117,24.470606 L 12.372685,25.496524 L 12.372685,25.658333 C 12.019842,25.55649 11.586095,25.54259 11.271922,25.349417 L 11.012635,24.616733 L 11.012635,23.810095 L 10.235579,23.883158 C 10.300445,23.369754 10.364776,22.85724 10.430088,22.343925 L 9.9762924,22.343925 L 9.523388,22.930393 L 9.0695925,23.149672 L 8.4217333,22.784177 L 8.3568672,21.977538 L 8.4865103,21.097836 L 9.4584328,20.365152 L 10.23549,20.365152 L 10.364687,19.9249 L 11.336164,20.144179 L 12.0488,21.024772 L 12.178443,19.557711 L 13.409207,18.531793 L 13.862557,17.431921 L 14.769256,17.065623 L 15.287383,16.332939 L 16.452924,16.111966 L 17.036363,15.233155 C 16.45337,15.233155 15.870376,15.233155 15.287383,15.233155 L 16.388503,14.719751 L 17.165115,14.719751 L 18.26668,14.352562 L 18.396323,13.914003 L 18.007394,13.546815 L 17.554044,13.399797 L 17.683687,12.960347 L 17.35998,12.300815 L 16.582478,12.593158 L 16.712121,12.007136 L 15.805421,11.493731 L 15.093231,12.739285 L 15.157651,13.179537 L 14.445461,13.473662 L 13.991665,14.426428 L 13.797601,13.546726 L 12.566838,13.033321 L 12.372329,12.37379 L 13.991665,11.420133 L 14.704301,10.760601 L 14.769167,9.9544084 L 14.380684,9.7342382 L 13.862557,9.6607292 L 13.53885,10.467367 C 13.53885,10.467367 12.9972,10.573488 12.857934,10.607881 C 11.079373,12.246819 7.4857189,15.784785 6.650835,22.463945 C 6.6838918,22.618804 7.2560145,23.516772 7.2560145,23.516772 L 8.6160643,24.322519 L 9.9761142,24.689708 L 10.559553,25.423194 L 11.465807,26.082725 L 11.983934,26.009662 L 12.372418,26.184569 L 12.372418,26.302896 L 11.854647,27.695557 L 11.465718,28.282025 L 11.595361,28.57615 L 11.271654,29.674241 L 12.437641,31.800833 L 13.603181,32.827553 L 14.121754,33.560237 L 14.056531,35.100362 L 14.445461,35.979173 L 14.056531,37.665514 C 14.056531,37.665514 14.026058,37.655089 14.075688,37.823848 C 14.125763,37.992695 16.150958,39.116893 16.27971,39.021198 C 16.408017,38.92372 16.517701,38.83845 16.517701,38.83845 L 16.388503,38.472954 L 16.906274,37.95955 L 17.100783,37.446145 L 17.943063,37.15202 L 18.590476,35.538832 L 18.396413,35.100273 L 18.848871,34.440741 L 19.820794,34.219769 L 20.339366,33.046833 L 20.209723,31.581554 L 20.98678,30.481681 L 21.116423,29.381808 C 20.053082,28.854504 18.998473,28.311518 17.943063,27.76862" + id="path6566" + style="fill:url(#radialGradient9187);fill-opacity:1;stroke:url(#radialGradient9189)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.523,-14.44107)" + style="fill:url(#radialGradient9191);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8816);stroke-miterlimit:4" + id="g6540"> + <path + d="M 26.8701,6.6933256 L 24.9795,5.9526256 L 22.7998,6.1992256 L 20.1094,6.9394256 L 19.6006,7.4335256 L 21.2725,8.5849256 L 21.2725,9.2431256 L 20.6182,9.9013256 L 21.4912,11.630324 L 22.0713,11.300224 L 22.7998,10.148825 C 23.9228,9.8016256 24.9297,9.4081256 25.9971,8.9144256 L 26.8701,6.6932256" + id="path6542" + style="fill:url(#radialGradient9193);fill-opacity:1;stroke:url(#radialGradient9195)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.83236,-14.75043)" + style="fill:url(#radialGradient9197);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8820);stroke-miterlimit:4" + id="g6580"> + <path + d="M 15.187259,9.6334723 L 14.823459,10.538271 L 15.550559,10.538271 L 15.914359,9.7154723 C 16.227859,9.4937723 16.539859,9.2706723 16.859159,9.0572723 L 17.586259,9.3043723 C 18.070659,9.6334723 18.555059,9.9625723 19.039859,10.291172 L 19.767359,9.6334723 L 18.967059,9.3043723 L 18.603259,8.5636723 L 17.222359,8.3990723 L 17.149559,7.9874723 L 16.495259,8.1524723 L 16.204859,8.7282723 L 15.841059,7.9875723 L 15.696059,8.3166723 L 15.768859,9.1394723 L 15.187259,9.6334723" + id="path6582" + style="fill:url(#radialGradient9199);fill-opacity:1;stroke:url(#radialGradient9201)" /> + </g> + <g + transform="matrix(0.468894,0,0,0.468894,50.12526,-14.48526)" + style="fill:url(#radialGradient9203);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient8824);stroke-miterlimit:4" + id="g6626"> + <path + d="M 42.893123,20.729176 C 42.893123,20.97037 42.893123,20.729176 42.893123,20.729176 L 42.392832,21.295848 C 42.086175,20.934471 41.741875,20.630568 41.392249,20.313169 L 40.624781,20.4261 L 39.923602,19.633475 L 39.923602,20.614409 L 40.524337,21.068977 L 40.924185,21.521801 L 41.458539,20.917485 C 41.593045,21.169421 41.725716,21.421357 41.859304,21.673293 L 41.859304,22.428275 L 41.257651,23.107877 L 40.156625,23.863685 L 39.322775,24.69579 L 38.788421,24.089638 L 39.055598,23.410035 L 38.522071,22.80572 L 37.621014,20.87975 L 36.853546,20.011838 L 36.652658,20.237791 L 36.953898,21.333492 L 37.52057,21.975451 C 37.844212,22.909744 38.164366,23.802721 38.58937,24.69579 C 39.248406,24.69579 39.869708,24.625828 40.524245,24.54338 L 40.524245,25.072409 L 39.723541,27.036481 L 38.989217,27.86675 L 38.388482,29.152504 C 38.388482,29.857264 38.388482,30.562024 38.388482,31.266692 L 38.58937,32.098797 L 38.255812,32.475415 L 37.52057,32.929065 L 36.753102,33.571024 L 37.3879,34.288362 L 36.519988,35.045089 L 36.686721,35.534638 L 35.384807,37.008702 L 34.517813,37.008702 L 33.783489,37.462352 L 33.315425,37.462352 L 33.315425,36.858036 L 33.116373,35.647568 C 32.858102,34.889006 32.589181,34.13586 32.315668,33.382715 C 32.315668,32.826785 32.348813,32.276272 32.382049,31.720433 L 32.716526,30.965452 L 32.248461,30.05806 L 32.282524,28.811785 L 31.647726,28.094447 L 31.965125,27.056129 L 31.448674,26.470176 L 30.5467,26.470176 L 30.246378,26.130375 L 29.345321,26.697506 L 28.978619,26.28104 L 28.143851,26.998746 C 27.577179,26.356327 27.009588,25.714368 26.44209,25.072409 L 25.774974,23.485414 L 26.375709,22.579859 L 26.042151,22.202414 L 26.775556,20.463835 C 27.378127,19.714271 28.007508,18.995188 28.644142,18.273443 L 29.779231,17.971285 L 31.047083,17.820619 L 31.914995,18.04749 L 33.14961,19.292847 L 33.583611,18.80238 L 34.183428,18.727093 L 35.318517,19.104538 L 36.18643,19.104538 L 36.787165,18.575509 L 37.054342,18.198064 L 36.452688,17.820619 L 35.451188,17.745332 C 35.173269,17.359808 34.914998,16.954543 34.58502,16.611988 L 34.250544,16.762653 L 34.116955,17.745332 L 33.51622,17.065729 L 33.38355,16.309003 L 32.716434,15.781811 L 32.448339,15.781811 L 33.116281,16.536792 L 32.849104,17.216395 L 32.315577,17.367061 L 32.649135,16.687458 L 32.047481,16.386218 L 31.514872,15.781903 L 30.512453,16.007855 L 30.379783,16.309095 L 29.779048,16.687458 L 29.44549,17.518645 L 28.61164,17.933733 L 28.24402,17.518645 L 27.844172,17.518645 L 27.844172,16.158521 L 28.712084,15.704871 L 29.3792,15.704871 L 29.244694,15.176761 L 28.712084,14.647732 L 29.612315,14.458504 L 30.112606,13.89275 L 30.512453,13.212229 L 31.247695,13.212229 L 31.046807,12.684119 L 31.514872,12.381961 L 31.514872,12.986276 L 32.515454,13.212229 L 33.516037,12.381961 L 33.583244,12.003598 L 34.450238,11.399741 C 34.13642,11.438762 33.822602,11.467407 33.515945,11.550866 L 33.515945,10.870437 L 33.849503,10.114996 L 33.515945,10.114996 L 32.782907,10.794599 L 32.582019,11.172503 L 32.782907,11.701991 L 32.448431,12.607546 L 31.914903,12.305388 L 31.448674,11.777278 L 30.713433,12.305388 L 30.446256,11.097216 L 31.714107,10.266488 L 31.714107,9.8128376 L 32.515638,9.284268 L 33.783489,8.981651 L 34.651401,9.284268 L 36.252719,9.5864259 L 35.852871,10.03925 L 34.984959,10.03925 L 35.852871,10.945724 L 36.519988,10.190742 L 36.72262,9.8585606 C 36.72262,9.8585606 39.281551,12.15206 40.743955,14.660861 C 42.206359,17.170489 42.893123,20.128441 42.893123,20.729176 z " + id="path6628" + style="fill:url(#radialGradient9205);fill-opacity:1;stroke:url(#radialGradient9207)" /> + </g> + </g> + </g> + <path + sodipodi:type="arc" + style="opacity:0.35714285;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.79999995;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path3066" + sodipodi:cx="18" + sodipodi:cy="18.125" + sodipodi:rx="6" + sodipodi:ry="6" + d="M 24 18.125 A 6 6 0 1 1 12,18.125 A 6 6 0 1 1 24 18.125 z" + transform="matrix(0.714286,0,0,0.714286,6.267857,6.428571)" /> + <path + transform="matrix(1.406854,0,0,1.406854,-6.198359,-6.124216)" + d="M 24 18.125 A 6 6 0 1 1 12,18.125 A 6 6 0 1 1 24 18.125 z" + sodipodi:ry="6" + sodipodi:rx="6" + sodipodi:cy="18.125" + sodipodi:cx="18" + id="path3941" + style="opacity:0.35714285;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.71080581;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="opacity:0.35714285;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.24375159;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + id="path3943" + sodipodi:cx="18" + sodipodi:cy="18.125" + sodipodi:rx="6" + sodipodi:ry="6" + d="M 24 18.125 A 6 6 0 1 1 12,18.125 A 6 6 0 1 1 24 18.125 z" + transform="matrix(2.051269,0,0,2.051269,-17.79782,-17.80423)" /> + <path + style="opacity:1;color:#000000;fill:url(#radialGradient4851);fill-opacity:1.0;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 19.25,17.75 L 2.25,34.25 L 10,34.5 C 10,34.5 6.75,41.25 6.75,41.25 C 5.75,44.25 10.25,45.375 11,43.125 C 11,43.125 14,36.375 14,36.375 L 19.5,42.25 L 19.25,17.75 z " + id="path3970" + sodipodi:nodetypes="cccssccc" /> + <path + sodipodi:nodetypes="cccssccc" + id="path4853" + d="M 18.092765,20.19141 L 4.617219,33.377203 L 11.53908,33.654662 C 11.53908,33.654662 7.6669437,41.411229 7.6669437,41.411229 C 7.264213,43.061363 9.6952192,43.823794 10.174044,42.564096 C 10.174044,42.564096 13.857109,34.719141 13.857109,34.719141 L 18.281836,39.427475 L 18.092765,20.19141 z " + style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/devices/computer.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/devices/computer.svg new file mode 100644 index 0000000000000000000000000000000000000000..f8b401e99dc1961f5f5f625abbba2fe781f47e9a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/devices/computer.svg @@ -0,0 +1,3137 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg7519" + sodipodi:version="0.32" + inkscape:version="0.47 r22583" + sodipodi:docname="computer.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1"> + <defs + id="defs7521"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective253" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10039" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10037" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10035" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10033" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10031" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10029" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10027" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10025" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10023" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10021" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10019" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10017" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10015" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10013" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10011" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10009" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10007" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10005" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10003" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10001" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9999" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9997" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9995" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9993" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9991" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9989" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9987" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9985" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9983" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9981" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9979" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9977" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9975" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9973" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9971" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9969" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9967" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9965" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9963" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9961" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9959" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9957" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9955" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9953" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9951" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9949" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9947" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9945" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9943" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9941" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9939" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9937" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9935" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9933" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9931" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9929" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient9927" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3832"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop3834" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop3836" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3832" + id="linearGradient10041" + gradientUnits="userSpaceOnUse" + x1="305.5" + y1="83.375" + x2="305.5" + y2="75.623993" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4574"> + <stop + style="stop-color:#2e3436;stop-opacity:1" + offset="0" + id="stop4576" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop4578" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4574" + id="linearGradient9925" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9167044,0,0,0.8153692,76.67546,19.06288)" + x1="316.18286" + y1="83.224533" + x2="316.18286" + y2="90.819603" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3833"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3835" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3837" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3833" + id="linearGradient9923" + gradientUnits="userSpaceOnUse" + x1="178.91721" + y1="409.98514" + x2="178.91721" + y2="371.44675" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2740" + id="linearGradient9921" + gradientUnits="userSpaceOnUse" + x1="147.5" + y1="353.40439" + x2="145.43736" + y2="404.6619" /> + <filter + inkscape:collect="always" + id="filter3523" + x="-0.006099917" + width="1.0121998" + y="-0.36629945" + height="1.7325989"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.57234376" + id="feGaussianBlur3525" /> + </filter> + <linearGradient + inkscape:collect="always" + id="linearGradient2748"> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" + id="stop2750" /> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="1" + id="stop2752" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2748" + id="radialGradient9919" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.9950172,-1.7234204,1.1254929,-0.6498033,7.41235,817.82855)" + cx="139.85194" + cy="260.93466" + fx="139.85194" + fy="260.93466" + r="112.59389" /> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath3519"> + <path + sodipodi:nodetypes="cccsccccsccsscsccccc" + id="path3521" + d="M 49.053018,377.91849 C 48.342312,377.99122 47.713462,378.41045 47.372978,379.03851 L 33.092643,405.42136 C 32.920748,405.74568 32.837999,406.09423 32.843749,406.44805 C 32.843921,406.45862 32.843421,406.46859 32.843749,406.47916 L 32.843749,409.46589 L 32.843749,409.77701 L 32.905972,409.77701 C 32.951307,410.03663 33.015025,410.28987 33.154867,410.5237 C 33.54293,411.17259 34.234402,411.57735 34.990466,411.5815 L 255.85342,411.5815 C 256.61879,411.58325 257.33012,411.18224 257.72013,410.5237 C 257.85756,410.29166 257.92585,410.03519 257.96903,409.77701 C 258.01775,409.48565 258.03125,408.90588 258.03125,408.90588 L 258.03125,406.82139 C 258.03125,406.32941 257.99578,405.83393 257.75124,405.39024 L 242.9109,379.0074 C 242.52232,378.32737 241.79626,377.91078 241.01307,377.91849 L 49.270801,377.91849 C 49.198253,377.91482 49.125565,377.91482 49.053018,377.91849 z" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" /> + </clipPath> + <linearGradient + inkscape:collect="always" + id="linearGradient4538"> + <stop + style="stop-color:#555753;stop-opacity:1;" + offset="0" + id="stop4540" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop4542" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4538" + id="linearGradient9917" + gradientUnits="userSpaceOnUse" + x1="110.53181" + y1="416.36923" + x2="110.53181" + y2="360.96701" /> + <linearGradient + id="linearGradient2740"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop2742" /> + <stop + style="stop-color:#888a85;stop-opacity:0;" + offset="1" + id="stop2744" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2740" + id="linearGradient9915" + gradientUnits="userSpaceOnUse" + x1="147.5" + y1="353.40439" + x2="145.43736" + y2="404.6619" /> + <filter + inkscape:collect="always" + id="filter4804" + x="-0.034545526" + width="1.0690911" + y="-0.24324691" + height="1.4864938"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.64763895" + id="feGaussianBlur4806" /> + </filter> + <linearGradient + inkscape:collect="always" + id="linearGradient4788-7"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4790-8" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4792-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient5687"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop5689" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5691" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4788"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4790" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4792" /> + </linearGradient> + <linearGradient + id="linearGradient2699"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop2701" /> + <stop + style="stop-color:#204a87;stop-opacity:1" + offset="1" + id="stop2703" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4646"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4648" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.1" + offset="1" + id="stop4650" /> + </linearGradient> + <linearGradient + id="linearGradient5538" + inkscape:collect="always"> + <stop + id="stop5540" + offset="0" + style="stop-color:#555753;stop-opacity:1;" /> + <stop + id="stop5542" + offset="1" + style="stop-color:#babdb6;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4654"> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" + id="stop4656" /> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="1" + id="stop4658" /> + </linearGradient> + <linearGradient + id="linearGradient3396"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3398" /> + <stop + id="stop3404" + offset="0.14204781" + style="stop-color:#babdb6;stop-opacity:1" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="0.88917607" + id="stop3406" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop3400" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient4713"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4715" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4717" /> + </linearGradient> + <linearGradient + id="linearGradient2702"> + <stop + id="stop2704" + offset="0" + style="stop-color:#555753;stop-opacity:1" /> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0.64084536" + id="stop2706" /> + <stop + id="stop2708" + offset="0.85106832" + style="stop-color:#888a85;stop-opacity:1" /> + <stop + id="stop2710" + offset="1" + style="stop-color:#555753;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient4693"> + <stop + id="stop4695" + offset="0" + style="stop-color:#555753;stop-opacity:1" /> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0.30146292" + id="stop4701" /> + <stop + id="stop3408" + offset="0.48027775" + style="stop-color:#eeeeec;stop-opacity:1" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0.64304489" + id="stop4699" /> + <stop + id="stop4697" + offset="1" + style="stop-color:#555753;stop-opacity:1" /> + </linearGradient> + <filter + height="2.3388598" + y="-0.66942996" + width="1.1218799" + x="-0.060939956" + id="filter6655" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur6657" + stdDeviation="1.1680158" + inkscape:collect="always" /> + </filter> + <linearGradient + inkscape:collect="always" + id="linearGradient3847"> + <stop + style="stop-color:#babdb6;stop-opacity:1;" + offset="0" + id="stop3849" /> + <stop + style="stop-color:#babdb6;stop-opacity:0;" + offset="1" + id="stop3851" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3847" + id="linearGradient9090" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-295.12721,-37.918469)" + x1="328.62787" + y1="74.43293" + x2="327.47882" + y2="67.36187" /> + <filter + inkscape:collect="always" + id="filter4777"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.39456135" + id="feGaussianBlur4779" /> + </filter> + <linearGradient + id="linearGradient4783"> + <stop + id="stop4785" + offset="0" + style="stop-color:#000000;stop-opacity:1" /> + <stop + id="stop4787" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4783" + id="linearGradient9088" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-294.97889,-38.39488)" + x1="329.86533" + y1="75.493599" + x2="327.39044" + y2="69.836746" /> + <filter + inkscape:collect="always" + id="filter11642" + x="-0.066728197" + width="1.1334563" + y="-0.69905728" + height="2.3981147"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.76459391" + id="feGaussianBlur11644" /> + </filter> + <linearGradient + y2="31.212822" + x2="30.128326" + y1="2.9345543" + x1="2.8828752" + gradientTransform="matrix(0.9575159,0,0,0.8504632,1.0196254,7.3692561)" + gradientUnits="userSpaceOnUse" + id="linearGradient21240" + xlink:href="#linearGradient2238-0" + inkscape:collect="always" /> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="15.298182" + x1="16.626165" + gradientUnits="userSpaceOnUse" + id="linearGradient21238" + xlink:href="#linearGradient8265-821-176-38-919-66-249-1" + inkscape:collect="always" /> + <linearGradient + y2="12.53143" + x2="33.579403" + y1="6.4673662" + x1="33.579403" + gradientTransform="matrix(0.7965302,0,0,0.6559082,-1.6636378,5.7580004)" + gradientUnits="userSpaceOnUse" + id="linearGradient21236" + xlink:href="#linearGradient2446-733-7" + inkscape:collect="always" /> + <linearGradient + y2="13.523027" + x2="24.682861" + y1="11.378383" + x1="24.682861" + gradientTransform="matrix(0.956275,0,0,0.7020128,1.0550664,6.5122295)" + gradientUnits="userSpaceOnUse" + id="linearGradient21234" + xlink:href="#linearGradient3282" + inkscape:collect="always" /> + <linearGradient + y2="2.9977107" + x2="-0.022119235" + y1="40.569199" + x1="39.964977" + gradientTransform="matrix(0.9574517,0,0,0.8546317,1.0211702,6.4783662)" + gradientUnits="userSpaceOnUse" + id="linearGradient21232" + xlink:href="#linearGradient3390-7" + inkscape:collect="always" /> + <radialGradient + r="23" + fy="17.358982" + fx="14.549862" + cy="17.358982" + cx="14.549862" + gradientTransform="matrix(2.3690227e-8,1.028111,-1.3196495,0,36.193476,4.2905538)" + gradientUnits="userSpaceOnUse" + id="radialGradient21230" + xlink:href="#linearGradient7012-661-145-733-759-865-745-7" + inkscape:collect="always" /> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient21228" + xlink:href="#linearGradient5060-4" + inkscape:collect="always" /> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient21226" + xlink:href="#linearGradient5060-4" + inkscape:collect="always" /> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient21224" + xlink:href="#linearGradient5048-9" + inkscape:collect="always" /> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="15.298182" + x1="16.626165" + gradientUnits="userSpaceOnUse" + id="linearGradient21211" + xlink:href="#linearGradient8265-821-176-38-919-66-249-1" + inkscape:collect="always" /> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient21209" + xlink:href="#linearGradient5060-4" + inkscape:collect="always" /> + <linearGradient + y2="13.523027" + x2="24.682861" + y1="11.378383" + x1="24.682861" + gradientTransform="matrix(0.956275,0,0,0.7020128,1.0550664,6.5122295)" + gradientUnits="userSpaceOnUse" + id="linearGradient21207" + xlink:href="#linearGradient3282" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-4" + id="radialGradient21003" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2238-0"> + <stop + offset="0" + id="stop2240-3" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + offset="1" + id="stop2242-5" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + y2="31.212822" + x2="30.128326" + y1="2.9345543" + x1="2.8828752" + gradientTransform="matrix(0.9575159,0,0,0.8504632,1.0196254,7.3692561)" + gradientUnits="userSpaceOnUse" + id="linearGradient3706-4" + xlink:href="#linearGradient2238-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8265-821-176-38-919-66-249-1"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2687-3" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2689-6" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="15.298182" + x1="16.626165" + gradientUnits="userSpaceOnUse" + id="linearGradient3704" + xlink:href="#linearGradient8265-821-176-38-919-66-249-1" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2446-733-7"> + <stop + id="stop3464-6" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3466-8" + offset="1" + style="stop-color:#dbdbdb;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="12.53143" + x2="33.579403" + y1="6.4673662" + x1="33.579403" + gradientTransform="matrix(0.7965302,0,0,0.6559082,-1.6636378,5.7580004)" + gradientUnits="userSpaceOnUse" + id="linearGradient3691-3" + xlink:href="#linearGradient2446-733-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3282"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3284" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop3286" /> + </linearGradient> + <linearGradient + y2="13.523027" + x2="24.682861" + y1="11.378383" + x1="24.682861" + gradientTransform="matrix(0.956275,0,0,0.7020128,1.035723,-2.4877695)" + gradientUnits="userSpaceOnUse" + id="linearGradient3694" + xlink:href="#linearGradient3282" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3390-7" + inkscape:collect="always"> + <stop + id="stop3392-2" + offset="0" + style="stop-color:#425e7b;stop-opacity:1" /> + <stop + id="stop3394-5" + offset="1" + style="stop-color:#7a91a7;stop-opacity:1" /> + </linearGradient> + <linearGradient + y2="2.9977107" + x2="-0.022119235" + y1="40.569199" + x1="39.964977" + gradientTransform="matrix(0.9574517,0,0,0.8546317,1.0211702,6.4783662)" + gradientUnits="userSpaceOnUse" + id="linearGradient2536-3" + xlink:href="#linearGradient3390-7" + inkscape:collect="always" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-7"> + <stop + style="stop-color:#9cbbd9;stop-opacity:1;" + offset="0" + id="stop2699-7" /> + <stop + style="stop-color:#5c82ab;stop-opacity:1;" + offset="1" + id="stop2701-2" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.3690227e-8,1.028111,-1.3196495,0,36.193476,4.2905538)" + r="23" + fy="17.358982" + fx="14.549862" + cy="17.358982" + cx="14.549862" + id="radialGradient3312-3" + xlink:href="#linearGradient7012-661-145-733-759-865-745-7" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-4" + id="radialGradient10039-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060-4"> + <stop + offset="0" + id="stop5062-7" + style="stop-color:black;stop-opacity:1;" /> + <stop + offset="1" + id="stop5064-8" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-4" + id="radialGradient10037-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5048-9"> + <stop + offset="0" + id="stop5050-2" + style="stop-color:black;stop-opacity:0;" /> + <stop + offset="0.5" + id="stop5056-8" + style="stop-color:black;stop-opacity:1;" /> + <stop + offset="1" + id="stop5052-1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048-9" + id="linearGradient10035-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective20950" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8265-821-176-38-919-66-249-92"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2687-0" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2689-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-92" + id="linearGradient3332-4" + gradientUnits="userSpaceOnUse" + x1="18.03083" + y1="16.407909" + x2="20.054544" + y2="24.627615" /> + <linearGradient + id="linearGradient3752-1"> + <stop + id="stop3754-3" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0.84754151" + id="stop3760-7" /> + <stop + id="stop3756-61" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5-8"> + <stop + style="stop-color:#729ac1;stop-opacity:1;" + offset="0" + id="stop2699-3-7" /> + <stop + style="stop-color:#0a4c93;stop-opacity:1;" + offset="1" + id="stop2701-5-5" /> + </linearGradient> + <linearGradient + id="linearGradient5157-9"> + <stop + style="stop-color:#c1c1c1;stop-opacity:1;" + offset="0" + id="stop5159-6" /> + <stop + style="stop-color:#909090;stop-opacity:1;" + offset="1" + id="stop5161-2" /> + </linearGradient> + <linearGradient + id="linearGradient11111-6"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop11113-4" /> + <stop + id="stop11115-9" + offset="0.91013825" + style="stop-color:#cdcdcd;stop-opacity:1" /> + <stop + style="stop-color:#a1a1a1;stop-opacity:1;" + offset="1" + id="stop11117-66" /> + </linearGradient> + <linearGradient + id="linearGradient5048-3-9"> + <stop + id="stop5050-4-98" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop5056-0-7" /> + <stop + id="stop5052-8-7" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective4592" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-9" + id="linearGradient4397" + gradientUnits="userSpaceOnUse" + x1="18.03083" + y1="16.407909" + x2="20.054544" + y2="24.627615" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8265-821-176-38-919-66-249-9"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2687-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2689-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-9" + id="linearGradient3332-6" + gradientUnits="userSpaceOnUse" + x1="18.03083" + y1="16.407909" + x2="20.054544" + y2="24.627615" /> + <linearGradient + id="linearGradient3752-2"> + <stop + id="stop3754-0" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0.84754151" + id="stop3760-6" /> + <stop + id="stop3756-3" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3752-2" + id="radialGradient4372-0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.01680222,1.3942814,-1.79662,-0.02165073,14.152267,2.1566239)" + cx="4.02005" + cy="5.5926585" + fx="4.02005" + fy="5.5926585" + r="10.273108" /> + <linearGradient + id="linearGradient3390-0-05" + inkscape:collect="always"> + <stop + id="stop3392-8-2" + offset="0" + style="stop-color:#425e7b;stop-opacity:1" /> + <stop + id="stop3394-1-1" + offset="1" + style="stop-color:#7a91a7;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3390-0-05" + id="linearGradient4377-9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9945751,0,0,0.9945751,-0.3392671,1.7177729)" + x1="9.7045717" + y1="20.882006" + x2="9.7045717" + y2="4.3030405" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5-5"> + <stop + style="stop-color:#9cbbd9;stop-opacity:1;" + offset="0" + id="stop2699-3-97" /> + <stop + style="stop-color:#5c82ab;stop-opacity:1;" + offset="1" + id="stop2701-5-9" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7012-661-145-733-759-865-745-5-5" + id="radialGradient3334-9" + cx="7.8185525" + cy="8.5608768" + fx="7.8185525" + fy="8.5608768" + r="11.268134" + gradientTransform="matrix(1.6899516,0,0,1.0436086,-5.448971,0.9617527)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5157-35"> + <stop + style="stop-color:#c1c1c1;stop-opacity:1;" + offset="0" + id="stop5159-3" /> + <stop + style="stop-color:#909090;stop-opacity:1;" + offset="1" + id="stop5161-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5157-35" + id="linearGradient5163-7" + x1="9.8763561" + y1="2.6014566" + x2="9.8763561" + y2="23.061668" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient11111-8"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop11113-9" /> + <stop + id="stop11115-28" + offset="0.91013825" + style="stop-color:#cdcdcd;stop-opacity:1" /> + <stop + style="stop-color:#a1a1a1;stop-opacity:1;" + offset="1" + id="stop11117-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11111-8" + id="linearGradient4380-6" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(34.378004,-14.501322)" + x1="-28.531403" + y1="17.955765" + x2="-28.531403" + y2="37.502914" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-6-2" + id="radialGradient4361-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5060-6-2" + inkscape:collect="always"> + <stop + id="stop5062-6-0" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop5064-7-2" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-6-2" + id="radialGradient4359-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5048-3-4"> + <stop + id="stop5050-4-9" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop5056-0-96" /> + <stop + id="stop5052-8-9" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048-3-4" + id="linearGradient4357-19" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective4341" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-5" + id="linearGradient4224" + gradientUnits="userSpaceOnUse" + x1="18.03083" + y1="16.407909" + x2="20.054544" + y2="24.627615" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8265-821-176-38-919-66-249-5"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2687-53" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2689-91" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-5" + id="linearGradient3332-0" + gradientUnits="userSpaceOnUse" + x1="18.03083" + y1="16.407909" + x2="20.054544" + y2="24.627615" /> + <linearGradient + id="linearGradient3752-5"> + <stop + id="stop3754-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0.84754151" + id="stop3760-4" /> + <stop + id="stop3756-6" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3752-5" + id="radialGradient4372-7" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.01680222,1.3942814,-1.79662,-0.02165073,14.152267,2.1566239)" + cx="4.02005" + cy="5.5926585" + fx="4.02005" + fy="5.5926585" + r="10.273108" /> + <linearGradient + id="linearGradient3390-0-0" + inkscape:collect="always"> + <stop + id="stop3392-8-8" + offset="0" + style="stop-color:#425e7b;stop-opacity:1" /> + <stop + id="stop3394-1-6" + offset="1" + style="stop-color:#7a91a7;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3390-0-0" + id="linearGradient4377-8" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9945751,0,0,0.9945751,-0.3392671,1.7177729)" + x1="9.7045717" + y1="20.882006" + x2="9.7045717" + y2="4.3030405" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5-6"> + <stop + style="stop-color:#9cbbd9;stop-opacity:1;" + offset="0" + id="stop2699-3-9" /> + <stop + style="stop-color:#5c82ab;stop-opacity:1;" + offset="1" + id="stop2701-5-6" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7012-661-145-733-759-865-745-5-6" + id="radialGradient3334-0" + cx="7.8185525" + cy="8.5608768" + fx="7.8185525" + fy="8.5608768" + r="11.268134" + gradientTransform="matrix(1.6899516,0,0,1.0436086,-5.448971,0.9617527)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient5157-3"> + <stop + style="stop-color:#c1c1c1;stop-opacity:1;" + offset="0" + id="stop5159-2" /> + <stop + style="stop-color:#909090;stop-opacity:1;" + offset="1" + id="stop5161-6" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5157-3" + id="linearGradient5163-1" + x1="9.8763561" + y1="2.6014566" + x2="9.8763561" + y2="23.061668" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient11111-4"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop11113-3" /> + <stop + id="stop11115-2" + offset="0.91013825" + style="stop-color:#cdcdcd;stop-opacity:1" /> + <stop + style="stop-color:#a1a1a1;stop-opacity:1;" + offset="1" + id="stop11117-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient11111-4" + id="linearGradient4380-4" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(34.378004,-14.501322)" + x1="-28.531403" + y1="17.955765" + x2="-28.531403" + y2="37.502914" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-6-4" + id="radialGradient4361-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5060-6-4" + inkscape:collect="always"> + <stop + id="stop5062-6-9" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop5064-7-0" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-6-4" + id="radialGradient4359-2" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5048-3-6"> + <stop + id="stop5050-4-0" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop5056-0-9" /> + <stop + id="stop5052-8-1" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048-3-6" + id="linearGradient4357-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective4168" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 12 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="24 : 12 : 1" + inkscape:persp3d-origin="12 : 8 : 1" + id="perspective4111" /> + <linearGradient + id="linearGradient5048-3"> + <stop + id="stop5050-4" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop5056-0" /> + <stop + id="stop5052-8" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5157"> + <stop + style="stop-color:#c1c1c1;stop-opacity:1;" + offset="0" + id="stop5159" /> + <stop + style="stop-color:#909090;stop-opacity:1;" + offset="1" + id="stop5161" /> + </linearGradient> + <linearGradient + id="linearGradient11111"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop11113" /> + <stop + id="stop11115" + offset="0.91013825" + style="stop-color:#cdcdcd;stop-opacity:1" /> + <stop + style="stop-color:#a1a1a1;stop-opacity:1;" + offset="1" + id="stop11117" /> + </linearGradient> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5"> + <stop + style="stop-color:#729ac1;stop-opacity:1;" + offset="0" + id="stop2699-3" /> + <stop + style="stop-color:#0a4c93;stop-opacity:1;" + offset="1" + id="stop2701-5" /> + </linearGradient> + <linearGradient + id="linearGradient3752"> + <stop + id="stop3754" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0.84754151" + id="stop3760" /> + <stop + id="stop3756" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective4044" /> + <linearGradient + id="linearGradient3688-3"> + <stop + style="stop-color:#252525;stop-opacity:1;" + id="stop3690-9" + offset="0" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + id="stop3692-1" + offset="1" /> + </linearGradient> + <linearGradient + y2="12.53143" + x2="33.579403" + y1="6.4673662" + x1="33.579403" + gradientTransform="matrix(-0.7965302,0,0,-0.6559082,49.674925,48.21942)" + gradientUnits="userSpaceOnUse" + id="linearGradient3691-6" + xlink:href="#linearGradient3688-3" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective4006" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective3981" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective3959" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective58" /> + <linearGradient + id="linearGradient7108"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7110" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7112" /> + </linearGradient> + <linearGradient + id="linearGradient7100"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7102" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7104" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2782"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2784" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop2786" /> + </linearGradient> + <linearGradient + id="linearGradient5106"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop5108" /> + <stop + style="stop-color:#386ea6;stop-opacity:1;" + offset="1" + id="stop5110" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient2780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient2788" + x1="26.0625" + y1="23.265625" + x2="29.03125" + y2="55.265625" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2827" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2829" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient2831" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient8141" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient15953" + x1="77.297218" + y1="16.647184" + x2="77.480881" + y2="52.45615" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-0.8601477,-1.863416)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19858" + cx="73.570084" + cy="23.145077" + fx="73.570084" + fy="23.145077" + r="20.928947" + gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19868" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19870" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient19872" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" + gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8265-821-176-38-919-66-249-7"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2687-5" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2689-9" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="15.298182" + x1="16.626165" + gradientUnits="userSpaceOnUse" + id="linearGradient3704-1" + xlink:href="#linearGradient8265-821-176-38-919-66-249-7" + inkscape:collect="always" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + id="perspective2864" /> + <linearGradient + id="linearGradient2446-733"> + <stop + id="stop3464" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3466" + offset="1" + style="stop-color:#dbdbdb;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745"> + <stop + style="stop-color:#9cbbd9;stop-opacity:1;" + offset="0" + id="stop2699" /> + <stop + style="stop-color:#5c82ab;stop-opacity:1;" + offset="1" + id="stop2701-6" /> + </linearGradient> + <linearGradient + id="linearGradient5048"> + <stop + offset="0" + id="stop5050" + style="stop-color:black;stop-opacity:0;" /> + <stop + offset="0.5" + id="stop5056" + style="stop-color:black;stop-opacity:1;" /> + <stop + offset="1" + id="stop5052" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + id="perspective50" + inkscape:persp3d-origin="24 : 16 : 1" + inkscape:vp_z="48 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 24 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + id="linearGradient3688"> + <stop + style="stop-color:#252525;stop-opacity:1;" + id="stop3690" + offset="0" /> + <stop + style="stop-color:#3e3e3e;stop-opacity:1;" + id="stop3692" + offset="1" /> + </linearGradient> + <inkscape:perspective + id="perspective4102" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective4283" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4788-7" + id="radialGradient4344" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.4569428,9.8931198e-7,0.17579665,-1.6043188,801.78915,97.218859)" + cx="326.0206" + cy="58" + fx="326.0206" + fy="58" + r="12.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5687" + id="linearGradient4347" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.20146541,0,0,0.17806449,-5.8166834,-8.8611424)" + x1="88" + y1="44.5" + x2="178" + y2="202.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4788" + id="radialGradient4350" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(6.727313,5.6524815e-8,-1.6544405e-8,1.3994752,-2171.3377,-77.210076)" + cx="327.5" + cy="58" + fx="327.5" + fy="58" + r="12.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2699" + id="radialGradient4353" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.6284667,0,0,1.0317892,-39.098816,-11.435144)" + cx="24.006104" + cy="37.921711" + fx="24.006104" + fy="37.921711" + r="19.00016" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4646" + id="radialGradient4365" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-3.2243161,-1.0228037,0.22342436,-0.6015075,1024.3101,377.73884)" + cx="314.36905" + cy="75.283829" + fx="314.36905" + fy="75.283829" + r="22.000002" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4654" + id="radialGradient4368" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.1753177,4.0658759,-1.1213065,0.278502,-285.87768,-1289.4509)" + cx="314.30969" + cy="61.654819" + fx="314.30969" + fy="61.654819" + r="23" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5538" + id="linearGradient4370" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0434783,0,0,0.9672415,-309.91279,-52.232406)" + x1="333.25" + y1="97" + x2="293" + y2="54.01783" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4713" + id="radialGradient4376" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.852385,2.7827307e-8,0,0.3925925,-272.78985,54.512731)" + cx="320.03125" + cy="91.50647" + fx="320.03125" + fy="91.50647" + r="8.4375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3396" + id="linearGradient4381" + gradientUnits="userSpaceOnUse" + x1="311.625" + y1="93.5" + x2="328.25" + y2="93.5" + gradientTransform="translate(-295.99975,-57.000497)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4693" + id="linearGradient4385" + gradientUnits="userSpaceOnUse" + x1="320.28125" + y1="86.913208" + x2="320.28125" + y2="93.379616" + gradientTransform="translate(-295.99975,-57.000497)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2702" + id="linearGradient4387" + gradientUnits="userSpaceOnUse" + x1="325.8125" + y1="86.031227" + x2="325.8125" + y2="93.728882" + gradientTransform="translate(-295.99975,-57.000497)" /> + <inkscape:perspective + id="perspective5298" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4788-1" + id="radialGradient4350-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(6.727313,5.6524815e-8,-1.6544405e-8,1.3994752,-2171.3377,-77.210076)" + cx="327.5" + cy="58" + fx="327.5" + fy="58" + r="12.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4788-1"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4790-5" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4792-8" /> + </linearGradient> + <radialGradient + r="12.5" + fy="58" + fx="327.5" + cy="58" + cx="327.5" + gradientTransform="matrix(6.727313,5.6524815e-8,-1.6544405e-8,1.3994752,-2171.3377,-77.210076)" + gradientUnits="userSpaceOnUse" + id="radialGradient5307" + xlink:href="#linearGradient4788-1" + inkscape:collect="always" /> + <inkscape:perspective + id="perspective3294" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + r="12.5" + fy="58" + fx="327.5" + cy="58" + cx="327.5" + gradientTransform="matrix(6.727313,5.6524815e-8,-1.6544405e-8,1.3994752,-2171.3377,-77.210076)" + gradientUnits="userSpaceOnUse" + id="radialGradient5307-1" + xlink:href="#linearGradient4788-1-2" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient4788-1-2"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4790-5-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4792-8-3" /> + </linearGradient> + <radialGradient + r="12.5" + fy="58" + fx="327.5" + cy="58" + cx="327.5" + gradientTransform="matrix(6.727313,5.6524815e-8,-1.6544405e-8,1.3994752,-2171.3377,-77.210076)" + gradientUnits="userSpaceOnUse" + id="radialGradient3303" + xlink:href="#linearGradient4788-1-2" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.6568542" + inkscape:cx="19.504939" + inkscape:cy="26.241276" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1024" + inkscape:window-height="701" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" /> + <metadata + id="metadata7524"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + transform="matrix(0.7818182,0,0,0.7235787,-226.35001,-30.805213)" + ry="1.8139008" + rx="1.3125" + y="93" + x="306.625" + height="2.625" + width="27.5" + id="rect10838" + style="opacity:0.47150263;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11642);enable-background:accumulate" /> + <path + style="opacity:0.21461188;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9088);stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter4777);enable-background:new" + d="M 39.798245,44.10512 C 39.798245,44.10512 36.512425,41.27028 37.279775,39.173109 C 38.213515,36.621199 47.458605,39.081156 47.458605,37.284254 C 47.458605,34.398167 26.583655,37.368461 26.051575,35.395399" + id="path4625" + sodipodi:nodetypes="csss" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9090);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" + d="M 39.798245,43.547062 C 39.798245,43.547062 36.512425,40.712222 37.279775,38.615051 C 38.213515,36.063141 47.458605,38.523098 47.458605,36.726196 C 47.458605,33.840109 26.583655,36.810403 26.051575,34.837341" + id="path3590" + sodipodi:nodetypes="cssc" /> + <g + id="g256" + style="display:inline;enable-background:new" + transform="translate(1203.6157,183.08346)" /> + <g + id="g4021" + style="display:inline;enable-background:new" + transform="translate(605.63799,523.85886)" /> + <g + id="g4445" + style="display:inline;enable-background:new" + transform="translate(790.6157,90.837429)" /> + <g + id="g5542" + style="display:inline;enable-background:new" + transform="translate(819.21873,319.35215)" /> + <g + id="g11680" + transform="matrix(1,0,0,0.7235787,-296.24984,-30.805213)" + style="opacity:0.47150263;display:inline;enable-background:new" /> + <rect + transform="matrix(0.9673917,0,0,0.9552235,-285.5651,-50.746729)" + ry="1.4394537" + rx="1.5812495" + y="90.8125" + x="297" + height="4.1875" + width="46" + id="rect6551" + style="opacity:0.06024098;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6655);enable-background:accumulate" /> + <path + style="fill:url(#linearGradient4385);fill-opacity:1;stroke:url(#linearGradient4387);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" + d="m 18.50025,25.499503 c 0,0 0,7 0,7 -0.0221,1.80197 -2.875,3 -2.875,3 -0.75136,0.08843 -1.125,0.446 -1.125,1 0,0.554 0.50583,1 1.125,1 l 16.8125,0 c 0.61917,0 1.125,-0.446 1.125,-1 0,-0.554 -0.37364,-0.911573 -1.125,-1 0,0 -2.8529,-1.19803 -2.875,-3 0,0 0,-7 0,-7 l -11.0625,0 z" + id="path4675" + sodipodi:nodetypes="cccsccscccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0625" + inkscape:original="M 314.5 82.5 C 314.5 82.5 314.5 89.5 314.5 89.5 C 314.4779 91.30197 311.625 92.5 311.625 92.5 C 310.87364 92.588427 310.5 92.946 310.5 93.5 C 310.5 94.054 311.00583 94.5 311.625 94.5 L 328.4375 94.5 C 329.05667 94.5 329.5625 94.054 329.5625 93.5 C 329.5625 92.946 329.18886 92.588427 328.4375 92.5 C 328.4375 92.5 325.5846 91.30197 325.5625 89.5 C 325.5625 89.5 325.5625 82.5 325.5625 82.5 L 314.5 82.5 z " + style="fill:none;stroke:url(#radialGradient4376);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" + id="path4709" + d="m 315.5625,83.5625 0,5.9375 c -0.0179,1.458692 -1.04314,2.42157 -1.875,3.03125 -0.80136,0.587324 -1.53727,0.88251 -1.59375,0.90625 l 15.875,0 C 327.91227,93.41376 327.17636,93.118574 326.375,92.53125 325.54314,91.92157 324.51789,90.958692 324.5,89.5 l 0,-5.9375 -8.9375,0 z" /> + <rect + style="fill:url(#linearGradient4381);fill-opacity:1;stroke:none;display:inline;enable-background:new" + id="rect4703" + width="18" + height="1.0000002" + x="15.00025" + y="35.999504" + rx="0.50000012" + ry="0.50000012" /> + <rect + style="fill:url(#radialGradient4368);fill-opacity:1;stroke:url(#linearGradient4370);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001" + id="rect2722" + width="46.956524" + height="29" + x="0.52200425" + y="0.49950299" + rx="1.1086957" + ry="1.0276941" /> + <rect + style="fill:none;stroke:url(#radialGradient4365);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" + id="rect4642" + width="44.869572" + height="27.017836" + x="1.5654825" + y="1.499503" + rx="0" + ry="0" /> + <rect + style="opacity:0.15;fill:none;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" + id="rect5043" + width="44.999969" + height="27.017836" + x="1.500297" + y="1.499503" + rx="0" + ry="0" /> + <path + style="fill:#888a85;fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.50000001" + d="m 42.506124,30.002319 c 0,0 -0.0063,-0.502816 -0.0063,-0.502816 0,-0.554 0.465392,-1 1.043479,-1 0.578086,0 1.043478,0.446 1.043478,1 0,0 0.01628,0.498552 0.01628,0.498552" + id="rect5045" + sodipodi:nodetypes="cscss" /> + <rect + y="3.4795084" + x="2.5240505" + height="23.040005" + width="42.952377" + id="rect2716" + style="fill:url(#radialGradient4353);fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" /> + <rect + style="opacity:0.15;fill:url(#linearGradient4347);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" + id="rect3466" + width="41.904823" + height="22.080004" + x="3.047796" + y="3.9595048" /> + <path + style="opacity:0.74377224;color:#000000;fill:#204a87;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.51671743000000003;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 36.59375 3.375 C 36.541638 3.4212175 36.501216 3.469615 36.4375 3.5 C 36.310078 3.56077 36.21875 3.61917 36.21875 3.65625 C 36.21875 3.69333 36.085431 3.79953 35.9375 3.875 C 35.719864 3.986027 35.644548 4.099319 35.46875 4.46875 C 35.349254 4.719873 35.17737 5.022966 35.09375 5.125 C 35.01013 5.227034 34.88757 5.473005 34.84375 5.6875 C 34.79992 5.901994 34.73468 6.13164 34.6875 6.1875 C 34.518032 6.388578 34.518214 7.10163 34.6875 8 C 34.829598 8.7540683 34.880239 8.932881 35.1875 9.46875 C 35.56151 10.121026 35.966718 10.555873 36.625 10.96875 C 37.168008 11.309335 38.041468 11.45989 38.71875 11.34375 C 39.550887 11.201056 40.03485 10.945211 40.53125 10.4375 C 41.174641 9.7794461 41.4157 9.302128 41.46875 8.46875 C 41.51707 7.7096537 41.42343 7.2363744 41.09375 6.78125 C 40.878775 6.484489 40.19382 6.012382 40.15625 6.125 C 40.1433 6.16382 40.23046 6.311792 40.375 6.46875 C 40.519536 6.625708 40.747764 6.933702 40.875 7.15625 C 41.077674 7.510823 41.13238 7.6505347 41.15625 8.15625 C 41.17997 8.659367 41.14563 8.769111 41 9.09375 C 40.676318 9.815356 40.055695 10.3468 39.15625 10.65625 C 38.701348 10.812769 38.343702 10.814191 37.625 10.6875 C 37.007353 10.57862 36.644175 10.384756 36.3125 9.96875 C 36.065101 9.658443 35.999512 9.505499 35.75 8.90625 C 35.31142 7.8528827 35.253639 7.3463354 35.53125 6.71875 C 35.60405 6.55417 35.65625 6.328215 35.65625 6.21875 C 35.65625 6.034431 35.945095 5.56272 36.09375 5.5 C 36.201051 5.45472 36.5625 5.08006 36.5625 5 C 36.5625 4.92357 36.862735 4.66118 37.59375 4.125 C 38.367291 3.55763 39.346019 3.347234 40.6875 3.46875 C 41.332983 3.52722 41.524318 3.577042 41.9375 3.78125 C 43.076712 4.344281 44.06053 5.496565 44.25 6.5 C 44.30337 6.782665 44.3795 7.106571 44.4375 7.21875 C 44.579887 7.494104 44.540051 8.30272 44.34375 8.6875 C 44.26563 8.840618 44.16251 9.159715 44.125 9.40625 C 44.07408 9.741364 44.01455 9.9106471 43.875 10.0625 C 43.670287 10.285272 43.30391 10.894006 43.0625 11.40625 C 42.862045 11.831567 42.314076 12.378055 41.84375 12.625 C 41.638928 12.732536 41.38743 12.90139 41.3125 12.96875 C 41.23756 13.03611 41.029484 13.13662 40.84375 13.21875 C 40.658021 13.30088 40.344764 13.46862 40.15625 13.59375 C 39.563529 13.987196 39.047143 14.09645 37.6875 14.09375 C 36.259815 14.09085 35.542303 13.977937 34.90625 13.6875 C 34.511597 13.507294 34.305448 13.352847 33.6875 12.71875 C 32.847773 11.857074 32.392889 11.265358 31.90625 10.4375 C 30.384466 7.8486718 29.18896 6.8797694 26.21875 5.78125 C 25.779529 5.618806 25.128127 5.56371 23.90625 5.53125 C 22.750897 5.50056 22.753573 5.5055 21.8125 5.75 C 20.455221 6.102627 19.695151 6.5078666 18.5 7.5 C 18.130374 7.80684 17.864285 8.1017777 17.46875 8.6875 C 16.802272 9.674466 16.74951 9.7659391 16.65625 10.34375 C 16.543126 11.044646 16.42017 12.39016 16.46875 12.46875 C 16.49197 12.50632 16.51951 12.763657 16.53125 13.03125 C 16.54299 13.298843 16.61407 13.896886 16.6875 14.34375 C 16.885454 15.548515 17.075235 15.829044 18.09375 16.6875 C 18.687192 17.187683 18.986409 17.37103 19.21875 17.4375 C 19.393056 17.48736 19.789858 17.630538 20.125 17.75 C 20.884841 18.020867 21.473124 18.10656 22.46875 18.03125 C 23.378543 17.96244 23.596693 17.891904 24.28125 17.53125 C 25.23572 17.028387 25.777551 16.603121 26.0625 16.15625 C 26.375027 15.666145 26.661836 14.877107 26.78125 14.09375 C 26.886319 13.404448 26.81766 13.170887 26.34375 12.25 C 25.946734 11.478543 25.710433 11.246568 24.90625 10.84375 C 24.215012 10.497505 24.080398 10.45165 23.28125 10.53125 C 22.666608 10.59248 22.213751 10.770534 21.75 11.125 C 21.338626 11.439427 21.113936 11.734674 20.90625 12.3125 C 20.76106 12.716443 20.753695 13.25 20.875 13.25 C 20.90557 13.25 21.031498 12.987887 21.15625 12.65625 C 21.280988 12.324613 21.42945 11.97161 21.5 11.875 C 21.57057 11.77839 21.893882 11.569592 22.21875 11.40625 C 22.886093 11.070716 23.515226 10.970273 24 11.125 C 24.278252 11.21381 25.228594 11.789337 25.5 12.03125 C 25.936466 12.420282 26.1854 13.058543 26.1875 13.78125 C 26.1908 14.947213 25.796147 15.800766 25.03125 16.25 C 24.863679 16.34842 24.589633 16.535851 24.40625 16.65625 C 23.9355 16.965318 23.487732 17.05038 22.4375 17 C 21.675938 16.96347 21.464735 16.91021 20.9375 16.71875 C 19.807983 16.30858 18.788035 15.466995 18.40625 14.625 C 17.953758 13.627279 17.91971 13.426305 17.96875 12.40625 C 18.01189 11.508652 18.152723 10.754992 18.40625 10.28125 C 18.582019 9.9528381 19.049175 9.434278 19.8125 8.65625 C 20.110103 8.352915 20.664966 8.090016 21.28125 7.96875 C 22.001103 7.827067 23.681535 7.73424 24.1875 7.8125 C 25.507408 8.016652 27.72404 9.5572801 28.5 10.8125 C 28.874506 11.418317 29.229048 12.114093 29.375 12.53125 C 29.567174 13.080524 29.618567 14.547164 29.46875 15.0625 C 29.40761 15.272963 29.37541 15.544277 29.375 15.6875 C 29.374039 16.028616 29.222935 16.485027 28.9375 17.0625 C 28.810052 17.320341 28.66265 17.726698 28.59375 17.96875 C 28.52483 18.210799 28.42026 18.44414 28.375 18.5 C 28.32973 18.55586 28.27604 18.713412 28.25 18.84375 C 28.1812 19.188733 27.96408 19.896043 27.875 20.0625 C 27.769146 20.260276 27.544466 21.202106 27.4375 21.90625 C 27.35129 22.473734 27.35747 23.691947 27.4375 24.3125 C 27.52911 25.022746 27.765328 26.144781 27.875 26.5 L 30.53125 26.5 C 30.5244 26.490421 30.506621 26.477742 30.5 26.46875 C 30.323908 26.229615 30.15567 25.815915 30.0625 25.4375 C 30.00241 25.19347 29.93966 23.247966 29.96875 22.15625 C 29.98057 21.712993 30.154366 21.215633 30.375 20.96875 C 30.44156 20.89427 30.56928 20.698823 30.65625 20.53125 C 31.207561 19.469157 31.919152 18.561784 32.53125 18.125 C 32.89319 17.866721 33.091631 17.785199 33.71875 17.625 C 35.471806 17.177179 35.66042 17.15625 37.1875 17.15625 C 38.748757 17.15625 39.711366 16.988128 40.34375 16.65625 C 40.550665 16.547664 40.952092 16.362443 41.25 16.21875 C 42.063536 15.82635 42.734098 15.356326 43.28125 14.8125 C 43.551638 14.543751 43.907561 14.20079 44.09375 14.03125 C 44.425536 13.729134 44.739225 13.40439 45 13.0625 L 45 4.34375 C 44.97067 4.31095 44.93548 4.27996 44.90625 4.25 C 44.660649 3.99828 44.343227 3.73154 44.21875 3.65625 C 44.151823 3.6157708 43.961404 3.4821265 43.8125 3.375 L 36.59375 3.375 z M 36.5625 20.53125 C 35.95092 20.48759 35.30371 20.578875 34.71875 20.78125 C 34.29375 20.928285 34.104178 21.032647 33.78125 21.34375 C 33.562488 21.554522 33.30464 21.863776 33.21875 22.03125 C 33.13287 22.198725 32.989939 22.495317 32.875 22.71875 C 32.675735 23.106208 32.65625 23.162584 32.65625 23.9375 C 32.65625 24.716715 32.66395 24.787471 32.875 25.21875 C 33.139138 25.758651 33.603613 26.222445 34.15625 26.5 L 35.0625 26.5 C 34.377095 26.296285 34.116201 26.148656 33.8125 25.8125 C 33.431737 25.391039 33.28829 25.019422 33.21875 24.21875 C 33.16186 23.563664 33.18155 23.482177 33.34375 22.96875 C 33.485041 22.521479 33.584937 22.355321 33.84375 22.09375 C 34.135018 21.799396 34.581337 21.471864 34.9375 21.28125 C 35.227192 21.1262 35.92669 21.05649 36.40625 21.15625 C 36.655995 21.2082 36.91513 21.27965 37 21.28125 C 37.509907 21.29178 38.798747 22.200526 39.0625 22.75 C 39.14866 22.929496 39.28274 23.225561 39.375 23.40625 C 39.501395 23.653774 39.55081 23.88858 39.59375 24.40625 C 39.674569 25.381121 39.654087 26.049378 39.5625 26.5 L 40.9375 26.5 C 40.967044 26.262715 40.969605 26.060841 40.9375 25.75 C 40.90373 25.423215 40.8686 24.93554 40.84375 24.65625 C 40.79219 24.076423 40.427694 23.249378 39.9375 22.53125 C 39.670646 22.140321 38.987605 21.539209 38.1875 21.03125 C 37.750031 20.753515 37.17408 20.57491 36.5625 20.53125 z " + id="path2243-3" /> + <g + style="display:inline;enable-background:new" + id="g9846" + transform="translate(-345.99975,-50.000497)"> + <path + transform="matrix(0.977821,0,0,0.8509468,57.118094,22.22236)" + sodipodi:nodetypes="ccccc" + id="path4789" + d="M 300.26999,82 L 297.50623,88.374691 L 342.5,88.389941 L 339.62033,82 L 300.26999,82 z" + style="opacity:0.6;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;filter:url(#filter4804);enable-background:new" /> + <path + transform="matrix(0.1878343,0,0,0.1596571,342.70276,30.499403)" + d="M 48.84375,375.8125 C 47.435282,375.95664 46.206014,376.78657 45.53125,378.03125 L 31.25,404.40625 C 30.914755,405.03876 30.73848,405.75988 30.75,406.46875 C 30.748746,406.39129 30.746329,406.41294 30.75,406.53125 L 30.75,409.46875 L 30.75,409.78125 C 30.745943,410.21651 30.87696,410.64231 31.125,411 C 31.201261,411.21987 31.198308,411.38181 31.34375,411.625 C 32.103454,412.89529 33.491398,413.67922 35,413.6875 L 255.84375,413.6875 C 257.35566,413.69094 258.75604,412.9027 259.53125,411.59375 C 259.86135,411.03642 259.96546,410.51837 260.03125,410.125 C 260.14476,409.44634 260.125,408.96875 260.125,408.96875 C 260.12531,408.94792 260.12531,408.92708 260.125,408.90625 L 260.125,406.8125 C 260.125,406.21586 260.11907,405.29688 259.59375,404.34375 L 244.75,377.96875 C 244.73958,377.96867 244.72917,377.96867 244.71875,377.96875 C 243.94931,376.62222 242.5196,375.79723 240.96875,375.8125 L 49.375,375.8125 C 49.341697,375.81082 49.314423,375.81341 49.28125,375.8125 C 49.170672,375.80948 49.079762,375.80688 48.96875,375.8125 C 48.927093,375.81126 48.885407,375.81126 48.84375,375.8125 z" + id="path3698" + style="fill:url(#linearGradient9915);fill-opacity:1;stroke:url(#linearGradient9917);stroke-width:5.77455425;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + inkscape:original="M 49.0625 377.90625 C 48.351795 377.97898 47.715484 378.40319 47.375 379.03125 L 33.09375 405.40625 C 32.921854 405.73057 32.838 406.08368 32.84375 406.4375 C 32.843921 406.44806 32.843422 406.45818 32.84375 406.46875 L 32.84375 409.46875 L 32.84375 409.78125 L 32.90625 409.78125 C 32.951585 410.04087 33.016408 410.29742 33.15625 410.53125 C 33.544315 411.18013 34.243936 411.5896 35 411.59375 L 255.84375 411.59375 C 256.60912 411.59549 257.32874 411.18979 257.71875 410.53125 C 257.85619 410.2992 257.92557 410.03943 257.96875 409.78125 C 258.01748 409.48989 258.03125 408.90625 258.03125 408.90625 L 258.03125 406.8125 C 258.03125 406.32053 257.99454 405.81869 257.75 405.375 L 242.90625 379 C 242.51767 378.31998 241.78319 377.89854 241 377.90625 L 49.28125 377.90625 C 49.208701 377.90258 49.135047 377.90258 49.0625 377.90625 z " + inkscape:radius="2.1041079" + sodipodi:type="inkscape:offset" /> + <g + transform="matrix(0.1872588,0,0,0.1485186,342.78643,34.872494)" + clip-path="url(#clipPath3519)" + id="g3594" + style="display:inline;enable-background:new"> + <path + style="fill:url(#radialGradient9919);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + d="M 49.053018,377.91849 C 48.342312,377.99122 47.713462,378.41045 47.372978,379.03851 L 33.092643,405.42136 C 32.920748,405.74568 32.837999,406.09423 32.843749,406.44805 C 32.843921,406.45862 32.843421,406.46859 32.843749,406.47916 L 32.843749,409.46589 L 32.843749,409.77701 L 32.905972,409.77701 C 32.951307,410.03663 33.015025,410.28987 33.154867,410.5237 C 33.54293,411.17259 34.234402,411.57735 34.990466,411.5815 L 255.85342,411.5815 C 256.61879,411.58325 257.33012,411.18224 257.72013,410.5237 C 257.85756,410.29166 257.92585,410.03519 257.96903,409.77701 C 258.01775,409.48565 258.03125,408.90588 258.03125,408.90588 L 258.03125,406.82139 C 258.03125,406.32941 257.99578,405.83393 257.75124,405.39024 L 242.9109,379.0074 C 242.52232,378.32737 241.79626,377.91078 241.01307,377.91849 L 49.270801,377.91849 C 49.198253,377.91482 49.125565,377.91482 49.053018,377.91849 z" + id="path3596" + sodipodi:nodetypes="cccsccccsccsscsccccc" /> + <path + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;filter:url(#filter3523);enable-background:new" + d="M 32.84375,407.84375 L 32.84375,409.46875 L 32.84375,409.78125 L 32.90625,409.78125 C 32.95158,410.04087 33.01641,410.29742 33.15625,410.53125 C 33.5443,411.18013 34.24393,411.5896 35,411.59375 L 255.84375,411.59375 C 256.60915,411.59549 257.32874,411.18979 257.71875,410.53125 C 257.85616,410.2992 257.92557,410.03943 257.96875,409.78125 C 258.01744,409.48989 258.03125,408.90625 258.03125,408.90625 L 258.03125,407.84375 C 257.62159,408.34791 257.0046,408.65776 256.34375,408.65625 L 34.5,408.65625 C 33.84719,408.65267 33.24985,408.34097 32.84375,407.84375 z" + id="path3598" /> + <path + style="fill:url(#linearGradient9921);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + d="M 49.053018,377.91849 C 48.342312,377.99122 47.713462,378.41045 47.372978,379.03851 L 33.092643,405.42136 C 32.920748,405.74568 32.837999,406.09423 32.843749,406.44805 C 32.843921,406.45862 32.843421,406.46859 32.843749,406.47916 L 32.843749,409.46589 L 32.843749,409.77701 L 32.905972,409.77701 C 32.951307,410.03663 33.015025,410.28987 33.154867,410.5237 C 33.54293,411.17259 34.234402,411.57735 34.990466,411.5815 L 255.85342,411.5815 C 256.61879,411.58325 257.33012,411.18224 257.72013,410.5237 C 257.85756,410.29166 257.92585,410.03519 257.96903,409.77701 C 258.01775,409.48565 258.03125,408.90588 258.03125,408.90588 L 258.03125,406.82139 C 258.03125,406.32941 257.99578,405.83393 257.75124,405.39024 L 242.9109,379.0074 C 242.52232,378.32737 241.79626,377.91078 241.01307,377.91849 L 49.270801,377.91849 C 49.198253,377.91482 49.125565,377.91482 49.053018,377.91849 z" + id="path3600" + sodipodi:nodetypes="cccsccccsccsscsccccc" /> + </g> + <path + sodipodi:nodetypes="cccccccccccccccccccccccc" + id="path3702" + d="M 353.09083,90 L 350.77007,95.06953 L 375.582,95.063207 L 374.92639,90 L 353.09083,90 z M 376.06066,90 L 376.42038,92.567703 L 381.27079,92.567703 L 380.59197,90 L 376.06066,90 z M 381.72774,90.810116 L 383.02736,95.063207 L 389.27165,95.063207 L 387.27579,90.810116 L 381.72774,90.810116 z M 378.21318,93.240449 L 378.34082,94.050559 L 376.74529,94.050559 L 376.90774,95.063207 L 382.00764,95.063207 L 381.68853,94.050559 L 380.05238,94.050559 L 379.84933,93.240449 L 378.21318,93.240449 z" + style="opacity:0.8310502;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" /> + <path + transform="matrix(0.1867514,0,0,0.1394339,342.86027,38.458456)" + d="M 49.5,380.40625 L 35.34375,406.53125 L 35.34375,409.09375 L 255.53125,409.09375 C 255.5417,408.94999 255.53125,408.84375 255.53125,408.84375 L 255.53125,406.8125 C 255.53125,406.44538 255.47213,406.42979 255.5625,406.59375 L 240.8125,380.40625 L 49.5,380.40625 z" + id="path8710" + style="opacity:0.84474888;fill:none;fill-opacity:1;stroke:url(#linearGradient9923);stroke-width:6.19703245;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + inkscape:original="M 49.0625 377.90625 C 48.351795 377.97898 47.715484 378.40319 47.375 379.03125 L 33.09375 405.40625 C 32.921854 405.73057 32.838 406.08368 32.84375 406.4375 C 32.843921 406.44806 32.843422 406.45818 32.84375 406.46875 L 32.84375 409.46875 L 32.84375 409.78125 L 32.90625 409.78125 C 32.951585 410.04087 33.016408 410.29742 33.15625 410.53125 C 33.544315 411.18013 34.243936 411.5896 35 411.59375 L 255.84375 411.59375 C 256.60912 411.59549 257.32874 411.18979 257.71875 410.53125 C 257.85619 410.2992 257.92557 410.03943 257.96875 409.78125 C 258.01748 409.48989 258.03125 408.90625 258.03125 408.90625 L 258.03125 406.8125 C 258.03125 406.32053 257.99454 405.81869 257.75 405.375 L 242.90625 379 C 242.51767 378.31998 241.78319 377.89854 241 377.90625 L 49.28125 377.90625 C 49.208701 377.90258 49.135047 377.90258 49.0625 377.90625 z " + inkscape:radius="-2.5097508" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cccccccccccccccccccccccc" + id="path3704" + d="M 353.09083,90 L 350.77007,94.076847 L 375.582,94.071757 L 374.92639,90 L 353.09083,90 z M 376.06066,90 L 376.42038,92.06491 L 381.27079,92.06491 L 380.59197,90 L 376.06066,90 z M 381.72774,90.651483 L 383.02736,94.071757 L 389.27165,94.071757 L 387.27579,90.651483 L 381.72774,90.651483 z M 378.21318,92.605925 L 378.34082,93.257401 L 376.74529,93.257401 L 376.90774,94.071757 L 382.00764,94.071757 L 381.68853,93.257401 L 380.05238,93.257401 L 379.84933,92.605925 L 378.21318,92.605925 z" + style="fill:url(#linearGradient9925);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" /> + <g + transform="translate(50.020859,10.047559)" + style="fill:url(#linearGradient10041);fill-opacity:1" + id="g3735"> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9927);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4584" + width="1" + height="1" + x="302" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9929);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4586" + width="1" + height="1" + x="301" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9931);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4590" + width="1" + height="1" + x="303" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9933);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4592" + width="1" + height="1" + x="303" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9935);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4594" + width="1" + height="1" + x="304" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9937);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1" + id="rect4607" + width="1" + height="1" + x="306" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9939);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4609" + width="1" + height="1" + x="306" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9941);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4611" + width="1" + height="1" + x="305" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9943);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4613" + width="1" + height="1" + x="305" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9945);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4615" + width="1" + height="1" + x="307" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9947);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4619" + width="1" + height="1" + x="308" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9949);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4628" + width="1" + height="1" + x="308" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9951);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4630" + width="1" + height="1" + x="304" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9953);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4639" + width="1" + height="1" + x="310" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9955);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4641" + width="1" + height="1" + x="310" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9957);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4645" + width="1" + height="1" + x="309" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9959);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4647" + width="1" + height="1" + x="311" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9961);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4651" + width="1" + height="1" + x="312" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9963);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4653" + width="1" + height="1" + x="314" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9965);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4655" + width="1" + height="1" + x="314" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9967);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4659" + width="1" + height="1" + x="313" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9969);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4661" + width="1" + height="1" + x="315" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9971);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4665" + width="1" + height="1" + x="316" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9973);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4667" + width="1" + height="1" + x="316" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9975);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4669" + width="1" + height="1" + x="312" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9977);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4671" + width="1" + height="1" + x="318" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9979);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4673" + width="1" + height="1" + x="318" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9981);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4677" + width="1" + height="1" + x="317" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9983);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4679" + width="1" + height="1" + x="319" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9985);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4683" + width="1" + height="1" + x="320" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9987);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4685" + width="1" + height="1" + x="322" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9989);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4687" + width="1" + height="1" + x="322" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9991);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4689" + width="1" + height="1" + x="321" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9993);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4691" + width="1" + height="1" + x="321" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9995);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4693" + width="1" + height="1" + x="323" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9997);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4695" + width="1" + height="1" + x="323" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient9999);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4697" + width="1" + height="1" + x="324" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10001);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4699" + width="1" + height="1" + x="324" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10003);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4701" + width="1" + height="1" + x="320" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10005);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4704" + width="1" + height="1" + x="326" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10007);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4708" + width="1" + height="1" + x="325" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10009);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4712" + width="1" + height="1" + x="327" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10011);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4714" + width="1" + height="1" + x="327" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10013);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4716" + width="1" + height="1" + x="328" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10015);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4718" + width="1" + height="1" + x="330" + y="80" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10017);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4722" + width="1" + height="1" + x="329" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10019);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4724" + width="1" + height="1" + x="329" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10021);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4728" + width="1" + height="1" + x="331" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10023);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4736" + width="1" + height="1" + x="333" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10025);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4738" + width="1" + height="1" + x="333" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10027);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4744" + width="1" + height="1" + x="336" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10029);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4746" + width="1" + height="1" + x="335" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10031);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4748" + width="1" + height="1" + x="335" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10033);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4750" + width="1" + height="1" + x="337" + y="81" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10035);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4752" + width="1" + height="1" + x="337" + y="83" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10037);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4756" + width="1" + height="1" + x="338" + y="82" + rx="0.28125" + ry="0.28125" /> + <rect + style="opacity:0.55363734;fill:url(#linearGradient10039);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.3612;stroke-opacity:1;display:inline;enable-background:new" + id="rect4758" + width="1" + height="1" + x="334" + y="82" + rx="0.28125" + ry="0.28125" /> + </g> + </g> + <path + style="opacity:0.24497992;fill:url(#radialGradient3303);fill-opacity:1;stroke:none" + d="m 30.057013,3.959505 14.895607,0 0,22.080004 -30.825793,0 15.930186,-22.080004 z" + id="rect4785" + sodipodi:nodetypes="ccccc" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/mimetypes/application-pdf.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/mimetypes/application-pdf.svg new file mode 100644 index 0000000000000000000000000000000000000000..5a18629455631b6582145727aaaff4ac5bd44c2c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/mimetypes/application-pdf.svg @@ -0,0 +1,224 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg5487" + sodipodi:version="0.32" + inkscape:version="0.46+devel" + sodipodi:docname="adobe-reader.svg" + inkscape:export-filename="/home/andreas/project/application icons/48x48/adobe-reader.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs5489"> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6733"> + <stop + style="stop-color:white;stop-opacity:1" + offset="0" + id="stop6735" /> + <stop + style="stop-color:#e8e8e8;stop-opacity:1" + offset="1" + id="stop6737" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6733" + id="radialGradient7142" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.48964,-7.433083e-8,0,1.802748,-17.69858,-10.7762)" + cx="12.011247" + cy="13.194963" + fx="12.011247" + fy="13.194963" + r="19.99999" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8" + inkscape:cx="27.665494" + inkscape:cy="31.695836" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1674" + inkscape:window-height="968" + inkscape:window-x="0" + inkscape:window-y="27" /> + <metadata + id="metadata5492"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2043" + inkscape:label="Shadow" + transform="matrix(1.1,0,0,0.666665,-2.400018,14.66673)"> + <g + style="display:inline" + id="g2036" + inkscape:label="Shadow"> + <g + id="g3712" + style="opacity:0.4" + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"> + <rect + y="40" + x="38" + height="7" + width="5" + id="rect2801" + style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="scale(-1,-1)" + y="-47" + x="-10" + height="7" + width="5" + id="rect3696" + style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="40" + x="10" + height="7.0000005" + width="28" + id="rect3700" + style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> + <rect + style="opacity:1;fill:url(#radialGradient7142);fill-opacity:1;stroke:none;stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5505" + width="40" + height="40" + x="4" + y="4" + rx="2.9366217" + ry="2.9366217" /> + <path + style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4,17.897454 C 4,17.897454 12,19 29,4 C 28.789348,3.957349 39,4 39,4 C 39,4 36.446954,12.510153 37.696954,22.010153 C 38.946954,31.510153 44,41.031164 44,41.031164 C 43.975139,42.968195 42.795691,44.030753 41.017857,44.023984 L 22,44.006127 C 21.805078,24.773469 28.378178,10.181385 30.506607,6 C 30.506607,6 22.881728,13.594409 16.505076,17.594409 C 10.128425,21.594409 4.0908627,22 4.0908627,22 L 4,17.897454 z " + id="path5507" + sodipodi:nodetypes="ccczcccczcc" /> + <path + style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 3.9395949,31.656599 C 3.9395949,31.656599 10.379115,40.50814 10.379115,44.003064 L 15.000766,44.016026 C 15.000766,44.016026 10.808123,30.888832 4.0908627,26 L 3.9395949,31.656599 z " + id="path6711" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:0.5;fill:none;fill-opacity:1;stroke:white;stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect6741" + width="36.999985" + height="37.000011" + x="5.4999981" + y="5.499989" + rx="1.365193" + ry="1.365193" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.15" + d="M 5,25 C 5,25 35,29.5 44,20 L 44,6.9821429 C 44,5.3808528 43.285838,4.0178572 41.017856,4.0178572 C 41.017856,4.0178572 20,17.857143 5,16.428571 L 5,25 z " + id="path6713" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.15" + d="M 44,29 C 40.370389,32.222166 35.915325,38.588059 32.79079,44.032561 L 28.879551,44.005948 C 32.529297,36.350956 38.430964,28.831641 44,23.5 L 44,29 z " + id="path6715" + sodipodi:nodetypes="ccccc" /> + <rect + style="opacity:0.3;fill:none;fill-opacity:1;stroke:black;stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect8032" + width="38.999989" + height="39" + x="4.5000005" + y="4.500001" + rx="2.5080495" + ry="2.5080507" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/distributor-logo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/distributor-logo.svg new file mode 120000 index 0000000000000000000000000000000000000000..4a56d0e6a18fee0be24c7d5999aed80398a93713 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/distributor-logo.svg @@ -0,0 +1 @@ +trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/gnome-about-logo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/gnome-about-logo.svg new file mode 120000 index 0000000000000000000000000000000000000000..4a56d0e6a18fee0be24c7d5999aed80398a93713 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/gnome-about-logo.svg @@ -0,0 +1 @@ +trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/gnome-main-menu.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/gnome-main-menu.svg new file mode 120000 index 0000000000000000000000000000000000000000..4a56d0e6a18fee0be24c7d5999aed80398a93713 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/gnome-main-menu.svg @@ -0,0 +1 @@ +trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/start-here.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/start-here.svg new file mode 120000 index 0000000000000000000000000000000000000000..4a56d0e6a18fee0be24c7d5999aed80398a93713 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/start-here.svg @@ -0,0 +1 @@ +trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/trisquel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/trisquel.svg new file mode 100644 index 0000000000000000000000000000000000000000..9656423f1f4b9caa7be82cd8695fc78c0dd2b485 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/trisquel.svg @@ -0,0 +1,850 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1328" + sodipodi:version="0.32" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="trisquel.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1"> + <sodipodi:namedview + inkscape:cy="-1.8550469" + inkscape:cx="13.214252" + inkscape:zoom="5.8308257" + inkscape:window-height="980" + inkscape:window-width="1678" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="0.31764706" + bordercolor="#666" + pagecolor="#ffffff" + id="base" + inkscape:showpageshadow="false" + showgrid="false" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:current-layer="g4159" + showguides="false" + inkscape:guide-bbox="true" + inkscape:window-maximized="1"> + <sodipodi:guide + orientation="horizontal" + position="-36.856746" + id="guide15955" /> + <sodipodi:guide + orientation="horizontal" + position="46.547621" + id="guide15957" /> + </sodipodi:namedview> + <defs + id="defs1330"> + <linearGradient + id="linearGradient3926"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3928" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3930" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective58" /> + <linearGradient + id="linearGradient7108"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7110" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7112" /> + </linearGradient> + <linearGradient + id="linearGradient7100"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7102" /> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop7104" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806" /> + <stop + id="stop2812" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2781"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2782"> + <stop + style="stop-color:white;stop-opacity:1;" + offset="0" + id="stop2784" /> + <stop + style="stop-color:white;stop-opacity:0;" + offset="1" + id="stop2786" /> + </linearGradient> + <linearGradient + id="linearGradient5106"> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="0" + id="stop5108" /> + <stop + style="stop-color:#386ea6;stop-opacity:1;" + offset="1" + id="stop5110" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient2780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient2788" + x1="26.0625" + y1="23.265625" + x2="29.03125" + y2="55.265625" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2827" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient2829" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient2831" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5106" + id="linearGradient8141" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)" + x1="8.1771841" + y1="5.7791729" + x2="8.1771841" + y2="15.676654" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2782" + id="linearGradient15953" + x1="77.297218" + y1="16.647184" + x2="77.480881" + y2="52.45615" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-0.8601477,-1.863416)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19858" + cx="73.570084" + cy="23.145077" + fx="73.570084" + fy="23.145077" + r="20.928947" + gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19868" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient19870" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient19872" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" + gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient3814" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781" + id="radialGradient3816" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804" + id="linearGradient3818" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8112-7" + id="linearGradient8126-6" + x1="29.854376" + y1="50.395214" + x2="21.795116" + y2="15.465387" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient8112-7"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8114-6" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8116-1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8112-7" + id="linearGradient8118-0" + x1="33.111675" + y1="43.542542" + x2="25.368185" + y2="2.4395995" + gradientUnits="userSpaceOnUse" /> + <linearGradient + y2="2.4395995" + x2="25.368185" + y1="43.542542" + x1="33.111675" + gradientUnits="userSpaceOnUse" + id="linearGradient3877" + xlink:href="#linearGradient8112-7" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3926" + id="linearGradient3932" + x1="29.069641" + y1="17.55834" + x2="24.610579" + y2="5.1244259" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + gradientTransform="translate(135.57256,-0.6002583)" + inkscape:collect="always" + xlink:href="#linearGradient3926-7" + id="linearGradient3932-0" + x1="29.069641" + y1="17.55834" + x2="24.610579" + y2="5.1244259" + gradientUnits="userSpaceOnUse" + spreadMethod="reflect" /> + <linearGradient + id="linearGradient3926-7"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3928-2" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3930-9" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781-0" + id="radialGradient3814-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2781-0"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop2783-0" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2785-8" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781-0" + id="radialGradient3816-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804-2" + id="linearGradient3818-1" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + id="linearGradient2804-2"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop2806-5" /> + <stop + id="stop2812-2" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2808-1" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="15.465387" + x2="21.795116" + y1="50.395214" + x1="29.854376" + id="linearGradient8126" + xlink:href="#linearGradient8112" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="2.4395995" + x2="25.368185" + y1="43.542542" + x1="33.111675" + id="linearGradient8118" + xlink:href="#linearGradient8112" + inkscape:collect="always" /> + <linearGradient + y2="40" + x2="21.875" + y1="48.000977" + x1="21.875" + gradientUnits="userSpaceOnUse" + id="linearGradient19886" + xlink:href="#linearGradient2804-0" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + gradientUnits="userSpaceOnUse" + id="radialGradient19884" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + gradientUnits="userSpaceOnUse" + id="radialGradient19882" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <linearGradient + gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)" + y2="40" + x2="21.875" + y1="48.000977" + x1="21.875" + gradientUnits="userSpaceOnUse" + id="linearGradient19872-2" + xlink:href="#linearGradient2804-0" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)" + gradientUnits="userSpaceOnUse" + id="radialGradient19870-2" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)" + gradientUnits="userSpaceOnUse" + id="radialGradient19868-1" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)" + r="20.928947" + fy="23.145077" + fx="73.570084" + cy="23.145077" + cx="73.570084" + id="radialGradient19858-8" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-0.8601477,-1.863416)" + gradientUnits="userSpaceOnUse" + y2="52.45615" + x2="77.480881" + y1="16.647184" + x1="77.297218" + id="linearGradient15953-4" + xlink:href="#linearGradient2782-4" + inkscape:collect="always" /> + <linearGradient + y2="15.676654" + x2="8.1771841" + y1="5.7791729" + x1="8.1771841" + gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)" + gradientUnits="userSpaceOnUse" + id="linearGradient8141-4" + xlink:href="#linearGradient5106-2" + inkscape:collect="always" /> + <linearGradient + y2="40" + x2="21.875" + y1="48.000977" + x1="21.875" + gradientUnits="userSpaceOnUse" + id="linearGradient2831-5" + xlink:href="#linearGradient2804-0" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + gradientUnits="userSpaceOnUse" + id="radialGradient2829-2" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + gradientUnits="userSpaceOnUse" + id="radialGradient2827-9" + xlink:href="#linearGradient2781-00" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="55.265625" + x2="29.03125" + y1="23.265625" + x1="26.0625" + id="linearGradient2788-3" + xlink:href="#linearGradient2782-4" + inkscape:collect="always" /> + <linearGradient + y2="15.676654" + x2="8.1771841" + y1="5.7791729" + x1="8.1771841" + gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)" + gradientUnits="userSpaceOnUse" + id="linearGradient2780-6" + xlink:href="#linearGradient5106-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5106-2"> + <stop + id="stop5108-9" + offset="0" + style="stop-color:#729fcf;stop-opacity:1;" /> + <stop + id="stop5110-4" + offset="1" + style="stop-color:#386ea6;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient2782-4" + inkscape:collect="always"> + <stop + id="stop2784-0" + offset="0" + style="stop-color:white;stop-opacity:1;" /> + <stop + id="stop2786-3" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2781-00" + inkscape:collect="always"> + <stop + id="stop2783-2" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop2785-0" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2804-0"> + <stop + id="stop2806-57" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop2812-6" /> + <stop + id="stop2808-7" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient7100-5"> + <stop + id="stop7102-0" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop7104-7" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient7108-4"> + <stop + id="stop7110-1" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop7112-2" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient8112" + inkscape:collect="always"> + <stop + id="stop8114" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop8116" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <inkscape:perspective + id="perspective58-8" + inkscape:persp3d-origin="24 : 16 : 1" + inkscape:vp_z="48 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 24 : 1" + sodipodi:type="inkscape:persp3d" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781-0" + id="radialGradient4189" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient2781-0" + id="radialGradient4191" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + cx="1" + cy="44" + fx="1" + fy="44" + r="5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2804-2" + id="linearGradient4193" + gradientUnits="userSpaceOnUse" + x1="21.875" + y1="48.000977" + x2="21.875" + y2="40" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3926-7" + id="linearGradient4195" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(135.57256,-0.6002583)" + spreadMethod="reflect" + x1="29.069641" + y1="17.55834" + x2="24.610579" + y2="5.1244259" /> + </defs> + <sodipodi:namedview + id="namedview21" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="9.8994949" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="736" + inkscape:window-height="851" + inkscape:window-x="214" + inkscape:window-y="28" /> + <metadata + id="metadata1333"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>go</rdf:li> + <rdf:li>seek</rdf:li> + <rdf:li>home</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Rodney Dawes</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g4159" + transform="translate(-135.51971,0.60635214)"> + <g + transform="matrix(0.37055008,0,0,1.037397,156.43471,-3.7947111)" + style="opacity:0.48165138" + id="g19860-4"> + <g + transform="translate(-4.009683,0.9154279)" + style="opacity:0.29999999999999999" + id="g19874-6"> + <rect + style="color:#000000;fill:url(#radialGradient4189);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect19876-7" + width="10" + height="8" + x="-11" + y="-48" + transform="scale(-1,-1)" /> + <rect + style="color:#000000;fill:url(#radialGradient4191);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect19878-1" + width="10" + height="8" + x="38" + y="40" /> + <rect + style="color:#000000;fill:url(#linearGradient4193);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect19880-3" + width="27" + height="8" + x="11" + y="40" /> + </g> + </g> + <path + inkscape:connector-curvature="0" + id="path12028-3" + d="m 163.37718,43.595149 c -1.11295,-0.150751 -2.33712,-0.449604 -2.88042,-0.703184 -1.25576,-0.586116 -2.45737,-1.418484 -2.88557,-1.998872 -0.11219,-0.152081 -0.39067,-0.423583 -0.61885,-0.603339 -0.90709,-0.71463 -1.43698,-1.467016 -2.51825,-3.575682 -0.12285,-0.239579 -0.50667,-2.179445 -0.64795,-3.274782 -0.11163,-0.865575 -0.10266,-2.594916 0.0176,-3.386468 0.14921,-0.98217 0.45399,-2.273875 0.60164,-2.549743 0.12425,-0.232181 0.433,-1.232238 0.52896,-1.713436 0.0363,-0.181798 0.1176,-0.394288 0.18075,-0.472201 0.0631,-0.07791 0.19347,-0.417897 0.2896,-0.75552 0.0961,-0.337624 0.32023,-0.908117 0.498,-1.267764 0.39813,-0.805485 0.58523,-1.405639 0.58657,-1.881444 5.8e-4,-0.199774 0.0709,-0.603415 0.1562,-0.896979 0.20897,-0.718813 0.12841,-2.742869 -0.13964,-3.509021 -0.20358,-0.581868 -0.70075,-1.559055 -1.22313,-2.404076 -1.08234,-1.750835 -4.176,-3.904982 -6.01707,-4.189741 -0.70574,-0.109157 -3.04158,0.01163 -4.04565,0.209202 -0.85962,0.169148 -1.66933,0.545347 -2.08443,0.968451 -1.06473,1.085229 -1.68697,1.818373 -1.93214,2.276456 -0.35364,0.660795 -0.57293,1.674412 -0.63311,2.926421 -0.0684,1.422819 -0.009,1.720251 0.6221,3.111916 0.53252,1.174452 1.96461,2.360996 3.54011,2.933118 0.7354,0.267055 1.01542,0.316591 2.07768,0.367548 1.46491,0.07027 2.08927,-0.03592 2.74589,-0.467019 0.25579,-0.167938 0.65632,-0.417662 0.89005,-0.554942 1.06692,-0.626613 1.62417,-1.808353 1.61963,-3.43469 -0.003,-1.008064 -0.36206,-1.918894 -0.97086,-2.461533 -0.37857,-0.337431 -1.71422,-1.14108 -2.10234,-1.264958 -0.67618,-0.215821 -1.5485,-0.07892 -2.47933,0.389098 -0.45315,0.227836 -0.90442,0.524499 -1.00284,0.659251 -0.0984,0.134753 -0.32131,0.62348 -0.49531,1.086061 -0.17401,0.462582 -0.35127,0.841058 -0.39391,0.841058 -0.1692,0 -0.12581,-0.733634 0.0767,-1.297072 0.28969,-0.805976 0.58063,-1.225328 1.15444,-1.663906 0.64685,-0.494424 1.28105,-0.738891 2.13839,-0.824292 1.11469,-0.111037 1.28927,-0.0798 2.25344,0.403159 1.12172,0.561869 1.46073,0.893284 2.01449,1.969346 0.66103,1.284493 0.742,1.637979 0.59545,2.599448 -0.16656,1.092661 -0.54105,2.196775 -0.97697,2.880396 -0.39747,0.623316 -1.13847,1.191123 -2.4698,1.892539 -0.95485,0.503057 -1.28088,0.590881 -2.54989,0.686862 -1.38874,0.105038 -2.19832,0.01486 -3.25818,-0.362922 -0.46748,-0.166631 -1.04889,-0.359869 -1.29202,-0.429414 -0.32408,-0.09271 -0.74335,-0.380392 -1.5711,-1.078071 -1.42067,-1.197412 -1.64894,-1.58457 -1.92506,-3.265031 -0.10241,-0.623305 -0.1996,-1.438669 -0.21597,-1.81192 -0.0164,-0.373251 -0.0563,-0.721519 -0.0887,-0.77393 -0.0678,-0.109626 0.0895,-2.008475 0.24727,-2.986115 0.13007,-0.805955 0.18957,-0.928503 1.1192,-2.305166 0.55171,-0.816991 0.91447,-1.240149 1.43003,-1.6681441 1.66706,-1.38387 2.75616,-1.957671 4.64934,-2.44953 1.31265,-0.341033 1.3161,-0.341384 2.92764,-0.298571 1.70433,0.04528 2.61151,0.151723 3.22415,0.378307 4.14298,1.532264 5.77721,2.8737521 7.89986,6.4847631 0.67879,1.154732 1.32681,1.980197 2.49811,3.182101 0.86193,0.884467 1.13778,1.106289 1.68825,1.357648 0.88719,0.405115 1.92505,0.552633 3.91646,0.556667 1.89649,0.0038 2.61413,-0.139766 3.44089,-0.688564 0.26294,-0.174537 0.69003,-0.411069 0.9491,-0.525627 0.25906,-0.114558 0.55654,-0.285163 0.66108,-0.379121 0.10452,-0.09396 0.42379,-0.29356 0.70947,-0.443556 0.65603,-0.344449 1.42167,-1.111788 1.70127,-1.705038 0.33674,-0.714501 0.85186,-1.5632 1.13741,-1.873931 0.19465,-0.211812 0.28434,-0.441122 0.35538,-0.908554 0.0523,-0.343878 0.18417,-0.799976 0.29312,-1.013551 0.27382,-0.536709 0.36643,-1.6706961 0.16781,-2.0547721 -0.0809,-0.156472 -0.20803,-0.607085 -0.28247,-1.001359 -0.26428,-1.399635 -1.64892,-3.0320544 -3.23794,-3.8173954 -0.57632,-0.284837 -0.82075,-0.345481 -1.7211,-0.427039 -1.87116,-0.169496 -3.24094,0.119258 -4.3199,0.910652 -1.01966,0.7478874 -1.4599,1.1168244 -1.4599,1.2234324 0,0.111678 -0.46981,0.660474 -0.61949,0.723625 -0.20734,0.08749 -0.60823,0.753695 -0.60823,1.010791 0,0.152688 -0.0831,0.46544 -0.18464,0.695004 -0.38721,0.875382 -0.31933,1.5844021 0.29243,3.0536851 0.34802,0.835859 0.45462,1.030992 0.7997,1.463822 0.46264,0.580263 0.94901,0.849182 1.81053,1.001052 1.00249,0.176716 1.50441,0.163963 2.13894,-0.05435 1.25458,-0.431636 2.12798,-1.167898 2.57947,-2.174427 0.20312,-0.452821 0.22813,-0.622633 0.19504,-1.324403 -0.0333,-0.705395 -0.0779,-0.8748071 -0.36061,-1.3693811 -0.17747,-0.310419 -0.4876,-0.743524 -0.68921,-0.962456 -0.20161,-0.218932 -0.35179,-0.442358 -0.33374,-0.496504 0.0524,-0.157084 1.00217,0.535564 1.30202,0.9495 0.45987,0.634827 0.60762,1.2723871 0.54023,2.3312081 -0.074,1.162432 -0.39128,1.84193 -1.28871,2.759812 -0.6924,0.708178 -1.38801,1.04873 -2.5487,1.247767 -0.94471,0.161997 -2.14423,-0.05862 -2.90165,-0.533675 -0.91819,-0.575899 -1.49026,-1.166179 -2.01195,-2.076003 -0.42857,-0.747453 -0.50913,-0.978697 -0.70733,-2.030505 -0.23612,-1.2530871 -0.23565,-2.2758101 0.001,-2.5562831 0.0658,-0.07791 0.16964,-0.386449 0.23078,-0.685635 0.0611,-0.299187 0.20657,-0.66042 0.32321,-0.802741 0.11663,-0.142321 0.34842,-0.545355 0.51511,-0.895632 0.2452,-0.5152994 0.37467,-0.6734044 0.67823,-0.8282704 0.20635,-0.105273 0.37518,-0.233726 0.37518,-0.285453 0,-0.051727 0.14544,-0.163399 0.32318,-0.248163 0.17776,-0.084764 0.34393,-0.23342 0.36927,-0.33035 0.0272,-0.104005 0.27212,-0.275367 0.59761,-0.418114 0.30335,-0.133034 0.78282,-0.350242 1.06553,-0.482682 0.2827,-0.132442 1.06892,-0.378033 1.74714,-0.54576 1.17248,-0.289958 1.28889,-0.301648 2.36641,-0.237649 1.08208,0.064269 1.15842,0.082714 1.68936,0.408196 0.30583,0.187487 0.70957,0.39059 0.89718,0.451342 0.18761,0.060751 0.67337,0.348973 1.07948,0.640493 0.4061,0.291518 0.88044,0.615966 1.05409,0.720994 0.17364,0.105026 0.596,0.478229 0.93858,0.829339 0.71098,0.7286944 1.45698,2.0873814 1.70245,3.1006224 0.0801,0.330595 0.23041,0.89857 0.33405,1.262165 0.16122,0.5656751 0.18021,0.8314471 0.13149,1.8415811 -0.1517,3.146102 -1.22161,5.567566 -3.29355,7.45422 -0.2597,0.236482 -0.78077,0.736675 -1.15792,1.111537 -0.76319,0.758554 -1.67381,1.385104 -2.80856,1.932441 -0.41554,0.200429 -0.99165,0.488337 -1.28026,0.639797 -0.88208,0.462918 -2.23114,0.667017 -4.40886,0.667017 -2.13004,0 -2.36654,0.03229 -4.81178,0.656928 -0.87473,0.223454 -1.162,0.344996 -1.66686,0.705255 -0.85378,0.609246 -1.83885,1.878368 -2.60784,3.359822 -0.12132,0.233738 -0.29656,0.509976 -0.3894,0.61386 -0.30774,0.344362 -0.54562,1.050579 -0.56211,1.668854 -0.0406,1.522775 0.022,4.223809 0.10579,4.564192 0.12997,0.52783 0.37205,1.083044 0.61766,1.416601 0.3185,0.432516 0.85083,1.405096 0.97501,1.781347 0.0667,0.201978 0.29061,0.486616 0.56097,0.712969 0.2475,0.207223 0.57185,0.552596 0.72077,0.767493 0.32368,0.467057 1.4941,1.101649 2.19529,1.190266 0.24559,0.03104 0.53323,0.11023 0.6392,0.17598 0.10596,0.06575 0.4247,0.167593 0.7083,0.226311 0.61492,0.127318 2.00707,-0.04731 2.81031,-0.352512 0.49381,-0.187634 1.65882,-0.868541 2.27916,-1.332082 0.46494,-0.347422 1.0984,-1.246947 1.28461,-1.824145 0.0879,-0.272617 0.21185,-0.580662 0.27534,-0.684547 0.32709,-0.535104 0.40392,-1.623506 0.24768,-3.508243 -0.0599,-0.72207 -0.13715,-1.071344 -0.31344,-1.416601 -0.12869,-0.252032 -0.33232,-0.663088 -0.4525,-0.913457 -0.36789,-0.766429 -2.13915,-2.048525 -2.8504,-2.063216 -0.11839,-0.0024 -0.50026,-0.06373 -0.84862,-0.136195 -0.66891,-0.139143 -1.64535,-0.06897 -2.04943,0.147286 -0.49679,0.265876 -1.13128,0.741153 -1.53755,1.151733 -0.36101,0.364849 -0.48736,0.588679 -0.68444,1.212552 -0.22624,0.71615 -0.23628,0.827567 -0.15693,1.741309 0.097,1.116812 0.28733,1.633487 0.81844,2.22136 0.42361,0.468885 0.78445,0.665839 1.74048,0.94999 0.69428,0.206351 1.35065,0.21983 1.95977,0.04024 0.35769,-0.10546 0.23595,0.108997 -0.16435,0.289507 -0.56544,0.25498 -1.90107,0.157481 -2.78259,-0.203122 -0.88175,-0.360696 -1.64969,-1.072512 -2.05844,-1.90798 -0.29431,-0.601567 -0.30687,-0.673645 -0.30687,-1.760529 0,-1.080888 0.0135,-1.159477 0.29148,-1.699921 0.1603,-0.311653 0.38949,-0.757768 0.50929,-0.991369 0.11981,-0.2336 0.4675,-0.665268 0.77265,-0.959261 0.45042,-0.43394 0.69225,-0.582077 1.28506,-0.787168 1.63186,-0.564563 3.61798,-0.418169 4.83839,0.356626 1.11602,0.708525 2.0944,1.532797 2.46661,2.078083 0.68374,1.001676 1.17802,2.185864 1.24995,2.994632 0.0347,0.389566 0.10153,1.08124 0.14862,1.537054 0.0807,0.781387 0.067,0.902835 -0.24072,2.124902 -0.48051,1.90851 -0.74334,2.415861 -1.67669,3.236431 -0.422,0.371016 -0.92546,0.755835 -1.11879,0.855156 -0.19335,0.09932 -0.49083,0.300449 -0.66109,0.446952 -0.46162,0.397213 -1.3376,0.865753 -1.61861,0.865753 -0.13597,0 -0.51327,0.101392 -0.83847,0.225315 -0.64238,0.244807 -1.83476,0.537131 -2.11579,0.518715 -0.0965,-0.0063 -0.55786,-0.0633 -1.02533,-0.12662 z" + style="opacity:0.50210972;color:#000000;fill:none;stroke:#002568;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + id="path2243-0" + d="m 163.43782,43.110067 c -1.11295,-0.150751 -2.33713,-0.449604 -2.88042,-0.703184 -1.25576,-0.586116 -2.45737,-1.418484 -2.88557,-1.998872 -0.1122,-0.152081 -0.39068,-0.423583 -0.61885,-0.603339 -0.9071,-0.71463 -1.43698,-1.467016 -2.51825,-3.575682 -0.12285,-0.239579 -0.50667,-2.179445 -0.64795,-3.274782 -0.11164,-0.865575 -0.10266,-2.594916 0.0176,-3.386468 0.14921,-0.98217 0.45399,-2.273875 0.60164,-2.549743 0.12425,-0.232181 0.43299,-1.232238 0.52896,-1.713436 0.0363,-0.181798 0.11759,-0.394288 0.18075,-0.472201 0.0631,-0.07791 0.19346,-0.417897 0.2896,-0.75552 0.0961,-0.337624 0.32023,-0.908117 0.498,-1.267764 0.39813,-0.805485 0.58523,-1.405639 0.58657,-1.881444 5.7e-4,-0.199774 0.0709,-0.603415 0.15619,-0.896979 0.20897,-0.718813 0.12842,-2.742869 -0.13963,-3.509021 -0.20359,-0.581868 -0.70075,-1.559055 -1.22313,-2.404076 -1.08234,-1.750836 -4.17601,-3.904983 -6.01707,-4.1897421 -0.70574,-0.109157 -3.04158,0.01163 -4.04565,0.2092021 -0.85962,0.169148 -1.66933,0.545347 -2.08443,0.968451 -1.06473,1.085229 -1.68698,1.818373 -1.93214,2.276457 -0.35364,0.660795 -0.57293,1.674412 -0.63311,2.926421 -0.0684,1.422819 -0.009,1.720251 0.62209,3.111916 0.53253,1.174452 1.96462,2.360996 3.54011,2.933118 0.73541,0.267055 1.01543,0.316591 2.07768,0.367548 1.46492,0.07027 2.08927,-0.03592 2.7459,-0.467019 0.25578,-0.167938 0.65632,-0.417662 0.89005,-0.554942 1.06691,-0.626613 1.62416,-1.808353 1.61962,-3.43469 -0.003,-1.008064 -0.36205,-1.918894 -0.97085,-2.461533 -0.37857,-0.337431 -1.71423,-1.14108 -2.10234,-1.264958 -0.67618,-0.215821 -1.5485,-0.07892 -2.47934,0.389098 -0.45314,0.227836 -0.90441,0.524499 -1.00283,0.659251 -0.0984,0.134753 -0.32131,0.62348 -0.49531,1.086061 -0.17401,0.462582 -0.35127,0.841058 -0.39391,0.841058 -0.1692,0 -0.12582,-0.733634 0.0767,-1.297072 0.28969,-0.805976 0.58063,-1.225328 1.15443,-1.663906 0.64686,-0.494424 1.28106,-0.738891 2.13839,-0.824292 1.1147,-0.111037 1.28928,-0.0798 2.25345,0.403159 1.12172,0.561869 1.46073,0.893284 2.01449,1.969346 0.66103,1.284493 0.742,1.637979 0.59545,2.599448 -0.16656,1.092661 -0.54105,2.196775 -0.97697,2.880396 -0.39747,0.623316 -1.13847,1.191123 -2.46981,1.892539 -0.95484,0.503057 -1.28087,0.590881 -2.54989,0.686862 -1.38873,0.105038 -2.19831,0.01486 -3.25818,-0.362922 -0.46747,-0.166631 -1.04888,-0.359869 -1.29202,-0.429414 -0.32407,-0.09271 -0.74334,-0.380392 -1.5711,-1.078071 -1.42067,-1.197412 -1.64893,-1.58457 -1.92505,-3.265031 -0.10241,-0.623305 -0.1996,-1.438669 -0.21598,-1.81192 -0.0164,-0.373251 -0.0563,-0.721519 -0.0887,-0.77393 -0.0678,-0.109626 0.0895,-2.008475 0.24727,-2.986115 0.13008,-0.805956 0.18958,-0.928504 1.11921,-2.305167 0.55171,-0.816991 0.91446,-1.2401491 1.43003,-1.6681441 1.66705,-1.38387 2.75615,-1.957671 4.64934,-2.44953 1.31265,-0.341033 1.3161,-0.341384 2.92764,-0.298571 1.70433,0.04528 2.61151,0.151723 3.22415,0.378307 4.14298,1.532264 5.77721,2.873752 7.89986,6.4847641 0.67879,1.154732 1.32681,1.980197 2.4981,3.182101 0.86194,0.884467 1.13778,1.106289 1.68826,1.357648 0.88719,0.405115 1.92505,0.552633 3.91645,0.556667 1.89649,0.0038 2.61414,-0.139766 3.44089,-0.688564 0.26295,-0.174537 0.69004,-0.411069 0.9491,-0.525627 0.25907,-0.114558 0.55655,-0.285163 0.66108,-0.379121 0.10453,-0.09396 0.42379,-0.29356 0.70948,-0.443556 0.65603,-0.344449 1.42167,-1.111788 1.70127,-1.705038 0.33673,-0.714501 0.85186,-1.5632 1.1374,-1.873932 0.19465,-0.211812 0.28435,-0.441122 0.35538,-0.908554 0.0523,-0.343878 0.18417,-0.799976 0.29313,-1.013551 0.27381,-0.536709 0.36642,-1.6706961 0.16781,-2.0547721 -0.0809,-0.156472 -0.20804,-0.607085 -0.28248,-1.001359 -0.26428,-1.399635 -1.64891,-3.0320541 -3.23793,-3.8173951 -0.57633,-0.284837 -0.82075,-0.345481 -1.7211,-0.427039 -1.87116,-0.169496 -3.24094,0.119258 -4.31991,0.910652 -1.01965,0.747887 -1.45989,1.1168241 -1.45989,1.2234321 0,0.111678 -0.46982,0.660474 -0.61949,0.723625 -0.20735,0.08749 -0.60823,0.753695 -0.60823,1.010791 0,0.152688 -0.0831,0.46544 -0.18464,0.695004 -0.38722,0.875382 -0.31933,1.584402 0.29242,3.0536851 0.34803,0.835859 0.45463,1.030992 0.79971,1.463822 0.46264,0.580264 0.94901,0.849183 1.81053,1.001053 1.00248,0.176716 1.50441,0.163963 2.13893,-0.05435 1.25458,-0.431636 2.12799,-1.167899 2.57948,-2.174428 0.20312,-0.452821 0.22813,-0.622633 0.19504,-1.324403 -0.0333,-0.7053951 -0.0779,-0.8748071 -0.36061,-1.3693811 -0.17747,-0.310419 -0.48761,-0.743524 -0.68921,-0.962456 -0.20161,-0.218932 -0.3518,-0.442358 -0.33374,-0.496504 0.0524,-0.157084 1.00217,0.535564 1.30202,0.9495 0.45986,0.634827 0.60762,1.272387 0.54022,2.3312081 -0.074,1.162432 -0.39127,1.84193 -1.2887,2.759813 -0.6924,0.708178 -1.38801,1.04873 -2.54871,1.247767 -0.9447,0.161997 -2.14423,-0.05862 -2.90164,-0.533675 -0.9182,-0.575899 -1.49026,-1.16618 -2.01195,-2.076004 -0.42858,-0.747453 -0.50913,-0.978697 -0.70733,-2.030505 -0.23613,-1.2530871 -0.23566,-2.2758101 0.001,-2.5562831 0.0658,-0.07791 0.16964,-0.386449 0.23078,-0.685635 0.0611,-0.299187 0.20657,-0.66042 0.3232,-0.802741 0.11663,-0.142321 0.34843,-0.545355 0.51511,-0.8956321 0.24521,-0.515299 0.37467,-0.673404 0.67824,-0.82827 0.20634,-0.105273 0.37518,-0.233726 0.37518,-0.285453 0,-0.051727 0.14544,-0.163399 0.32318,-0.248163 0.17775,-0.084764 0.34392,-0.23342 0.36927,-0.33035 0.0272,-0.104005 0.27212,-0.275367 0.5976,-0.418114 0.30335,-0.133034 0.78283,-0.350241 1.06554,-0.482682 0.28269,-0.132441 1.06891,-0.378033 1.74714,-0.54576 1.17247,-0.289958 1.28888,-0.301647 2.36641,-0.237648 1.08208,0.064268 1.15842,0.082714 1.68936,0.408195 0.30583,0.187488 0.70957,0.390591 0.89718,0.451342 0.18761,0.060752 0.67337,0.348973 1.07948,0.640493 0.4061,0.291518 0.88044,0.615966 1.05409,0.720994 0.17364,0.105026 0.596,0.478229 0.93858,0.829339 0.71098,0.7286941 1.45698,2.0873811 1.70245,3.1006221 0.0801,0.330595 0.23041,0.89857 0.33405,1.262165 0.16122,0.565675 0.18021,0.8314471 0.13149,1.8415811 -0.1517,3.146103 -1.22161,5.567567 -3.29355,7.454221 -0.2597,0.236482 -0.78077,0.736675 -1.15792,1.111537 -0.76319,0.758554 -1.67381,1.385104 -2.80856,1.932441 -0.41554,0.200429 -0.99165,0.488337 -1.28026,0.639797 -0.88208,0.462918 -2.23115,0.667017 -4.40886,0.667017 -2.13004,0 -2.36654,0.03229 -4.81178,0.656928 -0.87473,0.223454 -1.16201,0.344996 -1.66686,0.705255 -0.85378,0.609246 -1.83885,1.878368 -2.60784,3.359822 -0.12133,0.233738 -0.29656,0.509976 -0.3894,0.61386 -0.30775,0.344362 -0.54563,1.050579 -0.56212,1.668854 -0.0406,1.522775 0.022,4.223809 0.1058,4.564192 0.12996,0.52783 0.37204,1.083044 0.61766,1.416601 0.3185,0.432516 0.85083,1.405096 0.975,1.781347 0.0667,0.201978 0.29062,0.486616 0.56097,0.712969 0.24751,0.207223 0.57186,0.552596 0.72078,0.767493 0.32368,0.467057 1.4941,1.101649 2.19529,1.190266 0.24559,0.03104 0.53323,0.11023 0.63919,0.17598 0.10597,0.06575 0.4247,0.167593 0.70831,0.226311 0.61491,0.127318 2.00706,-0.04731 2.81031,-0.352512 0.49381,-0.187634 1.65882,-0.868541 2.27916,-1.332082 0.46493,-0.347422 1.09839,-1.246947 1.2846,-1.824145 0.0879,-0.272617 0.21186,-0.580662 0.27535,-0.684547 0.32708,-0.535104 0.40392,-1.623506 0.24767,-3.508243 -0.0599,-0.72207 -0.13714,-1.071344 -0.31344,-1.416601 -0.12868,-0.252032 -0.33231,-0.663088 -0.45249,-0.913457 -0.36789,-0.766429 -2.13916,-2.048525 -2.8504,-2.063216 -0.11839,-0.0024 -0.50026,-0.06373 -0.84862,-0.136195 -0.66891,-0.139143 -1.64535,-0.06897 -2.04943,0.147286 -0.49679,0.265876 -1.13128,0.741153 -1.53755,1.151733 -0.36101,0.364849 -0.48736,0.588679 -0.68444,1.212552 -0.22624,0.71615 -0.23628,0.827567 -0.15694,1.741309 0.097,1.116812 0.28734,1.633487 0.81845,2.22136 0.42361,0.468885 0.78445,0.665839 1.74048,0.94999 0.69427,0.206351 1.35065,0.21983 1.95976,0.04024 0.3577,-0.10546 0.23596,0.108997 -0.16434,0.289507 -0.56545,0.25498 -1.90107,0.157481 -2.7826,-0.203122 -0.88174,-0.360696 -1.64969,-1.072512 -2.05843,-1.90798 -0.29431,-0.601567 -0.30687,-0.673645 -0.30687,-1.760529 0,-1.080888 0.0135,-1.159477 0.29147,-1.699921 0.16031,-0.311653 0.3895,-0.757768 0.5093,-0.991369 0.11981,-0.2336 0.4675,-0.665268 0.77264,-0.959261 0.45043,-0.43394 0.69226,-0.582077 1.28507,-0.787168 1.63186,-0.564563 3.61798,-0.418169 4.83838,0.356626 1.11602,0.708525 2.09441,1.532797 2.46662,2.078083 0.68374,1.001676 1.17802,2.185864 1.24995,2.994632 0.0347,0.389566 0.10153,1.08124 0.14862,1.537054 0.0807,0.781387 0.067,0.902835 -0.24073,2.124902 -0.4805,1.90851 -0.74334,2.415861 -1.67669,3.236431 -0.42199,0.371016 -0.92545,0.755835 -1.11879,0.855156 -0.19335,0.09932 -0.49083,0.300449 -0.66108,0.446952 -0.46162,0.397213 -1.3376,0.865753 -1.61861,0.865753 -0.13597,0 -0.51328,0.101392 -0.83847,0.225315 -0.64239,0.244807 -1.83476,0.537131 -2.11579,0.518715 -0.0965,-0.0063 -0.55786,-0.0633 -1.02533,-0.12662 z" + style="color:#000000;fill:#005ed7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + id="path2243-5-5" + d="m 163.43782,43.11007 c -1.11295,-0.150751 -2.33712,-0.449604 -2.88042,-0.703184 -1.25576,-0.586116 -2.45737,-1.418484 -2.88557,-1.998872 -0.11219,-0.152081 -0.39067,-0.423583 -0.61885,-0.603339 -0.90709,-0.71463 -1.43698,-1.467016 -2.51825,-3.575682 -0.12285,-0.239579 -0.50667,-2.179445 -0.64795,-3.274782 -0.11163,-0.865575 -0.10266,-2.594916 0.0176,-3.386468 0.14921,-0.98217 0.45399,-2.273875 0.60164,-2.549743 0.12425,-0.232181 0.433,-1.232238 0.52896,-1.713436 0.0363,-0.181798 0.1176,-0.394288 0.18075,-0.472201 0.0631,-0.07791 0.19347,-0.417897 0.2896,-0.75552 0.0961,-0.337624 0.32023,-0.908117 0.498,-1.267764 0.39813,-0.805485 0.58523,-1.405639 0.58657,-1.881444 5.8e-4,-0.199774 0.0709,-0.603415 0.1562,-0.896979 0.20897,-0.718813 0.12841,-2.742869 -0.13964,-3.509021 -0.20358,-0.581868 -0.70075,-1.559055 -1.22313,-2.404076 -1.08234,-1.750836 -4.176,-3.904983 -6.01707,-4.1897421 -0.70574,-0.109157 -3.04158,0.01163 -4.04565,0.2092021 -0.85962,0.169148 -1.66933,0.545347 -2.08443,0.968451 -1.06473,1.085229 -1.68697,1.818373 -1.93214,2.276457 -0.35364,0.660795 -0.57293,1.674412 -0.63311,2.926421 -0.0684,1.422819 -0.009,1.720251 0.6221,3.111916 0.53252,1.174452 1.96461,2.360996 3.54011,2.933118 0.73541,0.267055 1.01542,0.316591 2.07768,0.367548 1.46491,0.07027 2.08927,-0.03592 2.74589,-0.467019 0.25579,-0.167938 0.65632,-0.417662 0.89005,-0.554942 1.06692,-0.626613 1.62417,-1.808353 1.61963,-3.43469 -0.003,-1.008064 -0.36206,-1.918894 -0.97086,-2.461533 -0.37857,-0.337431 -1.71422,-1.14108 -2.10234,-1.264958 -0.67618,-0.215821 -1.5485,-0.07892 -2.47933,0.389098 -0.45315,0.227836 -0.90442,0.524499 -1.00284,0.659251 -0.0984,0.134753 -0.32131,0.62348 -0.4953,1.086061 -0.17401,0.462582 -0.35128,0.841058 -0.39392,0.841058 -0.1692,0 -0.12581,-0.733634 0.0767,-1.297072 0.28969,-0.805976 0.58063,-1.225328 1.15444,-1.663906 0.64685,-0.494424 1.28105,-0.738891 2.13839,-0.824292 1.11469,-0.111037 1.28927,-0.0798 2.25344,0.403159 1.12172,0.561869 1.46073,0.893284 2.01449,1.969346 0.66103,1.284493 0.742,1.637979 0.59545,2.599448 -0.16656,1.092661 -0.54105,2.196775 -0.97697,2.880396 -0.39747,0.623316 -1.13847,1.191123 -2.4698,1.892539 -0.95485,0.503057 -1.28088,0.590881 -2.54989,0.686862 -1.38874,0.105038 -2.19832,0.01486 -3.25818,-0.362922 -0.46748,-0.166631 -1.04889,-0.359869 -1.29202,-0.429414 -0.32408,-0.09271 -0.74335,-0.380392 -1.5711,-1.078071 -1.42067,-1.197412 -1.64894,-1.58457 -1.92506,-3.265031 -0.10241,-0.623305 -0.1996,-1.438669 -0.21597,-1.81192 -0.0164,-0.373251 -0.0563,-0.721519 -0.0887,-0.77393 -0.0678,-0.109626 0.0895,-2.008475 0.24727,-2.986115 0.13007,-0.805956 0.18957,-0.928504 1.1192,-2.305167 0.55171,-0.816991 0.91447,-1.2401491 1.43003,-1.6681441 1.66706,-1.38387 2.75616,-1.957671 4.64934,-2.44953 1.31265,-0.341033 1.3161,-0.341384 2.92764,-0.298571 1.70433,0.04528 2.61151,0.151723 3.22415,0.378307 4.14298,1.532264 5.77721,2.873752 7.89986,6.4847641 0.67879,1.154732 1.32681,1.980197 2.49811,3.182101 0.86193,0.884467 1.13778,1.106289 1.68825,1.357648 0.88719,0.405115 1.92505,0.552633 3.91646,0.556667 1.89649,0.0038 2.61413,-0.139766 3.44089,-0.688564 0.26294,-0.174537 0.69003,-0.411069 0.9491,-0.525627 0.25906,-0.114558 0.55654,-0.285163 0.66107,-0.379121 0.10453,-0.09396 0.42379,-0.29356 0.70948,-0.443556 0.65603,-0.344449 1.42167,-1.111788 1.70127,-1.705038 0.33673,-0.714501 0.85186,-1.5632 1.1374,-1.873932 0.19465,-0.211812 0.28435,-0.441122 0.35538,-0.908554 0.0523,-0.343878 0.18417,-0.799976 0.29313,-1.013551 0.27381,-0.536709 0.36642,-1.6706961 0.16781,-2.0547721 -0.0809,-0.156472 -0.20804,-0.607085 -0.28248,-1.001359 C 177.0761,6.6966989 175.69147,5.06428 174.10245,4.278939 173.52612,3.994102 173.2817,3.933458 172.38135,3.8519 c -1.87116,-0.169496 -3.24094,0.119258 -4.3199,0.910652 -1.01966,0.747887 -1.4599,1.1168239 -1.4599,1.2234319 0,0.111678 -0.46981,0.660474 -0.61949,0.723625 -0.20734,0.08749 -0.60823,0.753695 -0.60823,1.010791 0,0.152688 -0.0831,0.46544 -0.18464,0.695004 -0.38721,0.875382 -0.31933,1.584402 0.29243,3.0536851 0.34802,0.835859 0.45462,1.030992 0.7997,1.463822 0.46264,0.580264 0.94901,0.849183 1.81053,1.001053 1.00249,0.176716 1.50441,0.163963 2.13894,-0.05435 1.25458,-0.431636 2.12798,-1.167899 2.57947,-2.174428 0.20312,-0.452821 0.22813,-0.622633 0.19504,-1.324403 -0.0333,-0.7053951 -0.0779,-0.8748071 -0.36061,-1.3693811 -0.17747,-0.310419 -0.4876,-0.743524 -0.68921,-0.962456 -0.20161,-0.218932 -0.35179,-0.442358 -0.33374,-0.496504 0.0524,-0.157084 1.00217,0.535564 1.30202,0.9495 0.45986,0.634827 0.60762,1.272387 0.54022,2.3312081 -0.074,1.162432 -0.39127,1.84193 -1.2887,2.759813 -0.6924,0.708178 -1.38801,1.04873 -2.5487,1.247767 -0.94471,0.161997 -2.14423,-0.05862 -2.90165,-0.533675 -0.91819,-0.575899 -1.49026,-1.16618 -2.01195,-2.076004 -0.42857,-0.747453 -0.50913,-0.978697 -0.70733,-2.030505 -0.23612,-1.2530871 -0.23565,-2.2758101 0.001,-2.5562831 0.0658,-0.07791 0.16964,-0.386449 0.23078,-0.685635 0.0611,-0.299187 0.20657,-0.66042 0.32321,-0.802741 0.11663,-0.142321 0.34842,-0.545355 0.51511,-0.8956319 0.2452,-0.515299 0.37467,-0.673404 0.67823,-0.82827 0.20635,-0.105273 0.37518,-0.233726 0.37518,-0.285453 0,-0.051727 0.14544,-0.163399 0.32318,-0.248163 0.17776,-0.084764 0.34393,-0.23342 0.36927,-0.33035 0.0272,-0.104005 0.27212,-0.275367 0.59761,-0.418114 0.30335,-0.133034 0.78282,-0.350241 1.06553,-0.482682 0.2827,-0.132441 1.06892,-0.378033 1.74714,-0.54576 1.17248,-0.289958 1.28889,-0.301647 2.36641,-0.237648 1.08208,0.064268 1.15842,0.082714 1.68936,0.408195 0.30583,0.187488 0.70957,0.390591 0.89718,0.451342 0.18761,0.060752 0.67337,0.348973 1.07948,0.640493 0.4061,0.291518 0.88044,0.615966 1.05409,0.720994 0.17364,0.105026 0.596,0.478229 0.93858,0.829339 0.71098,0.7286939 1.45698,2.0873809 1.70245,3.1006219 0.0801,0.330595 0.23041,0.89857 0.33405,1.262165 0.16122,0.565675 0.18021,0.8314471 0.13149,1.8415811 -0.1517,3.146103 -1.22161,5.567567 -3.29355,7.454221 -0.2597,0.236482 -0.78077,0.736675 -1.15792,1.111537 -0.76319,0.758554 -1.67381,1.385104 -2.80856,1.932441 -0.41554,0.200429 -0.99165,0.488337 -1.28026,0.639797 -0.88208,0.462918 -2.23114,0.667017 -4.40886,0.667017 -2.13004,0 -2.36654,0.03229 -4.81178,0.656928 -0.87473,0.223454 -1.162,0.344996 -1.66686,0.705255 -0.85378,0.609246 -1.83885,1.878368 -2.60784,3.359822 -0.12132,0.233738 -0.29656,0.509976 -0.3894,0.61386 -0.30774,0.344362 -0.54562,1.050579 -0.56211,1.668854 -0.0406,1.522775 0.022,4.223809 0.10579,4.564192 0.12997,0.52783 0.37205,1.083044 0.61766,1.416601 0.3185,0.432516 0.85083,1.405096 0.97501,1.781347 0.0667,0.201978 0.29061,0.486616 0.56097,0.712969 0.2475,0.207223 0.57185,0.552596 0.72077,0.767493 0.32368,0.467057 1.4941,1.101649 2.19529,1.190266 0.24559,0.03104 0.53323,0.11023 0.6392,0.17598 0.10596,0.06575 0.4247,0.167593 0.7083,0.226311 0.61492,0.127318 2.00707,-0.04731 2.81031,-0.352512 0.49381,-0.187634 1.65882,-0.868541 2.27916,-1.332082 0.46494,-0.347422 1.0984,-1.246947 1.28461,-1.824145 0.0879,-0.272617 0.21185,-0.580662 0.27534,-0.684547 0.32709,-0.535104 0.40392,-1.623506 0.24768,-3.508243 -0.0599,-0.72207 -0.13715,-1.071344 -0.31344,-1.416601 -0.12869,-0.252032 -0.33232,-0.663088 -0.4525,-0.913457 -0.36789,-0.766429 -2.13915,-2.048525 -2.8504,-2.063216 -0.11839,-0.0024 -0.50026,-0.06373 -0.84862,-0.136195 -0.66891,-0.139143 -1.64535,-0.06897 -2.04943,0.147286 -0.49679,0.265876 -1.13128,0.741153 -1.53755,1.151733 -0.36101,0.364849 -0.48736,0.588679 -0.68444,1.212552 -0.22624,0.71615 -0.23628,0.827567 -0.15693,1.741309 0.097,1.116812 0.28733,1.633487 0.81844,2.22136 0.42361,0.468885 0.78445,0.665839 1.74048,0.94999 0.69428,0.206351 1.35065,0.21983 1.95977,0.04024 0.35769,-0.10546 0.23595,0.108997 -0.16435,0.289507 -0.56544,0.25498 -1.90107,0.157481 -2.78259,-0.203122 -0.88175,-0.360696 -1.64969,-1.072512 -2.05844,-1.90798 -0.29431,-0.601567 -0.30687,-0.673645 -0.30687,-1.760529 0,-1.080888 0.0135,-1.159477 0.29148,-1.699921 0.1603,-0.311653 0.38949,-0.757768 0.50929,-0.991369 0.11981,-0.2336 0.4675,-0.665268 0.77265,-0.959261 0.45042,-0.43394 0.69225,-0.582077 1.28506,-0.787168 1.63186,-0.564563 3.61798,-0.418169 4.83839,0.356626 1.11602,0.708525 2.0944,1.532797 2.46661,2.078083 0.68374,1.001676 1.17802,2.185864 1.24995,2.994632 0.0347,0.389566 0.10153,1.08124 0.14862,1.537054 0.0807,0.781387 0.067,0.902835 -0.24072,2.124902 -0.48051,1.90851 -0.74334,2.415861 -1.67669,3.236431 -0.422,0.371016 -0.92546,0.755835 -1.11879,0.855156 -0.19335,0.09932 -0.49083,0.300449 -0.66109,0.446952 -0.46162,0.397213 -1.3376,0.865753 -1.61861,0.865753 -0.13597,0 -0.51327,0.101392 -0.83847,0.225315 -0.64238,0.244807 -1.83476,0.537131 -2.11579,0.518715 -0.0965,-0.0063 -0.55786,-0.0633 -1.02533,-0.12662 z" + style="opacity:0.40825692;color:#000000;fill:url(#linearGradient4195);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer3" + inkscape:label="Capa#1" + style="display:none"> + <path + inkscape:connector-curvature="0" + style="opacity:0.40825692;color:#000000;fill:url(#linearGradient3932);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 27.865257,43.710328 c -1.112952,-0.150751 -2.337124,-0.449604 -2.880418,-0.703184 -1.255762,-0.586116 -2.45737,-1.418484 -2.885569,-1.998872 -0.112196,-0.152081 -0.390678,-0.423583 -0.618855,-0.603339 -0.907091,-0.71463 -1.436977,-1.467016 -2.518247,-3.575682 -0.122848,-0.239579 -0.506672,-2.179445 -0.647948,-3.274782 -0.111637,-0.865575 -0.102664,-2.594916 0.01758,-3.386468 0.149209,-0.98217 0.453987,-2.273875 0.601636,-2.549743 0.124252,-0.232181 0.432997,-1.232238 0.528963,-1.713436 0.03626,-0.181798 0.117594,-0.394288 0.180747,-0.472201 0.06314,-0.07791 0.193466,-0.417897 0.289601,-0.75552 0.09614,-0.337624 0.320229,-0.908117 0.497998,-1.267764 0.39813,-0.805485 0.585236,-1.405639 0.586576,-1.881444 5.72e-4,-0.199774 0.07085,-0.603415 0.156193,-0.896979 0.208969,-0.718813 0.128414,-2.742869 -0.139637,-3.509021 -0.203585,-0.581868 -0.70075,-1.559055 -1.223132,-2.404076 -1.082337,-1.750836 -4.176002,-3.904983 -6.017066,-4.189742 -0.705743,-0.109157 -3.041579,0.01163 -4.0456496,0.209202 -0.8596218,0.169148 -1.6693288,0.545347 -2.0844308,0.968451 -1.064728,1.085229 -1.686977,1.818373 -1.932139,2.276457 -0.353639,0.660795 -0.572934,1.674412 -0.633109,2.926421 -0.068369,1.422819 -0.00892,1.720251 0.622093,3.111916 0.532527,1.174452 1.964614,2.360996 3.5401098,2.933118 0.735408,0.267055 1.0154246,0.316591 2.0776806,0.367548 1.464913,0.07027 2.089269,-0.03592 2.745892,-0.467019 0.255787,-0.167938 0.656323,-0.417662 0.890054,-0.554942 1.066912,-0.626613 1.624162,-1.808353 1.619623,-3.43469 -0.0028,-1.008064 -0.362054,-1.918894 -0.970856,-2.461533 -0.37857,-0.337431 -1.714223,-1.14108 -2.102339,-1.264958 -0.676183,-0.215821 -1.548497,-0.07892 -2.479336,0.389098 -0.453142,0.227836 -0.904412,0.524499 -1.002835,0.659251 -0.098411,0.134753 -0.3213076,0.62348 -0.4953056,1.086061 -0.17401,0.462582 -0.351272,0.841058 -0.393916,0.841058 -0.1691988,0 -0.1258128,-0.733634 0.076692,-1.297072 0.289692,-0.805976 0.580633,-1.225328 1.1544376,-1.663906 0.646855,-0.494424 1.281057,-0.738891 2.13839,-0.824292 1.114694,-0.111037 1.289276,-0.0798 2.253447,0.403159 1.121717,0.561869 1.460725,0.893284 2.014489,1.969346 0.661031,1.284493 0.742002,1.637979 0.595446,2.599448 -0.166559,1.092661 -0.541045,2.196775 -0.976968,2.880396 -0.397467,0.623316 -1.138468,1.191123 -2.469803,1.892539 -0.954847,0.503057 -1.280875,0.590881 -2.54989,0.686862 -1.3887396,0.105038 -2.1983176,0.01486 -3.2581804,-0.362922 -0.467474,-0.166631 -1.048888,-0.359869 -1.292021,-0.429414 -0.324078,-0.09271 -0.743342,-0.380392 -1.5711,-1.078071 -1.420669,-1.197412 -1.648937,-1.58457 -1.925052,-3.265031 -0.102416,-0.623305 -0.199605,-1.438669 -0.215978,-1.81192 -0.016374,-0.373251 -0.056261,-0.721519 -0.088657,-0.77393 -0.067758,-0.109626 0.089476,-2.008475 0.247269,-2.986115 0.130078,-0.805956 0.189578,-0.928504 1.119207,-2.305167 0.551709,-0.816991 0.914464,-1.240149 1.430032,-1.668144 1.667053,-1.3838697 2.756153,-1.9576707 4.6493404,-2.4495297 1.312647,-0.341033 1.316094,-0.341384 2.92764,-0.298571 1.704327,0.045279 2.611509,0.151723 3.224147,0.378307 4.142982,1.532264 5.77721,2.8737517 7.899863,6.4847637 0.678784,1.154732 1.32681,1.980197 2.498103,3.182101 0.861936,0.884467 1.137778,1.106289 1.688252,1.357648 0.887192,0.405115 1.925051,0.552633 3.916456,0.556667 1.896492,0.0038 2.614135,-0.139766 3.440892,-0.688564 0.262941,-0.174537 0.690033,-0.411069 0.949098,-0.525627 0.259065,-0.114558 0.556548,-0.285163 0.661078,-0.379121 0.10453,-0.09396 0.42379,-0.29356 0.70948,-0.443556 0.65603,-0.344449 1.42167,-1.111788 1.70127,-1.705038 0.33673,-0.714501 0.85186,-1.5632 1.1374,-1.873932 0.19465,-0.211812 0.28435,-0.441122 0.35538,-0.908554 0.05227,-0.343878 0.18417,-0.799976 0.29313,-1.013551 0.27381,-0.536709 0.36642,-1.670696 0.16781,-2.0547717 -0.08092,-0.156472 -0.20804,-0.607085 -0.28248,-1.001359 -0.26428,-1.399635 -1.64891,-3.032054 -3.23793,-3.817395 -0.57633,-0.284837 -0.82075,-0.345481 -1.721103,-0.427039 -1.871158,-0.169496 -3.240937,0.119258 -4.319905,0.910652 -1.019652,0.747887 -1.459893,1.116824 -1.459893,1.223432 0,0.111678 -0.469815,0.660474 -0.619492,0.723625 -0.207343,0.087491 -0.60823,0.753695 -0.60823,1.010791 0,0.152688 -0.08309,0.46544 -0.184636,0.695004 -0.387219,0.875382 -0.319331,1.5844017 0.292423,3.0536847 0.348021,0.835859 0.454625,1.030992 0.799707,1.463822 0.462636,0.580264 0.949006,0.849183 1.810527,1.001053 1.002484,0.176716 1.504409,0.163963 2.138936,-0.05435 1.254578,-0.431636 2.127986,-1.167899 2.579476,-2.174428 0.203116,-0.452821 0.228125,-0.622633 0.19504,-1.324403 -0.03327,-0.705395 -0.07787,-0.874807 -0.36061,-1.3693807 -0.17747,-0.310419 -0.487606,-0.743524 -0.689214,-0.962456 -0.201607,-0.218932 -0.351792,-0.442358 -0.333741,-0.496504 0.05236,-0.157084 1.002173,0.535564 1.302022,0.9495 0.459863,0.634827 0.607623,1.2723867 0.540223,2.3312077 -0.07398,1.162432 -0.391274,1.84193 -1.288702,2.759813 -0.6924,0.708178 -1.388012,1.04873 -2.548705,1.247767 -0.944703,0.161997 -2.14423,-0.05862 -2.901643,-0.533675 -0.918197,-0.575899 -1.49026,-1.16618 -2.011953,-2.076004 -0.428575,-0.747453 -0.50913,-0.978697 -0.70733,-2.030505 -0.236123,-1.2530867 -0.235655,-2.2758097 0.0012,-2.5562827 0.06579,-0.077913 0.16964,-0.386449 0.230778,-0.685635 0.06114,-0.299187 0.206576,-0.66042 0.323207,-0.802741 0.116631,-0.142321 0.348424,-0.545355 0.515112,-0.895632 0.245201,-0.515299 0.374669,-0.673404 0.678237,-0.82827 0.206342,-0.105273 0.375176,-0.233726 0.375176,-0.285453 0,-0.051727 0.145438,-0.163399 0.323181,-0.248163 0.177756,-0.084764 0.343924,-0.23342 0.369271,-0.33035 0.02719,-0.104005 0.272122,-0.275367 0.597605,-0.418114 0.303348,-0.133034 0.782825,-0.350241 1.065534,-0.482682 0.282695,-0.132441 1.068915,-0.378033 1.747139,-0.54576 1.172477,-0.289958 1.288887,-0.301647 2.366412,-0.237648 1.082077,0.064268 1.158417,0.082714 1.689357,0.408195 0.30583,0.187488 0.70957,0.390591 0.89718,0.451342 0.18761,0.060752 0.67337,0.348973 1.07948,0.640493 0.4061,0.291518 0.88044,0.615966 1.05409,0.720994 0.17364,0.105026 0.596,0.478229 0.93858,0.829339 0.71098,0.728694 1.45698,2.087381 1.70245,3.100622 0.08008,0.330595 0.23041,0.89857 0.33405,1.262165 0.16122,0.5656747 0.18021,0.8314467 0.13149,1.8415807 -0.1517,3.146103 -1.22161,5.567567 -3.29355,7.454221 -0.2597,0.236482 -0.78077,0.736675 -1.15792,1.111537 -0.76319,0.758554 -1.67381,1.385104 -2.80856,1.932441 -0.415539,0.200429 -0.991646,0.488337 -1.280259,0.639797 -0.882082,0.462918 -2.231143,0.667017 -4.408861,0.667017 -2.130041,0 -2.366541,0.03229 -4.811777,0.656928 -0.874734,0.223454 -1.162007,0.344996 -1.666858,0.705255 -0.853783,0.609246 -1.838853,1.878368 -2.607841,3.359822 -0.121326,0.233738 -0.296559,0.509976 -0.389404,0.61386 -0.307743,0.344362 -0.545622,1.050579 -0.562113,1.668854 -0.04061,1.522775 0.02199,4.223809 0.105798,4.564192 0.129961,0.52783 0.372041,1.083044 0.617659,1.416601 0.318498,0.432516 0.85083,1.405096 0.975004,1.781347 0.06667,0.201978 0.290615,0.486616 0.560969,0.712969 0.247503,0.207223 0.571854,0.552596 0.720777,0.767493 0.323675,0.467057 1.494097,1.101649 2.195288,1.190266 0.245591,0.03104 0.533229,0.11023 0.639196,0.17598 0.105967,0.06575 0.424699,0.167593 0.708305,0.226311 0.614915,0.127318 2.007063,-0.04731 2.810307,-0.352512 0.493809,-0.187634 1.658821,-0.868541 2.279159,-1.332082 0.464938,-0.347422 1.098398,-1.246947 1.284607,-1.824145 0.08794,-0.272617 0.211856,-0.580662 0.275347,-0.684547 0.327083,-0.535104 0.403918,-1.623506 0.247673,-3.508243 -0.05986,-0.72207 -0.137141,-1.071344 -0.31344,-1.416601 -0.128687,-0.252032 -0.332311,-0.663088 -0.452492,-0.913457 -0.367893,-0.766429 -2.139157,-2.048525 -2.850402,-2.063216 -0.118387,-0.0024 -0.50026,-0.06373 -0.848619,-0.136195 -0.668913,-0.139143 -1.645348,-0.06897 -2.049434,0.147286 -0.496788,0.265876 -1.131276,0.741153 -1.537547,1.151733 -0.361013,0.364849 -0.487359,0.588679 -0.684441,1.212552 -0.226239,0.71615 -0.236279,0.827567 -0.156934,1.741309 0.09698,1.116812 0.287338,1.633487 0.818447,2.22136 0.423607,0.468885 0.784451,0.665839 1.740481,0.94999 0.694273,0.206351 1.350648,0.21983 1.959762,0.04024 0.357697,-0.10546 0.235955,0.108997 -0.164347,0.289507 -0.565443,0.25498 -1.90107,0.157481 -2.782593,-0.203122 -0.881743,-0.360696 -1.649691,-1.072512 -2.058433,-1.90798 -0.294309,-0.601567 -0.306872,-0.673645 -0.306872,-1.760529 0,-1.080888 0.01347,-1.159477 0.291474,-1.699921 0.160303,-0.311653 0.389494,-0.757768 0.509299,-0.991369 0.119804,-0.2336 0.4675,-0.665268 0.772642,-0.959261 0.450424,-0.43394 0.692257,-0.582077 1.285063,-0.787168 1.631861,-0.564563 3.617985,-0.418169 4.838386,0.356626 1.11602,0.708525 2.094406,1.532797 2.466616,2.078083 0.683739,1.001676 1.178017,2.185864 1.249949,2.994632 0.03466,0.389566 0.101532,1.08124 0.148624,1.537054 0.08071,0.781387 0.06696,0.902835 -0.240727,2.124902 -0.480506,1.90851 -0.743342,2.415861 -1.67669,3.236431 -0.421995,0.371016 -0.925455,0.755835 -1.118791,0.855156 -0.193349,0.09932 -0.490831,0.300449 -0.661083,0.446952 -0.461622,0.397213 -1.337604,0.865753 -1.618609,0.865753 -0.13597,0 -0.513279,0.101392 -0.838475,0.225315 -0.642382,0.244807 -1.834756,0.537131 -2.115787,0.518715 -0.09646,-0.0063 -0.55786,-0.0633 -1.025334,-0.12662 z" + id="path2243-5" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Capa" + style="display:inline" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/ubiquity.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/ubiquity.svg new file mode 120000 index 0000000000000000000000000000000000000000..4a56d0e6a18fee0be24c7d5999aed80398a93713 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/ubiquity.svg @@ -0,0 +1 @@ +trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/user-desktop.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/user-desktop.svg new file mode 100644 index 0000000000000000000000000000000000000000..c4d56ed5e680d81ad454be275c5e7e4aa5ca7ad5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/places/user-desktop.svg @@ -0,0 +1,1873 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3861" + sodipodi:version="0.32" + inkscape:version="0.47 r22583" + sodipodi:docname="user-desktop.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1"> + <defs + id="defs3863"> + <linearGradient + id="linearGradient3688"> + <stop + offset="0" + id="stop3690" + style="stop-color:#252525;stop-opacity:1;" /> + <stop + offset="1" + id="stop3692" + style="stop-color:#3e3e3e;stop-opacity:1;" /> + </linearGradient> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective50" /> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient10039" + xlink:href="#linearGradient5060" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5060" + inkscape:collect="always"> + <stop + style="stop-color:black;stop-opacity:1;" + id="stop5062" + offset="0" /> + <stop + style="stop-color:black;stop-opacity:0;" + id="stop5064" + offset="1" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient10037" + xlink:href="#linearGradient5060" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5048"> + <stop + style="stop-color:black;stop-opacity:0;" + id="stop5050" + offset="0" /> + <stop + style="stop-color:black;stop-opacity:1;" + id="stop5056" + offset="0.5" /> + <stop + style="stop-color:black;stop-opacity:0;" + id="stop5052" + offset="1" /> + </linearGradient> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient10035" + xlink:href="#linearGradient5048" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3390"> + <stop + style="stop-color:#425e7b;stop-opacity:1" + offset="0" + id="stop3392" /> + <stop + style="stop-color:#7a91a7;stop-opacity:1" + offset="1" + id="stop3394" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3390" + id="linearGradient2536" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9574517,0,0,0.8546317,1.0211781,4.4783667)" + x1="39.964977" + y1="40.569199" + x2="-0.022119235" + y2="2.9977107" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745"> + <stop + id="stop2699" + offset="0" + style="stop-color:#9cbbd9;stop-opacity:1;" /> + <stop + id="stop2701" + offset="1" + style="stop-color:#5c82ab;stop-opacity:1;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7012-661-145-733-759-865-745" + id="radialGradient3312" + cx="14.549862" + cy="17.358982" + fx="14.549862" + fy="17.358982" + r="23" + gradientTransform="matrix(2.3690227e-8,1.028111,-1.3196495,0,36.193484,2.2905543)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient2446-733"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3464" /> + <stop + style="stop-color:#dbdbdb;stop-opacity:1;" + offset="1" + id="stop3466" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="linearGradient3691" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.7965302,0,0,-0.6559082,49.674925,46.21942)" + x1="33.579403" + y1="6.4673662" + x2="33.579403" + y2="12.53143" /> + <linearGradient + id="linearGradient2238" + inkscape:collect="always"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + id="stop2240" + offset="0" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + id="stop2242" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2238" + id="linearGradient3706" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9575159,0,0,0.8504632,1.0196333,5.3692566)" + x1="2.8828752" + y1="2.9345543" + x2="30.128326" + y2="31.212822" /> + <inkscape:perspective + id="perspective2864" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-7" + id="linearGradient3704-1" + gradientUnits="userSpaceOnUse" + x1="16.626165" + y1="15.298182" + x2="20.054544" + y2="24.627615" /> + <linearGradient + id="linearGradient8265-821-176-38-919-66-249-7" + inkscape:collect="always"> + <stop + id="stop2687-5" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2689-9" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-7" + id="linearGradient2914" + gradientUnits="userSpaceOnUse" + x1="16.626165" + y1="15.298182" + x2="20.054544" + y2="24.627615" /> + <linearGradient + gradientTransform="matrix(1,0,0,0.1481438,0,40.8891)" + y2="40" + x2="21.875" + y1="48.000977" + x1="21.875" + gradientUnits="userSpaceOnUse" + id="linearGradient19872" + xlink:href="#linearGradient2804" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,21.227482,10.529141)" + gradientUnits="userSpaceOnUse" + id="radialGradient19870" + xlink:href="#linearGradient2781" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,-25.240086,-80.929141)" + gradientUnits="userSpaceOnUse" + id="radialGradient19868" + xlink:href="#linearGradient2781" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.9887118,-0.4220719,11.235137)" + r="20.928947" + fy="23.145077" + fx="73.570084" + cy="23.145077" + cx="73.570084" + id="radialGradient19858" + xlink:href="#linearGradient2781" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-0.8601477,-1.863416)" + gradientUnits="userSpaceOnUse" + y2="52.45615" + x2="77.480881" + y1="16.647184" + x1="77.297218" + id="linearGradient15953" + xlink:href="#linearGradient2782" + inkscape:collect="always" /> + <linearGradient + y2="15.676654" + x2="8.1771841" + y1="5.7791729" + x1="8.1771841" + gradientTransform="matrix(3.3087682,0,0,3.3582938,-5.969971,-6.3358833)" + gradientUnits="userSpaceOnUse" + id="linearGradient8141" + xlink:href="#linearGradient5106" + inkscape:collect="always" /> + <linearGradient + y2="40" + x2="21.875" + y1="48.000977" + x1="21.875" + gradientUnits="userSpaceOnUse" + id="linearGradient2831" + xlink:href="#linearGradient2804" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,36,8.8)" + gradientUnits="userSpaceOnUse" + id="radialGradient2829" + xlink:href="#linearGradient2781" + inkscape:collect="always" /> + <radialGradient + r="5" + fy="44" + fx="1" + cy="44" + cx="1" + gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" + gradientUnits="userSpaceOnUse" + id="radialGradient2827" + xlink:href="#linearGradient2781" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="55.265625" + x2="29.03125" + y1="23.265625" + x1="26.0625" + id="linearGradient2788" + xlink:href="#linearGradient2782" + inkscape:collect="always" /> + <linearGradient + y2="15.676654" + x2="8.1771841" + y1="5.7791729" + x1="8.1771841" + gradientTransform="matrix(3.137165,0,0,3.184122,-1.606682,-4.861064)" + gradientUnits="userSpaceOnUse" + id="linearGradient2780" + xlink:href="#linearGradient5106" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5106"> + <stop + id="stop5108" + offset="0" + style="stop-color:#729fcf;stop-opacity:1;" /> + <stop + id="stop5110" + offset="1" + style="stop-color:#386ea6;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient2782" + inkscape:collect="always"> + <stop + id="stop2784" + offset="0" + style="stop-color:white;stop-opacity:1;" /> + <stop + id="stop2786" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2781" + inkscape:collect="always"> + <stop + id="stop2783" + offset="0" + style="stop-color:black;stop-opacity:1;" /> + <stop + id="stop2785" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + id="stop2806" + offset="0" + style="stop-color:black;stop-opacity:0;" /> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0.5" + id="stop2812" /> + <stop + id="stop2808" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient7100"> + <stop + id="stop7102" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop7104" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient7108"> + <stop + id="stop7110" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop7112" + offset="1" + style="stop-color:#ffffff;stop-opacity:1;" /> + </linearGradient> + <inkscape:perspective + id="perspective58" + inkscape:persp3d-origin="24 : 16 : 1" + inkscape:vp_z="48 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 24 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective3959" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective3981" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective4006" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3688-3" + id="linearGradient3691-6" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.7965302,0,0,-0.6559082,49.674925,48.21942)" + x1="33.579403" + y1="6.4673662" + x2="33.579403" + y2="12.53143" /> + <linearGradient + id="linearGradient3688-3"> + <stop + offset="0" + id="stop3690-9" + style="stop-color:#252525;stop-opacity:1;" /> + <stop + offset="1" + id="stop3692-1" + style="stop-color:#3e3e3e;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="12.53143" + x2="33.579403" + y1="6.4673662" + x1="33.579403" + gradientTransform="matrix(-0.7965302,0,0,-0.0837883,49.67494,39.049971)" + gradientUnits="userSpaceOnUse" + id="linearGradient4015" + xlink:href="#linearGradient2782" + inkscape:collect="always" /> + <inkscape:perspective + id="perspective4044" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient3332" + xlink:href="#linearGradient8265-821-176-38-919-66-249" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8265-821-176-38-919-66-249" + inkscape:collect="always"> + <stop + id="stop2687" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2689" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="10.273108" + fy="5.5926585" + fx="4.02005" + cy="5.5926585" + cx="4.02005" + gradientTransform="matrix(-0.01680222,1.3942814,-1.79662,-0.02165073,14.152267,2.1566239)" + gradientUnits="userSpaceOnUse" + id="radialGradient4372" + xlink:href="#linearGradient3752" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3752"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3754" /> + <stop + id="stop3760" + offset="0.84754151" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3756" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6899516,0,0,1.0436086,-5.448971,0.9617527)" + r="11.268134" + fy="8.5608768" + fx="7.8185525" + cy="8.5608768" + cx="7.8185525" + id="radialGradient3334" + xlink:href="#linearGradient7012-661-145-733-759-865-745-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5"> + <stop + id="stop2699-3" + offset="0" + style="stop-color:#729ac1;stop-opacity:1;" /> + <stop + id="stop2701-5" + offset="1" + style="stop-color:#0a4c93;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="4.3030405" + x2="9.7045717" + y1="20.882006" + x1="9.7045717" + gradientTransform="matrix(0.9945751,0,0,0.9945751,-0.3392671,1.7177729)" + gradientUnits="userSpaceOnUse" + id="linearGradient4377" + xlink:href="#linearGradient3390-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3390-0"> + <stop + style="stop-color:#425e7b;stop-opacity:1" + offset="0" + id="stop3392-8" /> + <stop + style="stop-color:#7a91a7;stop-opacity:1" + offset="1" + id="stop3394-1" /> + </linearGradient> + <linearGradient + y2="37.502914" + x2="-28.531403" + y1="17.955765" + x1="-28.531403" + gradientTransform="translate(34.378004,-14.501322)" + gradientUnits="userSpaceOnUse" + id="linearGradient4380" + xlink:href="#linearGradient11111" + inkscape:collect="always" /> + <linearGradient + id="linearGradient11111"> + <stop + id="stop11113" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#cdcdcd;stop-opacity:1" + offset="0.91013825" + id="stop11115" /> + <stop + id="stop11117" + offset="1" + style="stop-color:#a1a1a1;stop-opacity:1;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="23.061668" + x2="9.8763561" + y1="2.6014566" + x1="9.8763561" + id="linearGradient5163" + xlink:href="#linearGradient5157" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5157"> + <stop + id="stop5159" + offset="0" + style="stop-color:#c1c1c1;stop-opacity:1;" /> + <stop + id="stop5161" + offset="1" + style="stop-color:#909090;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient4357" + xlink:href="#linearGradient5048-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5048-3"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop5050-4" /> + <stop + id="stop5056-0" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5052-8" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4359" + xlink:href="#linearGradient5060-6" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060-6"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5062-6" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5064-7" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4361" + xlink:href="#linearGradient5060-6" + inkscape:collect="always" /> + <inkscape:perspective + id="perspective4111" + inkscape:persp3d-origin="12 : 8 : 1" + inkscape:vp_z="24 : 12 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 12 : 1" + sodipodi:type="inkscape:persp3d" /> + <inkscape:perspective + id="perspective4168" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient4357-1" + xlink:href="#linearGradient5048-3-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5048-3-6"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop5050-4-0" /> + <stop + id="stop5056-0-9" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5052-8-1" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4359-2" + xlink:href="#linearGradient5060-6-4" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060-6-4"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5062-6-9" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5064-7-0" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4361-1" + xlink:href="#linearGradient5060-6-4" + inkscape:collect="always" /> + <linearGradient + y2="37.502914" + x2="-28.531403" + y1="17.955765" + x1="-28.531403" + gradientTransform="translate(34.378004,-14.501322)" + gradientUnits="userSpaceOnUse" + id="linearGradient4380-4" + xlink:href="#linearGradient11111-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient11111-4"> + <stop + id="stop11113-3" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#cdcdcd;stop-opacity:1" + offset="0.91013825" + id="stop11115-2" /> + <stop + id="stop11117-5" + offset="1" + style="stop-color:#a1a1a1;stop-opacity:1;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="23.061668" + x2="9.8763561" + y1="2.6014566" + x1="9.8763561" + id="linearGradient5163-1" + xlink:href="#linearGradient5157-3" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5157-3"> + <stop + id="stop5159-2" + offset="0" + style="stop-color:#c1c1c1;stop-opacity:1;" /> + <stop + id="stop5161-6" + offset="1" + style="stop-color:#909090;stop-opacity:1;" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6899516,0,0,1.0436086,-5.448971,0.9617527)" + r="11.268134" + fy="8.5608768" + fx="7.8185525" + cy="8.5608768" + cx="7.8185525" + id="radialGradient3334-0" + xlink:href="#linearGradient7012-661-145-733-759-865-745-5-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5-6"> + <stop + id="stop2699-3-9" + offset="0" + style="stop-color:#9cbbd9;stop-opacity:1;" /> + <stop + id="stop2701-5-6" + offset="1" + style="stop-color:#5c82ab;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="4.3030405" + x2="9.7045717" + y1="20.882006" + x1="9.7045717" + gradientTransform="matrix(0.9945751,0,0,0.9945751,-0.3392671,1.7177729)" + gradientUnits="userSpaceOnUse" + id="linearGradient4377-8" + xlink:href="#linearGradient3390-0-0" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3390-0-0"> + <stop + style="stop-color:#425e7b;stop-opacity:1" + offset="0" + id="stop3392-8-8" /> + <stop + style="stop-color:#7a91a7;stop-opacity:1" + offset="1" + id="stop3394-1-6" /> + </linearGradient> + <radialGradient + r="10.273108" + fy="5.5926585" + fx="4.02005" + cy="5.5926585" + cx="4.02005" + gradientTransform="matrix(-0.01680222,1.3942814,-1.79662,-0.02165073,14.152267,2.1566239)" + gradientUnits="userSpaceOnUse" + id="radialGradient4372-7" + xlink:href="#linearGradient3752-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3752-5"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3754-4" /> + <stop + id="stop3760-4" + offset="0.84754151" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3756-6" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient3332-0" + xlink:href="#linearGradient8265-821-176-38-919-66-249-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8265-821-176-38-919-66-249-5" + inkscape:collect="always"> + <stop + id="stop2687-53" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2689-91" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient4224" + xlink:href="#linearGradient8265-821-176-38-919-66-249-5" + inkscape:collect="always" /> + <inkscape:perspective + id="perspective4341" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient4357-19" + xlink:href="#linearGradient5048-3-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5048-3-4"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop5050-4-9" /> + <stop + id="stop5056-0-96" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5052-8-9" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4359-4" + xlink:href="#linearGradient5060-6-2" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060-6-2"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5062-6-0" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5064-7-2" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4361-3" + xlink:href="#linearGradient5060-6-2" + inkscape:collect="always" /> + <linearGradient + y2="37.502914" + x2="-28.531403" + y1="17.955765" + x1="-28.531403" + gradientTransform="translate(34.378004,-14.501322)" + gradientUnits="userSpaceOnUse" + id="linearGradient4380-6" + xlink:href="#linearGradient11111-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient11111-8"> + <stop + id="stop11113-9" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#cdcdcd;stop-opacity:1" + offset="0.91013825" + id="stop11115-28" /> + <stop + id="stop11117-6" + offset="1" + style="stop-color:#a1a1a1;stop-opacity:1;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="23.061668" + x2="9.8763561" + y1="2.6014566" + x1="9.8763561" + id="linearGradient5163-7" + xlink:href="#linearGradient5157-35" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5157-35"> + <stop + id="stop5159-3" + offset="0" + style="stop-color:#c1c1c1;stop-opacity:1;" /> + <stop + id="stop5161-5" + offset="1" + style="stop-color:#909090;stop-opacity:1;" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6899516,0,0,1.0436086,-5.448971,0.9617527)" + r="11.268134" + fy="8.5608768" + fx="7.8185525" + cy="8.5608768" + cx="7.8185525" + id="radialGradient3334-9" + xlink:href="#linearGradient7012-661-145-733-759-865-745-5-5" + inkscape:collect="always" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5-5"> + <stop + id="stop2699-3-97" + offset="0" + style="stop-color:#9cbbd9;stop-opacity:1;" /> + <stop + id="stop2701-5-9" + offset="1" + style="stop-color:#5c82ab;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="4.3030405" + x2="9.7045717" + y1="20.882006" + x1="9.7045717" + gradientTransform="matrix(0.9945751,0,0,0.9945751,-0.3392671,1.7177729)" + gradientUnits="userSpaceOnUse" + id="linearGradient4377-9" + xlink:href="#linearGradient3390-0-05" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3390-0-05"> + <stop + style="stop-color:#425e7b;stop-opacity:1" + offset="0" + id="stop3392-8-2" /> + <stop + style="stop-color:#7a91a7;stop-opacity:1" + offset="1" + id="stop3394-1-1" /> + </linearGradient> + <radialGradient + r="10.273108" + fy="5.5926585" + fx="4.02005" + cy="5.5926585" + cx="4.02005" + gradientTransform="matrix(-0.01680222,1.3942814,-1.79662,-0.02165073,14.152267,2.1566239)" + gradientUnits="userSpaceOnUse" + id="radialGradient4372-0" + xlink:href="#linearGradient3752-2" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3752-2"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3754-0" /> + <stop + id="stop3760-6" + offset="0.84754151" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3756-3" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient3332-6" + xlink:href="#linearGradient8265-821-176-38-919-66-249-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8265-821-176-38-919-66-249-9" + inkscape:collect="always"> + <stop + id="stop2687-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2689-8" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient4397" + xlink:href="#linearGradient8265-821-176-38-919-66-249-9" + inkscape:collect="always" /> + <inkscape:perspective + id="perspective4592" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient4357-6" + xlink:href="#linearGradient5048-3-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5048-3-9"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop5050-4-98" /> + <stop + id="stop5056-0-7" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5052-8-7" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4359-3" + xlink:href="#linearGradient5060-6-6" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060-6-6"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5062-6-5" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5064-7-28" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient4361-4" + xlink:href="#linearGradient5060-6-6" + inkscape:collect="always" /> + <linearGradient + y2="37.502914" + x2="-28.531403" + y1="17.955765" + x1="-28.531403" + gradientTransform="translate(34.378004,-14.501322)" + gradientUnits="userSpaceOnUse" + id="linearGradient4380-0" + xlink:href="#linearGradient11111-6" + inkscape:collect="always" /> + <linearGradient + id="linearGradient11111-6"> + <stop + id="stop11113-4" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#cdcdcd;stop-opacity:1" + offset="0.91013825" + id="stop11115-9" /> + <stop + id="stop11117-66" + offset="1" + style="stop-color:#a1a1a1;stop-opacity:1;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="23.061668" + x2="9.8763561" + y1="2.6014566" + x1="9.8763561" + id="linearGradient5163-5" + xlink:href="#linearGradient5157-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5157-9"> + <stop + id="stop5159-6" + offset="0" + style="stop-color:#c1c1c1;stop-opacity:1;" /> + <stop + id="stop5161-2" + offset="1" + style="stop-color:#909090;stop-opacity:1;" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.6899516,0,0,1.0436086,-5.448971,0.9617527)" + r="11.268134" + fy="8.5608768" + fx="7.8185525" + cy="8.5608768" + cx="7.8185525" + id="radialGradient3334-8" + xlink:href="#linearGradient7012-661-145-733-759-865-745-5-8" + inkscape:collect="always" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-5-8"> + <stop + id="stop2699-3-7" + offset="0" + style="stop-color:#729ac1;stop-opacity:1;" /> + <stop + id="stop2701-5-5" + offset="1" + style="stop-color:#0a4c93;stop-opacity:1;" /> + </linearGradient> + <linearGradient + y2="4.3030405" + x2="9.7045717" + y1="20.882006" + x1="9.7045717" + gradientTransform="matrix(0.9945751,0,0,0.9945751,-0.3392671,1.7177729)" + gradientUnits="userSpaceOnUse" + id="linearGradient4377-7" + xlink:href="#linearGradient3390-0-02" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3390-0-02"> + <stop + style="stop-color:#425e7b;stop-opacity:1" + offset="0" + id="stop3392-8-29" /> + <stop + style="stop-color:#7a91a7;stop-opacity:1" + offset="1" + id="stop3394-1-13" /> + </linearGradient> + <radialGradient + r="10.273108" + fy="5.5926585" + fx="4.02005" + cy="5.5926585" + cx="4.02005" + gradientTransform="matrix(-0.01680222,1.3942814,-1.79662,-0.02165073,14.152267,2.1566239)" + gradientUnits="userSpaceOnUse" + id="radialGradient4372-8" + xlink:href="#linearGradient3752-1" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3752-1"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3754-3" /> + <stop + id="stop3760-7" + offset="0.84754151" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3756-61" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient3332-4" + xlink:href="#linearGradient8265-821-176-38-919-66-249-92" + inkscape:collect="always" /> + <linearGradient + id="linearGradient8265-821-176-38-919-66-249-92" + inkscape:collect="always"> + <stop + id="stop2687-0" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2689-1" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + y2="24.627615" + x2="20.054544" + y1="16.407909" + x1="18.03083" + gradientUnits="userSpaceOnUse" + id="linearGradient4648" + xlink:href="#linearGradient8265-821-176-38-919-66-249-92" + inkscape:collect="always" /> + <inkscape:perspective + id="perspective20950" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + y2="609.50507" + x2="302.85715" + y1="366.64789" + x1="302.85715" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + gradientUnits="userSpaceOnUse" + id="linearGradient10035-2" + xlink:href="#linearGradient5048-9" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5048-9"> + <stop + style="stop-color:black;stop-opacity:0;" + id="stop5050-2" + offset="0" /> + <stop + style="stop-color:black;stop-opacity:1;" + id="stop5056-8" + offset="0.5" /> + <stop + style="stop-color:black;stop-opacity:0;" + id="stop5052-1" + offset="1" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient10037-2" + xlink:href="#linearGradient5060-4" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5060-4" + inkscape:collect="always"> + <stop + style="stop-color:black;stop-opacity:1;" + id="stop5062-7" + offset="0" /> + <stop + style="stop-color:black;stop-opacity:0;" + id="stop5064-8" + offset="1" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient10039-6" + xlink:href="#linearGradient5060-4" + inkscape:collect="always" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7012-661-145-733-759-865-745-7" + id="radialGradient3312-3" + cx="14.549862" + cy="17.358982" + fx="14.549862" + fy="17.358982" + r="23" + gradientTransform="matrix(2.3690227e-8,1.028111,-1.3196495,0,36.193476,4.2905538)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="linearGradient7012-661-145-733-759-865-745-7"> + <stop + id="stop2699-7" + offset="0" + style="stop-color:#9cbbd9;stop-opacity:1;" /> + <stop + id="stop2701-2" + offset="1" + style="stop-color:#5c82ab;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3390-7" + id="linearGradient2536-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9574517,0,0,0.8546317,1.0211702,6.4783662)" + x1="39.964977" + y1="40.569199" + x2="-0.022119235" + y2="2.9977107" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3390-7"> + <stop + style="stop-color:#425e7b;stop-opacity:1" + offset="0" + id="stop3392-2" /> + <stop + style="stop-color:#7a91a7;stop-opacity:1" + offset="1" + id="stop3394-5" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3282" + id="linearGradient3694" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.956275,0,0,0.7020128,1.035723,-2.4877695)" + x1="24.682861" + y1="11.378383" + x2="24.682861" + y2="13.523027" /> + <linearGradient + id="linearGradient3282" + inkscape:collect="always"> + <stop + id="stop3284" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop3286" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2446-733-7" + id="linearGradient3691-3" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7965302,0,0,0.6559082,-1.6636378,5.7580004)" + x1="33.579403" + y1="6.4673662" + x2="33.579403" + y2="12.53143" /> + <linearGradient + id="linearGradient2446-733-7"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3464-6" /> + <stop + style="stop-color:#dbdbdb;stop-opacity:1;" + offset="1" + id="stop3466-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-1" + id="linearGradient3704" + gradientUnits="userSpaceOnUse" + x1="16.626165" + y1="15.298182" + x2="20.054544" + y2="24.627615" /> + <linearGradient + id="linearGradient8265-821-176-38-919-66-249-1" + inkscape:collect="always"> + <stop + id="stop2687-3" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2689-6" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2238-0" + id="linearGradient3706-4" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9575159,0,0,0.8504632,1.0196254,7.3692561)" + x1="2.8828752" + y1="2.9345543" + x2="30.128326" + y2="31.212822" /> + <linearGradient + id="linearGradient2238-0" + inkscape:collect="always"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + id="stop2240-3" + offset="0" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + id="stop2242-5" + offset="1" /> + </linearGradient> + <radialGradient + r="117.14286" + fy="486.64789" + fx="605.71429" + cy="486.64789" + cx="605.71429" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + gradientUnits="userSpaceOnUse" + id="radialGradient21003" + xlink:href="#linearGradient5060-4" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3282" + id="linearGradient21207" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.956275,0,0,0.7020128,1.0550664,6.5122295)" + x1="24.682861" + y1="11.378383" + x2="24.682861" + y2="13.523027" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-4" + id="radialGradient21209" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-1" + id="linearGradient21211" + gradientUnits="userSpaceOnUse" + x1="16.626165" + y1="15.298182" + x2="20.054544" + y2="24.627615" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048-9" + id="linearGradient21224" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-4" + id="radialGradient21226" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-4" + id="radialGradient21228" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7012-661-145-733-759-865-745-7" + id="radialGradient21230" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.3690227e-8,1.028111,-1.3196495,0,36.193476,4.2905538)" + cx="14.549862" + cy="17.358982" + fx="14.549862" + fy="17.358982" + r="23" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3390-7" + id="linearGradient21232" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9574517,0,0,0.8546317,1.0211702,6.4783662)" + x1="39.964977" + y1="40.569199" + x2="-0.022119235" + y2="2.9977107" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3282" + id="linearGradient21234" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.956275,0,0,0.7020128,1.0550664,6.5122295)" + x1="24.682861" + y1="11.378383" + x2="24.682861" + y2="13.523027" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2446-733-7" + id="linearGradient21236" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7965302,0,0,0.6559082,-1.6636378,5.7580004)" + x1="33.579403" + y1="6.4673662" + x2="33.579403" + y2="12.53143" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8265-821-176-38-919-66-249-1" + id="linearGradient21238" + gradientUnits="userSpaceOnUse" + x1="16.626165" + y1="15.298182" + x2="20.054544" + y2="24.627615" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2238-0" + id="linearGradient21240" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9575159,0,0,0.8504632,1.0196254,7.3692561)" + x1="2.8828752" + y1="2.9345543" + x2="30.128326" + y2="31.212822" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="15" + inkscape:cy="9.5" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1024" + inkscape:window-height="701" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata3866"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + style="display:inline"> + <g + transform="matrix(0.02362121,0,0,0.02008221,45.009548,38.419858)" + id="g5022"> + <rect + id="rect2512" + x="-1559.2523" + y="-150.69685" + width="1339.6335" + height="478.35718" + style="opacity:0.40206185;fill:url(#linearGradient10035);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path2514" + style="opacity:0.40206185;fill:url(#radialGradient10037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + sodipodi:nodetypes="cccc" /> + <path + id="path2516" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + style="opacity:0.40206185;fill:url(#radialGradient10039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + sodipodi:nodetypes="cccc" /> + </g> + <rect + id="rect1316" + x="1.5010664" + y="7.5010662" + width="44.997868" + height="34.997868" + ry="1.5711538" + rx="1.7085935" + style="fill:url(#radialGradient3312);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2536);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + style="opacity:0.14432989;color:#000000;fill:#004db1;fill-opacity:1;fill-rule:nonzero;stroke:#004db1;stroke-width:0.51671743;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 40.727707,11.8125 c -0.2225,0.02234 -0.454715,0.08356 -0.875,0.1875 -0.486241,0.120248 -1.047333,0.3113 -1.25,0.40625 -0.202682,0.09495 -0.563769,0.24837 -0.78125,0.34375 -0.233344,0.102339 -0.38677,0.20669 -0.40625,0.28125 -0.01817,0.06949 -0.153817,0.18923 -0.28125,0.25 -0.127422,0.06077 -0.21875,0.11917 -0.21875,0.15625 0,0.03708 -0.133319,0.14328 -0.28125,0.21875 -0.217636,0.111027 -0.292952,0.224319 -0.46875,0.59375 -0.119496,0.251123 -0.29138,0.554216 -0.375,0.65625 -0.08362,0.102034 -0.20618,0.348005 -0.25,0.5625 -0.04383,0.214494 -0.10907,0.44414 -0.15625,0.5 -0.169468,0.201078 -0.169286,0.91413 0,1.8125 0.142098,0.754068 0.192739,0.932881 0.5,1.46875 0.37401,0.652276 0.779218,1.087123 1.4375,1.5 0.543008,0.340585 1.416468,0.49114 2.09375,0.375 0.832137,-0.142694 1.3161,-0.398539 1.8125,-0.90625 0.643391,-0.658054 0.88445,-1.135372 0.9375,-1.96875 0.04832,-0.759096 -0.04532,-1.232376 -0.375,-1.6875 -0.214975,-0.296761 -0.89993,-0.768868 -0.9375,-0.65625 -0.01295,0.03882 0.07421,0.186792 0.21875,0.34375 0.144536,0.156958 0.372764,0.464952 0.5,0.6875 0.202674,0.354573 0.25738,0.494285 0.28125,1 0.02372,0.503117 -0.01062,0.612861 -0.15625,0.9375 -0.323682,0.721606 -0.944305,1.25305 -1.84375,1.5625 -0.454902,0.156519 -0.812548,0.157941 -1.53125,0.03125 -0.617647,-0.10888 -0.980825,-0.302744 -1.3125,-0.71875 -0.247399,-0.310307 -0.312988,-0.463251 -0.5625,-1.0625 -0.43858,-1.053367 -0.496361,-1.559915 -0.21875,-2.1875 0.0728,-0.16458 0.125,-0.390535 0.125,-0.5 0,-0.184319 0.288845,-0.65603 0.4375,-0.71875 0.107301,-0.04528 0.46875,-0.41994 0.46875,-0.5 0,-0.07643 0.300235,-0.33882 1.03125,-0.875 0.773541,-0.56737 1.752269,-0.777766 3.09375,-0.65625 0.645483,0.05847 0.836818,0.108292 1.25,0.3125 1.139212,0.563031 2.12303,1.715315 2.3125,2.71875 0.05337,0.282665 0.1295,0.606571 0.1875,0.71875 0.142387,0.275354 0.102551,1.08397 -0.09375,1.46875 -0.07812,0.153118 -0.18124,0.472215 -0.21875,0.71875 -0.05092,0.335114 -0.11045,0.504397 -0.25,0.65625 -0.204713,0.222772 -0.57109,0.831506 -0.8125,1.34375 -0.200455,0.425317 -0.748424,0.971805 -1.21875,1.21875 -0.204822,0.107536 -0.45632,0.27639 -0.53125,0.34375 -0.07494,0.06736 -0.283016,0.16787 -0.46875,0.25 -0.185729,0.08213 -0.498986,0.24987 -0.6875,0.375 -0.592721,0.393446 -1.109107,0.5027 -2.46875,0.5 -1.427685,-0.0029 -2.145197,-0.115813 -2.78125,-0.40625 -0.394653,-0.180206 -0.600802,-0.334653 -1.21875,-0.96875 -0.839727,-0.861676 -1.294611,-1.453392 -1.78125,-2.28125 -1.521784,-2.588828 -2.71729,-3.557731 -5.6875,-4.65625 -0.43922,-0.162444 -1.090623,-0.21754 -2.3125,-0.25 -1.155353,-0.03069 -1.152677,-0.02575 -2.09375,0.21875 -1.357279,0.352627 -2.117349,0.757867 -3.3125,1.75 -0.369626,0.30684 -0.635715,0.601778 -1.03125,1.1875 -0.666478,0.986966 -0.71924,1.078439 -0.8125,1.65625 -0.113124,0.700896 -0.23608,2.04641 -0.1875,2.125 0.02322,0.03757 0.05076,0.294907 0.0625,0.5625 0.01174,0.267593 0.08282,0.865636 0.15625,1.3125 0.197954,1.204765 0.387735,1.485294 1.40625,2.34375 0.593442,0.500183 0.892659,0.68353 1.125,0.75 0.174306,0.04986 0.571108,0.193038 0.90625,0.3125 0.759841,0.270867 1.348124,0.35656 2.34375,0.28125 0.909793,-0.06881 1.127943,-0.139346 1.8125,-0.5 0.95447,-0.502863 1.496301,-0.928129 1.78125,-1.375 0.312526,-0.490105 0.599336,-1.279143 0.71875,-2.0625 0.105069,-0.689302 0.03641,-0.922863 -0.4375,-1.84375 -0.397015,-0.771457 -0.633317,-1.003432 -1.4375,-1.40625 -0.691238,-0.346245 -0.825852,-0.3921 -1.625,-0.3125 -0.614642,0.06123 -1.067499,0.239284 -1.53125,0.59375 -0.411374,0.314427 -0.636064,0.609674 -0.84375,1.1875 -0.14519,0.403943 -0.152555,0.9375 -0.03125,0.9375 0.03057,0 0.156498,-0.262113 0.28125,-0.59375 0.124738,-0.331637 0.2732,-0.68464 0.34375,-0.78125 0.07057,-0.09661 0.393882,-0.305408 0.71875,-0.46875 0.667343,-0.335534 1.296476,-0.435977 1.78125,-0.28125 0.278252,0.08881 1.228594,0.664337 1.5,0.90625 0.436466,0.389032 0.6854,1.027293 0.6875,1.75 0.0033,1.165963 -0.391353,2.019516 -1.15625,2.46875 -0.167571,0.09842 -0.441617,0.285851 -0.625,0.40625 -0.47075,0.309068 -0.918518,0.39413 -1.96875,0.34375 -0.761562,-0.03653 -0.972765,-0.08979 -1.5,-0.28125 -1.129517,-0.41017 -2.149465,-1.251755 -2.53125,-2.09375 -0.452492,-0.997721 -0.48654,-1.198695 -0.4375,-2.21875 0.04314,-0.897598 0.183973,-1.651258 0.4375,-2.125 0.175769,-0.328412 0.642925,-0.846972 1.40625,-1.625 0.297603,-0.303335 0.852466,-0.566234 1.46875,-0.6875 0.719853,-0.141683 2.400285,-0.23451 2.90625,-0.15625 1.319908,0.204152 3.53654,1.74478 4.3125,3 0.374506,0.605817 0.729048,1.301593 0.875,1.71875 0.192174,0.549274 0.243567,2.015914 0.09375,2.53125 -0.06114,0.210463 -0.09334,0.481777 -0.09375,0.625 -9.61e-4,0.341116 -0.152065,0.797527 -0.4375,1.375 -0.127448,0.257841 -0.27485,0.664198 -0.34375,0.90625 -0.06892,0.242049 -0.17349,0.47539 -0.21875,0.53125 -0.04527,0.05586 -0.09896,0.213412 -0.125,0.34375 -0.0688,0.344983 -0.28592,1.052293 -0.375,1.21875 -0.105854,0.197776 -0.330534,1.139606 -0.4375,1.84375 -0.08621,0.567484 -0.08003,1.785697 0,2.40625 0.101287,0.785275 0.38068,2.203241 0.46875,2.375 0.77519,1.511758 1.162185,2.050162 1.8125,2.5625 0.163582,0.128871 0.35707,0.297219 0.4375,0.40625 0.306992,0.416094 1.162213,1.017296 2.0625,1.4375 0.389501,0.181797 1.264595,0.391922 2.0625,0.5 0.335138,0.0454 0.68082,0.08915 0.75,0.09375 0.201478,0.0132 1.039455,-0.199491 1.5,-0.375 0.233138,-0.08884 0.49626,-0.15625 0.59375,-0.15625 0.201463,0 0.825303,-0.340227 1.15625,-0.625 0.122054,-0.105031 0.361375,-0.2413 0.5,-0.3125 0.138609,-0.0712 0.478707,-0.359009 0.78125,-0.625 0.669143,-0.588288 0.874265,-0.94424 1.21875,-2.3125 0.220634,-0.876132 0.21411,-0.971053 0.15625,-1.53125 -0.03377,-0.326785 -0.0689,-0.81446 -0.09375,-1.09375 -0.05156,-0.579827 -0.416056,-1.406872 -0.90625,-2.125 -0.266854,-0.390929 -0.949895,-0.992041 -1.75,-1.5 -0.874937,-0.555471 -2.29883,-0.654751 -3.46875,-0.25 -0.425,0.147035 -0.614572,0.251397 -0.9375,0.5625 -0.218762,0.210772 -0.47661,0.520026 -0.5625,0.6875 -0.08588,0.167475 -0.228811,0.464067 -0.34375,0.6875 -0.199265,0.387458 -0.21875,0.443834 -0.21875,1.21875 0,0.779215 0.0077,0.849971 0.21875,1.28125 0.293036,0.598969 0.836608,1.116407 1.46875,1.375 0.631992,0.258521 1.594615,0.307803 2,0.125 0.286985,-0.129414 0.381442,-0.2631 0.125,-0.1875 -0.436688,0.128752 -0.908511,0.116688 -1.40625,-0.03125 -0.685405,-0.203715 -0.946299,-0.351344 -1.25,-0.6875 -0.380763,-0.421461 -0.52421,-0.793078 -0.59375,-1.59375 -0.05689,-0.655086 -0.0372,-0.736573 0.125,-1.25 0.141291,-0.447271 0.241187,-0.613429 0.5,-0.875 0.291268,-0.294354 0.737587,-0.621886 1.09375,-0.8125 0.289692,-0.15505 0.98919,-0.22476 1.46875,-0.125 0.249745,0.05195 0.50888,0.1234 0.59375,0.125 0.509907,0.01053 1.798747,0.919276 2.0625,1.46875 0.08616,0.179496 0.22024,0.475561 0.3125,0.65625 0.126395,0.247524 0.17581,0.48233 0.21875,1 0.112019,1.351216 0.07824,2.14762 -0.15625,2.53125 -0.04552,0.07448 -0.15574,0.304554 -0.21875,0.5 -0.1335,0.413809 -0.572932,1.032174 -0.90625,1.28125 -0.444739,0.332326 -1.302226,0.834236 -1.65625,0.96875 -0.575871,0.218805 -1.559152,0.34128 -2,0.25 -0.203328,-0.04209 -0.42402,-0.1091 -0.5,-0.15625 -0.07597,-0.04713 -0.292683,-0.10274 -0.46875,-0.125 -0.502704,-0.06353 -1.330442,-0.540155 -1.5625,-0.875 -0.106764,-0.154065 -0.353804,-0.382687 -0.53125,-0.53125 -0.193821,-0.162278 -0.3584,-0.386446 -0.40625,-0.53125 -0.08902,-0.269744 -0.459163,-0.939918 -0.6875,-1.25 -0.176092,-0.239135 -0.34433,-0.652835 -0.4375,-1.03125 -0.06009,-0.24403 -0.12284,-2.189534 -0.09375,-3.28125 0.01182,-0.443257 0.185616,-0.940617 0.40625,-1.1875 0.06656,-0.07448 0.19428,-0.269927 0.28125,-0.4375 0.551311,-1.062093 1.262902,-1.969466 1.875,-2.40625 0.36194,-0.258279 0.560381,-0.339801 1.1875,-0.5 1.753056,-0.447821 1.94167,-0.46875 3.46875,-0.46875 1.561257,0 2.523866,-0.168122 3.15625,-0.5 0.206915,-0.108586 0.608342,-0.293807 0.90625,-0.4375 0.813536,-0.3924 1.484098,-0.862424 2.03125,-1.40625 0.270388,-0.268749 0.626311,-0.61171 0.8125,-0.78125 0.331786,-0.302116 0.645475,-0.62686 0.90625,-0.96875 l 0,-8.71875 c -0.02933,-0.0328 -0.06452,-0.06379 -0.09375,-0.09375 -0.245601,-0.25172 -0.563023,-0.51846 -0.6875,-0.59375 -0.124498,-0.0753 -0.458856,-0.322254 -0.75,-0.53125 -0.291155,-0.208999 -0.615503,-0.4252 -0.75,-0.46875 -0.134501,-0.04355 -0.436997,-0.178084 -0.65625,-0.3125 -0.380645,-0.233345 -0.442976,-0.23517 -1.21875,-0.28125 -0.386254,-0.02294 -0.59,-0.05359 -0.8125,-0.03125 z" + id="path2243" /> + <rect + id="rect2232" + x="2.4383025" + y="8.3257465" + width="43.125748" + height="33.198151" + ry="0.85615098" + rx="0.93104446" + style="opacity:0.4;fill:none;stroke:url(#linearGradient3706);stroke-width:1.00213289;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + sodipodi:nodetypes="ccscccccc" + id="rect2311" + d="m 44.650328,41.976783 c -13.74527,0 -27.775675,-0.0085 -41.5209399,-0.0085 -1.4635585,-0.149236 -1.195717,-0.959015 -1.20609,-1.907851 -0.01822,-1.666672 0.023578,-2.024898 -0.00607,-2.030373 5.443366,-0.07232 12.0968349,0.01123 17.5425269,-0.0093 8.392169,0 18.148025,0.0035 26.540195,0.0035 -0.0078,-0.01232 -0.0031,0.387482 -0.0031,2.25759 0,1.03079 -0.04872,1.67163 -1.346545,1.694997 l 2.3e-5,-6.3e-5 z" + style="fill:url(#linearGradient3691);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="ccscccccc" + id="rect2311-0" + d="m 44.650343,38.508 c -13.74527,0 -27.775675,-0.0011 -41.5209401,-0.0011 -1.463559,-0.01907 -1.195717,-0.122508 -1.20609,-0.243715 -0.01822,-0.212909 0.02358,-0.258669 -0.0061,-0.259368 5.443366,-0.0092 12.0968351,0.0015 17.5425271,-0.0013 8.392169,0 18.148025,4.59e-4 26.540195,4.59e-4 -0.0078,-0.0015 -0.0031,0.0495 -0.0031,0.288393 0,0.131677 -0.04872,0.21354 -1.346545,0.216525 l 2.3e-5,-8e-6 z" + style="opacity:0.19753089;fill:url(#linearGradient4015);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible" /> + <g + inkscape:label="Layer 1" + id="layer1-8-6" + transform="matrix(0.04495992,0,0,0.04495992,-1.2013611,40.342019)" + style="fill:#809ebf;fill-opacity:1;stroke:#7094ba;stroke-width:1.00054705;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"> + <path + id="path2243-6" + d="m 120.89749,22.011166 c -1.54418,-0.209162 -3.24267,-0.623808 -3.99647,-0.97564 -1.74232,-0.813217 -3.40951,-1.968096 -4.00363,-2.773361 -0.15565,-0.211007 -0.54205,-0.587707 -0.85863,-0.83711 -1.25855,-0.991524 -1.99375,-2.035432 -3.49397,-4.961127 -0.17045,-0.332405 -0.70299,-3.023898 -0.89901,-4.5436357 -0.15488,-1.2009529 -0.14244,-3.6003487 0.0244,-4.6985974 0.20701,-1.3627241 0.62988,-3.15491782 0.83474,-3.53767292 0.17239,-0.3221424 0.60077,-1.70968458 0.73391,-2.37732738 0.0504,-0.2522435 0.16317,-0.5470628 0.25078,-0.6551638 0.0876,-0.108097 0.26844,-0.579817 0.40181,-1.048254 0.13334,-0.468441 0.44431,-1.259979 0.69096,-1.758977 0.5524,-1.11758 0.81201,-1.950271 0.81387,-2.610432 7.9e-4,-0.277178 0.0984,-0.837215 0.21671,-1.2445238 0.28994,-0.997326 0.17816,-3.805628 -0.19375,-4.868635 -0.28246,-0.80732 -0.97226,-2.163131 -1.69704,-3.335566 -1.50171,-2.429219 -5.79405,-5.418017 -8.34846,-5.81311 -0.97919,-0.151451 -4.220063,0.01614 -5.61319,0.29026 -1.192691,0.234687 -2.316119,0.756649 -2.892069,1.34369 -1.477259,1.505714 -2.340607,2.522924 -2.680772,3.158498 -0.490648,0.916829 -0.794919,2.323184 -0.878402,4.0603 -0.0949,1.974108 -0.01249,2.386784 0.863126,4.317667 0.738866,1.6295078 2.725823,3.2757918 4.91177,4.0695908 1.020354,0.370529 1.408862,0.439258 2.882708,0.509958 2.032507,0.0975 2.898779,-0.04984 3.809819,-0.647972 0.3549,-0.233006 0.91062,-0.57949 1.23492,-0.769961 1.4803,-0.869401 2.25346,-2.5090208 2.24716,-4.7655018 -0.004,-1.398651 -0.50234,-2.662394 -1.34703,-3.415285 -0.52525,-0.468173 -2.37841,-1.583206 -2.91691,-1.755082 -0.93818,-0.299443 -2.148475,-0.109498 -3.43998,0.539859 -0.628715,0.316114 -1.254839,0.727723 -1.391407,0.914686 -0.136527,0.186965 -0.445806,0.865055 -0.68721,1.506869 -0.241433,0.641815 -0.487388,1.166937 -0.54655,1.166937 -0.23476,0 -0.174556,-1.01789 0.106419,-1.799639 0.401934,-1.118262 0.805616,-1.700097 1.601746,-2.308607 0.897494,-0.685995 1.777423,-1.025184 2.966936,-1.143675 1.546586,-0.154059 1.788826,-0.110719 3.126576,0.559368 1.55633,0.779572 2.02669,1.239398 2.79503,2.732394 0.91715,1.782186 1.02949,2.272635 0.82615,3.606637 -0.2311,1.516026 -0.75068,3.0479428 -1.35551,3.9964408 -0.55146,0.864826 -1.57957,1.652639 -3.42675,2.625827 -1.32482,0.697973 -1.777162,0.819825 -3.537879,0.952994 -1.926829,0.14575 -3.050091,0.02067 -4.520607,-0.503539 -0.648597,-0.231194 -1.455296,-0.499304 -1.79263,-0.595797 -0.449648,-0.128632 -1.031356,-0.52778 -2.179842,-1.495781 -1.971125,-1.661365 -2.287838,-2.198533 -2.670937,-4.5301088 -0.142099,-0.864813 -0.276945,-1.9961 -0.299662,-2.513971 -0.02271,-0.517872 -0.07806,-1.001081 -0.123012,-1.073799 -0.09401,-0.152102 0.12415,-2.786684 0.343076,-4.143123 0.180479,-1.118234 0.263033,-1.288264 1.552863,-3.198333 0.765477,-1.133544 1.268779,-1.72066 1.984114,-2.314487 2.312969,-1.920068 3.824054,-2.716195 6.450789,-3.398631 1.821252,-0.473171 1.826039,-0.473658 4.061987,-0.414256 2.36469,0.06282 3.62337,0.21051 4.47339,0.524887 5.74823,2.125958 8.01566,3.987223 10.96076,8.997367 0.94179,1.602147 1.8409,2.747449 3.46602,4.415045 1.19591,1.227165 1.57862,1.534935 2.34239,1.883686 1.23095,0.562082 2.67094,0.766758 5.43393,0.772355 2.63131,0.0053 3.62702,-0.193922 4.77411,-0.955357 0.36483,-0.242162 0.9574,-0.570343 1.31684,-0.729288 0.35945,-0.158945 0.77219,-0.395653 0.91722,-0.526016 0.14502,-0.130366 0.58799,-0.407303 0.98438,-0.615417 0.91022,-0.47791 1.97251,-1.542564 2.36045,-2.365677 0.4672,-0.991343 1.18192,-2.168881 1.5781,-2.60001 0.27007,-0.293881 0.39452,-0.61204 0.49307,-1.260585 0.0726,-0.477117 0.25553,-1.109936 0.40671,-1.406264 0.3799,-0.744663 0.50839,-2.318028 0.23283,-2.850919 -0.11225,-0.217099 -0.28865,-0.842307 -0.39193,-1.389348 -0.36668,-1.941941 -2.2878,-4.206861 -4.49251,-5.296492 -0.79963,-0.395201 -1.13876,-0.479342 -2.38796,-0.592501 -2.59616,-0.235169 -4.49668,0.165466 -5.99371,1.263496 -1.41473,1.037665 -2.02554,1.549551 -2.02554,1.697466 0,0.154949 -0.65186,0.916383 -0.85952,1.004002 -0.28769,0.121389 -0.8439,1.045724 -0.8439,1.402435 0,0.211847 -0.1153,0.64578 -0.25619,0.964292 -0.53726,1.21456 -0.44306,2.198298 0.40572,4.236873 0.48288,1.159723 0.63078,1.430463 1.10957,2.030998 0.64189,0.805095 1.31671,1.17821 2.51204,1.388924 1.3909,0.245185 2.08731,0.227491 2.96768,-0.07541 1.74069,-0.598878 2.95251,-1.620416 3.57893,-3.016937 0.28183,-0.628272 0.31653,-0.86388 0.27062,-1.837559 -0.0462,-0.978708 -0.10809,-1.213761 -0.50032,-1.899964 -0.24624,-0.430695 -0.67654,-1.031612 -0.95626,-1.335372 -0.27972,-0.303759 -0.48811,-0.613755 -0.46305,-0.68888 0.0727,-0.217948 1.39047,0.743075 1.80651,1.317395 0.63803,0.880799 0.84305,1.76539 0.74953,3.234464 -0.10267,1.612831 -0.54287,2.555609 -1.78802,3.829137 -0.96068,0.982571 -1.92581,1.455074 -3.53624,1.73123 -1.31074,0.224765 -2.97504,-0.08133 -4.02592,-0.740454 -1.27397,-0.799038 -2.06768,-1.618031 -2.7915,-2.880378 -0.59464,-1.037063 -0.7064,-1.357905 -0.9814,-2.817249 -0.32762,-1.738611 -0.32697,-3.157601 0.001,-3.546747 0.0913,-0.108097 0.23538,-0.536184 0.3202,-0.951293 0.0848,-0.415111 0.28661,-0.916308 0.44843,-1.113773 0.16183,-0.197466 0.48343,-0.75666 0.71469,-1.242656 0.34022,-0.714958 0.51984,-0.934323 0.94103,-1.149193 0.28629,-0.146061 0.52055,-0.324286 0.52055,-0.396056 0,-0.07177 0.2018,-0.22671 0.4484,-0.344317 0.24662,-0.117601 0.47718,-0.323861 0.51235,-0.458348 0.0377,-0.144303 0.37756,-0.382061 0.82915,-0.580117 0.42089,-0.18458 1.08615,-0.485947 1.4784,-0.669704 0.39222,-0.183756 1.48307,-0.524506 2.42409,-0.757221 1.62675,-0.402306 1.78827,-0.418524 3.2833,-0.329728 1.50135,0.08917 1.60727,0.114757 2.34393,0.566355 0.42432,0.260133 0.9845,0.541931 1.2448,0.626221 0.26029,0.08429 0.93427,0.484187 1.49774,0.88866 0.56345,0.40447 1.22157,0.854629 1.46251,1.000352 0.2409,0.145719 0.82693,0.663525 1.30224,1.150677 0.98646,1.011035 2.02149,2.896162 2.36209,4.301996 0.11113,0.458689 0.31968,1.246733 0.46347,1.751207 0.22367,0.784853 0.25004,1.153602 0.18243,2.555125 -0.21049,4.3651 -1.69493,7.72479 -4.56967,10.342452 -0.36033,0.32811 -1.08329,1.022109 -1.60657,1.542216 -1.0589,1.0524648 -2.32235,1.9217798 -3.89678,2.6811888 -0.57654,0.278087 -1.37587,0.677548 -1.77631,0.887693 -1.22385,0.642283 -3.09564,0.925461 -6.11713,0.925461 -2.95535,0 -3.28348,0.04481 -6.67616,0.911466 -1.21366,0.310033 -1.61225,0.478668 -2.31271,0.978514 -1.18459,0.845306 -2.55133,2.6061641 -3.61828,4.66162598 -0.16832,0.3243041 -0.41146,0.70757402 -0.54028,0.85170772 -0.42699,0.4777908 -0.75704,1.4576404 -0.77992,2.3154738 -0.0563,2.1127919 0.0305,5.8603753 0.1468,6.3326457 0.18031,0.732344 0.51619,1.502683 0.85698,1.965479 0.4419,0.600101 1.18049,1.949519 1.35277,2.471552 0.0926,0.280239 0.40323,0.675162 0.77833,0.989219 0.34341,0.287513 0.79343,0.766708 1.00005,1.06487 0.4491,0.648023 2.07301,1.528495 3.04589,1.651448 0.34074,0.04307 0.73983,0.152947 0.88685,0.244161 0.14704,0.09124 0.58925,0.232534 0.98275,0.313998 0.85317,0.176656 2.78472,-0.06565 3.8992,-0.489097 0.68514,-0.260325 2.30155,-1.205066 3.16225,-1.848214 0.64507,-0.482035 1.52398,-1.730092 1.78234,-2.530933 0.12195,-0.378246 0.29394,-0.805645 0.38203,-0.949782 0.45381,-0.742438 0.56043,-2.252555 0.34364,-4.8675553 -0.0831,-1.0018451 -0.19027,-1.4864497 -0.43489,-1.9654808 -0.17854,-0.3496863 -0.46107,-0.9200083 -0.62781,-1.2673859 -0.51044,-1.0633943 -2.96801,-2.8422545 -3.95483,-2.8626377 -0.16424,-0.00319 -0.69409,-0.088423 -1.17742,-0.188953 -0.92809,-0.1930626 -2.28287,-0.095693 -2.84351,0.2043663 -0.68928,0.3688944 -1.56961,1.0283234 -2.1333,1.597985 -0.50088,0.5062157 -0.67619,0.8167714 -0.94963,1.6823719 -0.3139,0.9936312 -0.32783,1.1482181 -0.21773,2.4160023 0.13458,1.5495348 0.39867,2.266402 1.13556,3.0820542 0.58775,0.65056 1.0884,0.923825 2.41486,1.318074 0.96327,0.286304 1.87397,0.305006 2.71909,0.05583 0.49629,-0.146314 0.32738,0.151228 -0.22802,0.401678 -0.78454,0.353777 -2.63766,0.218491 -3.86075,-0.281824 -1.22338,-0.500453 -2.28888,-1.488069 -2.85599,-2.6472505 -0.40835,-0.8346516 -0.42578,-0.9346572 -0.42578,-2.442668 0,-1.4996902 0.0187,-1.6087309 0.40441,-2.3585753 0.22244,-0.4324082 0.54042,-1.0513747 0.70663,-1.3754887 0.16623,-0.3241113 0.64864,-0.923033 1.07201,-1.3309387 0.62496,-0.6020755 0.96049,-0.80761 1.78299,-1.0921661 2.26414,-0.78331142 5.01981,-0.58019242 6.71307,0.4948066 1.54844,0.9830505 2.9059,2.1266984 3.42234,2.8832609 0.94867,1.3897893 1.63446,3.0328044 1.73425,4.1549383 0.0481,0.5405096 0.14087,1.5001815 0.20623,2.1326065 0.11197,1.084145 0.093,1.252649 -0.334,2.948223 -0.66668,2.647986 -1.03136,3.351916 -2.32635,4.490426 -0.58551,0.51477 -1.28403,1.048693 -1.55228,1.186495 -0.26828,0.137802 -0.68101,0.416864 -0.91722,0.62013 -0.64048,0.551118 -1.85587,1.201201 -2.24576,1.201201 -0.18867,0 -0.71216,0.140675 -1.16335,0.312615 -0.89129,0.339661 -2.54566,0.745249 -2.93558,0.719698 -0.13389,-0.0089 -0.77401,-0.08783 -1.4226,-0.175689 z" + style="color:#000000;fill:#809ebf;fill-opacity:1;fill-rule:nonzero;stroke:#7094ba;stroke-width:1.00054705;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="layer1-1" + inkscape:label="Layer 1" + transform="matrix(0.34385432,0,0,0.34385432,5.7677386,11.096704)"> + <g + transform="matrix(0.5459263,0,0,0.5168524,-1.0020361,-0.5781821)" + id="g3490" + inkscape:label="Shadow" + style="stroke-width:1.88256383;stroke-miterlimit:4;stroke-dasharray:none"> + <g + transform="matrix(0.02165152,0,0,0.01485743,43.0076,42.68539)" + id="g5022-4" + style="stroke-width:104.96237946;stroke-miterlimit:4;stroke-dasharray:none;display:inline"> + <rect + style="opacity:0.40206185;fill:url(#linearGradient4357);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:104.96237946;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect4173" + width="1339.6335" + height="478.35718" + x="-1559.2523" + y="-150.69685" /> + <path + style="opacity:0.40206185;fill:url(#radialGradient4359);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:104.96237946;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path5058" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + id="path5018" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + style="opacity:0.40206185;fill:url(#radialGradient4361);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:104.96237946;marker:none;visibility:visible;display:inline;overflow:visible" /> + </g> + </g> + <path + id="path3496" + d="m 2.6510299,2.5338039 c -0.085539,0 -0.158869,0.092747 -0.158869,0.188543 l 0,1.80342 -1.196774,0 -0.603702,0 c -0.106745,0 -0.190642,0.094861 -0.190642,0.188543 l 0,0.377085 0,4.1702921 c -0.010775,3.954554 -0.031774,8.079318 -0.031774,11.721073 0.029084,0.895035 0.537241,1.505142 0.889665,1.508342 1.012736,0.0092 0.539272,-0.004 1.048535,0 6.4703329,-0.0161 13.5789171,-0.07817 20.0492481,-0.09427 0.05421,0.0069 -1.476715,-0.107725 -1.461594,-1.445495 1e-6,-4.672947 -0.502047,-11.186992 -0.502047,-15.8599411 0,-0.186878 -0.01544,-0.290886 -0.03177,-0.377085 -0.01261,-0.066563 -0.0287,-0.09887 -0.06355,-0.125695 -0.02786,-0.024451 -0.05455,-0.057043 -0.09532,-0.062848 l -9.835171,0 0,-1.80342 c 0,-0.095796 -0.07333,-0.188543 -0.158869,-0.188543 l -7.6573641,0 z" + style="fill:url(#linearGradient4380);fill-opacity:1;stroke:url(#linearGradient5163);stroke-width:1.01114547;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + sodipodi:nodetypes="cccccccccscccsssccccc" /> + <path + sodipodi:nodetypes="cczcc" + id="path3498" + d="m 3.4993539,6.5471259 c 10.5699021,0 13.0304441,4.6e-4 19.9935051,-0.027539 0,1.570444 0.258156,16.0402751 -0.484112,16.0402751 -0.714048,0 -14.0456512,-0.09435 -21.0087101,-0.06635 1.471684,0 1.499317,-0.622748 1.499317,-15.9463841 z" + style="fill:url(#radialGradient3334);fill-opacity:1;stroke:url(#linearGradient4377);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + inkscape:transform-center-x="-10.964238" + inkscape:transform-center-y="-8.1817293" /> + <path + style="opacity:0.4;fill:none;stroke:url(#radialGradient4372);stroke-width:0.98119503;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 22.938799,7.6088419 c 0,0 -16.8318011,0.09361 -18.3967961,-0.092369 C 4.4590639,21.345907 4.0410549,21.955515 4.0410549,21.955515" + id="path3211" + sodipodi:nodetypes="ccs" /> + <path + transform="matrix(0.4450331,0,0,0.4023652,2.8192053,3.8498613)" + d="m 3.21875,5.34375 c -1.5389481,0 -2.8125,1.273552 -2.8125,2.8125 l 0,16 c 0.005894,0.286233 0.14841957,0.612577 0.375,0.8125 0.2265775,0.199921 0.5161946,0.284272 0.84375,0.25 a 0.61209076,0.61209076 0 0 0 0.03125,0 l 45,-7.125 c 0.521773,-0.08229 0.930206,-0.53433 0.9375,-1.0625 l 0,-8.875 c 0,-1.538948 -1.273552,-2.8125 -2.8125,-2.8125 l -41.5625,0 z" + id="path2608" + style="opacity:0.2;fill:url(#linearGradient3332);fill-opacity:1;fill-rule:evenodd;stroke:none" + inkscape:original="M 3.21875 5.96875 C 2.010473 5.96875 1.03125 6.9479731 1.03125 8.15625 L 1.03125 24.15625 C 1.0340218 24.290853 1.086548 24.410925 1.1875 24.5 C 1.288452 24.589075 1.4285991 24.63901 1.5625 24.625 L 46.5625 17.5 C 46.793979 17.463493 46.965514 17.265567 46.96875 17.03125 L 46.96875 8.15625 C 46.96875 6.9479731 45.989527 5.96875 44.78125 5.96875 L 3.21875 5.96875 z " + inkscape:radius="0.61202955" + sodipodi:type="inkscape:offset" /> + </g> + <g + style="display:inline" + id="layer1-1-8" + inkscape:label="Layer 1" + transform="matrix(0.34385432,0,0,0.34385432,5.7677386,21.72506)"> + <g + transform="matrix(0.5459263,0,0,0.5168524,-1.0020361,-0.5781821)" + id="g3490-6" + inkscape:label="Shadow" + style="stroke-width:1.88256383;stroke-miterlimit:4;stroke-dasharray:none"> + <g + transform="matrix(0.02165152,0,0,0.01485743,43.0076,42.68539)" + id="g5022-4-3" + style="stroke-width:104.96237946;stroke-miterlimit:4;stroke-dasharray:none;display:inline"> + <rect + style="opacity:0.40206185;fill:url(#linearGradient4357-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:104.96237946;marker:none;visibility:visible;display:inline;overflow:visible" + id="rect4173-4" + width="1339.6335" + height="478.35718" + x="-1559.2523" + y="-150.69685" /> + <path + style="opacity:0.40206185;fill:url(#radialGradient4359-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:104.96237946;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + id="path5058-2" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + id="path5018-0" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + style="opacity:0.40206185;fill:url(#radialGradient4361-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:104.96237946;marker:none;visibility:visible;display:inline;overflow:visible" /> + </g> + </g> + <path + id="path3496-5" + d="m 2.6510299,2.5338039 c -0.085539,0 -0.158869,0.092747 -0.158869,0.188543 l 0,1.80342 -1.196774,0 -0.603702,0 c -0.106745,0 -0.190642,0.094861 -0.190642,0.188543 l 0,0.377085 0,4.1702921 c -0.010775,3.954554 -0.031774,8.079318 -0.031774,11.721073 0.029084,0.895035 0.537241,1.505142 0.889665,1.508342 1.012736,0.0092 0.539272,-0.004 1.048535,0 6.4703329,-0.0161 13.5789171,-0.07817 20.0492481,-0.09427 0.05421,0.0069 -1.476715,-0.107725 -1.461594,-1.445495 1e-6,-4.672947 -0.502047,-11.186992 -0.502047,-15.8599411 0,-0.186878 -0.01544,-0.290886 -0.03177,-0.377085 -0.01261,-0.066563 -0.0287,-0.09887 -0.06355,-0.125695 -0.02786,-0.024451 -0.05455,-0.057043 -0.09532,-0.062848 l -9.835171,0 0,-1.80342 c 0,-0.095796 -0.07333,-0.188543 -0.158869,-0.188543 l -7.6573641,0 z" + style="fill:url(#linearGradient4380-0);fill-opacity:1;stroke:url(#linearGradient5163-5);stroke-width:1.01114547;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + sodipodi:nodetypes="cccccccccscccsssccccc" /> + <path + sodipodi:nodetypes="cczcc" + id="path3498-9" + d="m 3.4993539,6.5471259 c 10.5699021,0 13.0304441,4.6e-4 19.9935051,-0.027539 0,1.570444 0.258156,16.0402751 -0.484112,16.0402751 -0.714048,0 -14.0456512,-0.09435 -21.0087101,-0.06635 1.471684,0 1.499317,-0.622748 1.499317,-15.9463841 z" + style="fill:url(#radialGradient3334-8);fill-opacity:1;stroke:url(#linearGradient4377-7);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + inkscape:transform-center-x="-10.964238" + inkscape:transform-center-y="-8.1817293" /> + <path + style="opacity:0.4;fill:none;stroke:url(#radialGradient4372-8);stroke-width:0.98119503;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" + d="m 22.938799,7.6088419 c 0,0 -16.8318011,0.09361 -18.3967961,-0.092369 C 4.4590639,21.345907 4.0410549,21.955515 4.0410549,21.955515" + id="path3211-4" + sodipodi:nodetypes="ccs" /> + <path + transform="matrix(0.4450331,0,0,0.4023652,2.8192053,3.8498613)" + d="m 3.21875,5.34375 c -1.5389481,0 -2.8125,1.273552 -2.8125,2.8125 l 0,16 c 0.005894,0.286233 0.14841957,0.612577 0.375,0.8125 0.2265775,0.199921 0.5161946,0.284272 0.84375,0.25 a 0.61209076,0.61209076 0 0 0 0.03125,0 l 45,-7.125 c 0.521773,-0.08229 0.930206,-0.53433 0.9375,-1.0625 l 0,-8.875 c 0,-1.538948 -1.273552,-2.8125 -2.8125,-2.8125 l -41.5625,0 z" + id="path2608-4" + style="opacity:0.2;fill:url(#linearGradient4648);fill-opacity:1;fill-rule:evenodd;stroke:none" + inkscape:original="M 3.21875 5.96875 C 2.010473 5.96875 1.03125 6.9479731 1.03125 8.15625 L 1.03125 24.15625 C 1.0340218 24.290853 1.086548 24.410925 1.1875 24.5 C 1.288452 24.589075 1.4285991 24.63901 1.5625 24.625 L 46.5625 17.5 C 46.793979 17.463493 46.965514 17.265567 46.96875 17.03125 L 46.96875 8.15625 C 46.96875 6.9479731 45.989527 5.96875 44.78125 5.96875 L 3.21875 5.96875 z " + inkscape:radius="0.61202955" + sodipodi:type="inkscape:offset" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Capa" + style="display:inline"> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="0.48122323" + inkscape:original="M 3.21875 6.4375 C 2.2721892 6.4375 1.5 7.2096893 1.5 8.15625 L 1.5 24.15625 L 46.5 17.03125 L 46.5 8.15625 C 46.5 7.2096892 45.727811 6.4375 44.78125 6.4375 L 3.21875 6.4375 z " + style="opacity:0.2;fill:url(#linearGradient2914);fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path3333" + d="m 3.21875,5.96875 c -1.208277,0 -2.1875,0.9792231 -2.1875,2.1875 l 0,16 A 0.48127135,0.48127135 0 0 0 1.5625,24.625 l 45,-7.125 a 0.48127135,0.48127135 0 0 0 0.40625,-0.46875 l 0,-8.875 c 0,-1.2082769 -0.979223,-2.1875 -2.1875,-2.1875 l -41.5625,0 z" + transform="matrix(1.0013605,0,0,1.0182827,-0.03265092,0.9221241)" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/ac-adapter-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/ac-adapter-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c9223be0e20d371feabca165ffa51e905440fa2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/ac-adapter-symbolic.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3188" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="14" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3172-1" style="opacity:.3;fill-rule:evenodd" d="m10 4-8 9h5l-3 7 8-10h-3.75l1.75-6z"/> + <path id="path3172" style="fill-rule:evenodd;fill:#dfdbd2" d="m10 3-8 9h5l-3 7 8-10h-3.75l1.75-6z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/account-logged-in.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/account-logged-in.svg new file mode 100644 index 0000000000000000000000000000000000000000..dc119e917871d430455fef583426f14e8c9b2752 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/account-logged-in.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3172" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="18" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-7" d="m9 5c-3.864 0-7 3.136-7 7s3.136 7 7 7 7-3.136 7-7-3.136-7-7-7zm3 2 2 2-5.5 7.5-4-3.5 2-2 2 2 3.5-6z" style="opacity:.3"/> + <path id="path2396" d="m9 3.9992c-3.864 0-7 3.136-7 6.9998 0 3.864 3.136 7 7 7s7-3.136 7-7c0-3.8638-3.136-6.9998-7-6.9998zm3 2 2 2l-5.5 7.4998-4-3.5 2-1.9998 2 1.9998 3.5-5.9998z" style="fill:#dfdbd2"/> + <path id="path3170" d="m4.8544 11.999 1.6456-1.645 2.0545 2.054 3.5005-5.9998 1.618 1.6183-5.2003 7.1185-3.6183-3.146z" style="opacity:.3;stroke:#fff;stroke-width:.5;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/application-running.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/application-running.svg new file mode 100644 index 0000000000000000000000000000000000000000..20c8f55e1c624c11616f613bb6c6de350b79be98 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/application-running.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3795" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3800"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path2995-0" style="opacity:.3" d="m0.045872 0 4.9541 5.2336-5 4.7664z"/> + <path id="path2995" style="fill:#dfdbd2" d="m0.045872-1 4.9541 5.2336-5 4.7664z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/applications-chat-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/applications-chat-panel.svg new file mode 120000 index 0000000000000000000000000000000000000000..c60c9bb0119a9f57fa931055b7c206fab7a5e5a0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/applications-chat-panel.svg @@ -0,0 +1 @@ +user-available-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/applications-email-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/applications-email-panel.svg new file mode 120000 index 0000000000000000000000000000000000000000..2584225aec040b9296531e61434784ad30619dac --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/applications-email-panel.svg @@ -0,0 +1 @@ +indicator-messages.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-input-microphone-high-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-input-microphone-high-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..06b8ddac4624d64044eb02cf2b9284ade53dd2ca --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-input-microphone-high-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3330" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3335"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3122-6" style="opacity:.3;color:#000000" d="m7-4c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.094c2.283-0.464 4-2.4822 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z"/> + <path id="path3122" style="color:#000000;fill:#dfdbd2" transform="translate(0,-6)" d="m7 1c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.094c2.283-0.464 4-2.482 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z"/> + <path id="path3209-4" d="m17.12 0.095476s-1.8454 1.7448-1.7797 5.4045c0.0662 3.6901 1.8093 5.4045 1.8093 5.4045m3-8.6827s-0.98347 0.79498-1.0085 3.2306c-0.02476 2.4053 1.0085 3.3256 1.0085 3.3256" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none"/> + <path id="path3209" d="m17.12-0.90452s-1.8454 1.7448-1.7797 5.4045c0.0662 3.6901 1.8093 5.4045 1.8093 5.4045m3-8.6827s-0.98347 0.79498-1.0085 3.2306c-0.02476 2.4053 1.0085 3.3256 1.0085 3.3256" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-input-microphone-low-zero-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-input-microphone-low-zero-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..62cd72aca12c6f02b8a77d9d3214ebc6895ece3c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-input-microphone-low-zero-panel.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3330" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3335"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3122-6" style="opacity:.3;color:#000000" d="m7-4c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.094c2.283-0.464 4-2.4822 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z"/> + <path id="path3122" style="color:#000000;fill:#dfdbd2" d="m7 1c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.094c2.283-0.464 4-2.482 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z" transform="translate(0,-6)"/> + <g id="g3022" style="opacity:.4"> + <path id="path3209-4" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m17.12 0.095476s-1.8454 1.7448-1.7797 5.4045c0.0662 3.6901 1.8093 5.4045 1.8093 5.4045m3-8.6827s-0.98347 0.79498-1.0085 3.2306c-0.02476 2.4053 1.0085 3.3256 1.0085 3.3256"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m17.12-0.90452s-1.8454 1.7448-1.7797 5.4045c0.0662 3.6901 1.8093 5.4045 1.8093 5.4045m3-8.6827s-0.98347 0.79498-1.0085 3.2306c-0.02476 2.4053 1.0085 3.3256 1.0085 3.3256"/> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-output-none-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-output-none-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..f43cf67bbec4dd1f90434f0b6a08f4864ffec440 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-output-none-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3814" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3819"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3180-0" d="m8.0134 1c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4693 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z" style="opacity:.3;fill-rule:evenodd"/> + <path id="rect3180" d="m8.0134 0c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4693 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z" style="fill-rule:evenodd;fill:#dfdbd2"/> + <path id="path3200" style="stroke:#dfd8c8;stroke-linecap:round;stroke-width:1px;fill:none" d="m11.512 5.4937h2.0005m1.9995 0h2.0005m1.9995 0h2.0005"/> + <path id="path3200-7" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none" d="m11.512 6.5h2.0005m1.9995 0h2.0005m1.9995 0h2.0005"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-high-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-high-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..44b28a7e9ed030b19896188cc3624fb8f792f304 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-high-panel.svg @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="22" + id="svg3814" + version="1.1" + inkscape:version="0.48.0 r9654" + sodipodi:docname="audio-volume-high-panel.svg"> + <defs + id="defs3816" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.8481082" + inkscape:cx="-14.808044" + inkscape:cy="8" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1222" + inkscape:window-height="776" + inkscape:window-x="58" + inkscape:window-y="-3" + inkscape:window-maximized="1" /> + <metadata + id="metadata3819"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,6)"> + <path + inkscape:connector-curvature="0" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3180-0" + d="m 8.0133544,1 c -0.3052235,0 -0.5665273,0.1279595 -0.75,0.34375 L 5.0133544,4 c 0,0 -2,0 -2,0 -0.552,0 -1,0.448 -1,1 -0.00627,0.996071 0.00222,2.014549 0,3 0,0.552 0.4480001,1 1,1 l 2,0 2.15625,2.46875 C 7.3409628,11.773669 7.6389088,12 8.0133544,12 c 0.552,0 1.0000004,-0.448 1,-1 l 0,-9 c 0,-0.552 -0.4480003,-1 -1,-1 z" /> + <path + inkscape:connector-curvature="0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3209-4" + d="m 17.86779,-1.15 c 0,0 2.613537,2.422712 2.613537,7.634915 0,5.18658 -2.617972,7.665085 -2.617972,7.665085 M 14.892994,1.095476 c 0,0 1.845351,1.744801 1.779696,5.404524 -0.0662,3.690079 -1.809335,5.404524 -1.809335,5.404524 m -3,-8.682665 c 0,0 0.983474,0.794985 1.008541,3.230647 0.02476,2.405297 -1.008541,3.325635 -1.008541,3.325635" /> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3209" + d="m 17.86779,-2.15 c 0,0 2.613537,2.422712 2.613537,7.634915 0,5.18658 -2.617972,7.665085 -2.617972,7.665085 M 14.892994,0.095476 c 0,0 1.845351,1.744801 1.779696,5.404524 -0.0662,3.690079 -1.809335,5.404524 -1.809335,5.404524 m -3,-8.682665 c 0,0 0.983474,0.794985 1.008541,3.230647 0.02476,2.405297 -1.008541,3.325635 -1.008541,3.325635" /> + <path + inkscape:connector-curvature="0" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect3180" + d="m 8.0133544,0 c -0.3052235,0 -0.5665273,0.1279595 -0.75,0.34375 L 5.0133544,3 c 0,0 -2,0 -2,0 -0.552,0 -1,0.448 -1,1 -0.00627,0.996071 0.00222,2.014549 0,3 0,0.552 0.4480001,1 1,1 l 2,0 2.15625,2.46875 C 7.3409628,10.773669 7.6389088,11 8.0133544,11 c 0.552,0 1.0000004,-0.448 1,-1 l 0,-9 c 0,-0.552 -0.4480003,-1 -1,-1 z" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-low-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-low-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..6bee805e452b72a13e066dbdc3d628d40eeed002 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-low-panel.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3814" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3819"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(1.0004 6)"> + <path id="rect3180-0" style="opacity:.3;fill-rule:evenodd" d="m7.0129 1c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z"/> + <path id="path3209-4" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m10.863 3.2219s0.98347 0.79498 1.0085 3.2306c0.02476 2.4053-1.0085 3.3256-1.0085 3.3256"/> + <g id="g3766" style="opacity:.4"> + <path id="path2996" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m16.867-1.15s2.6135 2.4227 2.6135 7.6349c0 5.1866-2.618 7.6651-2.618 7.6651"/> + <path id="path2990" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m16.867-2.15s2.6135 2.4227 2.6135 7.6349c0 5.1866-2.618 7.6651-2.618 7.6651"/> + </g> + <g id="g3789" style="opacity:.4"> + <path id="path2994" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m13.893 1.0955s1.8454 1.7448 1.7797 5.4045c-0.0662 3.6901-1.8093 5.4045-1.8093 5.4045"/> + <path id="path2988" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m13.893 0.095476s1.8454 1.7448 1.7797 5.4045c-0.0662 3.6901-1.8093 5.4045-1.8093 5.4045"/> + </g> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m10.863 2.2219s0.98347 0.79498 1.0085 3.2306c0.02476 2.4053-1.0085 3.3256-1.0085 3.3256"/> + <path id="rect3180" style="fill-rule:evenodd;fill:#dfdbd2" d="m7.0129 0c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-low-zero-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-low-zero-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..cd655f78f9c856f22bf996d4ee7a27698f4ea6eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-low-zero-panel.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3814" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3819"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(1.0004 6)"> + <path id="rect3180-0" style="opacity:.3;fill-rule:evenodd" d="m7.0129 1c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z"/> + <g id="g3766" style="opacity:.4"> + <path id="path2996" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m16.867-1.15s2.6135 2.4227 2.6135 7.6349c0 5.1866-2.618 7.6651-2.618 7.6651"/> + <path id="path2990" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m16.867-2.15s2.6135 2.4227 2.6135 7.6349c0 5.1866-2.618 7.6651-2.618 7.6651"/> + </g> + <g id="g3789" style="opacity:.4"> + <path id="path2994" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m13.893 1.0955s1.8454 1.7448 1.7797 5.4045c-0.0662 3.6901-1.8093 5.4045-1.8093 5.4045"/> + <path id="path2988" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m13.893 0.095476s1.8454 1.7448 1.7797 5.4045c-0.0662 3.6901-1.8093 5.4045-1.8093 5.4045"/> + </g> + <g id="g3812" style="opacity:.4"> + <path id="path3209-4" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m10.863 3.2219s0.98347 0.79498 1.0085 3.2306c0.02476 2.4053-1.0085 3.3256-1.0085 3.3256"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m10.863 2.2219s0.98347 0.79498 1.0085 3.2306c0.02476 2.4053-1.0085 3.3256-1.0085 3.3256"/> + </g> + <path id="rect3180" style="fill-rule:evenodd;fill:#dfdbd2" d="m7.0129 0c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-medium-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-medium-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..a0724f2b14b9c20f7cf319b3439e6db2a9630248 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-medium-panel.svg @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3814" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3819"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(1.0004 6)"> + <path id="rect3180-0" style="opacity:.3;fill-rule:evenodd" d="m7.0129 1c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z"/> + <path id="path2994" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m13.893 1.0955s1.8454 1.7448 1.7797 5.4045c-0.0662 3.6901-1.8093 5.4045-1.8093 5.4045"/> + <path id="path3209-4" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m10.863 3.2219s0.98347 0.79498 1.0085 3.2306c0.02476 2.4053-1.0085 3.3256-1.0085 3.3256"/> + <g id="g3766" style="opacity:.4"> + <path id="path2996" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m16.867-1.15s2.6135 2.4227 2.6135 7.6349c0 5.1866-2.618 7.6651-2.618 7.6651"/> + <path id="path2990" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m16.867-2.15s2.6135 2.4227 2.6135 7.6349c0 5.1866-2.618 7.6651-2.618 7.6651"/> + </g> + <path id="path2988" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m13.893 0.095476s1.8454 1.7448 1.7797 5.4045c-0.0662 3.6901-1.8093 5.4045-1.8093 5.4045"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m10.863 2.2219s0.98347 0.79498 1.0085 3.2306c0.02476 2.4053-1.0085 3.3256-1.0085 3.3256"/> + <path id="rect3180" style="fill-rule:evenodd;fill:#dfdbd2" d="m7.0129 0c-0.30522 0-0.56653 0.12796-0.75 0.34375l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-muted-blocking-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-muted-blocking-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..12eb46f0521918b8142df7d85ef977fb4e516a59 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-muted-blocking-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3830" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3835"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3773"> + <path id="path2396-0" style="opacity:.3" d="m8.0024 7c-0.3052 0-0.5665 0.128-0.75 0.344l-2.25 2.656h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1zm9.688 2-2.188 2.25-2.25-2.219-1.25 1.281 2.25 2.188-2.219 2.25 1.281 1.25 2.188-2.25 2.25 2.219 1.25-1.281-2.25-2.188 2.219-2.25l-1.281-1.25z"/> + <path id="rect3180" style="fill-rule:evenodd;fill:#df382c" d="m8.0024 6c-0.3052 0-0.5665 0.128-0.75 0.344l-2.25 2.656h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1zm9.688 2-2.188 2.25-2.25-2.219-1.25 1.281 2.25 2.188-2.219 2.25 1.281 1.25 2.188-2.25 2.25 2.219 1.25-1.281-2.25-2.188 2.219-2.25l-1.281-1.25z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-muted-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-muted-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..8b63c49cfc05a6d6e7ba4941c07e36cea1a35343 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/audio-volume-muted-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3830" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="24" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3835"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-10)"> + <g id="g2988" style="opacity:.4" transform="translate(1.0024)"> + <path id="path2396-0" style="opacity:.3" d="m7 7c-0.3052 0-0.5665 0.128-0.75 0.3438l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1zm9.688 2-2.188 2.25-2.25-2.2188-1.25 1.2808 2.25 2.188-2.219 2.25 1.281 1.25 2.188-2.25 2.25 2.219 1.25-1.281-2.25-2.188 2.219-2.25-1.281-1.25z" transform="translate(0,10)"/> + <path id="rect3180" style="fill-rule:evenodd;fill:#dfdbd2" d="m7 6c-0.3052 0-0.5665 0.128-0.75 0.3438l-2.25 2.6562h-2c-0.552 0-1 0.448-1 1-0.00627 0.99607 0.00222 2.0145 0 3 0 0.552 0.448 1 1 1h2l2.1562 2.4688c0.1714 0.305 0.4694 0.531 0.8438 0.531 0.552 0 1-0.448 1-1v-9c0-0.552-0.448-1-1-1zm9.688 2-2.188 2.25-2.25-2.2188-1.25 1.2813 2.25 2.1875-2.219 2.25 1.281 1.25 2.188-2.25 2.25 2.219 1.25-1.281-2.25-2.188 2.219-2.25-1.281-1.25z" transform="translate(0,10)"/> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-caution-charging-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-caution-charging-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..7b3359ddaa625708eae49bb0e3ba7366fd34d878 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-caution-charging-symbolic.svg @@ -0,0 +1,39 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-caution-charging-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.4 r9939' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='-20.433576' inkscape:cy='3.5909509' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1402' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='2560' inkscape:window-y='0' inkscape:zoom='32'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='0px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-241.0002,-217)'> + <path class='error' inkscape:connector-curvature='0' d='m 246.0002,227.99975 0,2 3.00025,0 0,-2 -3.00025,0 z' id='path6306' sodipodi:nodetypes='ccccc' style='fill:#ef2929;fill-opacity:1;stroke:none'/> + <path inkscape:connector-curvature='0' d='m 246.46875,217 c -0.49033,0 -0.79607,0.22846 -1.03125,0.46875 C 245.20232,217.70904 245,218.02725 245,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 7,0 0,-2 -6,0 0,-10 1,0 1,0 0,-1 0,-1 4,0 0,1 0,1 1,0 1,0 0,3 2,0 0,-4 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.4306 -0.17023,-0.72105 -0.40625,-1 -0.22374,-0.26444 -0.6267,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z' id='path6308' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <path inkscape:connector-curvature='0' d='M 253.84375,224.96875 A 1.0001,1.0001 0 0 0 253.25,225.25 l -3,3 a 1.0001,1.0001 0 0 0 0.71875,1.71875 l 2.5625,0 L 252.25,231.25 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 3,-3 a 1.0001,1.0001 0 0 0 -0.71875,-1.71875 l -2.5625,0 1.28125,-1.28125 a 1.0001,1.0001 0 0 0 -0.84375,-1.71875 z' id='path6312' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <rect height='1' id='rect6314' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='255.96919' y='227.96851'/> + <rect height='1' id='rect6316' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='249.96919' y='228.96851'/> + <rect height='1' id='rect6318' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='253.96919' y='224.96851'/> + <rect height='1' id='rect6320' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='251.96919' y='231.96851'/> + <path inkscape:connector-curvature='0' d='m 253.125,225.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path6322' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <path inkscape:connector-curvature='0' d='m 254.125,228.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path6324' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-241.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-241.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-caution-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-caution-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..d29226214ee62945d4c42e40350b8c393ab067c3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-caution-symbolic.svg @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-caution-symbolic.svg' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='171.28381' inkscape:cy='-421.9103' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='140px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + <inkscape:grid color='#000000' empcolor='#000000' empopacity='0' empspacing='4' enabled='true' id='grid5968' opacity='0.1254902' originx='140px' originy='0px' snapvisiblegridlinesonly='true' spacingx='0.5px' spacingy='0.5px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-101.0002,-217)'> + + <path class='error' inkscape:connector-curvature='0' d='m 106.0002,227.99975 0,1.99999 2.00025,0 0,-2 -2.00025,1e-5 z' id='rect6060-0' sodipodi:nodetypes='ccccc' style='fill:#cc0000;fill-opacity:1;stroke:none;display:inline'/> + <path inkscape:connector-curvature='0' d='m 106.46875,217 c -0.49033,0 -0.79607,0.22846 -1.03125,0.46875 C 105.20232,217.70904 105,218.02725 105,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 4,0 0,-2 -3,0 0,-10 1,0 1,0 0,-1 0,-1 4,0 0,1 0,1 1,0 1,0 0,3 2,0 0,-4 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.4306 -0.17023,-0.72105 -0.40625,-1 -0.22374,-0.26444 -0.6267,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z' id='path6062-4' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <path class='warning' inkscape:connector-curvature='0' d='m 109.8752,225 c -0.49245,0 -0.875,0.38256 -0.875,0.875 l 0,6.25 c 0,0.49244 0.38255,0.875 0.875,0.875 l 6.25,0 c 0.49245,0 0.875,-0.38256 0.875,-0.875 l 0,-6.25 c 0,-0.49244 -0.38255,-0.875 -0.875,-0.875 l -6.25,0 z m 2.125,1 2,0 0,4 -2,0 0,-4 z m 0,5 2,0 0,1 -2,0 0,-1 z' id='rect6718-3' sodipodi:nodetypes='ccccccccccccccccccc' style='color:#bebebe;fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-101.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-101.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-empty-charging-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-empty-charging-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..a368abe27af307e4eec952157d69627fac56c028 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-empty-charging-symbolic.svg @@ -0,0 +1,38 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-empty-charging-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.4 r9939' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='-40.433576' inkscape:cy='3.5909509' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1402' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='2560' inkscape:window-y='0' inkscape:zoom='32'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='-20px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-261.0002,-217)'> + <path inkscape:connector-curvature='0' d='m 266.46875,217 c -0.49033,0 -0.79607,0.22846 -1.03125,0.46875 C 265.20232,217.70904 265,218.02725 265,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 7,0 0,-2 -6,0 0,-10 1,0 1,0 0,-1 0,-1 4,0 0,1 0,1 1,0 1,0 0,3 2,0 0,-4 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.4306 -0.17023,-0.72105 -0.40625,-1 -0.22374,-0.26444 -0.6267,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z' id='path11308' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <path inkscape:connector-curvature='0' d='M 273.84375,224.96875 A 1.0001,1.0001 0 0 0 273.25,225.25 l -3,3 a 1.0001,1.0001 0 0 0 0.71875,1.71875 l 2.5625,0 L 272.25,231.25 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 3,-3 a 1.0001,1.0001 0 0 0 -0.71875,-1.71875 l -2.5625,0 1.28125,-1.28125 a 1.0001,1.0001 0 0 0 -0.84375,-1.71875 z' id='path11312' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <rect height='1' id='rect11314' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='275.96921' y='227.96851'/> + <rect height='1' id='rect11316' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='269.96921' y='228.96851'/> + <rect height='1' id='rect11318' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='273.96921' y='224.96851'/> + <rect height='1' id='rect11320' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='271.96921' y='231.96851'/> + <path inkscape:connector-curvature='0' d='m 273.125,225.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path11322' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <path inkscape:connector-curvature='0' d='m 274.125,228.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path11324' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-261.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-261.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-empty-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-empty-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..796cc6e530f83fc2faac75fb1d343a3f68e6c14b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-empty-symbolic.svg @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-empty-symbolic.svg' height='16.000004' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16.000004' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='131.28381' inkscape:cy='-421.9103' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='100px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + <inkscape:grid color='#000000' empcolor='#000000' empopacity='0' empspacing='4' enabled='true' id='grid5968' opacity='0.1254902' originx='100px' originy='0px' snapvisiblegridlinesonly='true' spacingx='0.5px' spacingy='0.5px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-141.0002,-217)'> + + <path inkscape:connector-curvature='0' d='m 146.46875,217 c -0.49202,0 -0.79615,0.22777 -1.03125,0.46875 C 145.2024,217.70973 145,218.02759 145,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 10,0 1,0 0,-1 0,-12 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.43046 -0.17041,-0.72033 -0.40625,-1 -0.22357,-0.26511 -0.62489,-0.52941 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z m 0.53125,2 4,0 0,1 0,1 1,0 1,0 0,10 -8,0 0,-10 1,0 1,0 0,-1 0,-1 z' id='path3434' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2.00264454;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-141.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-141.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-charged-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-charged-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..da9e964305e9d74608912fe41fb1d3e83c583391 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-charged-symbolic.svg @@ -0,0 +1,32 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-full-charged-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16.001423' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.91 r13301 custom' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='4.99669' inkscape:cy='-8.864728' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1374' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='60px' originy='0.0014224199px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-181.0002,-217)'> + + <path inkscape:connector-curvature='0' d='m 189.7795,222.00771 c -0.17789,0.0489 -0.3419,0.14729 -0.46875,0.28125 l -3.03125,3 c -0.2353,0.23074 -0.34458,0.58284 -0.28125,0.90625 l 0,0.8125 0.8125,0 0.1875,0 1.4707,0 -1.1875,1.27359 c -0.21461,0.21931 -0.32135,0.53954 -0.28125,0.84375 -0.001,0.0312 -0.001,0.0625 0,0.0937 l 0,0.78125 0.84375,0 0.15625,0 c 0.26386,0.004 0.52791,-0.099 0.71875,-0.28125 l 3,-2.99234 c 0.18369,-0.18976 0.28735,-0.45466 0.28125,-0.7187 0.003,-0.0416 0.003,-0.0834 0,-0.125 l 0,-0.875 -0.84375,0 -0.15625,0 -1.56445,0 1.3125,-1.28125 c 0.21461,-0.2193 0.32135,-0.53953 0.28125,-0.84375 10e-4,-0.0312 10e-4,-0.0625 0,-0.0937 l 0,-0.7813 -0.84375,0 -0.0937,0 c -0.0208,-6.4e-4 -0.0417,-6.4e-4 -0.0625,0 -0.0829,-0.0103 -0.16709,-0.0103 -0.25,0 z' id='path10747' sodipodi:nodetypes='ccccccccccccccccccccccccccccccc' style='color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:xx-small;line-height:normal;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-color:currentColor;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate'/> + <path inkscape:connector-curvature='0' d='m 186.46875,217.00586 c -0.49202,0 -0.7981,0.21605 -1.0332,0.45703 -0.2351,0.24098 -0.43555,0.55689 -0.43555,1.0293 l 0,0.50781 -2,0 0,14 12.00195,0.002 0,-1.00195 0,-12.99805 -2,0 0,-0.39843 -0.002,-0.0274 c -0.0239,-0.43046 -0.18017,-0.734 -0.41602,-1.01367 -0.23584,-0.27967 -0.62045,-0.58711 -1.20117,-0.55469 l 0.0566,-0.002 -4.9707,0 z m 0.5332,2.00195 3.99805,0.002 0,1.99414 1.99805,0 0,9.99414 -7.9961,0 0,-9.9961 2,0 0,-1.99414 z' id='path3434-5' style='color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-color:currentColor;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.00264454;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-181.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-181.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-charging-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-charging-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..89ed55cb1957e3981ab169813fe24d18832f72d1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-charging-symbolic.svg @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-full-charging-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.4 r9939' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='5.425624' inkscape:cy='7.2234489' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1402' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='2560' inkscape:window-y='0' inkscape:zoom='32'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='80px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-161.0002,-217)'> + <path inkscape:connector-curvature='0' d='m 166.0002,222 0,2 6,0 0,-2 -6,0 z m 0,3 0,2 4,0 0.25,-0.125 1.75,-1.75 0,-0.125 -6,0 z m 0,3.0625 0,1.9375 3,0 0,-0.8125 0,-1.125 -3,0 z' id='rect6060' style='fill:#bebebe;fill-opacity:1;stroke:none'/> + <path inkscape:connector-curvature='0' d='m 166.46875,217 c -0.49033,0 -0.79607,0.22846 -1.03125,0.46875 C 165.20232,217.70904 165,218.02725 165,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 7,0 0,-2 -6,0 0,-10 1,0 1,0 0,-1 0,-1 4,0 0,1 0,1 1,0 1,0 0,3 2,0 0,-4 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.4306 -0.17023,-0.72105 -0.40625,-1 -0.22374,-0.26444 -0.6267,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z' id='path6062' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <path inkscape:connector-curvature='0' d='m 173.71895,224.96875 c -0.17789,0.0489 -0.3419,0.14729 -0.46875,0.28125 l -3,2.96875 c -0.2353,0.23073 -0.34458,0.61409 -0.28125,0.9375 l 0,0.8125 1,0 2.125,0 -0.84375,1.25 c -0.15169,0.14917 -0.24515,0.35304 -0.28125,0.5625 l 0,0.375 0,0.8125 1,0 c 0.26386,0.004 0.52791,-0.13024 0.71875,-0.3125 l 3,-3 c 0.1837,-0.18978 0.28737,-0.42344 0.28125,-0.6875 0.003,-0.0416 0.003,-0.0834 0,-0.125 l 0,-0.875 -0.84375,0 -0.0937,0 c -0.0208,-6.5e-4 -0.0417,-6.5e-4 -0.0625,0 l -2.125,0 0.84375,-1.3125 c 0.15164,-0.14917 0.2451,-0.33095 0.2812,-0.53125 l 0,-0.375 0,-0.78125 -1.25,0 z' id='path6217' style='font-size:xx-small;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-161.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-161.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..afef8366ba1a495f60b61b47ba8ed08968118a82 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-full-symbolic.svg @@ -0,0 +1,35 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-full-symbolic.svg' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='231.28381' inkscape:cy='-421.9103' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='200px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + <inkscape:grid color='#000000' empcolor='#000000' empopacity='0' empspacing='4' enabled='true' id='grid5968' opacity='0.1254902' originx='200px' originy='0px' snapvisiblegridlinesonly='true' spacingx='0.5px' spacingy='0.5px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-41.0002,-217)'> + <rect height='6' id='rect2928' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate' transform='matrix(0,1,1,0,0,0)' width='2' x='222' y='46.000198'/> + <path inkscape:connector-curvature='0' d='m 46.46875,217 c -0.490327,0 -0.796069,0.22846 -1.03125,0.46875 -0.235181,0.24029 -0.4375,0.52725 -0.4375,1 L 45,219 l -1,0 -1,0 0,1 0,12 0,1 1,0 10,0 1,0 0,-1 0,-12 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.02393,-0.4306 -0.170232,-0.72105 -0.40625,-1 -0.223737,-0.26444 -0.626697,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z M 47,219 l 4,0 0,1 0,1 1,0 1,0 0,10 -8,0 0,-10 1,0 1,0 0,-1 0,-1 z' id='path2930' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <rect height='6' id='rect4227' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate' transform='matrix(0,1,1,0,0,0)' width='2' x='225' y='46.000198'/> + <rect height='6' id='rect4229' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate' transform='matrix(0,1,1,0,0,0)' width='2' x='228' y='46.000198'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-41.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-41.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-good-charging-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-good-charging-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..786793932275a63958faeb9c245cf6022cd7f1e7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-good-charging-symbolic.svg @@ -0,0 +1,39 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-good-charging-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.4 r9939' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='19.566424' inkscape:cy='3.5909509' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1402' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='2560' inkscape:window-y='0' inkscape:zoom='32'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='40px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-201.0002,-217)'> + <path inkscape:connector-curvature='0' d='m 206.0002,225 0,2 4,0 1,-1 1,-1 z m 0,3 0,2 3,0 0,-2 z' id='path6257' sodipodi:nodetypes='ccccccccccc' style='fill:#bebebe;fill-opacity:1;stroke:none'/> + <path inkscape:connector-curvature='0' d='m 206.46875,217 c -0.49033,0 -0.79607,0.22846 -1.03125,0.46875 C 205.20232,217.70904 205,218.02725 205,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 7,0 0,-2 -6,0 0,-10 1,0 1,0 0,-1 0,-1 4,0 0,1 0,1 1,0 1,0 0,3 2,0 0,-4 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.4306 -0.17023,-0.72105 -0.40625,-1 -0.22374,-0.26444 -0.6267,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z' id='path6259' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <path inkscape:connector-curvature='0' d='M 213.84375,224.96875 A 1.0001,1.0001 0 0 0 213.25,225.25 l -3,3 a 1.0001,1.0001 0 0 0 0.71875,1.71875 l 2.5625,0 L 212.25,231.25 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 3,-3 a 1.0001,1.0001 0 0 0 -0.71875,-1.71875 l -2.5625,0 1.28125,-1.28125 a 1.0001,1.0001 0 0 0 -0.84375,-1.71875 z' id='path6264' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <rect height='1' id='rect6266' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='215.96919' y='227.96851'/> + <rect height='1' id='rect6268' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='209.96919' y='228.96851'/> + <rect height='1' id='rect6270' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='213.96919' y='224.96851'/> + <rect height='1' id='rect6272' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='211.96919' y='231.96851'/> + <path inkscape:connector-curvature='0' d='m 213.125,225.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path6274' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <path inkscape:connector-curvature='0' d='m 214.125,228.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path6276' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-201.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-201.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-good-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-good-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..f488c4c3f8e7bdef113e19d8f0088b0c452e321e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-good-symbolic.svg @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-good-symbolic.svg' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='211.28381' inkscape:cy='-421.9103' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='180px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + <inkscape:grid color='#000000' empcolor='#000000' empopacity='0' empspacing='4' enabled='true' id='grid5968' opacity='0.1254902' originx='180px' originy='0px' snapvisiblegridlinesonly='true' spacingx='0.5px' spacingy='0.5px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-61.0002,-217)'> + <rect height='6' id='rect3735' style='fill:#bebebe;fill-opacity:1;stroke:none' transform='matrix(0,1,1,0,0,0)' width='2' x='225' y='66.000198'/> + <path inkscape:connector-curvature='0' d='m 66.46875,217 c -0.490327,0 -0.796068,0.22845 -1.03125,0.46875 C 65.202318,217.70905 65,218.02726 65,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 10,0 1,0 0,-1 0,-12 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 c -0.02393,-0.4306 -0.170236,-0.75229 -0.40625,-1.03125 -0.223734,-0.26444 -0.626687,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z M 67,219 l 4,0 0,1 0,1 1,0 1,0 0,10 -8,0 0,-10 1,0 1,0 0,-1 0,-1 z' id='path3737' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <rect height='6' id='rect10870' style='fill:#bebebe;fill-opacity:1;stroke:none' transform='matrix(0,1,1,0,0,0)' width='2' x='228' y='66.000198'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-61.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-61.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-low-charging-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-low-charging-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..fef8ddee2cc6f40b821d6461a1a10391aba1b760 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-low-charging-symbolic.svg @@ -0,0 +1,39 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-low-charging-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.4 r9939' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='-0.433576' inkscape:cy='3.5909509' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1402' inkscape:window-maximized='1' inkscape:window-width='2560' inkscape:window-x='2560' inkscape:window-y='0' inkscape:zoom='32'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='20px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-221.0002,-217)'> + <path inkscape:connector-curvature='0' d='m 226.0002,228.06225 0,1.9375 3.00025,0 0,-2 z' id='path6282' sodipodi:nodetypes='ccccc' style='fill:#bebebe;fill-opacity:1;stroke:none'/> + <path inkscape:connector-curvature='0' d='m 226.46875,217 c -0.49033,0 -0.79607,0.22846 -1.03125,0.46875 C 225.20232,217.70904 225,218.02725 225,218.5 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 7,0 0,-2 -6,0 0,-10 1,0 1,0 0,-1 0,-1 4,0 0,1 0,1 1,0 1,0 0,3 2,0 0,-4 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.4306 -0.17023,-0.72105 -0.40625,-1 -0.22374,-0.26444 -0.6267,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z' id='path6284' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <path inkscape:connector-curvature='0' d='M 233.84375,224.96875 A 1.0001,1.0001 0 0 0 233.25,225.25 l -3,3 a 1.0001,1.0001 0 0 0 0.71875,1.71875 l 2.5625,0 L 232.25,231.25 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 3,-3 a 1.0001,1.0001 0 0 0 -0.71875,-1.71875 l -2.5625,0 1.28125,-1.28125 a 1.0001,1.0001 0 0 0 -0.84375,-1.71875 z' id='path6288' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <rect height='1' id='rect6290' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='235.96919' y='227.96851'/> + <rect height='1' id='rect6292' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='229.96919' y='228.96851'/> + <rect height='1' id='rect6294' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='233.96919' y='224.96851'/> + <rect height='1' id='rect6296' style='color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible' width='1' x='231.96919' y='231.96851'/> + <path inkscape:connector-curvature='0' d='m 233.125,225.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path6298' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + <path inkscape:connector-curvature='0' d='m 234.125,228.40625 -2,3 1.6875,1.125 2,-3 -1.6875,-1.125 z' id='path6300' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-221.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-221.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-low-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-low-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..99f15c7f43a447ad4d0adc32f7d6ab31f64f2219 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-low-symbolic.svg @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-low-symbolic.svg' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='191.28381' inkscape:cy='-421.9103' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='160px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + <inkscape:grid color='#000000' empcolor='#000000' empopacity='0' empspacing='4' enabled='true' id='grid5968' opacity='0.1254902' originx='160px' originy='0px' snapvisiblegridlinesonly='true' spacingx='0.5px' spacingy='0.5px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-81.0002,-217)'> + <rect height='6' id='rect3743' style='fill:#bebebe;fill-opacity:1;stroke:none' transform='matrix(0,1,1,0,0,0)' width='2' x='228' y='86.000198'/> + <path inkscape:connector-curvature='0' d='m 86.46875,217 c -0.490327,0 -0.796069,0.22846 -1.03125,0.46875 -0.235181,0.24029 -0.4375,0.52725 -0.4375,1 L 85,219 l -1,0 -1,0 0,1 0,12 0,1 1,0 10,0 1,0 0,-1 0,-12 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.02393,-0.4306 -0.170232,-0.72105 -0.40625,-1 -0.223737,-0.26444 -0.626697,-0.52931 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z M 87,219 l 4,0 0,1 0,1 1,0 1,0 0,10 -8,0 0,-10 1,0 1,0 0,-1 0,-1 z' id='path3745' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-81.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-81.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-missing-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-missing-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..84c05d00d30bf88759efe103156d3d958bb32a0e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/battery-missing-symbolic.svg @@ -0,0 +1,33 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='battery-missing-symbolic.svg' inkscape:export-filename='/home/sam/dev/RESOURCES/gnome-icon-theme-symbolic/src/gnome-stencils.png' inkscape:export-xdpi='90' inkscape:export-ydpi='90' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' version='1.1' inkscape:version='0.48.4 r9939' width='15.999998' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-nodes='false' inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='127.39978' inkscape:cy='28.08611' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#3a3b39' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='true' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='702' inkscape:window-maximized='1' inkscape:window-width='1366' inkscape:window-x='0' inkscape:window-y='27' inkscape:zoom='1'> + <inkscape:grid dotted='false' empspacing='2' enabled='true' id='grid4866' originx='120px' originy='0px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='status' style='display:inline' transform='translate(-121.0002,-217)'> + + <path inkscape:connector-curvature='0' d='m 126.46895,217 c -0.49202,0 -0.79615,0.22777 -1.03125,0.46875 -0.2351,0.24098 -0.4375,0.55884 -0.4375,1.03125 l 0,0.5 -1,0 -1,0 0,1 0,12 0,1 1,0 10,0 1,0 0,-1 0,-12 0,-1 -1,0 -1,0 0,-0.375 0,-0.0312 0,-0.0312 c -0.0239,-0.43046 -0.17041,-0.72033 -0.40625,-1 -0.22357,-0.26511 -0.62489,-0.52941 -1.15625,-0.53125 l 0,-0.0312 -0.0625,0 -4.90625,0 z m 0.53125,2 4,0 0,1 0,0.53125 c 0.22927,0.13183 0.42611,0.29608 0.625,0.46875 l 0.375,0 1,0 0,2.75 0,0.0312 0,0.0312 0,7.1875 -2.28125,0 c -0.0883,0.15116 -0.18924,0.28299 -0.3125,0.40625 -0.12326,0.12326 -0.25509,0.22419 -0.40625,0.3125 -0.1191,0.0711 -0.24126,0.14268 -0.375,0.1875 -0.031,0.0103 -0.0621,0.0225 -0.0937,0.0312 -0.0403,0.0113 -0.0836,0.0225 -0.125,0.0312 -0.12939,0.0269 -0.26966,0.0312 -0.40625,0.0312 -0.18098,0 -0.36372,-0.016 -0.53125,-0.0625 -0.032,-0.009 -0.0624,-0.0207 -0.0937,-0.0312 -0.13243,-0.044 -0.25597,-0.11796 -0.375,-0.1875 -0.15116,-0.0883 -0.28299,-0.18924 -0.40625,-0.3125 -0.12326,-0.12326 -0.22419,-0.25509 -0.3125,-0.40625 l -2.28125,0 0,-6.9375 0,-3.0625 1,0 0.3125,0 c 0.20941,-0.18355 0.44239,-0.33113 0.6875,-0.46875 l 0,-0.53125 0,-1 z' id='path5256' style='font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.35;color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2.00264454;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans'/> + + <path inkscape:connector-curvature='0' d='m 128.81738,221.00473 c 1.64243,-0.092 3.0955,1.17008 3.1875,2.8125 -1e-4,1.40136 -0.37771,1.92177 -1.59375,2.84375 -0.19093,0.14364 -0.3256,0.2506 -0.375,0.3125 -0.0494,0.0621 -0.0312,0.0332 -0.0312,0.0312 0.007,0.52831 -0.47163,1 -1,1 -0.52837,0 -1.007,-0.47169 -1,-1 0,-0.50239 0.22424,-0.94342 0.46875,-1.25 0.24451,-0.30663 0.4913,-0.51638 0.71875,-0.6875 0.20405,-0.16056 0.46083,-0.38454 0.6875,-0.65625 0.0935,-0.1121 0.129,-0.30766 0.125,-0.4375 l 0,-0.0312 c -0.0316,-0.56324 -0.49926,-0.9691 -1.0625,-0.9375 -0.56324,0.0316 -0.9691,0.43676 -0.9375,1 l -2,0 c -0.092,-1.64243 1.17007,-2.9079 2.8125,-3 z m 0.1875,8 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z' id='path19592-2-3' sodipodi:nodetypes='cccccsccccccsccccsssss' style='color:#bebebe;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible'/> + </g> + <g inkscape:groupmode='layer' id='layer10' inkscape:label='devices' style='display:inline' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer11' inkscape:label='apps' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer13' inkscape:label='places' style='display:inline' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer14' inkscape:label='mimetypes' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer15' inkscape:label='emblems' style='display:inline' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='g71291' inkscape:label='emotes' style='display:inline' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='g4953' inkscape:label='categories' style='display:inline' transform='translate(-121.0002,-217)'/> + <g inkscape:groupmode='layer' id='layer12' inkscape:label='actions' style='display:inline' transform='translate(-121.0002,-217)'/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-active.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-active.svg new file mode 100644 index 0000000000000000000000000000000000000000..d3e76ada9b4ae2f2d915c1c04fef7035ea8ae397 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-active.svg @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="24" + height="24" + id="svg3213" + inkscape:version="0.48.0 r9654" + sodipodi:docname="bluetooth-paired.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="753" + id="namedview11" + showgrid="false" + inkscape:zoom="8.7263405" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg3213" + showborder="false" /> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + style="opacity:0.3;stroke:#000000;stroke-opacity:1" + id="g3790" + transform="translate(-1,0.9999986)"> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path3367-2" + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" /> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path3590-1" + d="m 11.507463,4.8748905 0.08824,14.1558385" /> + </g> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path3367" + d="M 10.788737,19.294 14.294253,15.553666 7.7057475,8.9226089 m -1e-7,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" /> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path3590" + d="m 10.507463,4.8746361 0.08824,14.1558389" /> + <path + inkscape:connector-curvature="0" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path2441" + d="m 17.999747,15 c -1.108,0 -2,0.910763 -2,2.03125 l 0,0.96875 c -0.554,0 -1,0.446 -1,1 l 0,3 c 0,0.554 0.446,1 1,1 l 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l 0,-0.96875 c 0,-1.120486 -0.892,-2.03125 -2,-2.03125 z m 0,1 c 0.554,0 1,0.442363 1,1 l 0,1 -2,0 0,-1 c 0,-0.557637 0.446,-1 1,-1 z" /> + <path + inkscape:connector-curvature="0" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect2822" + d="m 17.999747,14 c -1.108,0 -2,0.910763 -2,2.03125 l 0,0.96875 c -0.554,0 -1,0.446 -1,1 l 0,3 c 0,0.554 0.446,1 1,1 l 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l 0,-0.96875 c 0,-1.120486 -0.892,-2.03125 -2,-2.03125 z m 0,1 c 0.554,0 1,0.442363 1,1 l 0,1 -2,0 0,-1 c 0,-0.557637 0.446,-1 1,-1 z" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-disabled.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-disabled.svg new file mode 100644 index 0000000000000000000000000000000000000000..f80b28236f203f4c9447ed21729f1637544f35be --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-disabled.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="24" + height="24" + id="svg3213" + inkscape:version="0.48.0 r9654" + sodipodi:docname="bluetooth-disabled.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="753" + id="namedview11" + showgrid="false" + inkscape:zoom="13.227273" + inkscape:cx="11" + inkscape:cy="11.793814" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg3213" /> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + transform="translate(-1,-2.5396595e-4)" + id="layer1" + style="opacity:0.4"> + <g + transform="translate(0,1.0002526)" + id="g3790" + style="opacity:0.3;stroke:#000000;stroke-opacity:1"> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" + id="path3367-2" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 11.507463,4.8748905 0.08824,14.1558385" + id="path3590-1" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228629 m -10e-8,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" + id="path3367" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 11.507463,4.8748901 0.08824,14.1558389" + id="path3590" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray-active.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray-active.svg new file mode 100644 index 0000000000000000000000000000000000000000..d3e76ada9b4ae2f2d915c1c04fef7035ea8ae397 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray-active.svg @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="24" + height="24" + id="svg3213" + inkscape:version="0.48.0 r9654" + sodipodi:docname="bluetooth-paired.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="753" + id="namedview11" + showgrid="false" + inkscape:zoom="8.7263405" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg3213" + showborder="false" /> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + style="opacity:0.3;stroke:#000000;stroke-opacity:1" + id="g3790" + transform="translate(-1,0.9999986)"> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path3367-2" + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" /> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path3590-1" + d="m 11.507463,4.8748905 0.08824,14.1558385" /> + </g> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + id="path3367" + d="M 10.788737,19.294 14.294253,15.553666 7.7057475,8.9226089 m -1e-7,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" /> + <path + inkscape:connector-curvature="0" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + id="path3590" + d="m 10.507463,4.8746361 0.08824,14.1558389" /> + <path + inkscape:connector-curvature="0" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path2441" + d="m 17.999747,15 c -1.108,0 -2,0.910763 -2,2.03125 l 0,0.96875 c -0.554,0 -1,0.446 -1,1 l 0,3 c 0,0.554 0.446,1 1,1 l 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l 0,-0.96875 c 0,-1.120486 -0.892,-2.03125 -2,-2.03125 z m 0,1 c 0.554,0 1,0.442363 1,1 l 0,1 -2,0 0,-1 c 0,-0.557637 0.446,-1 1,-1 z" /> + <path + inkscape:connector-curvature="0" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect2822" + d="m 17.999747,14 c -1.108,0 -2,0.910763 -2,2.03125 l 0,0.96875 c -0.554,0 -1,0.446 -1,1 l 0,3 c 0,0.554 0.446,1 1,1 l 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l 0,-0.96875 c 0,-1.120486 -0.892,-2.03125 -2,-2.03125 z m 0,1 c 0.554,0 1,0.442363 1,1 l 0,1 -2,0 0,-1 c 0,-0.557637 0.446,-1 1,-1 z" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray-disabled.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray-disabled.svg new file mode 100644 index 0000000000000000000000000000000000000000..f80b28236f203f4c9447ed21729f1637544f35be --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray-disabled.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="24" + height="24" + id="svg3213" + inkscape:version="0.48.0 r9654" + sodipodi:docname="bluetooth-disabled.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="753" + id="namedview11" + showgrid="false" + inkscape:zoom="13.227273" + inkscape:cx="11" + inkscape:cy="11.793814" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg3213" /> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + transform="translate(-1,-2.5396595e-4)" + id="layer1" + style="opacity:0.4"> + <g + transform="translate(0,1.0002526)" + id="g3790" + style="opacity:0.3;stroke:#000000;stroke-opacity:1"> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" + id="path3367-2" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 11.507463,4.8748905 0.08824,14.1558385" + id="path3590-1" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228629 m -10e-8,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" + id="path3367" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 11.507463,4.8748901 0.08824,14.1558389" + id="path3590" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray.svg new file mode 120000 index 0000000000000000000000000000000000000000..af9ceb3ec1b4e6963abcaffe087d8124f0268472 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman-tray.svg @@ -0,0 +1 @@ +bluetooth-active.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman.svg new file mode 100644 index 0000000000000000000000000000000000000000..72ea90ca81f903d1366d7505d553ab32f708c23f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/blueman.svg @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="24" + height="24" + id="svg3213" + inkscape:version="0.48.0 r9654" + sodipodi:docname="bluetooth-active.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="753" + id="namedview11" + showgrid="false" + inkscape:zoom="13.227273" + inkscape:cx="11" + inkscape:cy="11.793814" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg3213" /> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + transform="translate(-1,-2.5396595e-4)" + id="layer1"> + <g + transform="translate(0,1.0002526)" + id="g3790" + style="opacity:0.3;stroke:#000000;stroke-opacity:1"> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" + id="path3367-2" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 11.507463,4.8748905 0.08824,14.1558385" + id="path3590-1" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228629 m -10e-8,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" + id="path3367" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> + <path + d="m 11.507463,4.8748901 0.08824,14.1558389" + id="path3590" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-active.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-active.svg new file mode 100644 index 0000000000000000000000000000000000000000..133b97f53b8507c095306cc658fde127ea189ef1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-active.svg @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="11" + height="22" + id="svg3213"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + transform="translate(-7,-1.000254)" + id="layer1"> + <g + transform="translate(0,1.0002526)" + id="g3790" + style="opacity:0.3;stroke:#000000;stroke-opacity:1"> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" + id="path3367-2" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 11.507463,4.8748905 0.08824,14.1558385" + id="path3590-1" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228629 m -10e-8,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" + id="path3367" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 11.507463,4.8748901 0.08824,14.1558389" + id="path3590" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-disabled.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-disabled.svg new file mode 100644 index 0000000000000000000000000000000000000000..9da2983dc68fe0d0a0b13342ff63603849c7f771 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-disabled.svg @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="11" + height="22" + id="svg3213"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + transform="translate(-7,-1.000254)" + id="layer1" + style="opacity:0.4"> + <g + transform="translate(0,1.0002526)" + id="g3790" + style="opacity:0.3;stroke:#000000;stroke-opacity:1"> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" + id="path3367-2" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 11.507463,4.8748905 0.08824,14.1558385" + id="path3590-1" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228629 m -10e-8,6.0660801 6.5885056,-6.6310583 -3.55157,-3.6521367" + id="path3367" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 11.507463,4.8748901 0.08824,14.1558389" + id="path3590" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-paired.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-paired.svg new file mode 100644 index 0000000000000000000000000000000000000000..ffc480bfbbd1bf01bffd592644c77bfca572eb4e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/bluetooth-paired.svg @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="16" + height="22" + id="svg3213"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3215" /> + <g + transform="translate(-6,-1.4e-6)" + id="g3790" + style="opacity:0.3;stroke:#000000;stroke-opacity:1"> + <path + d="M 11.788737,19.294254 15.294253,15.55392 8.7057475,8.9228633 m -10e-8,6.0660797 6.5885056,-6.6310579 -3.55157,-3.6521367" + id="path3367-2" + style="fill:none;stroke:#000000;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="m 11.507463,4.8748905 0.08824,14.1558385" + id="path3590-1" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <path + d="M 5.788737,18.294 9.2942534,14.553666 2.7057475,7.9226089 m -1e-7,6.0660801 L 9.2942534,7.3576307 5.742683,3.705494" + id="path3367" + style="fill:none;stroke:#dfdbd2;stroke-width:1.41149473;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + <path + d="M 5.507463,3.8746361 5.595703,18.030475" + id="path3590" + style="fill:none;stroke:#dfdbd2;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="m 12.999747,14 c -1.108,0 -2,0.910763 -2,2.03125 l 0,0.96875 c -0.554,0 -0.9999996,0.446 -0.9999996,1 l 0,3 c 0,0.554 0.4459996,1 0.9999996,1 l 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l 0,-0.96875 c 0,-1.120486 -0.892,-2.03125 -2,-2.03125 z m 0,1 c 0.554,0 1,0.442363 1,1 l 0,1 -2,0 0,-1 c 0,-0.557637 0.446,-1 1,-1 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 12.999747,13 c -1.108,0 -2,0.910763 -2,2.03125 l 0,0.96875 c -0.554,0 -0.9999996,0.446 -0.9999996,1 l 0,3 c 0,0.554 0.4459996,1 0.9999996,1 l 4,0 c 0.554,0 1,-0.446 1,-1 l 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l 0,-0.96875 c 0,-1.120486 -0.892,-2.03125 -2,-2.03125 z m 0,1 c 0.554,0 1,0.442363 1,1 l 0,1 -2,0 0,-1 c 0,-0.557637 0.446,-1 1,-1 z" + id="rect2822" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_creating.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_creating.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e405e17c4f6a38cd4df25a344723bae959a397d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_creating.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_established.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_established.svg new file mode 120000 index 0000000000000000000000000000000000000000..ee205410155256a1a8b220ef2b45cb44bdadc8d5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_established.svg @@ -0,0 +1 @@ +network-idle.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_no.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_no.svg new file mode 120000 index 0000000000000000000000000000000000000000..af43e27f76e52e110604fa9ca12f09e05fad15c1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/connect_no.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-available.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-available.svg new file mode 120000 index 0000000000000000000000000000000000000000..c60c9bb0119a9f57fa931055b7c206fab7a5e5a0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-available.svg @@ -0,0 +1 @@ +user-available-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-away.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-away.svg new file mode 120000 index 0000000000000000000000000000000000000000..d4d5c6b225616642bc28c0d12ff3742e91086f53 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-away.svg @@ -0,0 +1 @@ +user-away-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-busy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-busy.svg new file mode 120000 index 0000000000000000000000000000000000000000..d01e7f377ae289fc651051650dbe7c25473a6d80 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-busy.svg @@ -0,0 +1 @@ +user-busy-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-extended-away.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-extended-away.svg new file mode 120000 index 0000000000000000000000000000000000000000..c92b1314e3f4f4f1c8e3a010c5945f5549ad4419 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-extended-away.svg @@ -0,0 +1 @@ +user-idle-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-offline.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-offline.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e97641b32177a0aac9eb1c588c2fe51fcbcbe52 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/empathy-offline.svg @@ -0,0 +1 @@ +user-offline-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-0-24.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-0-24.svg new file mode 120000 index 0000000000000000000000000000000000000000..4b70f103c671b8e84fdd61b5e64584331e8c9884 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-0-24.svg @@ -0,0 +1 @@ +nm-signal-25.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-25-49.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-25-49.svg new file mode 120000 index 0000000000000000000000000000000000000000..9ede736ece4e267ddfdc6b815a24f27e4fc5c72c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-25-49.svg @@ -0,0 +1 @@ +nm-signal-50.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-50-74.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-50-74.svg new file mode 120000 index 0000000000000000000000000000000000000000..77f76c95b1cc4f2a1fc0142044ed7eaf8a20cb01 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-50-74.svg @@ -0,0 +1 @@ +nm-signal-75.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-75-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-75-100.svg new file mode 120000 index 0000000000000000000000000000000000000000..54596d2e01f11344251a0723b58ac0c3e9f3f47a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-75-100.svg @@ -0,0 +1 @@ +nm-signal-100.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-disconn.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-disconn.svg new file mode 120000 index 0000000000000000000000000000000000000000..af43e27f76e52e110604fa9ca12f09e05fad15c1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-disconn.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-error.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-error.svg new file mode 120000 index 0000000000000000000000000000000000000000..88866681059236591ee2337bec30c062dcf2ccd5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-error.svg @@ -0,0 +1 @@ +network-error.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-idle.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-idle.svg new file mode 120000 index 0000000000000000000000000000000000000000..ee205410155256a1a8b220ef2b45cb44bdadc8d5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-idle.svg @@ -0,0 +1 @@ +network-idle.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-rx.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-rx.svg new file mode 120000 index 0000000000000000000000000000000000000000..9d3d6c44c0e494779ee0c22ac16360f3c9cffb4a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-rx.svg @@ -0,0 +1 @@ +network-receive.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-tx.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-tx.svg new file mode 120000 index 0000000000000000000000000000000000000000..2e76eecd758ea407f89a4c6dd4704e15690bbcbf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-tx.svg @@ -0,0 +1 @@ +network-transmit.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-txrx.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-txrx.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e405e17c4f6a38cd4df25a344723bae959a397d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gnome-netstatus-txrx.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-000.svg new file mode 100644 index 0000000000000000000000000000000000000000..fdb9c95f84a29a5190825796105852b93d9383ed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-000.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397-1" style="opacity:.3;fill-rule:evenodd" d="m3-1c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#df382c;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#df382c;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-020.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-020.svg new file mode 100644 index 0000000000000000000000000000000000000000..6781190fca4ab1fb56ce0d82d4d595b494f855f3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-020.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-8" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm9.5 0c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z" transform="translate(0,-6)"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#df382c" rx=".5" ry=".5" height="2" width="4" y="9" x="14"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-040.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-040.svg new file mode 100644 index 0000000000000000000000000000000000000000..05410e78fdb430835437660426b2399e976e5c6d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-040.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-8" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm9.5 0c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z" transform="translate(0,-6)"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="4" width="4" y="7" x="14"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-060.svg new file mode 100644 index 0000000000000000000000000000000000000000..0f053dcab4f167aa1428e1d56473f9b2eee24707 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-060.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-8" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm9.5 0c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z" transform="translate(0,-6)"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="7" width="4" y="4" x="14"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-080.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-080.svg new file mode 100644 index 0000000000000000000000000000000000000000..882b00929c48b3071905778afe1fda37f3169080 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-080.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-8" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm9.5 0c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z" transform="translate(0,-6)"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="9" width="4" y="2" x="14"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..6bd46ccaece11228f115d1093dbf704892414902 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-keyboard-100.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-8" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm9.5 0c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z" transform="translate(0,-6)"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="11" width="4" y="-1.3323e-15" x="14"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-000.svg new file mode 100644 index 0000000000000000000000000000000000000000..ab584c4c24bb74b5d6635fe1df72c1537e541df9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-000.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5 4.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#df382c" transform="translate(-5,-1)"> + <path id="path3193" style="stroke-width:2;stroke:#df382c;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#df382c;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#df382c;stroke-linecap:round;fill:none" d="m6.5 3.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-020.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-020.svg new file mode 100644 index 0000000000000000000000000000000000000000..3a5658b45e2e0afd88a1e62960de0deeffeef858 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-020.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3856" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3861"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-2" style="opacity:.3;fill-rule:evenodd" d="m5 9c-0.55164 0-1 0.44884-1 1 0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2 0-0.5173-0.386-1-1-1h-5z"/> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5-1.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#dfdbd2;fill:none" transform="translate(-5,-7)"> + <path id="path3193" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m6.5-2.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <path id="rect3728" style="fill-rule:evenodd;fill:#df382c" d="m5 8c-0.5516 0-1 0.4488-1 1 0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2 0-0.5173-0.386-1-1-1h-5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-040.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-040.svg new file mode 100644 index 0000000000000000000000000000000000000000..0b86a2a0d5633f595781edff20ab94a538a96218 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-040.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3856" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3861"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3324-2" style="opacity:.3;fill-rule:evenodd" d="m5 7c-0.554 0-1 0.446-1 1v2c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-2c0-0.554-0.446-1-1-1h-5z"/> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5-1.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#dfdbd2;fill:none" transform="translate(-5,-7)"> + <path id="path3193" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m6.5-2.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <path id="path3324" style="fill-rule:evenodd;fill:#dfdbd2" d="m5 6c-0.554 0-1 0.446-1 1v2c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-2c0-0.554-0.446-1-1-1h-5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-060.svg new file mode 100644 index 0000000000000000000000000000000000000000..94c9c6fc7e075a9aad03242acf5f2168b8532002 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-060.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3856" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3861"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3324-2" style="opacity:.3;fill-rule:evenodd" d="m5 7c-0.554 0-1 0.446-1 1v2c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-2c0-0.554-0.446-1-1-1h-5z"/> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5-1.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#dfdbd2;fill:none" transform="translate(-5,-7)"> + <path id="path3193" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m6.5-2.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <path id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" d="m5 4c-0.554 0-1 0.446-1 1v4c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-4c0-0.554-0.446-1-1-1h-5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-080.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-080.svg new file mode 100644 index 0000000000000000000000000000000000000000..51cd37dbe00d4387f1b7d1491e0b6d555391fff7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-080.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3856" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3861"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3324-2" style="opacity:.3;fill-rule:evenodd" d="m5 7c-0.554 0-1 0.446-1 1v2c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-2c0-0.554-0.446-1-1-1h-5z"/> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5-1.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#dfdbd2;fill:none" transform="translate(-5,-7)"> + <path id="path3193" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m6.5-2.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <path id="path3234" style="fill-rule:evenodd;fill:#dfdbd2" d="m5 1c-0.552 0-1 0.448-1 1v7c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-7.125c-0.0088 0.00299-0.02236-0.0029-0.03125 0-0.067-0.4879-0.463-0.875-0.969-0.875-0.552 0-1 0.448-1 1 0 0.554-0.446 1-1 1h-1c-0.554 0-1-0.446-1-1 0-0.552-0.448-1-1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..65fb54d2299ad257a5c48aefa4d0c06d31295be2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-mouse-100.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3856" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3861"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3324-2" style="opacity:.3;fill-rule:evenodd" d="m5 7c-0.554 0-1 0.446-1 1v2c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-2c0-0.554-0.446-1-1-1h-5z"/> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5-1.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#dfdbd2;fill:none" transform="translate(-5,-7)"> + <path id="path3193" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m6.5-2.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <path id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" d="m5.5627-0.75347c-0.9274 0.34066-1.5627 0.99757-1.5627 1.7535v8c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-8c0-0.75537-0.63444-1.4119-1.5607-1.7527-0.412-0.15896-0.4393 0.12216-0.4393 0.22145v2.5312c0 0.554-0.446 1-1 1h-1c-0.554 0-1-0.446-1-1v-2.5312c0-0.19923-0.20268-0.3112-0.43728-0.22222z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-000.svg new file mode 100644 index 0000000000000000000000000000000000000000..883070c06a9e891c9be01ee45714b83a13de1ac9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-000.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z" style="opacity:.3;fill-rule:evenodd"/> + <path id="rect2397" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z" style="fill-rule:evenodd;fill:#dfdbd2"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none"/> + <rect id="rect3236-7" style="opacity:.3;stroke-width:.5;stroke:#df382c;stroke-linecap:round;fill:none" rx=".25" ry="0.25" transform="rotate(-90)" width="12.5" y="13.25" x="-17.75" height="5.5"/> + <path id="rect2442-6" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372" style="stroke:#df382c;stroke-linecap:round;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-020.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-020.svg new file mode 100644 index 0000000000000000000000000000000000000000..1b048dcecb9a20b4176d7453bd3f4b473f8783f4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-020.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm6-2c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236-9" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-17.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#df382c" rx=".5" ry=".5" height="2" width="4" y="15" x="14"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-040.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-040.svg new file mode 100644 index 0000000000000000000000000000000000000000..9542bdd67e395c97b1eae470aa1f7d71e05f0f02 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-040.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm6-2c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236-9" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-17.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="4" width="4" y="13" x="14"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-060.svg new file mode 100644 index 0000000000000000000000000000000000000000..a352752afc8591a764ff16d5f11d8a1a871fb560 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-060.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm6-2c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236-9" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-17.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="7" width="4" y="10" x="14"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-080.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-080.svg new file mode 100644 index 0000000000000000000000000000000000000000..2d11bff3cf36878c2d8d17f79be8eb244735d605 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-080.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm6-2c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236-9" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-17.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="9" width="4" y="8" x="14"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..9aefb8d7da75937e2f25a96228eb5c2bfeb86209 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gpm-phone-100.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm6-2c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236-9" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-17.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="11" width="4" y="6" x="14"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-full-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-full-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..ae990dba3925b96fd855c41c629ccd97ac50e865 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-full-secure.svg @@ -0,0 +1,35 @@ +<?xml version="1.0" ?><!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="22" id="svg3194" version="1.0" width="22" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <defs id="defs3196"/> + <path d="m 19.000309,4 c -0.554,0 -1,0.446 -1,1 l 0,14 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-14 c 0,-0.554 -0.446,-1 -1,-1 z m -4,5 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 z M 0.50030854,12 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7530303,12.065447 6.621754,12.006356 6.5003085,12 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z m 1.21874996,1 1.28125,0 0,1.25 -1.28125,-1.25 z m 2.28125,0 1.28125,0 -1.28125,1.28125 0,-1.28125 z m 7.0000005,0 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-5 c 0,-0.554 -0.446,-1 -1,-1 z m -4.0000005,4 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z" id="rect3165-9" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="16" id="rect3165" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="18.000309" y="3"/> + <rect height="11" id="rect3177" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="14.000309" y="8"/> + <rect height="7" id="rect3179" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="10.000309" y="12"/> + <rect height="3" id="rect3181" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="6.0003085" y="16"/> + <path d="m 0.49985234,11 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7525741,11.065447 6.6212978,11.006356 6.4998523,11 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z m 1.21874996,1 1.28125,0 0,1.25 -1.28125,-1.25 z m 2.28125,0 1.28125,0 -1.28125,1.28125 0,-1.28125 z" id="rect3184" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + +<!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> +<g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" gridtolerance="10.0" guidetolerance="10.0" id="base" inkscape:current-layer="svg3215" inkscape:cx="-2.6506024" inkscape:cy="13.012048" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="753" inkscape:window-maximized="1" inkscape:window-width="1280" inkscape:window-x="0" inkscape:window-y="24" inkscape:zoom="10.375" objecttolerance="10.0" pagecolor="#ffffff" showgrid="false"/> + <defs id="defs3217"/> + <path d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" id="path2441" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" id="rect2822" style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> +</g> +</svg> \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-full.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-full.svg new file mode 100644 index 0000000000000000000000000000000000000000..6c0c7088a306b0aae9288da30eace5ecb78b6b94 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-full.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3165-9" style="opacity:.3" d="m19 4c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1zm-4 5c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1zm-14.5 3c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2222-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125zm1.2187 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812zm7 0c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z"/> + <rect id="rect3165" style="fill:#dfdbd2" rx="1" ry="1" height="16" width="2" y="3" x="18"/> + <rect id="rect3177" style="fill:#dfdbd2" rx="1" ry="1" height="11" width="2" y="8" x="14"/> + <rect id="rect3179" style="fill:#dfdbd2" rx="1" ry="1" height="7" width="2" y="12" x="10"/> + <rect id="rect3181" style="fill:#dfdbd2" rx="1" ry="1" height="3" width="2" y="16" x="6.0003"/> + <path id="rect3184" style="fill:#dfdbd2" d="m0.49985 11c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2223-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125zm1.2187 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-high-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-high-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..e0f24c3983b1d5a5dca1b9ddb51a6f426d8cf994 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-high-secure.svg @@ -0,0 +1,41 @@ +<?xml version="1.0" ?><!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="22" id="svg3194" version="1.0" width="22" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <defs id="defs3196"/> + <path d="m 15.000309,9 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-9 c 0,-0.554 -0.446,-1 -1,-1 z" id="path3831" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="m 0.50030854,12 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7530303,12.065447 6.621754,12.006356 6.5003085,12 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z" id="path3829" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="m 11.000309,13 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-5 c 0,-0.554 -0.446,-1 -1,-1 z" id="path3823" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="m 7.0003085,17 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z" id="rect3165-9" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <g id="g3835" style="opacity:0.4" transform="translate(-0.99969146,0)"> + <path d="m 20,4 c -0.554,0 -1,0.446 -1,1 l 0,14 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 L 21,5 C 21,4.446 20.554,4 20,4 z" id="path3833" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="16" id="rect3165" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="19" y="3"/> + </g> + <rect height="11" id="rect3177" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="14.000309" y="8"/> + <rect height="7" id="rect3179" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="10.000309" y="12"/> + <rect height="3" id="rect3181" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="6.0003085" y="16"/> + <path d="m 0.49985234,11 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7525741,11.065447 6.6212978,11.006356 6.4998523,11 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z m 1.21874996,1 1.28125,0 0,1.25 -1.28125,-1.25 z m 2.28125,0 1.28125,0 -1.28125,1.28125 0,-1.28125 z" id="rect3184" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + +<!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> +<g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" gridtolerance="10.0" guidetolerance="10.0" id="base" inkscape:current-layer="svg3215" inkscape:cx="-2.6506024" inkscape:cy="13.012048" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="753" inkscape:window-maximized="1" inkscape:window-width="1280" inkscape:window-x="0" inkscape:window-y="24" inkscape:zoom="10.375" objecttolerance="10.0" pagecolor="#ffffff" showgrid="false"/> + <defs id="defs3217"/> + <path d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" id="path2441" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" id="rect2822" style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> +</g> +</svg> \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-high.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-high.svg new file mode 100644 index 0000000000000000000000000000000000000000..2c861317a6712d728617bf2c98e609752a7f59b9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-high.svg @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3831" style="opacity:.3" d="m15 9c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1z"/> + <path id="path3829" style="opacity:.3" d="m0.50031 12c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2222-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125z"/> + <path id="path3823" style="opacity:.3" d="m11 13c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1z"/> + <path id="rect3165-9" style="opacity:.3" d="m7.0003 17c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z"/> + <g id="g3835" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3833" style="opacity:.3" d="m20 4c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1z"/> + <rect id="rect3165" style="fill:#dfdbd2" rx="1" ry="1" height="16" width="2" y="3" x="19"/> + </g> + <rect id="rect3177" style="fill:#dfdbd2" rx="1" ry="1" height="11" width="2" y="8" x="14"/> + <rect id="rect3179" style="fill:#dfdbd2" rx="1" ry="1" height="7" width="2" y="12" x="10"/> + <rect id="rect3181" style="fill:#dfdbd2" rx="1" ry="1" height="3" width="2" y="16" x="6.0003"/> + <path id="rect3184" style="fill:#dfdbd2" d="m0.49985 11c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2223-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125zm1.2187 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-low-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-low-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..cbfc6b186cae12f9c7d3531e0812e6d31dcce70b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-low-secure.svg @@ -0,0 +1,45 @@ +<?xml version="1.0" ?><!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="22" id="svg3194" version="1.0" width="22" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <defs id="defs3196"/> + <path d="m 0.50030854,12 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7530303,12.065447 6.621754,12.006356 6.5003085,12 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z" id="path3829" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="m 7.0003085,17 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z" id="rect3165-9" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <g id="g3835" style="opacity:0.4" transform="translate(-0.99969146,0)"> + <path d="m 20,4 c -0.554,0 -1,0.446 -1,1 l 0,14 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 L 21,5 C 21,4.446 20.554,4 20,4 z" id="path3833" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="16" id="rect3165" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="19" y="3"/> + </g> + <g id="g3894" style="opacity:0.4" transform="translate(-0.99969146,0)"> + <path d="m 16,9 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-9 C 17,9.446 16.554,9 16,9 z" id="path3831" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="11" id="rect3177" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="15" y="8"/> + </g> + <g id="g3954" style="opacity:0.4" transform="translate(-0.99969146,0)"> + <path d="m 12,13 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-5 c 0,-0.554 -0.446,-1 -1,-1 z" id="path3823" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="7" id="rect3179" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="11" y="12"/> + </g> + <rect height="3" id="rect3181" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="6.0003085" y="16"/> + <path d="m 0.49985234,11 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7525741,11.065447 6.6212978,11.006356 6.4998523,11 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z m 1.21874996,1 1.28125,0 0,1.25 -1.28125,-1.25 z m 2.28125,0 1.28125,0 -1.28125,1.28125 0,-1.28125 z" id="rect3184" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + +<!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> +<g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" gridtolerance="10.0" guidetolerance="10.0" id="base" inkscape:current-layer="svg3215" inkscape:cx="-2.6506024" inkscape:cy="13.012048" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="753" inkscape:window-maximized="1" inkscape:window-width="1280" inkscape:window-x="0" inkscape:window-y="24" inkscape:zoom="10.375" objecttolerance="10.0" pagecolor="#ffffff" showgrid="false"/> + <defs id="defs3217"/> + <path d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" id="path2441" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" id="rect2822" style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> +</g> +</svg> \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-low.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-low.svg new file mode 100644 index 0000000000000000000000000000000000000000..030866c2d3fd1d24342ae315e521702c22a3e12b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-low.svg @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3829" style="opacity:.3" d="m0.50031 12c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2222-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125z"/> + <path id="rect3165-9" style="opacity:.3" d="m7.0003 17c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z"/> + <g id="g3835" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3833" style="opacity:.3" d="m20 4c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1z"/> + <rect id="rect3165" style="fill:#dfdbd2" rx="1" ry="1" height="16" width="2" y="3" x="19"/> + </g> + <g id="g3894" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3831" style="opacity:.3" d="m16 9c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1z"/> + <rect id="rect3177" style="fill:#dfdbd2" rx="1" ry="1" height="11" width="2" y="8" x="15"/> + </g> + <g id="g3954" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3823" style="opacity:.3" d="m12 13c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1z"/> + <rect id="rect3179" style="fill:#dfdbd2" rx="1" ry="1" height="7" width="2" y="12" x="11"/> + </g> + <rect id="rect3181" style="fill:#dfdbd2" rx="1" ry="1" height="3" width="2" y="16" x="6.0003"/> + <path id="rect3184" style="fill:#dfdbd2" d="m0.49985 11c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2223-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125zm1.2187 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-medium-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-medium-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..a2c70c8f2669a106cc7aca767b21fe7ee6c9bbe2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-medium-secure.svg @@ -0,0 +1,43 @@ +<?xml version="1.0" ?><!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="22" id="svg3194" version="1.0" width="22" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <defs id="defs3196"/> + <path d="m 0.50030854,12 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7530303,12.065447 6.621754,12.006356 6.5003085,12 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z" id="path3829" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="m 11.000309,13 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-5 c 0,-0.554 -0.446,-1 -1,-1 z" id="path3823" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="m 7.0003085,17 c -0.554,0 -1,0.446 -1,1 l 0,1 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-1 c 0,-0.554 -0.446,-1 -1,-1 z" id="rect3165-9" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <g id="g3835" style="opacity:0.4" transform="translate(-0.99969146,0)"> + <path d="m 20,4 c -0.554,0 -1,0.446 -1,1 l 0,14 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 L 21,5 C 21,4.446 20.554,4 20,4 z" id="path3833" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="16" id="rect3165" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="19" y="3"/> + </g> + <g id="g3894" style="opacity:0.4" transform="translate(-0.99969146,0)"> + <path d="m 16,9 c -0.554,0 -1,0.446 -1,1 l 0,9 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-9 C 17,9.446 16.554,9 16,9 z" id="path3831" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <rect height="11" id="rect3177" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="15" y="8"/> + </g> + <rect height="7" id="rect3179" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="10.000309" y="12"/> + <rect height="3" id="rect3181" rx="0.99999994" ry="1" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" width="2" x="6.0003085" y="16"/> + <path d="m 0.49985234,11 c -0.06925,0 -0.1276406,0.006 -0.1875,0.03125 -0.057115,0.02622 -0.1129571,0.08181 -0.15625,0.125 l -0.03125,0.03125 c -0.032203,0.03814 -0.074055,0.07828 -0.09375,0.125 -0.0960746,0.182877 -0.0638124,0.405327 0.09375,0.5625 l 2.87499996,2.875 0,3.75 c 0,0.277 0.223,0.5 0.5,0.5 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-3.75 2.875,-2.875 c 0.1575625,-0.157173 0.1898247,-0.379623 0.09375,-0.5625 -0.019695,-0.04672 -0.061547,-0.08686 -0.09375,-0.125 l -0.03125,-0.03125 C 6.7525741,11.065447 6.6212978,11.006356 6.4998523,11 l -0.03125,0 -2.96875,0 -2.96874996,0 -0.03125,0 z m 1.21874996,1 1.28125,0 0,1.25 -1.28125,-1.25 z m 2.28125,0 1.28125,0 -1.28125,1.28125 0,-1.28125 z" id="rect3184" style="fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + +<!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> +<g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" gridtolerance="10.0" guidetolerance="10.0" id="base" inkscape:current-layer="svg3215" inkscape:cx="-2.6506024" inkscape:cy="13.012048" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="753" inkscape:window-maximized="1" inkscape:window-width="1280" inkscape:window-x="0" inkscape:window-y="24" inkscape:zoom="10.375" objecttolerance="10.0" pagecolor="#ffffff" showgrid="false"/> + <defs id="defs3217"/> + <path d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" id="path2441" style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> + <path d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" id="rect2822" style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"/> +</g> +</svg> \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-medium.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-medium.svg new file mode 100644 index 0000000000000000000000000000000000000000..56e7c1f37361080d557309ac9102fcc3925b8387 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-medium.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3829" style="opacity:.3" d="m0.50031 12c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2222-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125z"/> + <path id="path3823" style="opacity:.3" d="m11 13c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1z"/> + <path id="rect3165-9" style="opacity:.3" d="m7.0003 17c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z"/> + <g id="g3835" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3833" style="opacity:.3" d="m20 4c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1z"/> + <rect id="rect3165" style="fill:#dfdbd2" rx="1" ry="1" height="16" width="2" y="3" x="19"/> + </g> + <g id="g3894" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3831" style="opacity:.3" d="m16 9c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1z"/> + <rect id="rect3177" style="fill:#dfdbd2" rx="1" ry="1" height="11" width="2" y="8" x="15"/> + </g> + <rect id="rect3179" style="fill:#dfdbd2" rx="1" ry="1" height="7" width="2" y="12" x="10"/> + <rect id="rect3181" style="fill:#dfdbd2" rx="1" ry="1" height="3" width="2" y="16" x="6.0003"/> + <path id="rect3184" style="fill:#dfdbd2" d="m0.49985 11c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2223-0.149-0.3437-0.155h-0.03125-2.9688-2.9687-0.03125zm1.2187 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-none-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-none-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..750783d3329f1941de2c3d184ea15da706e4f98d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-none-secure.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" width="22" height="22" version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3829" d="m0.50031 12c-0.06925 0-0.12764 6e-3 -0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091028-0.090803-0.2223-0.14989-0.34375-0.15625h-0.03125-2.9688-2.9688-0.03125z" style="opacity:.3"/> + <g id="g4017" transform="translate(-.99969)" style="opacity:.4"> + <path id="path3833" d="m20 4c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1zm-4 5c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z" style="opacity:.3"/> + <path id="rect3165" d="m20 3c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1zm-4 5c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z" style="fill:#dfdbd2"/> + </g> + <path id="rect3184" d="m0.49985 11c-0.06925 0-0.12764 6e-3 -0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091028-0.090803-0.2223-0.14989-0.34375-0.15625h-0.03125-2.9688-2.9688-0.03125zm1.2188 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812z" style="fill:#dfdbd2"/> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g id="svg3215"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2441" d="m19 14c-1.108 0-2 0.91076-2 2.0312v0.96875c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.96875c0-1.1205-0.892-2.0312-2-2.0312zm0 1c0.554 0 1 0.44236 1 1v1h-2v-1c0-0.55764 0.446-1 1-1z" style="opacity:.3"/> + <path id="rect2822" d="m19 13c-1.108 0-2 0.91076-2 2.0312v0.96875c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.96875c0-1.1205-0.892-2.0312-2-2.0312zm0 1c0.554 0 1 0.44236 1 1v1h-2v-1c0-0.55764 0.446-1 1-1z" style="fill:#dfdbd2"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-none.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-none.svg new file mode 100644 index 0000000000000000000000000000000000000000..821e35c7637e95ef76c10d03e429b00512b5622c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gsm-3g-none.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3194" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata16"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3829" style="opacity:.3" d="m0.50031 12c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2222-0.149-0.3437-0.155h-0.03125-2.9688-2.9688-0.03125z"/> + <g id="g4017" style="opacity:.4" transform="translate(-.99969)"> + <path id="path3833" style="opacity:.3" d="m20 4c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1zm-4 5c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z"/> + <path id="rect3165" style="fill:#dfdbd2" d="m20 3c-0.554 0-1 0.446-1 1v14c0 0.554 0.446 1 1 1s1-0.446 1-1v-14c0-0.554-0.446-1-1-1zm-4 5c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1s1-0.446 1-1v-9c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-4 4c-0.554 0-1 0.446-1 1v1c0 0.554 0.446 1 1 1s1-0.446 1-1v-1c0-0.554-0.446-1-1-1z"/> + </g> + <path id="rect3184" style="fill:#dfdbd2" d="m0.49985 11c-0.06925 0-0.12764 0.006-0.1875 0.03125-0.057115 0.02622-0.11296 0.08181-0.15625 0.125l-0.03125 0.03125c-0.032203 0.03814-0.074055 0.07828-0.09375 0.125-0.096075 0.18288-0.063812 0.40533 0.09375 0.5625l2.875 2.875v3.75c0 0.277 0.223 0.5 0.5 0.5s0.5-0.223 0.5-0.5v-3.75l2.875-2.875c0.15756-0.15717 0.18982-0.37962 0.09375-0.5625-0.019695-0.04672-0.061547-0.08686-0.09375-0.125l-0.03125-0.03125c-0.091-0.09-0.2223-0.149-0.3437-0.155h-0.03125-2.9688-2.9688-0.03125zm1.2188 1h1.2812v1.25l-1.2812-1.25zm2.2812 0h1.2812l-1.2812 1.2812v-1.2812z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gtk-dialog-authentication-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gtk-dialog-authentication-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..6f036f82b88ff014dbf27ac9c5cc728123538d91 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/gtk-dialog-authentication-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg7739" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="14" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path7793-6" style="opacity:.3;color:#000000" d="m7.0256 2.9998c-2.3231-0.019671-4.5087 1.735-4.9375 3.9375-0.42881 2.2025 0.73395 4.2677 2.9062 5.0625v6c0 2 1.1301 3.0165 2 3 0.86992-0.01652 2-1 2-3l2-1-3-1 3-2-2-1v-1c2.1867-0.758 3.3267-2.7595 2.9377-4.9689-0.389-2.2095-2.5833-4.0116-4.9064-4.0313zm0 2.9688c0.58475 0 1.0312 0.4465 1.0312 1.0312 0 0.58475-0.4465 1.0312-1.0312 1.0312-0.58475 0-1.0312-0.4465-1.0312-1.0312 0-0.58475 0.4465-1.0312 1.0312-1.0312zm0 1c0.02182 0-0.03125 0.053071-0.03125 0.03125s0.05307 0.03125 0.03125 0.03125 0.03125-0.053071 0.03125-0.03125-0.05307-0.03125-0.03125-0.03125z"/> + <path id="path7793" style="color:#000000;fill:#dfdbd2" d="m7.0256 2c-2.3231-0.0197-4.5087 1.735-4.9375 3.9375s0.734 4.2675 2.9063 5.0625v6c0 2 1.1301 3.0165 2 3 0.86992-0.01652 2-1 2-3l2-1-3-1 3-2-2-1v-1c2.1866-0.758 3.3266-2.7593 2.9376-4.9688-0.389-2.2094-2.5833-4.0115-4.9064-4.0312zm0 2.9688c0.58475 0 1.0312 0.4465 1.0312 1.0312 0 0.58475-0.4465 1.0312-1.0312 1.0312-0.58475 0-1.0312-0.4465-1.0312-1.0312 0-0.58475 0.4465-1.0312 1.0312-1.0312zm0 1c0.02182 0-0.03125 0.053071-0.03125 0.03125s0.05307 0.03125 0.03125 0.03125 0.03125-0.053071 0.03125-0.03125-0.05307-0.03125-0.03125-0.03125z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/hook-notifier.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/hook-notifier.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f6652f44de17795d3bae4b21e66fa061bc0f7ae --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/hook-notifier.svg @@ -0,0 +1,237 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="24" + height="24" + id="svg7331" + sodipodi:version="0.32" + inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" + sodipodi:docname="hook-notifier.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1" + viewBox="0 0 48 48" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <defs + id="defs7333"> + <linearGradient + inkscape:collect="always" + id="linearGradient9690-0"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9692-4" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9694-1" /> + </linearGradient> + <linearGradient + gradientTransform="matrix(0.182877,0,0,0.182877,-2.233974,-5.1275515)" + y2="207" + x2="33.999996" + y1="93" + x1="132.25" + gradientUnits="userSpaceOnUse" + id="linearGradient9803" + xlink:href="#linearGradient9690-0" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5202-3" + inkscape:collect="always"> + <stop + id="stop5204-6" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5206-05" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="49.612667" + x2="22.109375" + y1="11.34375" + x1="22.109375" + id="linearGradient5208-4" + xlink:href="#linearGradient5202-3" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10883"> + <stop + style="stop-color:#ce5c00;stop-opacity:1;" + offset="0" + id="stop10885" /> + <stop + style="stop-color:#a84b00;stop-opacity:1" + offset="1" + id="stop10887" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient10883" + id="linearGradient10889" + x1="22.097088" + y1="19.875492" + x2="22.097088" + y2="39.529873" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient9738-2"> + <stop + style="stop-color:#ef7600;stop-opacity:1" + offset="0" + id="stop9740-4" /> + <stop + id="stop9744-9" + offset="0.64417422" + style="stop-color:#dd7f05;stop-opacity:1" /> + <stop + style="stop-color:#fcaf3e;stop-opacity:1" + offset="1" + id="stop9742-9" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9738-2" + id="linearGradient9746-7" + x1="22.097088" + y1="8.0084705" + x2="24.238203" + y2="38.43652" + gradientUnits="userSpaceOnUse" /> + <filter + id="filter5186-4" + height="1.6702595" + y="-0.33512975" + width="1.3351298" + x="-0.16756488" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur5188-3" + stdDeviation="1.8152862" + inkscape:collect="always" /> + </filter> + <linearGradient + id="linearGradient5130-4" + inkscape:collect="always"> + <stop + id="stop5132-3" + offset="0" + style="stop-color:#000000;stop-opacity:1;" /> + <stop + id="stop5134-51" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.5,0,19.25)" + r="13" + fy="38.5" + fx="22" + cy="38.5" + cx="22" + id="radialGradient5136-7" + xlink:href="#linearGradient5130-4" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7" + inkscape:cx="23.857143" + inkscape:cy="23.928571" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1918" + inkscape:window-height="1054" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:window-maximized="1" /> + <metadata + id="metadata7336"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + style="display:inline;enable-background:new" + id="layer1-9" + inkscape:label="Layer 1" + transform="translate(-0.4507394,-0.9610005)"> + <ellipse + transform="matrix(1.3257204,0,0,1.3060079,-3.6937336,-12.797355)" + id="path4551-4" + style="display:inline;overflow:visible;visibility:visible;opacity:0.433735;fill:url(#radialGradient5136-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter5186-4);enable-background:accumulate" + cx="22" + cy="38.5" + rx="13" + ry="6.5" /> + <path + transform="matrix(1.1209343,0,0,1.1042669,-0.1974224,-1.3744715)" + d="M 35.099492,35.723338 26.703003,33.840596 22.097088,41.10911 17.491173,33.840597 9.094684,35.723338 10.977425,27.32685 3.7089119,22.720934 10.977425,18.115019 9.0946839,9.71853 l 8.3964881,1.882741 4.605916,-7.2685131 4.605914,7.2685131 8.39649,-1.882741 -1.882742,8.396488 7.268514,4.605916 -7.268513,4.605915 z" + inkscape:randomized="0" + inkscape:rounded="0" + inkscape:flatsided="false" + sodipodi:arg2="1.1780972" + sodipodi:arg1="0.78539816" + sodipodi:r2="12.035836" + sodipodi:r1="18.388176" + sodipodi:cy="22.720934" + sodipodi:cx="22.097088" + sodipodi:sides="8" + id="path4547-2" + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient9746-7);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10889);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + sodipodi:type="star" /> + <path + transform="matrix(1.1263736,0,0,1.1263736,-0.2940419,-1.8085508)" + d="M 24.572266,5.3378906 20.285156,12 a 1.042123,1.042123 0 0 1 -1.101562,0.453125 l -7.804688,-1.724609 1.744141,7.669921 a 1.042123,1.042123 0 0 1 -0.462891,1.115235 l -6.7285154,4.201172 6.7285154,4.201172 a 1.042123,1.042123 0 0 1 0.462891,1.115234 l -1.744141,7.669922 7.804688,-1.72461 a 1.042123,1.042123 0 0 1 1.101562,0.453125 l 4.28711,6.664063 4.285156,-6.664063 a 1.042123,1.042123 0 0 1 1.101562,-0.453125 l 7.806641,1.72461 -1.744141,-7.669922 a 1.042123,1.042123 0 0 1 0.462891,-1.115234 l 6.728516,-4.201172 -6.728516,-4.201172 a 1.042123,1.042123 0 0 1 -0.462891,-1.115235 l 1.744141,-7.669921 -7.806641,1.724609 A 1.042123,1.042123 0 0 1 28.857422,12 Z" + inkscape:href="#path4547-2" + id="path5198-26" + style="display:inline;overflow:visible;visibility:visible;opacity:0.337349;fill:none;stroke:url(#linearGradient5208-4);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + xlink:href="#path4547-2" + inkscape:original="M 24.572266 3.4101562 L 19.408203 11.435547 L 9.9980469 9.3574219 L 12.107422 18.628906 L 3.9609375 23.714844 L 12.107422 28.800781 L 9.9980469 38.074219 L 19.408203 35.994141 L 24.572266 44.021484 L 29.734375 35.994141 L 39.146484 38.074219 L 37.037109 28.800781 L 45.183594 23.714844 L 37.037109 18.628906 L 39.146484 9.3574219 L 29.734375 11.435547 L 24.572266 3.4101562 z " + inkscape:radius="-1.0420188" + sodipodi:type="inkscape:offset" /> + <path + id="rect4610-4" + d="m 21.723958,31 c -0.693774,0 -1.239583,-0.599375 -1.239583,-1.348958 V 24 h -4.125 l 8.677083,-7 8.166667,7 h -3.760417 v 5.651042 C 29.442708,30.400626 28.860441,31 28.166667,31 Z" + style="display:inline;overflow:visible;visibility:visible;fill:#ffe0b4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.907028;marker:none;enable-background:accumulate" + sodipodi:nodetypes="cccccccccc" /> + <path + style="display:inline;overflow:visible;visibility:visible;opacity:0.364078;fill:url(#linearGradient9803);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + d="m 12.579065,29.893399 c 7.419796,-5.328493 15.920908,-8.17642 23.774015,-11.338375 l 2.103082,-8.229467 -9.052413,1.737332 -4.754799,-7.315081 -4.846244,7.132206 -8.869533,-1.828772 2.194522,8.778097 -7.6808333,4.937679 7.4153523,4.603338 z" + id="path9688-2" + sodipodi:nodetypes="ccccccccccc" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/ibus-keyboard.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/ibus-keyboard.svg new file mode 100644 index 0000000000000000000000000000000000000000..fef2705e5111a1f1d927957fda90af38d431cd27 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/ibus-keyboard.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3014" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="23" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3019"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3951" transform="translate(23)"> + <path id="path3932" style="opacity:.3;stroke-width:.5;color:#000000;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m-21 5.2331c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h19c1.108 0 2-0.892 2-2v-7.9999c0-1.108-0.892-2-2-2zm1.5 1.7034h1c0.27699 0 0.5 0.223 0.5 0.5v1.2966c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1.2966c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2966c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1.2966c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2966c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1.2966c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2966c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.27699 0-0.5-0.223-0.5-0.5v-1.2966c0-0.277 0.22301-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2966c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.27699 0-0.5-0.223-0.5-0.5v-1.2966c0-0.277 0.22301-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2966c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.27699 0-0.5-0.223-0.5-0.5v-1.2966c0-0.277 0.22301-0.5 0.5-0.5zm-15 3.0403h2c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-2c-0.27699 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.22301-0.5 0.5-0.5zm4 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.27699 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.22301-0.5 0.5-0.5zm3 0h3c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-3c-0.27699 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.22301-0.5 0.5-0.5zm-13 3h1c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.223-0.5 0.5-0.5zm3 0h10c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-10c-0.277 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.223-0.5 0.5-0.5zm12 0h1c0.27699 0 0.5 0.223 0.5 0.5v1.2564c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.27699 0-0.5-0.223-0.5-0.5v-1.2564c0-0.277 0.22301-0.5 0.5-0.5z"/> + <path id="path3101" style="opacity:.3;color:#000000" d="m-21 6c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h19c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2zm1.5 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.223 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.223 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.223 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm-15 3h2c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-2c-0.27699 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm4 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h3c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-3c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm-13 3h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h10c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-10c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm12 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5z"/> + <path id="path3081" d="m-21 5c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h19c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2h-19zm1.5 2h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.223 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.223 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.277 0 0.5 0.223 0.5 0.5v1c0 0.277-0.223 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm-15 3h2c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-2c-0.27699 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.22301-0.5 0.5-0.5zm4 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.22301-0.5 0.5-0.5zm3 0h3c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-3c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm-13 3h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm3 0h10c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-10c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5zm12 0h1c0.27699 0 0.5 0.223 0.5 0.5v1c0 0.277-0.22301 0.5-0.5 0.5h-1c-0.277 0-0.5-0.223-0.5-0.5v-1c0-0.277 0.223-0.5 0.5-0.5z" style="fill:#dfdbd2"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/im-message-new.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/im-message-new.svg new file mode 120000 index 0000000000000000000000000000000000000000..6af2e51ce377b046d0d1c2bb361fb535011f1f7c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/im-message-new.svg @@ -0,0 +1 @@ +tray-new-im.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-appmenu-menu-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-appmenu-menu-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..260b56d5ab462f54218c20329d7f04ca53ac4cdb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-appmenu-menu-panel.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <rect id="rect3009" style="color:#000000;fill:#dfdbd2" height="1" width="8" y="12" x="11"/> + <rect id="rect3011" style="color:#000000;fill:#dfdbd2" height="1" width="8" y="14" x="11"/> + <rect id="rect3013" style="color:#000000;fill:#dfdbd2" height="1" width="7" y="10" x="12"/> + <path id="path3796" style="opacity:.3;color:#000000" d="m8 7 2.5 2.5 2.5-2.5h-5z"/> + <path id="rect3021" style="color:#000000;fill:#dfdbd2" d="m8 8l2.5 2.5 2.5-2.5h-5z"/> + <rect id="rect3798" style="opacity:.3;color:#000000" height="1" width="5" y="7" x="14"/> + <rect id="rect3023" style="color:#000000;fill:#dfdbd2" height="1" width="5" y="8" x="14"/> + <rect id="rect3806" style="opacity:.3;color:#000000" height="1" width="2" y="9" x="13"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ak.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ak.svg new file mode 100644 index 0000000000000000000000000000000000000000..eb416f05cf1ce85d7fd93f36acb166a5b85efcd0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ak.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ak</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Am.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Am.svg new file mode 100644 index 0000000000000000000000000000000000000000..abbde48c60ff94bdc7eef4639794e01666f31d53 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Am.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Am</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..a98316cab58b560f105dd5d5430a1351b0380caf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..cf795e4515c1df44c71573918fffa89809cfebaf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="12.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..cdd6240a681817cae4d232e948f46e5c4a29b34a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="12.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c83183e7619ca68e738396e0a3428bdc586333f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..c08243889d8437ff3061be331c4013c569ccb437 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..67a407f6421952a06ef93b990f3f9b8c0f90673b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..fc7c13b6db5b58863bf7f6875f3a9178b02833af --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..cb1da2195389bf35aed1ae09635e6f690e9c2f57 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..a19f141fcc8ee26ed927b71e1e990173073e6bcd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..fbf63f350f408ca314981071a52fd1ad3d83881a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..0a9b7f0e5383ad0ab724c7a10b72e96d72a222c2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar.svg new file mode 100644 index 0000000000000000000000000000000000000000..8cb612c7bd07f651329ab8b06d809a01a1c713c1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ar.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ar</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Av.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Av.svg new file mode 100644 index 0000000000000000000000000000000000000000..e6c4df0da836e59ecbcc194b085239f4ceecd055 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Av.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Av</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..a52f63f797b57ef1b3003692aa00a9624445fc83 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Az</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..658dfda6f1c7a5ee756a168ac54fbd423f406b73 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Az</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az.svg new file mode 100644 index 0000000000000000000000000000000000000000..ea7f943bea918d2dbc1eef47b3a7ba962b63180c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Az.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Az</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..dba1be3d6dbd53b19317eb977a95f24909cfdf07 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..b39be30851ac4feefb6fb5efc386501dcc32d5cf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..6a3c9a81a050738b0cf119ca185145156f32f2e8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..883cec1bb9f597068b19d4dacd9b0efec33ae834 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..5372923bf6e7eac29e5502790a2e81f912ad6649 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..2ed2bcddfc1815fc3cf5e107c74208b9925f09dc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..513973458f607e70134d8ea3b435b46fff0511dc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..f18c7d7bc4bf505d413ab22355e3b3079740b59d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..d7e8be11f0137bdc611824053fc99b8a10035d95 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..6aede525f4cdf4282848dffab9f35323655c296f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..8f060cdb13f8a2b64779cb43949c39ed36bc5889 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..9abbbb2f4cab8bf59dba6b7a46c72ccce576e14c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..a45e8bf39e57361167bebb9943ad8c275d715c82 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..e76183860500baa9beffefd8f4e432e596eaaf19 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be.svg new file mode 100644 index 0000000000000000000000000000000000000000..e8dd1944afed1d1ac11ccba6091180d299203a21 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Be.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Be</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..3b26730c90dda1d5881733b960b00900fbf9ecab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bg</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..fa6aa36bd51c27eda69ba8452c15da41343a845c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bg</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..03d748f750c8a00706255fae0f3419641dd8db75 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bg</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg.svg new file mode 100644 index 0000000000000000000000000000000000000000..75f39637cfdd996ba8b4bd78eaa2ac9e84b8bad0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bg.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bg</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bm.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bm.svg new file mode 100644 index 0000000000000000000000000000000000000000..23529fdf83fdb2e628685d91ffd5971a1674d137 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bm.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bm</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..e78cef2a89f50bd730450ac312e70b10b2dfd104 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bn</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..86404a1aea4b234acdfe7725f1a7ca5826be8e5d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bn</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..0f965ce36d18647350c688bbe242791568c042db --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bn</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..e06410415828e2c2912a789c67b763dd74da8427 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bn</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn.svg new file mode 100644 index 0000000000000000000000000000000000000000..72283a42d32323bbe118d2bc928b3ad0a8fe1495 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bn.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bn</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..eeb5a68dc58d29562f558fd61526d323c3ff0842 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Br</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..a5ace4a1cb104dfdf1bea66403707148a52b415b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Br</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..5e80d6365584a289e5b1a66a7a5afe8b120ff043 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Br</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br.svg new file mode 100644 index 0000000000000000000000000000000000000000..04b7ef1dab432d8c2c749f7fb8265785c94912bf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Br.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Br</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..1befc5189cad49aef7d8252c8a87adab0767417e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..80d9e2b5e64b58a542c6a787085d2b31549289c6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..cdbb0b6f0d582423813a0fd752f7c977afec76d1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..bd3b39fcce0832c093ba7a7b90728cb6ae6b9419 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..f94d8061ab9be17e674f72868ef13a7198c78589 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs.svg new file mode 100644 index 0000000000000000000000000000000000000000..52028688cef01e77b2a2b7e168639c5b1b99a7cd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Bs.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Bs</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..6a62a63a7782bf1158f4f87c46540ad26e3252cf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">By</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..38763f7d52c109a9ad43e2fd768b0560c34d3aba --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">By</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..039fd99f326971ffb835123890ac5547ce1d632f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">By</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By.svg new file mode 100644 index 0000000000000000000000000000000000000000..4255a7146fbad53a0ecd10da98e036bd40657f3a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-By.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">By</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ch.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ch.svg new file mode 100644 index 0000000000000000000000000000000000000000..1677fc3975028f925f8d0d2774bd4c816ce0bcb0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ch.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ch</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..d1dc74368370c5a26a01b1ea676170f89bcac234 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cm</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..ee33dc25788709805627118c3b280627a2203d3a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cm</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..4d63896e29ca4ae9aa44bf56885faf23beb9c8c0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cm</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..caaa04d6f264d32e103fbbb28072c5eea8770cc7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cm</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..ead02aed6588ec5fcfcf3ed57bfea4a3c8fcf967 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cm</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm.svg new file mode 100644 index 0000000000000000000000000000000000000000..cc854759a78f4b31cc632c0923ee1889f8bb3600 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cm.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cm</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..0a7a73e982103b16d5b081f8fd45f590ed5dbaaa --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..b24ec0510e54d8fde08ff6eb2d735a6bb1a4007f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..828b5d7312ca031a3b0637f887c21efb98335e7f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr.svg new file mode 100644 index 0000000000000000000000000000000000000000..884ed6f9a3f5e8b530d62c68b1097fe389499373 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..9f394c931a9f7c02e8f906ad443f19f75f127022 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..29a38b06e8005ff7d3faa2fa9fbde87d9aed8ddf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..1db64fc34c074b646bfcf630b4a85239c40e4185 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..9f0f1742610b726f866ec2f201c5b5f30c7fb52f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..94ebdcc3cd3fa379924dc883b22661a1d60d659f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..2b9f69bbd4f524334efbe574d1f72d8665215760 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs.svg new file mode 100644 index 0000000000000000000000000000000000000000..256b4f0bb292e05c5c7f3f399834391097473454 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Cs.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Cs</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..a60689a7e1ed1c65cc872aed28ec943cb84752ad --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Da</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..c214ebb164f45ed271ffe61e749ac330bec9fa0c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Da</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..04b5b61be7cd9d9304fccd0a523269b5d50c69ec --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Da</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..f9ce1637878640cd39cc91060a4f07383b872502 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Da</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..fc68b1128ddd2decdd4e901c1be7cfce06dfe1c2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Da</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da.svg new file mode 100644 index 0000000000000000000000000000000000000000..4661013dbb9e500591c579bbdabd276a4e7ef283 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Da.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Da</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..3a5c9db33bbb1f0a96a492bb7bbb37b7a181ff75 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..5cb7d00bddec712207ba1c8595e61a5742e2f01f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..51d07df4a4a00912f62552b4fc01a9da668637c3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..23f260eb68bdea330ffb2c54e18590036eb451dc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..984908cfef059b6ae7bde737f94b00682b08e633 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..f7361777415e12992622993aec3c2cfaa92756d2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..c115a6c682fc491500785fd7a3afc153febd61c5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-16.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-16.svg new file mode 100644 index 0000000000000000000000000000000000000000..5016086e4b8b66fd25e2b81a367de88588c4f139 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-16.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">16</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-17.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-17.svg new file mode 100644 index 0000000000000000000000000000000000000000..598ffe19fc3884117bc77e7f07f3c5781ba61f3a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-17.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">17</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-18.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-18.svg new file mode 100644 index 0000000000000000000000000000000000000000..8d490ea63660838bbae3d6631d2522a39551e445 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-18.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">18</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-19.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-19.svg new file mode 100644 index 0000000000000000000000000000000000000000..f7c2e38ec7c42e574e2c3e3f3deb692e3459ffc0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-19.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">19</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..f93ea6a4c92ae25cbae2f7ef5fc7d7cffbec35d6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..bca76900ac2326097f0b36b2a3e3958ca96cbb39 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-20.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">20</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-21.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-21.svg new file mode 100644 index 0000000000000000000000000000000000000000..0775c1e0495e9cd3f09f45b77d54fe61e8c1b0d1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-21.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">21</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-22.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-22.svg new file mode 100644 index 0000000000000000000000000000000000000000..b05447199f805914916335edc5851488f0abd01f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-22.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">22</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-23.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-23.svg new file mode 100644 index 0000000000000000000000000000000000000000..3f65a14cdf670d3e4cb379ce11f47e7b22e13aa6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-23.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">23</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-24.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-24.svg new file mode 100644 index 0000000000000000000000000000000000000000..8ffb2fbe87142f9872e8f68b9648a90b0aee63ad --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-24.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">24</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..b47e9e95382ac0371831f6afc9ccec2c2295a77d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-25.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">25</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..e286dd1548925e3b02151aa935c14072abf82c0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..c3c1500f8ea2b67eaaaa3d49640f5d796bd6a0e5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..035870fe14353e8da725aa24391053855801566f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..81ec02d489ffb65ce257f9278f2540af45727a80 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..0aadb3f5bcaee9c92d5b126d83c0f687da9a0f40 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..afc88404ada86f5e6a3e1bb6b0a3a10ca5ffb0d2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..5cec3f19acf06fee6921e757af1c4174142e5f04 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De.svg new file mode 100644 index 0000000000000000000000000000000000000000..3ac693a2382a67d3caa761f30f6936c8b2bbca8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-De.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">De</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Dv.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Dv.svg new file mode 100644 index 0000000000000000000000000000000000000000..2341625a41f99c96bd8ade918d8888481a7ba8cc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Dv.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Dv</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Dz.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Dz.svg new file mode 100644 index 0000000000000000000000000000000000000000..dc52b7d4d26164cedd6f14d93fffccd006e45b12 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Dz.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Dz</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ee.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ee.svg new file mode 100644 index 0000000000000000000000000000000000000000..439c40312b721f48b2236ecb21c6a7cf310f4862 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ee.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ee</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..d93e65eee81b718cfa5e6779dc4dce96cc9c153c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..032b4ce2d45c660a68608fde21afa231d4608861 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..66e6032205da654f73672b4afe833aa7b2640fb0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..6ae347d834aa2063f4491c23aedbfacef3f0eaa1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..1ca320a6b52603d3d084970ca30c76c9fa797a3e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..8bf84e901da324b07461612282fe22c860847952 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..2374878218b100bc2740798f3c498c954eaf723a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-16.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-16.svg new file mode 100644 index 0000000000000000000000000000000000000000..da6a8791c1851334ca6ff0e67b81da2c5fca9781 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-16.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">16</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-17.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-17.svg new file mode 100644 index 0000000000000000000000000000000000000000..75d444e6266ac10ecb724d82d02ec6ece03909b1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-17.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">17</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-18.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-18.svg new file mode 100644 index 0000000000000000000000000000000000000000..647b815255211186afff0bbb821d893a689f4e49 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-18.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">18</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-19.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-19.svg new file mode 100644 index 0000000000000000000000000000000000000000..f77d6004f8f0b573038cbf8280c5b176979c9916 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-19.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">19</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..744526dfc81528b11e21f3f2edc5a966a89c3628 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..e3da7817ab811965d26a4cfa38bd416d9b0600b0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-20.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">20</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-21.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-21.svg new file mode 100644 index 0000000000000000000000000000000000000000..d770908b78336316584deae638d5d29724d0dd2f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-21.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">21</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-22.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-22.svg new file mode 100644 index 0000000000000000000000000000000000000000..b1368f8d45dcc1be934938234fa4427ede44ca0f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-22.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">22</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-23.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-23.svg new file mode 100644 index 0000000000000000000000000000000000000000..1525db3429dcf4b11e7b0bd3c13306a358abccfd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-23.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">23</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-24.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-24.svg new file mode 100644 index 0000000000000000000000000000000000000000..1fa4485675b11e0a09c9743ae2f44924d47a66e2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-24.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">24</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..679f39fc5c0dcee5c68fb1c472940c36e5455f88 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-25.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">25</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-26.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-26.svg new file mode 100644 index 0000000000000000000000000000000000000000..d85b67eba9d48e0848274159c98ed59d49fdc7c2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-26.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">26</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-27.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-27.svg new file mode 100644 index 0000000000000000000000000000000000000000..b7a6cad419842ff959ea8a7d689d81a22b7cbef5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-27.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">27</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-28.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-28.svg new file mode 100644 index 0000000000000000000000000000000000000000..e8310cf36bfdedd21c663ead80f835156d0f8a12 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-28.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">28</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-29.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-29.svg new file mode 100644 index 0000000000000000000000000000000000000000..2898006324f53148f76189671910e2624f2032de --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-29.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">29</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..8d36bd56fd77a98903e49db29ba2e27c875b4196 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-30.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-30.svg new file mode 100644 index 0000000000000000000000000000000000000000..82632e59a6655d694292935b6e84a858ff4aa0bd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-30.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">30</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-31.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-31.svg new file mode 100644 index 0000000000000000000000000000000000000000..b2ebc0af07b2fbaba8e082472f3348f654aaffd5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-31.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">31</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-32.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-32.svg new file mode 100644 index 0000000000000000000000000000000000000000..3ef29c6ce5dfc296f89242229b68b67332087e02 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-32.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">32</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-33.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-33.svg new file mode 100644 index 0000000000000000000000000000000000000000..7cd707948298b1fe201bf30178d63148a912a26c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-33.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">33</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-34.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-34.svg new file mode 100644 index 0000000000000000000000000000000000000000..61c272eac5afad3fb500c83a9fe3d02e633e441d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-34.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">34</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-35.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-35.svg new file mode 100644 index 0000000000000000000000000000000000000000..972dc4cccb9ce86104b042b59c333368a5358a0f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-35.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">35</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..9e5b472d46aa0b06a95206cb88c77ce971d5dadc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..b3d793a3271b76a602a5942a44d995b89055bfed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..6597ec50cba9862aecdb10cdded32615388682c0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..06b9230a03f1f4ace64891a5a7ce628c12cc7606 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..85951e7aa878f287f853ee20d6dad905c9b37689 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..742d88cdf30df92481b8781c3a125556124ac790 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En.svg new file mode 100644 index 0000000000000000000000000000000000000000..e6fe03aa8722488cfcc44a5f984fc7d6ce10b91f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-En.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">En</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..0150cbed5689209881580cf749c1c4f0b19379cf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Eo</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..015d8fd1349af937714d541f624486da06b54f29 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Eo</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo.svg new file mode 100644 index 0000000000000000000000000000000000000000..aa7a6e990ef97c78a47f1e20ba1e181d1e99ee1f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Eo.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Eo</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..fb3c5f51ffe79e350e3394320afd41041af8375a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..39251a324a80ff5f0a7c2340028d1d3db16638d2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..d2d7843bf9c34480d1825070567a2072cb63b9d6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..0bd2c268f388ca10e399644ce0580f6137b644e7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..065c61c415ab9c70014404a0e7d8c724efe57d05 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..9e4c755dd6d459539fd6565ccb10660b1eda6162 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..2594760c77e80ecb77c2968f841399df72b7189e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..786591d75dc5210eea281e34b8294cb6bc225a47 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..9c73a71a364e61aa7ae4a93746d8ad9eae12efc6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..7e24df10a932e79304a8305c6b8881c361fc359e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..2f4490500cbb4655d6fc7d80056ddb8ecc101c3c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..cdadfa8dbeb6c88261f5494aedfdb50d2bd7bda8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es.svg new file mode 100644 index 0000000000000000000000000000000000000000..60e7ba472a3d8d990c0efca7f12b046e26c454f9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Es.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Es</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..2e8c3644372ba01ee3e3c07f35f6a8e1e5086005 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Et</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..ea3c0405a1384ceb5fde2b7e6eb8ee40ff36e78e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Et</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..64b27d3b75b50a9eebc5841cc91f45689ef8a41e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Et</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..3a030b982e58fb179839af6d210a04dc9b70722c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Et</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et.svg new file mode 100644 index 0000000000000000000000000000000000000000..ca307e87a0f2c4c5e548ebfa478addee6f80ae31 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Et.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Et</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..cd7f69d31143e3623ca68a1887118c20e85e55c9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fa</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..4ac83f346a96d98abef5b1b7d5996e11dff92387 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fa</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..aa0d50c44688845d603599cbb6ffcc1e7ef47958 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fa</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..a6f1809aa3c006533f7cc3a403f064bc676fff32 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fa</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa.svg new file mode 100644 index 0000000000000000000000000000000000000000..6f61b0b0c316b4d097e790bc98f7c5e750acdd46 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fa.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fa</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ff.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ff.svg new file mode 100644 index 0000000000000000000000000000000000000000..ebbcf89cbc87ed29e6ea9e59cafb589ae5b86a0e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ff.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ff</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..038d11e31075fc357e6be15da3b31812b7cc7c5b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fi</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..319108b17212347c1cc45365b7cafdbfb11c55e7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fi</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..44af602c1c869706793e8d281246521827df631c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fi</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..7129ea547fdb55b3852858a24059e681554790df --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fi</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..57186ed9055ebdc872299151505588474010e71f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fi</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi.svg new file mode 100644 index 0000000000000000000000000000000000000000..babdafa3a283f999585f2dd231a3e6d3f31864f6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fi.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="6" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fi</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..df20948261c55ab4c0f20b6f91c2a320067c5d6a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fo</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..2f974a697c61e41ae874314ab3becb5713cb1b3f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fo</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo.svg new file mode 100644 index 0000000000000000000000000000000000000000..fb31171e256bf5187b3b551e1a2eb1a26cd3b019 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fo.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fo</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..535cfd5b603ac2be9b582cf204b7619c9d9c7fd3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..93edd665fb8669755dca27f76cf5ea9b251ab505 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..6030e291fde0d6526f51b5cfd883bedb02b52953 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..a2d60326f5347d20f03e2def87482696c5f6002c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..2c4a1d4cdd3e9a404b3019325ba30cd14e5d914b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..3876d36582a11c4ebfd37f2669be31424dce2dec --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..a36d46a9b1eb35f6783983c8ba8cb261ffe67cd4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-16.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-16.svg new file mode 100644 index 0000000000000000000000000000000000000000..37330695e41e1e0628ea13e6811dee20d0b2464c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-16.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">16</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-17.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-17.svg new file mode 100644 index 0000000000000000000000000000000000000000..2db1dcbb12c4059b3d5101cfd7d553052144a95f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-17.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">17</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-18.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-18.svg new file mode 100644 index 0000000000000000000000000000000000000000..a18c93a54f3661868e07047d57c65603de51ad82 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-18.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">18</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-19.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-19.svg new file mode 100644 index 0000000000000000000000000000000000000000..2799053bacf5c97337bea438417e629acdea96f1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-19.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">19</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..36ed1893f5651d9b87ae00f0259c5663aec476fb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..6430b08680f9cb425d746a5ad7ae240651149a74 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-20.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">20</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-21.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-21.svg new file mode 100644 index 0000000000000000000000000000000000000000..7b101baf44b0afd7f4eef338fc6ec8a0212345de --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-21.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">21</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-22.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-22.svg new file mode 100644 index 0000000000000000000000000000000000000000..300d8f9192f1ea24c1fd94d59bd098d890595256 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-22.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">22</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-23.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-23.svg new file mode 100644 index 0000000000000000000000000000000000000000..6b0008b9a918653457e7f7a662a7ca294e2cb212 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-23.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">23</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-24.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-24.svg new file mode 100644 index 0000000000000000000000000000000000000000..a07b85ea79aa83c37a5541d1094ad0eb0a6e0011 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-24.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">24</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..4d387ec219cfa4a5df55f5ed85bc57182bfc21fd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-25.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">25</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-26.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-26.svg new file mode 100644 index 0000000000000000000000000000000000000000..176d755fa8377e5d803684269a3e68912c21a460 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-26.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">26</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-27.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-27.svg new file mode 100644 index 0000000000000000000000000000000000000000..57bd692c6a2ef80adda5961180c480a04e4fb16a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-27.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">27</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-28.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-28.svg new file mode 100644 index 0000000000000000000000000000000000000000..72de4bc827ddb8bf798e64db0b5ba4b0b179bc13 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-28.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">28</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-29.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-29.svg new file mode 100644 index 0000000000000000000000000000000000000000..b466b1286e51fffc293e294ebba8e095aa0c61e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-29.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">29</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..02969aa0d1cc5fef58145e04b68aefe155054ee0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-30.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-30.svg new file mode 100644 index 0000000000000000000000000000000000000000..218379c918d8c185522b5013338f822581cba7cb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-30.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">30</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-31.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-31.svg new file mode 100644 index 0000000000000000000000000000000000000000..13e2f463db4d79c2040389def4560daf352cc210 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-31.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">31</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..a65fc21ad48dfe14d3d76f18e3df08d649db8149 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..131fcc7cc9ad4832fe8e46ca14873647499161a8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..fcf8babb3389da0c12768221412d5bc442d6067e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..d3e9066989279db012da1070f9cf88de3cc8efbb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..6b776fa04de0fa729103c69b8c0564c77adc1af3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..c5fca03cd3fa660fb02d6019008b9d48c51b325e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr.svg new file mode 100644 index 0000000000000000000000000000000000000000..5a9e5dd7cfa158fdaa7b407f90af0a8e9e39b311 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Fr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Fr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..d6461e46244f22f3760182fb2aab54d1064af3a9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ga</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..73eb65484ed9da265d1f9ece6492261751cf9537 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ga</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga.svg new file mode 100644 index 0000000000000000000000000000000000000000..f376bab7b740a09cfdf63eb88d490af0c65d4cf4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ga.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ga</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..e8f414433c0e36cb3dae53be55ad6d92fc3d79b4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..d31d5cbd4581121ba852add62f81c4e7d353e828 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..eba80ff601e5d476f3805159645f60acda2fa6ed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..11e32ad01b7a159d381e931a76d195d44d469c03 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..bfaf69c34c3ef4c1a0e687f8f57bb27e50b2cdf6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gr</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr.svg new file mode 100644 index 0000000000000000000000000000000000000000..c6d9e46c8d55ac407c41331db51cdd80dc83f15d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gu.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gu.svg new file mode 100644 index 0000000000000000000000000000000000000000..633d8e60493b22355a96329b23176bc6f219b756 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Gu.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Gu</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..7f05ae546d6b63aa8fbc43f5e89187a2d4fab280 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ha</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..49cf94b15101d7749ac84997752f5bef0eb6e3b6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ha</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha.svg new file mode 100644 index 0000000000000000000000000000000000000000..e1fe0368b7e6ac2edff0c4932440ea1253fa2e8e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ha.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ha</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..c59612adb97cf05445bc08b4908ef2f5be059b0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">He</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..cdc9177c01ec6eca5476050727aba7cec6f2ae34 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">He</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..433a54749bdd3791304f97abcc1b590b45ce2204 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">He</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..0fa601f182568e4f94345d37acd13b71ba55da9e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">He</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He.svg new file mode 100644 index 0000000000000000000000000000000000000000..728ed81a87859b279143372da52b8ec08dda35d9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-He.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">He</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..eed903186803c795d516f24e62ea656a3f2af184 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hi</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..102b694f3f0c3856527dd0270efa8b5544b74397 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hi</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f53acc296dd1adead45ae714be9fce1e0c8a571 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hi</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi.svg new file mode 100644 index 0000000000000000000000000000000000000000..a96c09a5064e1bb48f30f4db6c284164ff20dc54 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hi.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hi</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..dc6abba4c6e6dfa386132dd8c77bd7b7606a0a81 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hr</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..952ebd62f6ad8c13f6c73babf5fd2f4ee93bb792 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hr</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..09eed3fbb27536419cb2226820936c71d4c529ff --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hr</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..0c342c5ccfb0563370352a96f4bbbeb60e2c8245 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hr</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..9b98a9fcbb54025a5bcfa59f7c22b054b199f507 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hr</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr.svg new file mode 100644 index 0000000000000000000000000000000000000000..65c80963807d47b5e2b276c489d2aa228d3adeed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..9d7b0975057dc2dad61fa5c4d4f5c5979798e15c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..909060fa89da58fad897ca3dbb4506821e04e714 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..b88fe601ccb0e4cc03c632040a26a08860c6a523 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..f1bdc91c95cfa6abbeb6a7c8faf1e43f46e6a62d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..383a5d55ba26e212b44ea6ec242dd05eac677a3a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..0e0c022e13b946d5b8e88de1fad052d3b541cc4f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..3bdf768b221fd62fbe2d5dbccfd6ea1ed897aaa7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-16.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-16.svg new file mode 100644 index 0000000000000000000000000000000000000000..5246e694039b4246de8ff49ebac58ae16b5b60de --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-16.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">16</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-17.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-17.svg new file mode 100644 index 0000000000000000000000000000000000000000..dee3eb592b756e1c7a9aacd4cefdcf0917657763 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-17.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">17</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-18.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-18.svg new file mode 100644 index 0000000000000000000000000000000000000000..f9126c80e00dfa6725a186bd2e524f805ba4a753 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-18.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">18</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-19.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-19.svg new file mode 100644 index 0000000000000000000000000000000000000000..cb8efdd7d009861a82f1bf51eb8b0bb94f828e80 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-19.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">19</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..1a69d85a014fa43edb53d6faf266019c2dcac026 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..caba9431228dd037bc693f466674161d8b22c70c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-20.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">20</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..ba16771b7c62cbd3b3d6944d1803f014e450b639 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..eab42841e1252def10c36380a4b3445a416bd2bf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..9528bdb25708c10b30f0caa5280689624be34cf4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..e0879e8c431e2e106b996dd7a03305875aca71b8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..f284970db0fd4ecca66d2437ae06020ed863cb63 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..660f882fc5ba144d5a7547ebcb0ea4b1be15dc0d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..8ba73f0357f67ab55f0351758ad9a76dc5c668c3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu.svg new file mode 100644 index 0000000000000000000000000000000000000000..825e5f45c57adc7ee59b904f6df95b6da484a86b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hu.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hu</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..42746e245720d72501238f36bcdbf2e90264a4ee --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..863af07b6d7e708b55fde3f68ebd1c7a5c00a736 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..2b2153048c23b74513ff6147d93793457e269173 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..689b46ec321de09b91d50da763a9db9780664893 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..8d907e3e24de92fdb14ddf879074b67b97e42342 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..b67f6c3a4fef23eb1feb15e92a42ceb736572acc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy.svg new file mode 100644 index 0000000000000000000000000000000000000000..69ac57aba20631139492fe378c1bf61e8499c063 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Hy.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Hy</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..1abd44fa9b8c1ac3dc914cd3fbc5b8c250e76c4d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ie</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..a20f49d971c1fcbda85b27e721c12317f26598bf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ie</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..216226a5e8cde4d56964c69ae251fca8c5bd5356 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ie</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..ee0cbf2fbbd82c043340a138caa1689429afd6cc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ie</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..4404564d81092ffbb171d77b522b6f85a0932813 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ie</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie.svg new file mode 100644 index 0000000000000000000000000000000000000000..ed8f7547ae3f4d2f040f7c05abd1518b20f55299 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ie.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ie</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ig.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ig.svg new file mode 100644 index 0000000000000000000000000000000000000000..5bcb2c48759bd8944b2f9c21661c48161a0b025d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ig.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ig</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ik.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ik.svg new file mode 100644 index 0000000000000000000000000000000000000000..148ae25fa7c34e83ee52dd95ca5941bf2bbfed32 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ik.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ik</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..b36b339b76377b9d8fbf990444263ba9ba47ca46 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">In</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..3879257b5f7f06a77516e761c6fa5bb3c2baa17d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">In</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..a6df32ccd8509881e8214aae4376f0656410bffa --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">In</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..9331e5de4c9d60257164a27a80e2fa841d7553f8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">In</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..db099ae2c3e6e323b05be4576c387a44c21d3b89 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">In</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In.svg new file mode 100644 index 0000000000000000000000000000000000000000..82787aefd9bf16be7c4837b37e5106e70f086e15 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-In.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">In</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..ab1684e3a2c03cdc5b4226204c00c7f9f71fc3eb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Is</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..b5c3da8bd24f0cfa3a16edb0b30677ebc627cca5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Is</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..81adfd86a9f9b9baa30b9c6f33e1e182f5f71f9d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Is</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..f5003ffe9f28042a7935f073291c02f7788df792 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Is</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..51480450a2e45eaa8bf2ded023b18ac7c3db3a87 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Is</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is.svg new file mode 100644 index 0000000000000000000000000000000000000000..70dbe9755dc0a8754798339e44b88d7d9066b320 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Is.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="6.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Is</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..38bc8df6d2ee92a63b727e2ed31582dc6b835af7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..d8add2de8cbef68bde6d76f11c9fa794efdb7058 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..ce2e99650e5d18d10fe3145ae67d28f7da42bf2e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..645d22c05e98bd1382d8e7463b78b66e1651291a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..933204e6cca9020c339e73c60554f1d1e7a19336 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..04ab4dbc75b7dc625bb071a241bed81356f200e4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It.svg new file mode 100644 index 0000000000000000000000000000000000000000..46c17babae01a3a94358fb1375772e954aedd9ce --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-It.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="6.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">It</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..8be07b72afd88860ce20206137839b31466fe4e3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..4ee79e8125619dd0804bed8e1d2668392b89a1ae --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c6f076fbef55696c42d5049488de2d57669922e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..4030587f4ad178577bf508bb6e160c5910790f28 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..8c24c91f8c7ac184d8bd59df2b9fd92cecf234f6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..c9ac360be78a9c9780632b13ef3eea2f294b98c3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..4951bbbaba132216f597681d03a8752beeebf48d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja.svg new file mode 100644 index 0000000000000000000000000000000000000000..5d370994e51b2ac67f8b43f2bb9b232501306d55 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ja.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ja</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..c13afae069db4a35bfb2083e3195abd04cf090cf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ka</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..c2c99e85349f754c5d6f19953121621df39e4206 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ka</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..80d04cfc79ad43bc7e53be7b232cb94873d00a92 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ka</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..7b19c2cb60742ce490799ee7d2c458a9fcea2c86 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ka</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka.svg new file mode 100644 index 0000000000000000000000000000000000000000..6aee6497ea296194e94b41a3f9cf4bb0bf7f0c44 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ka.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ka</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..f93197230402f6634aa275b5c2db982abd7ed832 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ki</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..d2cdcce0819a3ef6ecc7310e7b96ec3334ed8c6e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ki</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..c2acb540d41865b0832ff706679b428a4f74b066 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ki</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki.svg new file mode 100644 index 0000000000000000000000000000000000000000..3b9285893cf7db9378d2e8f4b591a3f796a73fd1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ki.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ki</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..45ca379269dcb1aa66fa6e12a67fbc879b11fdd3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Kk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..16e8e982fa07dbca09c3e7dab284863bd026598d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Kk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk.svg new file mode 100644 index 0000000000000000000000000000000000000000..a2c1491f8be9ac51839dd77099ffb4a3e4a95f59 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Kk</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Km.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Km.svg new file mode 100644 index 0000000000000000000000000000000000000000..5021d68d8573c046a8ebd35377dc8d9c43be8838 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Km.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Km</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..75bac76ae9d48ef731b3c1e616ec3cf9f1820c56 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Kn</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..854e28197f8835cdad651e255902e30535a29852 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Kn</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn.svg new file mode 100644 index 0000000000000000000000000000000000000000..58046d5b88104e7fd936ba437d028f1ce6b202bd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Kn.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Kn</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..877841953a0301d77929f3dc7a442fa477ef9725 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ko</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..d38d041903167d2df97a1c173ffee9954225a575 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ko</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko.svg new file mode 100644 index 0000000000000000000000000000000000000000..ffb52b39bc8d02fe0a5d1623abba36cf60aa8f5e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ko.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ko</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..a84420e076533bfc45c7b1a20a28320dc7562fe7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..855a76df3a82ef25622c846da8c8b0c1be2d73fe --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..f58ba7959bd358cb6ad61a576b1e10f0ed395886 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..741a6804ce3f974097ee80f34ffbb52db3207cf5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..48b3999905a3a8d9d9685ae4b715c6b7b4842c0f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..c54a5d4fadd9d2b82b852c0438ce982e3d6469f8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..c15d5dbbe15853b952e2fc028971ceebf4728ee5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..373e1ac97e2ad81fb7160405c0479937fb1b794a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..dac51a1dfd4c3afb236e5fd5ff87e141e051c242 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..732f1b2f6e36dbfacb46e51ddba231a749107b3d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..6eb43edfcbad084cb79be141011c2af9fb1f1fd8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..14389498afaf638ed8cc6067a30751dc1c3ec2b9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..70281c911f516c6b5eb8270940db64563dddd511 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..f1adb23ec507f9b8f61b170c72454f8fb8317c6b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku.svg new file mode 100644 index 0000000000000000000000000000000000000000..8b59e486673d85d1f6a27296eab860c59a88cffc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ku.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ku</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..158be1b23bb0b8a1c4aeab624a7fb7e8c7f36d18 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lo</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..9ef16b90ec9751c692e430eed183a4b65e526ff4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lo</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo.svg new file mode 100644 index 0000000000000000000000000000000000000000..ef90fd4751c43ce560ea28961d1df9be79d28594 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lo.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lo</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..8b5a887d46a385844646773a5e3359acea3f175c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..fba6b8e3ac60a30a01ef28934bd374952aae2f97 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..aa965d5434b68224b5f7a673d92976775b10b268 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..582ce053ef3776c6e07d894197828b3202592dad --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..f0cee4b03e0d6142d4f42f5b3b9b746b0e197524 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..282791349439e045fde36ffd016e239b83941d36 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt.svg new file mode 100644 index 0000000000000000000000000000000000000000..e6c3c3b8248c53025798372a3ebeab292d3a41f9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lt.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lt</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..e65b14660ee38bd7893f92ba8271230b1c84e78e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..1c10352b9fa7668a74e95a5d39179a9d5a0e706e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..6e631056be0607cf7eb409e41fb4d5e70bfa850d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..d259a602bd8270c72fb03c0cdb400687969f996c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..e4f68ec883f00ba4706a22c0e83b03b48effc8a1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..c6958d6e453c69a6e7900213b53044e925426380 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..4729bec73358eef97c94948d73e8be0553231068 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv.svg new file mode 100644 index 0000000000000000000000000000000000000000..163066cf61cf51470c6b37a73929d5b422b3bbae --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Lv.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Lv</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Md.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Md.svg new file mode 100644 index 0000000000000000000000000000000000000000..9fbd23417675fc534ae3b5135a4060daabf0487c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Md.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Md</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mi.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mi.svg new file mode 100644 index 0000000000000000000000000000000000000000..9c4e4abf3e7a6eec24e27083b69cd0592afd5931 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mi.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mi</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..be46eeade59619c72024b08befe17d260e3c62fb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mk</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..29a816ebc9f27d800ebd7cd79f35f2c235c0d4d6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mk</text> + <text y="18.5" x="17.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk.svg new file mode 100644 index 0000000000000000000000000000000000000000..3562bfd95ebd33bfdb0cafab62be19d8620e9f96 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mk</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..03a90c5e7497ee7f449e50959f51b63b4a719fc6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ml</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..7fd825d459be375835934381436bbffd023b9aa7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ml</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..d9bec9138af3d4d53098537e2410019a04cc7198 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ml</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f758cfb48ab13869b6a621390e871068f7b7d21 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ml.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ml</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mn.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mn.svg new file mode 100644 index 0000000000000000000000000000000000000000..b328b3ff778c5f7d216d84225dbc138261f96c22 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mn.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mn</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mr.svg new file mode 100644 index 0000000000000000000000000000000000000000..666a2495a9a90bfcea0a116c3f9ade3d998c8425 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..08aba753343840635343aca589badfda6850634f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mt</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..ee4dbc347e69a9714760d2d34f0bcc2f21f20738 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mt</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt.svg new file mode 100644 index 0000000000000000000000000000000000000000..7775ae0a3b0ac1bbb4099c7490adf4a2d64ccb8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Mt.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Mt</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-My.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-My.svg new file mode 100644 index 0000000000000000000000000000000000000000..baf27ee5fde02438b11532b701ac5796d5786f76 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-My.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">My</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ne.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ne.svg new file mode 100644 index 0000000000000000000000000000000000000000..4a95ad1a360ecc3f31aa2e164ee8d3e3234d12fd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ne.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ne</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..836b3bfc6a25039fe88d3ec92110d8e900ae60ed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Nl</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..0e3260ce1b6c2156eb58f7ef9714e64f8785f0f9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Nl</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..29f16795471ad9d2cc6fe87d8d6e15670d190577 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Nl</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..a70e88102cbdd8fb13bbd0fd22e7665eedb8f606 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Nl</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl.svg new file mode 100644 index 0000000000000000000000000000000000000000..bf8e6a86f2da34e64873d1e5933a94349c577b38 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Nl.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Nl</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..24b2c8e48a99e1b95671c0e8675d7455689a2155 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..fa54bb85d47f81bfc71166e65fde6dfd11ae13f1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..2aec8f92c76dc3b368158ffe440fee771ec7bac9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..d937accc83d87fe19b5d2fcc668ee39b5b07a930 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..c0215822b1b1b81606f90492f4dbf3c06ebd3852 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..c949f7bdf02c1493b53aee89a35a83f2ac25eb32 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..95375f4b1e37be514741896b318a4aec66a0db8b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..0fa3b785a66de775fae3b3efcecfb6bac103b8ff --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + <text y="18.5" x="16.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No.svg new file mode 100644 index 0000000000000000000000000000000000000000..cbaea056bd2d5ab5bfb8a6609567e36eac72af9a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-No.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">No</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Or.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Or.svg new file mode 100644 index 0000000000000000000000000000000000000000..148623b9d06c4eb085da2a68a10a2e2cf4105ab1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Or.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Or</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..03f6246e9b3ffcb3fe886fcd98578675e36adaae --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pa</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..b68e9f852e324efb668a69872db0b4558b40cca5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pa</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa.svg new file mode 100644 index 0000000000000000000000000000000000000000..53cf65ab1aaddb2f9d97fe2996e860a70c63ae37 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pa.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pa</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..d66e76f84b0654eca26afe2291da1bf44c446622 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..2f7afbf41c835de20e92320ebc28dc9a5b029324 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..7a7e758cb4cb2d89cec86a2609727abf7e158188 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..ddba81976735fccf7f7a5f806eddb209a37a279b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..9365e1b5e0a401f62b4fe9b30438dc4d6d48f990 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..a8872cff7906afeca41ea463ca8dcfbca66f7a82 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..675ef479105776f967c539bfb5ae26a0ed05d448 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..e81db1dfe3e5400f28579beb6eebb9bdfb91c871 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..a521c2faf792a9b06174bfde29c64c7d3a20da43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..b050d111d35537cea62c14d6f30609b0394e3f67 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph.svg new file mode 100644 index 0000000000000000000000000000000000000000..ab535a888026451b2b7d030fe48b61d442f63f62 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ph.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ph</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..055200e7e9d5e5c103bc12412d8fb75264267f88 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..0dc2dae211abf67a214188caa40f8ff3bfca2330 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..70e42f0f20319c9286c20ac13244f862db111fab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..846f28b72f45833f70c57a602780af8d931a6413 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..f15f6d182d0a1a879e053d9e3bf36c6456815dd8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..a55358d0419296721bce73b4e6a475ed085f6a9a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..7129fa02651bf60854ae3d2f3739f8bd7dbdb34e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..f1a71c6923095181a98bb2e1a41830e08a3e7b60 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..a595ed02ac239085a491d69bc727d0aa43970cc7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f3e27c47a31a1fc1a4ebc992adb785ef743e2d2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pl.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pl</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..4917ba73a229e17ef9f4d7762e6d5ba6f3ba4eb2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ps</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..a6879f92826b6e58a8480dea54503f5d0e0ceb77 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ps</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps.svg new file mode 100644 index 0000000000000000000000000000000000000000..66414d55367c218ab87fa3f636820fe8212855b4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ps.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ps</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c031d67b96198ee37b6eff63163dda04dd653a3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..f7e0fa5a9ec50fdb9108c9eb45a2eeab9e93480d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..097435e04bf4dcaedc653862d98ebbfc35fe1c97 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..3367c5123e1dcd55b14e570d3c33c8674c32ce5b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..5121a5c125b08c1d408943c04a128bdf22a64657 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..1d88d2b37c538a80399efc4eda7e8b18399aa69b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..87a18690ea4b7d81fc2c0d53c7d7da0b7886b76f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="12" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..e40b5e19c961596a1c9bee204999251c649600e0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..ce156f995ff78d7f640a1f13d56308e5172cb61f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..a5e44fab21cc0d09ccdf43102d5eb1fb85639d9e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..d50b5b44071abbd4f114f994af8f21219a3a4469 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..f87ac5a7ea93cac9d38b924d10d74b7003f971c8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..3af4211715fa9e6748790c597e3eee69853b9dc1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..b620a6981ddaedb7f41f40139cdd33171d6f1bf9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..1cca9cafef593a24a7352cfa77150d8b24278fe4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt.svg new file mode 100644 index 0000000000000000000000000000000000000000..88d46722c9d60b6d06e62fd4610cc851f69208b0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Pt.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Pt</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..c93e037c053b3f2099031e7db8d15ca90d706ae9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ro</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..3bc3963865cfd231d0e22ed755e16b3c6cc3711d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ro</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..0bd50732cd17305817506b862abf5d5ea07e357d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ro</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..dd37574a92675d1078f19afc7668892a1fc0ec4b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ro</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..4d2587826476a65036ac37ff6e726f4f999db830 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ro</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro.svg new file mode 100644 index 0000000000000000000000000000000000000000..71c465470863e949c6db70d41608caaead529ad5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ro.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ro</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..aef5baa08708bca8d13a05677a2cfb2bce0d3312 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..2ee8e42f8ff39382745b998284b6d708fb0c4fab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..e3de65ca0446941aeb10c063a3f121de075802f8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..e9de25d07aab73c81f0397154f8bb2eaa2e4980c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..05b60056850d881cd3e10fd1f9ee38c97440e1e0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..364731490b68ea1f061f18b26b2753cf77fc0edc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..d152338c51c05bcee95656453e35b57cb8fbc896 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-16.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-16.svg new file mode 100644 index 0000000000000000000000000000000000000000..15e135ba3bdfd40285828fd588a944dc2eaccd49 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-16.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">16</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-17.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-17.svg new file mode 100644 index 0000000000000000000000000000000000000000..612f8a5813045f4a474bfa890dd5700eefb7bf01 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-17.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">17</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-18.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-18.svg new file mode 100644 index 0000000000000000000000000000000000000000..2fbb6d5e6f88aeea1062fab7707bf94ddd15f328 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-18.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">18</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-19.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-19.svg new file mode 100644 index 0000000000000000000000000000000000000000..0b473036a8b8284c355a4c2d074285f5c326a4d6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-19.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">19</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..40f95ad58f9ec4233725cc118bf2bc75cce65f74 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-20.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-20.svg new file mode 100644 index 0000000000000000000000000000000000000000..fc7289c5a120b4b850cf487c420e8ba794d88c44 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-20.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">20</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-21.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-21.svg new file mode 100644 index 0000000000000000000000000000000000000000..9f62231499843ed17dac6c902eed0a8bad1e37c0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-21.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">21</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-22.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-22.svg new file mode 100644 index 0000000000000000000000000000000000000000..864caf36824bc1ac7ec01c808ad4556e1ad9ce00 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-22.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">22</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-23.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-23.svg new file mode 100644 index 0000000000000000000000000000000000000000..171baeef496c868a1d7bbbefc950c929217d12ec --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-23.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">23</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-24.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-24.svg new file mode 100644 index 0000000000000000000000000000000000000000..2a5761ea7ddcd5f373957a1f35d632981d796311 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-24.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">24</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..4334282ddd070bdc31fd917b88999739fd187625 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-25.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">25</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-26.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-26.svg new file mode 100644 index 0000000000000000000000000000000000000000..077268d97dc2c95802478010a6dcdd5653e01590 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-26.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">26</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-27.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-27.svg new file mode 100644 index 0000000000000000000000000000000000000000..1d8a5e9dd882a0f06b4036079f25eef28e717d6e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-27.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="-1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">27</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..b6540d441cbd4cea172965d6ac780c6c2495a86e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..e7f8ad76b028a3f9ca6a31fc7f4eb24a6d64388e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..ebf722872a019f35207448c8744aa60186cca184 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..06139c659e8b19607cc667ac45c9b8e94426567a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..19617d11cb6b079df08ab4b9b050fcdd8ce56951 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..85d85b7a59912cb8356758e3fe4ac83c17576b0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..e27d909c01e66eed80a812d100394284ee6c37fd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru.svg new file mode 100644 index 0000000000000000000000000000000000000000..63b100637eee2cb36b54e6b4e1e08d984d6e20dd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ru.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ru</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sa.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sa.svg new file mode 100644 index 0000000000000000000000000000000000000000..f496ea32a1fac751ffdd4c89731bb0921558bb73 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sa.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sa</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sd.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sd.svg new file mode 100644 index 0000000000000000000000000000000000000000..1fe02b8886347c122fa9900a19019da5ccb163b9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sd.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sd</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..26fdbe9886ec75d1dbc733466857c7d40716018c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Si</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..4ff93b0e443c5e4ea5118590b5c617861188c73f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Si</text> + <text y="18.5" x="13" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si.svg new file mode 100644 index 0000000000000000000000000000000000000000..1bdda86247954fd1f5ddb0c58ae60405ea270701 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Si.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="6.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Si</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..d678799ced5a4f8e78f357d666fd7598115a43e4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sk</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..7eb5b63eb8d5268c6b58826fbd28b8dcd15a3f08 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sk</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..76cb1e7f943bf9023581cb887d8242783c78579c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sk</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..76715749b5560cc965fb3c53a243760a7d7992b9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sk</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk.svg new file mode 100644 index 0000000000000000000000000000000000000000..f50071c687e702cf7a8f9aefc50feb7230b819d2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sk</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..fd5c99eaa3c08496c026c67344c68e1f87253d51 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sl</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..10c22b8f5ceef397ec5a446d8c1f6536f180872b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sl</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..432afca36f0b06fc09947228a8cc3df4109e3a74 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sl</text> + <text y="18.5" x="13.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl.svg new file mode 100644 index 0000000000000000000000000000000000000000..c7ff1dafb7304b322bf035d2383e59baa721fc59 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sl.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="6" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sl</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sq.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sq.svg new file mode 100644 index 0000000000000000000000000000000000000000..20aba8fae33fe8d55913e41f730f329ee6b00c8e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sq.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sq</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..238372b65171591092a9566bf2ffbb8ed755eca3 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-10.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-10.svg new file mode 100644 index 0000000000000000000000000000000000000000..1b6201938110a79ededacc8a6e78f52cd15b978d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-10.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">10</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-11.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-11.svg new file mode 100644 index 0000000000000000000000000000000000000000..14f9570d0f3603932532ca4c6af35ed29aacc301 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-11.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">11</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-12.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-12.svg new file mode 100644 index 0000000000000000000000000000000000000000..d36c9bb681169130bbf534f5b9f181db07091063 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-12.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">12</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-13.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-13.svg new file mode 100644 index 0000000000000000000000000000000000000000..1556ebfae2735ea73df3d16a7127d99e51f924b6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-13.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">13</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-14.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-14.svg new file mode 100644 index 0000000000000000000000000000000000000000..00b6228fab2e1ef41735dc4ee70b6fc146bc6741 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-14.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">14</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-15.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-15.svg new file mode 100644 index 0000000000000000000000000000000000000000..815a2f7d5109cb4a96946f04db4d29a06f98a6b0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-15.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">15</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-16.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-16.svg new file mode 100644 index 0000000000000000000000000000000000000000..2e7fffd77673563d8f310abbcaed995a492a3379 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-16.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">16</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-17.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-17.svg new file mode 100644 index 0000000000000000000000000000000000000000..acb30f8ba2959147b51f8cd29907c830353e4a9d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-17.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="0.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="11.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">17</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..34853411923f699b92d3e902bafd3e2f585c14d8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..5f93a05c9bd323e7849b14634d9a35875c79283c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..99fc085031bc45534ef7c05438b917f930522abd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..79e56551df3014d06baac53217cb6c4923b19653 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..0eb97a1bbeb006febfa95fc388ec8ca800c498b1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c98d27416f1c3927d92418c3eb9973de5beb2ff --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..c3f625faf066107212cac2398cbf11d28c2523bb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-9.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-9.svg new file mode 100644 index 0000000000000000000000000000000000000000..c219ab6ce652b2e20610313d0171ef99d0f78f3c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr-9.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + <text y="18.5" x="14" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">9</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr.svg new file mode 100644 index 0000000000000000000000000000000000000000..7abe55e0e77397fc2c51fab5aa0e63bae244501d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..7ee566e6495f49f039ced88b1351c8f08c4a5608 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..9e6b7bd7750547253f6e2a9a830fab454127ae43 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..a82901b7776b95889ae312b1eb75d59af51c84c2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..3d2a057781a27c50c02e991fe08c82c6934ec6a9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..d82af75a65ff4dcdee48efc2a38ac9060fdbc17c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..363cd4a01fd32886117ee5ba5b1f99263025f116 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..3342d74b3287582500a5b0f9bfd9504bcf000d6b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv.svg new file mode 100644 index 0000000000000000000000000000000000000000..89023cd28f1995737d6c7eb6e2f004d89d15bde9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sv.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sv</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..0482fc5877ef85d047b9ea0ea5b9fd9ce7d4c6cd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sw</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..aa21ca84abf783036c63a8749a434af9f55b0bf7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sw</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw.svg new file mode 100644 index 0000000000000000000000000000000000000000..b9c7bef99cb960e4afaba5d85494f3d92278e1ed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sw.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sw</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..19384560ca4dfe78b27a6a45138ac0225e47587c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sy</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..137bc975d2cb431803fe416015fcd0d1677ab957 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sy</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy.svg new file mode 100644 index 0000000000000000000000000000000000000000..dc7a1740b7b6a8267ccd0e09b293f36cf372b61c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Sy.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Sy</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..12a24083d8c0829b6128fc22a348fb318114b4cf --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..adb8debd530e938a40cece149ee31ef09d7be842 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..b6c275b378ecc08c5ac04139574aa64db845a09a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..4682ab15f63aa266b25e257acaa49e358b9acc8c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..9c167ebe11d0d3216065de5fd7ed4d1a2b6234f5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..cd498aa40d4a43188b6668cbefc679e98eecd356 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta.svg new file mode 100644 index 0000000000000000000000000000000000000000..0cab064fe6bb090201f5f75a9ffdab00d72abe60 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ta.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ta</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..b40894c5696168c520fdb60451aa5a518850da34 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Te</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..5534bd200ec7e12c95844a24b80fc63921014dab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Te</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te.svg new file mode 100644 index 0000000000000000000000000000000000000000..63eb0471f8427ed419ebe9360c35e2681604c15c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Te.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Te</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..ea13d515c00d0fc92871391293b443b49eb0d523 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tg</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..da35479fea52a84c584866790dc772352c5364c4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tg</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg.svg new file mode 100644 index 0000000000000000000000000000000000000000..b13c103ec8c734b96317bbe80f27f12b13a98fe6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tg.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tg</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..34d222e538581ad2a7d0f3cf2ff68afaa8634763 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Th</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..b49f94a6bc1a347a95ec94be8cfcb726f44aae2c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Th</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..d0fb800611046ac237f68d1641236219768f7484 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Th</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th.svg new file mode 100644 index 0000000000000000000000000000000000000000..b087485065c0ada2bc0181b9e6dcc8e5f2c3baa6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Th.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Th</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..c420f1c74f58c2247464d5793b9d1176fb3a63f9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tk</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..2dea3627b1dcca21bdc56bbf9e888a0fc7e414fa --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tk</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk.svg new file mode 100644 index 0000000000000000000000000000000000000000..2f8f33583855ef06dfb2ff7f44a327482db8a950 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tk</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tn.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tn.svg new file mode 100644 index 0000000000000000000000000000000000000000..db884016576e13e2c05ec3ad2f4a36b825277d5f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tn.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tn</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..230981365bca056362e7ae0a946fef24128f40ed --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..5dc301a04c41278f27a44d392b6c75734566909d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..eb1cc6848f53f3dea31174afc6408431d0d16233 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..5617f825a16b1bfa5af0ec40cad9c7f6cbbbfa4c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..bed4249a3615b0507c1fdf4397ceb6227be1f71e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tr</text> + <text y="18.5" x="14.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr.svg new file mode 100644 index 0000000000000000000000000000000000000000..67edbbecfd9e8814fd72316ea75aff1a7f0cd97b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Tr.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Tr</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..d9089563a8bcff37a50a279a062d58b1218c434e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..5df721fa5c3781db07d9f36ce7d8a27afd499cb7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..e405bcc01e38f1812c19977f8105ee30d4722e66 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..3620d8804fc6febe703b0a380c4f830de20fcc71 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..cb9ce354958ce240aef9a4d5a6b737a8205ed763 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..90019b27024fa807248e67409481bbfbc341af9b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-7.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-7.svg new file mode 100644 index 0000000000000000000000000000000000000000..09db389303605e826b43d1541ef50523013ff2e4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-7.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">7</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-8.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-8.svg new file mode 100644 index 0000000000000000000000000000000000000000..2717145317e1104f4213a37c3c0645354eb47898 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk-8.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + <text y="18.5" x="16" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">8</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk.svg new file mode 100644 index 0000000000000000000000000000000000000000..5b3c175d709283206c92029b6e8d32c07fe3195c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uk.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="3.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uk</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..fd6aee6e028ed067d699048204d9137342c2b4dd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..d63dccb35e7f13fca9de51dc8018736ba59b2fbb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..2d3f01797e59f0822620ecb852376af9ff51c8b7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..6e97fb1d9c54dcad685d2c134cb9bcf25dd0387f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..72623965885c8fb0ebc97a12570f6dc491028205 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..eff58b93637f1b759025e1b73cd13acb02593d5d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + <text y="18.5" x="15" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur.svg new file mode 100644 index 0000000000000000000000000000000000000000..5957b4d31e6bed2b866af58403e5b000fff6fd93 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Ur.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Ur</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..bba197ec9421cca469f7e3e1310e5d6420f8c17d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uz</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..bb9da7da0b78ec8c53662d51f969dc258d0c2933 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uz</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..c18926a798fb3c498cd39d60c9fe3fd182366adb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uz</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..a31485f399ded9dd3bc15c1459ee9033ed0ab3dd --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uz</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz.svg new file mode 100644 index 0000000000000000000000000000000000000000..292764600f7b436aea9645d495404d531a0a744a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Uz.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Uz</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Vi.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Vi.svg new file mode 100644 index 0000000000000000000000000000000000000000..094cb9a1695a1eecded25c54b239c3103dd67ea4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Vi.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="5.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Vi</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Wo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Wo.svg new file mode 100644 index 0000000000000000000000000000000000000000..70a5c8b0e0047959148bd6e7e57bfa5ca490e8d7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Wo.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="2" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Wo</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Xs.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Xs.svg new file mode 100644 index 0000000000000000000000000000000000000000..0934ebf0deab38a04c89afbb45d336e9dac87305 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Xs.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Xs</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Yo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Yo.svg new file mode 100644 index 0000000000000000000000000000000000000000..1dafa61ae95779cfd97258f4faf3a942fd6b6923 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Yo.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Yo</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-1.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..9566d861842e0228e24a42da75de38f7d71830e2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-1.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">1</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-2.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..5310e5ba55a196ea824a9d47ee30e1d34c7d578c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-2.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">2</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-3.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-3.svg new file mode 100644 index 0000000000000000000000000000000000000000..f0b5cb1591bbbaaa9e5b9e16c608dc354816c90a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-3.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">3</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-4.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-4.svg new file mode 100644 index 0000000000000000000000000000000000000000..9002e408b541da2abf39685f0857fada3bf4636e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-4.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">4</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-5.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-5.svg new file mode 100644 index 0000000000000000000000000000000000000000..dd5bfc9c49ba3c5f2599fe2e597b09e6d663606f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-5.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">5</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-6.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-6.svg new file mode 100644 index 0000000000000000000000000000000000000000..2bc9e3827d6d4c9d88d5db597f90e33afc18fb0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh-6.svg @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="1.5" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + <text y="18.5" x="15.5" style="font-size:8;font-family:Ubuntu;font-weight:500;fill:black">6</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh.svg new file mode 100644 index 0000000000000000000000000000000000000000..471ea7117692e642d35bf7ab9d89065d042e8253 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-keyboard-Zh.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="22" xmlns="http://www.w3.org/2000/svg" version="1.1" height="22"> + <defs> + <mask id="m"> + <rect y="0" x="0" style="fill:#fff" height="22" width="22"/> + <text y="15.5" x="4" style="font-size:12;font-family:Ubuntu;font-weight:500;fill:black">Zh</text> + </mask> + </defs> + <rect style="fill:#dfdbd2" mask="url(#m)" rx="2" height="20" width="20" y="1" x="1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-messages-new.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-messages-new.svg new file mode 100644 index 0000000000000000000000000000000000000000..5c58c9f0a4e4cbeec1561328211bb04104ac1932 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-messages-new.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3229" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3170-2" d="m3.305 6.0221c-0.6094 0-1.305 0.7602-1.305 1.3142v9.2987c0 0.731 0.7889 1.365 1.4535 1.365h15.048c0.798 0 1.498-0.678 1.498-1.376v-9.1594c0-0.7756-0.689-1.4646-1.409-1.4646l-15.286 0.0221zm0.5388 1.1341 6.8442 6.8438h0.59375l6.875-6.8438 0.6875 0.6875-4.094 4.1563 3.0938 3.1562-0.6875 0.6875-3.156-3.156-2.281 2.312h-1.438l-2.281-2.312-3.1562 3.187-0.6876-0.719 3.125-3.156-4.125-4.1562 0.6876-0.6876z" style="opacity:.3"/> + <path id="rect3170" d="m3.305 5.0221c-0.6094 0-1.305 0.7602-1.305 1.3142v9.2987c0 0.731 0.7889 1.365 1.4535 1.365h15.048c0.798 0 1.498-0.678 1.498-1.376v-9.1594c0-0.7756-0.689-1.4646-1.409-1.4646l-15.286 0.0221zm0.5388 1.1341 6.8442 6.8438h0.59375l6.875-6.8438 0.6875 0.6875-4.094 4.1563 3.0938 3.1562-0.6875 0.6875-3.156-3.156-2.281 2.312h-1.438l-2.281-2.312-3.1562 3.187-0.6876-0.719 3.125-3.156-4.125-4.1562 0.6876-0.6876z" style="fill:#19b6ee"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-messages.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-messages.svg new file mode 100644 index 0000000000000000000000000000000000000000..81f3dde826a56ab2f7adeaf774de08da9fa65e0d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/indicator-messages.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3229" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3170-2" d="m3.305 6.0221c-0.6094 0-1.305 0.7602-1.305 1.3142v9.2987c0 0.731 0.7889 1.365 1.4535 1.365h15.048c0.798 0 1.498-0.678 1.498-1.376v-9.1594c0-0.7756-0.689-1.4646-1.409-1.4646l-15.286 0.0221zm0.5388 1.1341 6.8442 6.8438h0.59375l6.875-6.8438 0.6875 0.6875-4.094 4.1563 3.0938 3.1562-0.6875 0.6875-3.156-3.156-2.281 2.312h-1.438l-2.281-2.312-3.1562 3.187-0.6876-0.719 3.125-3.156-4.125-4.1562 0.6876-0.6876z" style="opacity:.3"/> + <path id="rect3170" d="m3.305 5.0221c-0.6094 0-1.305 0.7602-1.305 1.3142v9.2987c0 0.731 0.7889 1.365 1.4535 1.365h15.048c0.798 0 1.498-0.678 1.498-1.376v-9.1594c0-0.7756-0.689-1.4646-1.409-1.4646l-15.286 0.0221zm0.5388 1.1341 6.8442 6.8438h0.59375l6.875-6.8438 0.6875 0.6875-4.094 4.1563 3.0938 3.1562-0.6875 0.6875-3.156-3.156-2.281 2.312h-1.438l-2.281-2.312-3.1562 3.187-0.6876-0.719 3.125-3.156-4.125-4.1562 0.6876-0.6876z" style="fill:#dfdbd2"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-expiring-ticket.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-expiring-ticket.svg new file mode 100644 index 0000000000000000000000000000000000000000..3ba57ba721ec270bc8ac41e3f6108d2c55496230 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-expiring-ticket.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg7739" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="14" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path7793-6" style="opacity:.3;color:#000000" d="m7.0256 2.9998c-2.3231-0.019671-4.5087 1.735-4.9375 3.9375-0.42881 2.2025 0.73395 4.2677 2.9062 5.0625v6c0 2 1.1301 3.0165 2 3 0.86992-0.01652 2-1 2-3l2-1-3-1 3-2-2-1v-1c2.1867-0.758 3.3267-2.7595 2.9377-4.9689-0.389-2.2095-2.5833-4.0116-4.9064-4.0313zm0 2.9688c0.58475 0 1.0312 0.4465 1.0312 1.0312 0 0.58475-0.4465 1.0312-1.0312 1.0312-0.58475 0-1.0312-0.4465-1.0312-1.0312 0-0.58475 0.4465-1.0312 1.0312-1.0312zm0 1c0.02182 0-0.03125 0.053071-0.03125 0.03125s0.05307 0.03125 0.03125 0.03125 0.03125-0.053071 0.03125-0.03125-0.05307-0.03125-0.03125-0.03125z"/> + <path id="path7793" style="color:#000000;fill:#df382c" d="m7.0256 2c-2.3231-0.0197-4.5087 1.735-4.9375 3.9375s0.734 4.2675 2.9063 5.0625v6c0 2 1.1301 3.0165 2 3 0.86992-0.01652 2-1 2-3l2-1-3-1 3-2-2-1v-1c2.1866-0.758 3.3266-2.7593 2.9376-4.9688-0.389-2.2094-2.5833-4.0115-4.9064-4.0312zm0 2.9688c0.58475 0 1.0312 0.4465 1.0312 1.0312 0 0.58475-0.4465 1.0312-1.0312 1.0312-0.58475 0-1.0312-0.4465-1.0312-1.0312 0-0.58475 0.4465-1.0312 1.0312-1.0312zm0 1c0.02182 0-0.03125 0.053071-0.03125 0.03125s0.05307 0.03125 0.03125 0.03125 0.03125-0.053071 0.03125-0.03125-0.05307-0.03125-0.03125-0.03125z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-no-valid-ticket.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-no-valid-ticket.svg new file mode 100644 index 0000000000000000000000000000000000000000..ae545202457ab908f875b48f2d32bd06eb6e1454 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-no-valid-ticket.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg7739" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="14" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3160-0" style="opacity:.3;fill-rule:evenodd" d="m11.994 11c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-0.5 8c-0.277 0-0.5 0.223-0.5 0.5v0.5 0.5c0 0.277 0.223 0.5 0.5 0.5h0.5 0.5c0.277 0 0.5-0.223 0.5-0.5v-0.5-0.5c0-0.277-0.223-0.5-0.5-0.5h-0.5-0.5z"/> + <g id="g3186" style="opacity:.3" transform="translate(-4.0056)"> + <path id="path7793-6" style="opacity:.3;color:#000000" d="m11.031 2.9998c-2.3228-0.0197-4.5084 1.735-4.9372 3.9375-0.4289 2.2025 0.7339 4.2677 2.9062 5.0627v6c0 2 1.1301 3.0165 2 3 0.86992-0.01652 2-1 2-3l2-1-3-1 3-2-2-1v-1c2.186-0.758 3.326-2.7595 2.938-4.9689-0.389-2.2095-2.584-4.0116-4.907-4.0313zm0 2.9688c0.58475 0 1.0312 0.4465 1.0312 1.0312 0 0.58475-0.4465 1.0312-1.0312 1.0312-0.584 0.0001-1.031-0.4464-1.031-1.0312 0-0.58475 0.4465-1.0312 1.0312-1.0312zm0 1c0.02182 0-0.03125 0.053071-0.03125 0.03125s0.05307 0.03125 0.03125 0.03125 0.03125-0.053071 0.03125-0.03125-0.05307-0.03125-0.03125-0.03125z"/> + <path id="path7793" style="color:#000000;fill:#dfdbd2" d="m11.031 2c-2.3228-0.0197-4.5084 1.735-4.9372 3.9375-0.4289 2.2025 0.7339 4.2675 2.9062 5.0625v6c0 2 1.1301 3.0165 2 3 0.86992-0.01652 2-1 2-3l2-1-3-1 3-2-2-1v-1c2.186-0.758 3.326-2.7593 2.938-4.9688-0.389-2.2094-2.584-4.0115-4.907-4.0312zm0 2.9688c0.58475 0 1.0312 0.4465 1.0312 1.0312 0 0.58475-0.4465 1.0312-1.0312 1.0312-0.584 0-1.031-0.4465-1.031-1.0312s0.447-1.0312 1.031-1.0312zm0 1c0.022 0-0.031 0.053-0.031 0.0312 0-0.021821 0.05307 0.03125 0.03125 0.03125s0.03125-0.053071 0.03125-0.03125-0.05307-0.03125-0.03125-0.03125z"/> + </g> + <path id="path3160" style="fill-rule:evenodd;fill:#df382c" d="m11.994 10c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-0.5 8c-0.277 0-0.5 0.223-0.5 0.5v0.5 0.5c0 0.277 0.223 0.5 0.5 0.5h0.5 0.5c0.277 0 0.5-0.223 0.5-0.5v-0.5-0.5c0-0.277-0.223-0.5-0.5-0.5h-0.5-0.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-valid-ticket.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-valid-ticket.svg new file mode 120000 index 0000000000000000000000000000000000000000..f60272a460ea1064446ed9edc41299a7ab22d3a0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/krb-valid-ticket.svg @@ -0,0 +1 @@ +gtk-dialog-authentication-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-error.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-error.svg new file mode 100644 index 0000000000000000000000000000000000000000..0dc394445d58b8ba599bb09ff246ca44aafc0dc8 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-error.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3883" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3888"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,-26)"> + <path id="path3683-6-6" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;fill:none" d="m10.918 44.854-9.068-9.038s2.8978-3.2944 9.132-3.2944c6.2036 0 9.168 3.3 9.168 3.3z"/> + <path id="path3683-6" style="stroke-linejoin:round;stroke:#df382c;stroke-linecap:round;fill:none" d="m10.918 43.854-9.068-9.038s2.8978-3.2944 9.132-3.2944c6.2036 0 9.168 3.3 9.168 3.3z"/> + <path id="path3868" style="opacity:.3;stroke-linejoin:round;stroke-width:.5;stroke:#df382c;stroke-linecap:round;fill:none" d="m10.969 6.2812c-2.9839 0-5.1262 0.79512-6.5312 1.5625-1.0022 0.5473-1.1762 0.8107-1.4378 1.0625l7.9062 7.875 8.094-7.906c-0.273-0.2552-0.458-0.4861-1.469-1.0312-1.426-0.7692-3.594-1.5626-6.562-1.5626z" transform="translate(0,26)"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-idle.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-idle.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e405e17c4f6a38cd4df25a344723bae959a397d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-idle.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-offline.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-offline.svg new file mode 100644 index 0000000000000000000000000000000000000000..709c7ef88eb43d9e1d36795292500ebc5efc2d9b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-offline.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3883" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3888"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3683-6-6" d="m10.918 18.854-9.068-9.0384s2.8978-3.2944 9.132-3.2944c6.2036 0 9.168 3.3 9.168 3.3z" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;fill:none"/> + <path id="path3683-6" d="m10.918 17.854-9.068-9.0379s2.8978-3.2944 9.132-3.2944c6.2036 0 9.168 3.3 9.168 3.3z" style="stroke-linejoin:round;stroke:#dfdbd2;stroke-linecap:round;fill:none"/> + <path id="path3868" d="m10.969 6.2812c-2.9839 0-5.1262 0.79512-6.5312 1.5625-1.0022 0.5473-1.1762 0.8107-1.4378 1.0625l7.9062 7.875 8.094-7.906c-0.273-0.2552-0.458-0.4861-1.469-1.0312-1.426-0.7692-3.594-1.5626-6.562-1.5626z" style="opacity:.3;stroke-linejoin:round;stroke-width:.5;stroke:#dfdbd2;stroke-linecap:round;fill:none"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-receive.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-receive.svg new file mode 100644 index 0000000000000000000000000000000000000000..f50569b3711443657b4534bdf31cb0ff78740e5f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-receive.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3200" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2990" style="opacity:.3;fill-rule:evenodd" d="m20 16-5 5-5-5h3v-7h4v7h3z"/> + <path id="path2986" style="fill-rule:evenodd;fill:#dfdbd2" d="m20 15-5 5-5-5h3v-7h4v7h3z"/> + <g id="g2992" style="opacity:.4"> + <path id="path4348-1-9" style="opacity:.3;fill-rule:evenodd" d="m12 9-5-5-5 5h3v7h4v-7h3z"/> + <path id="path4348-1" style="fill-rule:evenodd;fill:#dfdbd2" d="m12 8-5-5-5 5h3v7h4v-7h3z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-transmit-receive.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-transmit-receive.svg new file mode 100644 index 0000000000000000000000000000000000000000..0e0d5f0f19111aded57115a142ccc192c53d6b27 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-transmit-receive.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3200" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path4348-1-9" style="opacity:.3;fill-rule:evenodd" d="m20 16-5 5-5-5h3v-7h4v7h3zm-8-7-5-5-5 5h3v7h4v-7h3z"/> + <path id="path4348-1" style="fill-rule:evenodd;fill:#dfdbd2" d="m20 15-5 5-5-5h3v-7h4v7h3zm-8-7-5-5-5 5h3v7h4v-7h3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-transmit.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-transmit.svg new file mode 100644 index 0000000000000000000000000000000000000000..e380e3989eed7de9737ebdac675a65a56304f6cb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-transmit.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3200" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3812" style="opacity:.4"> + <path id="path2990" style="opacity:.3;fill-rule:evenodd" d="m20 16-5 5-5-5h3v-7h4v7h3z"/> + <path id="path2986" style="fill-rule:evenodd;fill:#dfdbd2" d="m20 15-5 5-5-5h3v-7h4v7h3z"/> + </g> + <g id="g2992"> + <path id="path4348-1-9" style="opacity:.3;fill-rule:evenodd" d="m12 9-5-5-5 5h3v7h4v-7h3z"/> + <path id="path4348-1" style="fill-rule:evenodd;fill:#dfdbd2" d="m12 8-5-5-5 5h3v7h4v-7h3z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-wired.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-wired.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e405e17c4f6a38cd4df25a344723bae959a397d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/network-wired.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/new-messages-red.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/new-messages-red.svg new file mode 100644 index 0000000000000000000000000000000000000000..554de081aadd586e4f99f950d5b45182e837261a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/new-messages-red.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3229" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3170-2" style="opacity:.3" d="m3.305 6.0221c-0.6094 0-1.305 0.7602-1.305 1.3142v9.2987c0 0.731 0.7889 1.365 1.4535 1.365h15.048c0.798 0 1.498-0.678 1.498-1.376v-9.1594c0-0.7756-0.689-1.4646-1.409-1.4646l-15.286 0.0221zm0.5388 1.1341 6.8442 6.8438h0.59375l6.875-6.8438 0.6875 0.6875-4.094 4.1563 3.0938 3.1562-0.6875 0.6875-3.156-3.156-2.281 2.312h-1.438l-2.281-2.312-3.1562 3.187-0.6876-0.719 3.125-3.156-4.125-4.1562 0.6876-0.6876z"/> + <path id="rect3170" style="fill:#df382c" d="m3.305 5.0221c-0.6094 0-1.305 0.7602-1.305 1.3142v9.2987c0 0.731 0.7889 1.365 1.4535 1.365h15.048c0.798 0 1.498-0.678 1.498-1.376v-9.1594c0-0.7756-0.689-1.4646-1.409-1.4646l-15.286 0.0221zm0.5388 1.1341 6.8442 6.8438h0.59375l6.875-6.8438 0.6875 0.6875-4.094 4.1563 3.0938 3.1562-0.6875 0.6875-3.156-3.156-2.281 2.312h-1.438l-2.281-2.312-3.1562 3.187-0.6876-0.719 3.125-3.156-4.125-4.1562 0.6876-0.6876z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-adhoc.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-adhoc.svg new file mode 100644 index 0000000000000000000000000000000000000000..197d0f5c9d11b0e779d5d96ccce0cebee5aa4552 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-adhoc.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3294" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata15"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3445-6" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none" d="m7.5026 10.935s0.49738-1 2.4974-1 2.4974 1.0419 2.4974 1.0419m-6.497-1.5346s0.98176-1.55 4-1.5079c3.0182 0.04214 4 1.5079 4 1.5079m-4.5654 3.0576s-0.02094-0.56544 0.56544-0.56544c0.57652 0 0.48168 0.56544 0.48168 0.56544"/> + <path id="rect2722-3" style="opacity:.3" d="m3 4c-0.554 0-1 0.4894-1 1.0938v9.8125c0 0.605 0.446 1.094 1 1.094h14c0.554 0 1-0.48939 1-1.0938v-9.8125c0-0.6041-0.446-1.0935-1-1.0935h-14zm1 2h12v8h-12v-8zm3 11v1h-2v2h10v-2h-2v-1h-6z"/> + <path id="rect2722" style="fill:#dfdbd2" d="m3 3c-0.554 0-1 0.4894-1 1.0938v9.8125c0 0.605 0.446 1.094 1 1.094h14c0.554 0 1-0.48939 1-1.0938v-9.8125c0-0.6041-0.446-1.0935-1-1.0935h-14zm1 2h12v8h-12v-8zm3 11v1h-2v2h10v-2h-2v-1h-6z"/> + <path id="path3445" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none" d="m7.5026 10s0.49738-1 2.4974-1 2.4974 1.0419 2.4974 1.0419m-6.497-1.5341s0.98176-1.55 4-1.5079c3.0182 0.04214 4 1.5079 4 1.5079m-4.5654 3.0571s-0.021-0.565 0.5654-0.565c0.57652 0 0.48168 0.56544 0.48168 0.56544"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired-autoip.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired-autoip.svg new file mode 120000 index 0000000000000000000000000000000000000000..f16eb6e884c81f89f39363fac4192b39684f2e0b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired-autoip.svg @@ -0,0 +1 @@ +nm-device-wired.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..aae9f89fcf34c6080deeab6843d43a403b394664 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired-secure.svg @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="22" + id="svg3200" + version="1.0" + width="22" + sodipodi:docname="nm-device-wired-secure.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview13" + showgrid="false" + inkscape:zoom="10.727273" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="0" + inkscape:current-layer="svg3200" /> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3202" /> + <path + d="m 20,16 -5,5 -5,-5 3,0 0,-7 4,0 0,7 3,0 z M 12,9 7,4 2,9 l 3,0 0,7 4,0 0,-7 3,0 z" + id="path4348-1-9" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 20,15 -5,5 -5,-5 3,0 0,-7 4,0 0,7 3,0 z M 12,8 7,3 2,8 l 3,0 0,7 4,0 0,-7 3,0 z" + id="path4348-1" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g + id="svg3215"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10.0" + guidetolerance="10.0" + id="base" + inkscape:current-layer="svg3215" + inkscape:cx="-2.6506024" + inkscape:cy="13.012048" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-height="753" + inkscape:window-maximized="1" + inkscape:window-width="1280" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:zoom="10.375" + objecttolerance="10.0" + pagecolor="#ffffff" + showgrid="false" /> + <defs + id="defs3217" /> + <path + d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" + id="rect2822" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e405e17c4f6a38cd4df25a344723bae959a397d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wired.svg @@ -0,0 +1 @@ +network-transmit-receive.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wireless.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wireless.svg new file mode 100644 index 0000000000000000000000000000000000000000..f01b92065e31140e092aa5d985537684434ad075 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wireless.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.0" + width="24" + height="24" + id="svg3229" + inkscape:version="0.48.0 r9654" + sodipodi:docname="nm-signal-100.svg"> + <sodipodi:namedview + pagecolor="#565656" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1280" + inkscape:window-height="749" + id="namedview13" + showgrid="false" + showborder="true" + inkscape:zoom="11.166667" + inkscape:cx="7.4098824" + inkscape:cy="15.068821" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg3229"> + <inkscape:grid + type="xygrid" + id="grid2990" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <path + d="m 11.145105,18 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 11.591259,19.938886 11.786534,20 12.000001,20 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 8.3499999,16.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 8.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> + <path + d="m 11.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 11.591259,18.938886 11.786534,19 12.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:connector-curvature="0" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wwan.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wwan.svg new file mode 120000 index 0000000000000000000000000000000000000000..cb0231e0c3c4fa59bc891149f898ee0656994f6c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-device-wwan.svg @@ -0,0 +1 @@ +gsm-3g-full.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-mb-roam.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-mb-roam.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-mb-roam.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-no-connection.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-no-connection.svg new file mode 120000 index 0000000000000000000000000000000000000000..af43e27f76e52e110604fa9ca12f09e05fad15c1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-no-connection.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-secure-lock.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-secure-lock.svg new file mode 120000 index 0000000000000000000000000000000000000000..bf46b38578207865014855681cb30690206b2550 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-secure-lock.svg @@ -0,0 +1 @@ +nm-vpn-lock.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-0.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-0.svg new file mode 100644 index 0000000000000000000000000000000000000000..c4b1eb33abd1482c9b6bad3c958c0419258f6df4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-0.svg @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="22" + height="22" + id="svg3229"> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + transform="translate(-0.99999998,-1)" + id="g3893" + style="opacity:0.4"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(-0.99999998,-1)" + id="g3916" + style="opacity:0.4"> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(-0.99999998,-1)" + id="g3939" + style="opacity:0.5"> + <path + d="m 8.3499999,16.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 8.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(-0.99999998,-1)" + id="g3962" + style="opacity:0.4"> + <path + d="m 11.145105,18 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 11.591259,19.938886 11.786534,20 12.000001,20 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 11.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 11.591259,18.938886 11.786534,19 12.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-00-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-00-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..05a996fcce1e84260866141217124f8813b49575 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-00-secure.svg @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="22" + id="svg3229" + version="1.0" + width="22" + sodipodi:docname="nm-signal-00-secure.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview23" + showgrid="false" + inkscape:zoom="10.727273" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229" /> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + id="g3893" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="g3916" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="g3939" + style="opacity:0.5" + transform="translate(-0.99999998,-1)"> + <path + d="m 8.3499999,16.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 8.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="g3962" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 11.145105,18 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 11.591259,19.938886 11.786534,20 12.000001,20 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 11.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 11.591259,18.938886 11.786534,19 12.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g + id="svg3215"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10.0" + guidetolerance="10.0" + id="base" + inkscape:current-layer="svg3215" + inkscape:cx="-2.6506024" + inkscape:cy="13.012048" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-height="753" + inkscape:window-maximized="1" + inkscape:window-width="1280" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:zoom="10.375" + objecttolerance="10.0" + pagecolor="#ffffff" + showgrid="false" /> + <defs + id="defs3217" /> + <path + d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" + id="rect2822" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-00.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-00.svg new file mode 120000 index 0000000000000000000000000000000000000000..c653a3df1f66475b9c191111d47ff685e3156db7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-00.svg @@ -0,0 +1 @@ +nm-signal-0.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-100-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-100-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..22e4f947f149cdb5733cd1c22da7db0317ec9ee6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-100-secure.svg @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="22" + id="svg3229" + version="1.0" + width="22" + sodipodi:docname="nm-signal-100-secure.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview19" + showgrid="false" + inkscape:zoom="10.727273" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229" /> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <path + d="m 1.85,10.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 1.85,9.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 17.185515,5.8499998 20.15,9.15 20.15,9.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 4.3499998,12.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 4.3499998,11.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,14.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g + id="svg3215"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10.0" + guidetolerance="10.0" + id="base" + inkscape:current-layer="svg3215" + inkscape:cx="-2.6506024" + inkscape:cy="13.012048" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-height="753" + inkscape:window-maximized="1" + inkscape:window-width="1280" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:zoom="10.375" + objecttolerance="10.0" + pagecolor="#ffffff" + showgrid="false" /> + <defs + id="defs3217" /> + <path + d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" + id="rect2822" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..99294e4181621795a54d098640d200338c867085 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-100.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3229" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3683-5" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m1.85 10.144s2.8978-3.2944 9.132-3.2944c6.2036 0 9.168 3.3 9.168 3.3"/> + <path id="path3683" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m1.85 9.1444s2.8978-3.2944 9.132-3.2944c6.204 0 9.168 3.3 9.168 3.3"/> + <path id="path3681-0" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m4.35 12.753s2.1469-2.2158 6.65-2.1369c4.5405 0.07949 6.65 2.1725 6.65 2.1725"/> + <path id="path3681" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m4.35 11.753s2.1469-2.2158 6.65-2.1369c4.5405 0.07949 6.65 2.1725 6.65 2.1725"/> + <path id="path3209-5" style="opacity:.3;stroke-width:1.7;stroke:#000;stroke-linecap:round;fill:none" d="m7.35 15.191s0.9669-1.072 3.5987-1.0922c2.599-0.01997 3.7013 1.0922 3.7013 1.0922"/> + <path id="path3209" style="stroke-width:1.7;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m7.35 14.191s0.9669-1.072 3.5987-1.0922c2.599-0.01997 3.7013 1.0922 3.7013 1.0922"/> + <path id="path3196-5-7" style="opacity:.3;fill-rule:evenodd" d="m10.145 17c-0.4719 0-0.8549 0.29867-0.8549 0.66667 0 0.13676 0.0529 0.26394 0.14359 0.36978 0 0 1.0076 0.80144 1.0076 0.80144 0.15 0.101 0.346 0.162 0.559 0.162 0.2533 0 0.48099-0.08605 0.63758-0.22269l0.90091-0.7104c0.10754-0.11149 0.1713-0.25009 0.1713-0.40024 0-0.368-0.38299-0.66667-0.8549-0.66667h-1.7098z"/> + <path id="path3196-5" style="fill-rule:evenodd;fill:#dfdbd2" d="m10.145 16c-0.4719 0-0.8549 0.29867-0.8549 0.66667 0 0.13676 0.0529 0.26394 0.14359 0.36978 0 0 1.0076 0.80144 1.0076 0.80144 0.15 0.101 0.346 0.162 0.559 0.162 0.2533 0 0.48099-0.08605 0.63758-0.22269l0.90091-0.7104c0.10754-0.11149 0.1713-0.25009 0.1713-0.40024 0-0.368-0.38299-0.66667-0.8549-0.66667h-1.7098z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-25-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-25-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..cad23bfce0fdf0a88825c4aca96f2c5ada00ca2a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-25-secure.svg @@ -0,0 +1,145 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="22" + id="svg3229" + version="1.0" + width="22" + sodipodi:docname="nm-signal-25-secure.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview22" + showgrid="false" + inkscape:zoom="10.727273" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229" /> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + id="g3893" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="g3916" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="g3939" + style="opacity:0.5" + transform="translate(-0.99999998,-1)"> + <path + d="m 8.3499999,16.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 8.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g + id="svg3215"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10.0" + guidetolerance="10.0" + id="base" + inkscape:current-layer="svg3215" + inkscape:cx="-2.6506024" + inkscape:cy="13.012048" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-height="753" + inkscape:window-maximized="1" + inkscape:window-width="1280" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:zoom="10.375" + objecttolerance="10.0" + pagecolor="#ffffff" + showgrid="false" /> + <defs + id="defs3217" /> + <path + d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" + id="rect2822" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-25.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-25.svg new file mode 100644 index 0000000000000000000000000000000000000000..f217ab2e52443f8ea44f677a46e6333fc29817de --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-25.svg @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="22" + height="22" + id="svg3229"> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + transform="translate(-0.99999998,-1)" + id="g3893" + style="opacity:0.4"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(-0.99999998,-1)" + id="g3916" + style="opacity:0.4"> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(-0.99999998,-1)" + id="g3939" + style="opacity:0.5"> + <path + d="m 8.3499999,16.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 8.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-50-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-50-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..1fab589dc2faba6a274ddf09c51a49cd4cd18754 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-50-secure.svg @@ -0,0 +1,140 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="22" + id="svg3229" + version="1.0" + width="22" + sodipodi:docname="nm-signal-50-secure.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview21" + showgrid="false" + inkscape:zoom="10.727273" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229" /> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + id="g3893" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + id="g3916" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + d="m 7.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,14.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g + id="svg3215"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10.0" + guidetolerance="10.0" + id="base" + inkscape:current-layer="svg3215" + inkscape:cx="-2.6506024" + inkscape:cy="13.012048" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-height="753" + inkscape:window-maximized="1" + inkscape:window-width="1280" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:zoom="10.375" + objecttolerance="10.0" + pagecolor="#ffffff" + showgrid="false" /> + <defs + id="defs3217" /> + <path + d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" + id="rect2822" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-50.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-50.svg new file mode 100644 index 0000000000000000000000000000000000000000..98cc84b78ce77cb9a99ac7ae61e02fc9d56d6d0f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-50.svg @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="22" + height="22" + id="svg3229"> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + transform="translate(-0.99999998,-1)" + id="g3893" + style="opacity:0.4"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <g + transform="translate(-0.99999998,-1)" + id="g3916" + style="opacity:0.4"> + <path + d="m 5.3499998,13.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 5.3499998,12.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + d="m 7.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,14.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-75-secure.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-75-secure.svg new file mode 100644 index 0000000000000000000000000000000000000000..a4e6a5baac6052df4d8396cb426b700925faf4f1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-75-secure.svg @@ -0,0 +1,135 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="22" + id="svg3229" + version="1.0" + width="22" + sodipodi:docname="nm-signal-75-secure.svg" + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="640" + inkscape:window-height="480" + id="namedview20" + showgrid="false" + inkscape:zoom="10.727273" + inkscape:cx="11" + inkscape:cy="11" + inkscape:window-x="0" + inkscape:window-y="28" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229" /> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + id="g3893" + style="opacity:0.4" + transform="translate(-0.99999998,-1)"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + d="m 4.3499998,12.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 4.3499998,11.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,14.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <!-- imported from 'ubuntu-mono-dark/status/22/nm-vpn-lock.svg' --> + <g + id="svg3215"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10.0" + guidetolerance="10.0" + id="base" + inkscape:current-layer="svg3215" + inkscape:cx="-2.6506024" + inkscape:cy="13.012048" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:window-height="753" + inkscape:window-maximized="1" + inkscape:window-width="1280" + inkscape:window-x="0" + inkscape:window-y="24" + inkscape:zoom="10.375" + objecttolerance="10.0" + pagecolor="#ffffff" + showgrid="false" /> + <defs + id="defs3217" /> + <path + d="M 19,14 C 17.892,14 17,14.910763 17,16.03125 L 17,17 C 16.446,17 16,17.446 16,18 L 16,21 C 16,21.554 16.446,22 17,22 L 21,22 C 21.554,22 22,21.554 22,21 L 22,18 C 22,17.446 21.554,17 21,17 L 21,16.03125 C 21,14.910764 20.108,14 19,14 z M 19,15 C 19.554,15 20,15.442363 20,16 L 20,17 L 18,17 L 18,16 C 18,15.442363 18.446,15 19,15 z" + id="path2441" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 19,13 C 17.892,13 17,13.910763 17,15.03125 L 17,16 C 16.446,16 16,16.446 16,17 L 16,20 C 16,20.554 16.446,21 17,21 L 21,21 C 21.554,21 22,20.554 22,20 L 22,17 C 22,16.446 21.554,16 21,16 L 21,15.03125 C 21,13.910764 20.108,13 19,13 z M 19,14 C 19.554,14 20,14.442363 20,15 L 20,16 L 18,16 L 18,15 C 18,14.442363 18.446,14 19,14 z" + id="rect2822" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-75.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-75.svg new file mode 100644 index 0000000000000000000000000000000000000000..80cadfe16e1be119fa65b03476157965fd6169c0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-signal-75.svg @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="22" + height="22" + id="svg3229"> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs3231" /> + <g + transform="translate(-0.99999998,-1)" + id="g3893" + style="opacity:0.4"> + <path + d="m 2.85,11.144409 c 0,0 2.8977535,-3.294409 9.131958,-3.294409 6.203557,0 9.168042,3.3 9.168042,3.3" + id="path3683-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 2.85,10.144409 c 0,0 2.8977535,-3.2944092 9.131958,-3.2944092 C 18.185515,6.8499998 21.15,10.15 21.15,10.15" + id="path3683" + style="fill:none;stroke:#dfdbd2;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + </g> + <path + d="m 4.3499998,12.752608 c 0,0 2.1468917,-2.21577 6.6500012,-2.136936 4.54046,0.07949 6.649999,2.172525 6.649999,2.172525" + id="path3681-0" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 4.3499998,11.752608 c 0,0 2.1468917,-2.215771 6.6500012,-2.136937 4.54046,0.07949 6.649999,2.172526 6.649999,2.172526" + id="path3681" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,15.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209-5" + style="opacity:0.3;fill:none;stroke:#000000;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 7.3499999,14.191046 c 0,0 0.9668981,-1.071983 3.5986811,-1.092208 2.598976,-0.01997 3.701319,1.092208 3.701319,1.092208" + id="path3209" + style="fill:none;stroke:#dfdbd2;stroke-width:1.69999993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,17 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,18.938886 10.786534,19 11.000001,19 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5-7" + style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="m 10.145105,16 c -0.471902,0 -0.854895,0.298667 -0.854895,0.666667 0,0.136758 0.0529,0.263941 0.143587,0.369778 0,0 1.007602,0.801438 1.007602,0.801438 C 10.591259,17.938886 10.786534,18 11.000001,18 c 0.253303,0 0.480993,-0.08605 0.63758,-0.222693 0,0 0.900909,-0.710397 0.900909,-0.710397 0.107541,-0.111488 0.1713,-0.250094 0.1713,-0.400243 0,-0.368 -0.382993,-0.666667 -0.854895,-0.666667 0,0 -1.70979,0 -1.70979,0 z" + id="path3196-5" + style="fill:#dfdbd2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.69999993;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-3g.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-3g.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-3g.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-cdma-1x.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-cdma-1x.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-cdma-1x.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-edge.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-edge.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-edge.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-evdo.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-evdo.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-evdo.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-gprs.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-gprs.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-gprs.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-hspa.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-hspa.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-hspa.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-umts.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-umts.svg new file mode 120000 index 0000000000000000000000000000000000000000..16c12c5148460942c994599cc983dd26677dd8e6 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-tech-umts.svg @@ -0,0 +1 @@ +nm-wwan-tower.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-active-lock.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-active-lock.svg new file mode 120000 index 0000000000000000000000000000000000000000..bf46b38578207865014855681cb30690206b2550 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-active-lock.svg @@ -0,0 +1 @@ +nm-vpn-lock.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-lock.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-lock.svg new file mode 100644 index 0000000000000000000000000000000000000000..f28f733fb92123bf2da414d9afc95592c55b71da --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-lock.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3215" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata12"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2441" style="opacity:.3" d="m19 14c-1.108 0-2 0.911-2 2.031v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.969c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.442 1 1v1h-2v-1c0-0.558 0.446-1 1-1z"/> + <path id="rect2822" style="fill:#dfdbd2" d="m19 13c-1.108 0-2 0.911-2 2.031v0.969c-0.554 0-1 0.446-1 1v3c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-3c0-0.554-0.446-1-1-1v-0.969c0-1.12-0.892-2.031-2-2.031zm0 1c0.554 0 1 0.442 1 1v1h-2v-1c0-0.558 0.446-1 1-1z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-standalone-lock.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-standalone-lock.svg new file mode 100644 index 0000000000000000000000000000000000000000..ed9771ecce74ef9798e8a11274aa83ca01ac2a1c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-vpn-standalone-lock.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3340" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="18" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2822-7" style="opacity:.3;fill-rule:evenodd" d="m8 3c-2.216 0-4 1.784-4 4v3h-1c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1h12c0.554 0 1-0.446 1-1v-9c0-0.554-0.446-1-1-1h-1v-3c0-2.216-1.784-4-4-4h-2zm0 2h2c1.108 0 2 0.892 2 2v3h-6v-3c0-1.108 0.892-2 2-2z"/> + <path id="rect2822" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 1.9831c-2.216 0-4 1.784-4 4v3h-1c-0.554 0-1 0.446-1 1v9c0 0.554 0.446 1 1 1h12c0.554 0 1-0.446 1-1v-9c0-0.554-0.446-1-1-1h-1v-3c0-2.216-1.784-4-4-4h-2zm0 2h2c1.108 0 2 0.892 2 2v3h-6v-3c0-1.108 0.892-2 2-2z"/> + <path id="path3337" style="opacity:.3;stroke:#fff;stroke-width:.5;fill:none" d="m8 4.2018c0.84415 0.030316 1.7017-0.073098 2.5341 0.079067 0.9056 0.24399 1.3474 1.2115 1.2472 2.0881v2.3953h-5.5625c0.0188-1.0474-0.0407-2.0998 0.0357-3.1436 0.148-0.8152 0.9186-1.4365 1.7455-1.4189z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-wwan-tower.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-wwan-tower.svg new file mode 100644 index 0000000000000000000000000000000000000000..2c44e794484b36b4ed9c62fcdeb95b9e64633f4f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/nm-wwan-tower.svg @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3229" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.0"></svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/printer-symbolic.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/printer-symbolic.svg new file mode 100644 index 0000000000000000000000000000000000000000..c089131e0c049d15a0282cccc5c6c3b30b822313 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/printer-symbolic.svg @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3229" + height="22" + width="22" + version="1.0" + inkscape:version="0.48.2 r9819" + sodipodi:docname="printer-printing.svg"> + <defs + id="defs8" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="958" + inkscape:window-height="1026" + id="namedview6" + showgrid="true" + showguides="false" + inkscape:zoom="10.727273" + inkscape:cx="10.321253" + inkscape:cy="-0.6550817" + inkscape:window-x="7" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3229"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata9"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="g2992" + transform="translate(-1,-1)"> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccssccccc" + id="rect3001-6-6" + d="M 8,5 C 7.446,5 7,6.446 7,7 L 7,9 4.75,9 C 4.3345,9 4,9.3345 4,9.75 l 0,5.5 C 4,15.6655 4.3345,16 4.75,16 L 7,16 7,20 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2.25,0 C 19.6655,16 20,15.6655 20,15.25 l 0,-5.5 C 20,9.3345 19.6655,9 19.25,9 L 17,9 17,7 C 17,6.446 16.554,5 16,5 z m 0.75,2 6.5,0 C 15.6655,7 16,7.3345 16,7.75 L 16,10 8,10 8,7.75 C 8,7.3345 8.3345,7 8.75,7 z M 8,14 l 8,0 0,5 -8,0 z" + style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="sscsssscsssscsssscssssssccsscccccccccccccccccccccccccccccc" + inkscape:connector-curvature="0" + id="rect3001-8" + d="M 8,5 C 7.446,5 7,5.446 7,6 L 7,8 5,8 C 4.5845,8 4,8.5845 4,9 l 0,5 c 0,0.4155 0.5845,1 1,1 l 2,0 0,4 c 0,0.554 0.446,1 1,1 l 8,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 2,0 c 0.4155,0 1,-0.5845 1,-1 L 20,9 C 20,8.5845 19.4155,8 19,8 L 17,8 17,6 C 17,5.446 16.554,5 16,5 z m 0.75,1 6.5,0 C 15.6655,6 16,6.3345 16,6.75 L 16,9 8,9 8,6.75 C 8,6.3345 8.3345,6 8.75,6 z m 4.25,4 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m 2,0 1,0 0,1 -1,0 z m -9,3 8,0 0,6 -8,0 z m 1,2 0,1 6,0 0,-1 z m 0,2 0,1 4,0 0,-1 z" + style="fill:#dfdbd2;fill-opacity:1;stroke:none" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/reboot-notifier.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/reboot-notifier.svg new file mode 100644 index 0000000000000000000000000000000000000000..0b5494775d9512f9842207af4703582bec201bce --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/reboot-notifier.svg @@ -0,0 +1,518 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + version="1.0" + width="24" + height="24" + id="svg2" + sodipodi:version="0.32" + inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" + sodipodi:docname="reboot-notifier.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/kynan/Desktop/refresh16.png" + inkscape:export-xdpi="29.274244" + inkscape:export-ydpi="29.274244" + viewBox="0 0 48 48" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata + id="metadata50"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview + inkscape:window-height="1054" + inkscape:window-width="1918" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:zoom="8.2937732" + inkscape:cx="7.5960601" + inkscape:cy="28.394796" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:current-layer="svg2" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-global="false" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid3339" + empspacing="5" + visible="true" + enabled="true" + originx="0" + originy="0" + spacingy="1" + spacingx="1" + units="px" /> + <sodipodi:guide + orientation="0,1" + position="65.671634,24.520252" + id="guide3386" + inkscape:locked="false" /> + <sodipodi:guide + orientation="0,1" + position="-8.200613,88.15659" + id="guide3535" + inkscape:locked="false" /> + <sodipodi:guide + orientation="0,1" + position="-2.5626916,6.1504598" + id="guide3537" + inkscape:locked="false" /> + <sodipodi:guide + orientation="0,1" + position="68.763318,36.14072" + id="guide3314" + inkscape:locked="false" /> + </sodipodi:namedview> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3276"> + <stop + style="stop-color:#3465a4;stop-opacity:1" + offset="0" + id="stop3278" /> + <stop + style="stop-color:#3465a4;stop-opacity:0" + offset="1" + id="stop3280" /> + </linearGradient> + <linearGradient + id="linearGradient3266"> + <stop + style="stop-color:#204a87;stop-opacity:1" + offset="0" + id="stop3268" /> + <stop + style="stop-color:#204a87;stop-opacity:0" + offset="1" + id="stop3270" /> + </linearGradient> + <linearGradient + id="linearGradient3319"> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="0" + id="stop3321" /> + <stop + id="stop3323" + offset="0.57424062" + style="stop-color:#ffffff;stop-opacity:0.14383562;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3325" /> + </linearGradient> + <linearGradient + id="linearGradient3533"> + <stop + id="stop3535" + style="stop-color:#729fcf;stop-opacity:1" + offset="0" /> + <stop + id="stop3545" + style="stop-color:#3465a4;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8838"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop8840" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop8842" /> + </linearGradient> + <linearGradient + id="linearGradient4873" + inkscape:collect="always"> + <stop + id="stop4875" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4877" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient8838" + id="radialGradient3533" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.149872,0,0,0.87466073,-110.63573,34.661406)" + cx="62.625" + cy="4.625" + fx="62.625" + fy="4.625" + r="10.625" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4873" + id="linearGradient3567" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9543659,0,0,0.9543659,0.4933039,1.8951137)" + x1="21.628975" + y1="2.1102102" + x2="22.245434" + y2="43.366352" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3533" + id="linearGradient3573" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9543659,0,0,0.9543659,0.4933039,1.8951137)" + x1="24.663708" + y1="1.1526506" + x2="36.277157" + y2="31.443766" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3319" + id="linearGradient3317" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9543659,0,0,0.9543659,0.4933039,1.8951137)" + x1="24.668951" + y1="42.95816" + x2="39.686337" + y2="28.50532" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3266" + id="linearGradient3272" + x1="33.686768" + y1="35.773647" + x2="37.039948" + y2="29.856804" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-0.999521)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3276" + id="linearGradient3282" + x1="31.226292" + y1="34.600941" + x2="34.96563" + y2="26.842505" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,-0.999521)" /> + </defs> + <g + transform="translate(-1.5907386,-1.0136892)" + id="layer2" + style="display:inline" /> + <g + id="g2630" + inkscape:label="sdf" + style="display:inline" + transform="translate(-70.604705,-2.1799939)" /> + <g + inkscape:groupmode="layer" + id="layer4" + inkscape:label="jjj" /> + <ellipse + id="path8836" + style="display:inline;overflow:visible;visibility:visible;opacity:0.56044;fill:url(#radialGradient3533);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.34767;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" + cx="24.000004" + cy="38.706718" + rx="22.84239" + ry="9.2932835" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-221.70753,13.0581)" + inkscape:label="Shadow" + id="layer6" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-221.70753,13.0581)" + id="g2161" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-270.77652,-10.260991)" + inkscape:label="shadiw" + id="layer5" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-236.49197,13.317533)" + inkscape:label="Shadow" + id="g2482" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-236.49197,13.317533)" + id="g2484" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-285.56096,-10.001558)" + inkscape:label="shadiw" + id="g2486" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-220.44778,16.571925)" + inkscape:label="Shadow" + id="g2309" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-220.44778,16.571925)" + id="g2311" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-269.51677,-6.7471662)" + inkscape:label="shadiw" + id="g2313" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-335.99732,22.698689)" + inkscape:label="Shadow" + id="g2511" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-335.99732,22.698689)" + id="g2513" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-385.06631,-0.6204021)" + inkscape:label="shadiw" + id="g2515" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-278.60865,-29.839987)" + inkscape:label="Shadow" + id="g2802" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-278.60865,-29.839987)" + id="g2170" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-397.47554,-3.4577368)" + id="g5398" + inkscape:label="Layer 1" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-397.47554,-3.4577368)" + inkscape:label="shadiw" + id="g2806" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-397.47554,-3.4577368)" + inkscape:label="white" + id="g2558" /> + <g + inkscape:label="Layer 1" + id="g3678" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-470.53387,-11.184438)" /> + <g + id="g3680" + inkscape:label="bottom" + transform="matrix(0.9248169,0,0,0.9248169,-470.53387,-11.184438)" /> + <g + id="g4299" + inkscape:label="back" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-470.53387,-11.184438)" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-325.77755,-2.9465341)" + inkscape:label="shadiw" + id="g3698" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-170.10432,1.9182516)" + inkscape:label="shadiw" + id="g3760" /> + <g + id="g5431" + inkscape:label="Shadow" + transform="matrix(0.9248169,0,0,0.9248169,-497.66484,-35.271408)" /> + <g + style="display:inline" + inkscape:label="Base" + id="g4258" + transform="matrix(0.9248169,0,0,0.9248169,-497.66484,-35.271408)" /> + <g + id="g5440" + inkscape:label="new" + transform="matrix(0.9248169,0,0,0.9248169,-497.66484,-35.271408)" /> + <g + inkscape:label="Layer 1" + id="g3928" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-468.59127,-22.101001)" /> + <g + id="g3930" + inkscape:label="bottom" + transform="matrix(0.9248169,0,0,0.9248169,-468.59127,-22.101001)" /> + <g + id="g3932" + inkscape:label="back" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-468.59127,-22.101001)" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-323.83495,-13.863096)" + inkscape:label="shadiw" + id="g3934" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-168.16172,-8.9983112)" + inkscape:label="shadiw" + id="g3936" /> + <g + id="g3961" + inkscape:label="Shadow" + transform="matrix(0.9248169,0,0,0.9248169,-495.72225,-46.187971)" /> + <g + style="display:inline" + inkscape:label="Base" + id="g3963" + transform="matrix(0.9248169,0,0,0.9248169,-495.72225,-46.187971)" /> + <g + id="layer7" + inkscape:label="new" + transform="matrix(0.9248169,0,0,0.9248169,-495.72225,-46.187971)" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-535.8485,3.0487265)" + inkscape:label="Shadow" + id="g2561" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-535.8485,3.0487265)" + id="g2860" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-584.91749,-20.270364)" + inkscape:label="shadiw" + id="g2564" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-271.28964,-4.822798)" + inkscape:label="Shadow" + id="g2790" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-271.28964,-4.822798)" + id="g2792" + inkscape:label="Base" + style="display:inline" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-390.15653,21.559457)" + id="g2794" + inkscape:label="Layer 1" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-390.15653,21.559457)" + inkscape:label="shadiw" + id="g2796" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-390.15653,21.559457)" + inkscape:label="white" + id="g2798" /> + <g + inkscape:label="Layer 1" + id="g2886" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-463.21486,13.832751)" /> + <g + id="g2888" + inkscape:label="bottom" + transform="matrix(0.9248169,0,0,0.9248169,-463.21486,13.832751)" /> + <g + id="g2804" + inkscape:label="back" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-463.21486,13.832751)" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-318.45854,22.070659)" + inkscape:label="shadiw" + id="g2891" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-162.78531,26.935445)" + inkscape:label="shadiw" + id="g2808" /> + <g + id="g2810" + inkscape:label="Shadow" + transform="matrix(0.9248169,0,0,0.9248169,-490.34583,-10.254218)" /> + <g + style="display:inline" + inkscape:label="Base" + id="g2812" + transform="matrix(0.9248169,0,0,0.9248169,-490.34583,-10.254218)" /> + <g + id="g2814" + inkscape:label="new" + transform="matrix(0.9248169,0,0,0.9248169,-490.34583,-10.254218)" /> + <g + inkscape:label="Layer 1" + id="g2816" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-461.27226,2.9161882)" /> + <g + id="g2818" + inkscape:label="bottom" + transform="matrix(0.9248169,0,0,0.9248169,-461.27226,2.9161882)" /> + <g + id="g2820" + inkscape:label="back" + style="display:inline" + transform="matrix(0.9248169,0,0,0.9248169,-461.27226,2.9161882)" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-316.51594,11.154093)" + inkscape:label="shadiw" + id="g2823" /> + <g + transform="matrix(0.9248169,0,0,0.9248169,-160.84271,16.018879)" + inkscape:label="shadiw" + id="g2825" /> + <g + id="g2827" + inkscape:label="Shadow" + transform="matrix(0.9248169,0,0,0.9248169,-488.40324,-21.170781)" /> + <g + style="display:inline" + inkscape:label="Base" + id="g2829" + transform="matrix(0.9248169,0,0,0.9248169,-488.40324,-21.170781)" /> + <g + id="g2831" + inkscape:label="new" + transform="matrix(0.9248169,0,0,0.9248169,-488.40324,-21.170781)" /> + <path + id="path3372" + style="fill:url(#linearGradient3573);fill-opacity:1;stroke:#204a87;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 24,32.500479 c -4.894952,-0.05388 -8.553204,-4.126736 -8.499087,-9 0.05412,-4.873262 4.104132,-9.053879 8.999087,-9 2.36391,0.02602 4.43898,0.509791 6.136756,2.147585 L 26.5,21.500479 h 16 c 0,0 0,-16 0,-16 l -4.471103,3.60953 C 34.320671,5.4660151 30.034152,3.5566304 24.561278,3.4963916 13.427719,3.3738464 4.5481647,12.443375 4.4250734,23.527601 4.3019822,34.611826 13.160807,43.281456 24.294366,43.404" + sodipodi:nodetypes="csscccccssc" /> + <path + id="path3453" + style="fill:url(#linearGradient3282);fill-opacity:1;stroke:url(#linearGradient3272);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 23.864113,43.402143 c 9.310119,0.102473 19.728816,-7.091093 19.712061,-19.52578 l -9.859131,-0.07674 c -0.181508,5.072466 -5.546622,8.889748 -9.967043,8.70086" + sodipodi:nodetypes="cccc" /> + <path + id="path3370" + style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient3567);stroke-width:1.193;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 24.25,33.650479 c -5.423155,-0.07929 -9.744296,-3.86846 -9.75,-10.15 -0.0049,-5.396381 4.672169,-10.219134 10.095325,-10.139848 2.673075,0.03908 5.712878,0.890037 7.726664,3.166851 l -3.326033,3.833131 12.383472,0.02029 c 0,0 0,-12.4640651 0,-12.4640651 L 38.0018,10.791566 C 34.459778,6.840666 30.020785,4.6907677 24.480382,4.6353261 13.882595,4.5292766 5.6738667,13.036629 5.5919732,23.634383 5.8510448,35.490122 14.984754,42.25314 24.294516,42.455875" + sodipodi:nodetypes="csscccccscc" /> + <path + id="path2557" + style="fill:none;fill-opacity:1;stroke:url(#linearGradient3317);stroke-width:1.19296;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 23.719077,42.296437 c 7.952554,0 18.798917,-5.534339 18.899107,-18.388772 l -8.056886,-0.206291 c 0.0072,5.215907 -4.746473,9.725063 -10.309723,9.89001" + sodipodi:nodetypes="cccc" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/software-update-available.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/software-update-available.svg new file mode 120000 index 0000000000000000000000000000000000000000..9eeacd6ea7e8f22118a7060b936ae87cb9cb1556 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/software-update-available.svg @@ -0,0 +1 @@ +update-manager.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/software-update-urgent.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/software-update-urgent.svg new file mode 100644 index 0000000000000000000000000000000000000000..6c81d672bb60d3ab9621a6f082c459abca48c386 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/software-update-urgent.svg @@ -0,0 +1,274 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + id="svg1328" + width="24" + height="24" + version="1.1" + sodipodi:docname="software-update-urgent.svg" + inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" + viewBox="0 0 48 48" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <sodipodi:namedview + id="namedview28" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + showgrid="false" + inkscape:zoom="18.823426" + inkscape:cx="10.784434" + inkscape:cy="17.451658" + inkscape:window-width="1918" + inkscape:window-height="1054" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g6163" + inkscape:showpageshadow="2" + inkscape:deskcolor="#d1d1d1" /> + <defs + id="defs1330"> + <linearGradient + inkscape:collect="always" + id="linearGradient5626"> + <stop + style="stop-color:#800000;stop-opacity:1;" + offset="0" + id="stop5622" /> + <stop + style="stop-color:#800000;stop-opacity:0;" + offset="1" + id="stop5624" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2333"> + <stop + style="stop-color:#c30000;stop-opacity:1;" + offset="0" + id="stop2329" /> + <stop + style="stop-color:#c30000;stop-opacity:0;" + offset="1" + id="stop2331" /> + </linearGradient> + <linearGradient + id="linearGradient4360" + x1="16.055" + x2="13.824" + y1="31.325001" + y2="37.130001" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.8055,-0.7466,0,51.051,34.887)" + xlink:href="#linearGradient8933"> + <stop + id="stop1915" + style="stop-color:#73d216" + offset="0" /> + <stop + id="stop1917" + style="stop-color:#8ae234;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4362" + x1="21.552" + x2="16.951" + y1="29.205" + y2="37.367001" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.8055,-0.7466,0,51.051,34.887)"> + <stop + id="stop5134" + style="stop-color:#fff" + offset="0" /> + <stop + id="stop5136" + style="stop-color:#fff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4364" + x1="15.457" + x2="25.561001" + y1="8.7343998" + y2="13.526" + gradientTransform="matrix(0,1.1523483,-1.0677873,0,49.292906,-5.908353)" + gradientUnits="userSpaceOnUse"> + <stop + id="stop5893" + style="stop-color:#fff" + offset="0" /> + <stop + id="stop5895" + style="stop-color:#fff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6341" + x1="12.647776" + x2="11.235267" + y1="28.263895" + y2="36.056484" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.8055,-0.7466,0,51.051,34.887)" + xlink:href="#linearGradient8933"> + <stop + id="stop6337" + style="stop-color:#4e9a06" + offset="0" /> + <stop + id="stop6339" + style="stop-color:#4e9a06;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6349" + x1="35.152302" + x2="36.636032" + y1="21.465509" + y2="20.533232" + gradientUnits="userSpaceOnUse"> + <stop + id="stop6345" + style="stop-color:#004db1" + offset="0" /> + <stop + id="stop6347" + style="stop-color:#004db1;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient8933"> + <stop + style="stop-color:#a40000;stop-opacity:1" + offset="0" + id="stop8935" /> + <stop + style="stop-color:#7c0000;stop-opacity:1;" + offset="1" + id="stop8937" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient2333" + id="linearGradient2335" + x1="29.949177" + y1="24.699217" + x2="24.131229" + y2="25.836992" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5626" + id="linearGradient5628" + x1="27.469458" + y1="23.420488" + x2="24.459328" + y2="24.006557" + gradientUnits="userSpaceOnUse" /> + </defs> + <metadata + id="metadata1333"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:subject> + <rdf:Bag> + <rdf:li>go</rdf:li> + <rdf:li>seek</rdf:li> + <rdf:li>home</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Rodney Dawes</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="g6163" + transform="matrix(1.361303,0,0,1.361303,-41.397275,-31.886495)" + style="opacity:0.831782"> + <g + id="g18455" + transform="matrix(0.9,0,0,0.9,4.6206553,4.079612)"> + <g + id="g2283" + transform="matrix(0.70264298,0,0,0.76639808,29.028934,24.633234)"> + <path + id="path4297" + d="m 27.865,43.71 c -1.113,-0.15075 -2.3371,-0.4496 -2.8804,-0.70318 -1.2558,-0.58612 -2.4574,-1.4185 -2.8856,-1.9989 -0.1122,-0.15208 -0.39068,-0.42358 -0.61886,-0.60334 -0.90709,-0.71463 -1.437,-1.467 -2.5182,-3.5757 -0.12285,-0.23958 -0.50667,-2.1794 -0.64795,-3.2748 -0.11164,-0.86558 -0.10266,-2.5949 0.01758,-3.3865 0.14921,-0.98217 0.45399,-2.2739 0.60164,-2.5497 0.12425,-0.23218 0.433,-1.2322 0.52896,-1.7134 0.03626,-0.1818 0.11759,-0.39429 0.18075,-0.4722 0.06314,-0.07791 0.19347,-0.4179 0.2896,-0.75552 0.09614,-0.33762 0.32023,-0.90812 0.498,-1.2678 0.39813,-0.80548 0.58524,-1.4056 0.58658,-1.8814 5.72e-4,-0.19977 0.07085,-0.60342 0.15619,-0.89698 0.20897,-0.71881 0.12841,-2.7429 -0.13964,-3.509 -0.20358,-0.58187 -0.70075,-1.5591 -1.2231,-2.4041 -1.0823,-1.7508 -4.176,-3.905 -6.0171,-4.1897 -0.70574,-0.10916 -3.0416,0.01163 -4.0456,0.2092 -0.85962,0.16915 -1.6693,0.54535 -2.0844,0.96845 -1.0647,1.0852 -1.687,1.8184 -1.9321,2.2765 -0.35364,0.6608 -0.57293,1.6744 -0.63311,2.9264 -0.068369,1.4228 -0.00892,1.7203 0.62209,3.1119 0.53253,1.1745 1.9646,2.361 3.5401,2.9331 0.73541,0.26706 1.0154,0.31659 2.0777,0.36755 1.4649,0.07027 2.0893,-0.03592 2.7459,-0.46702 0.25579,-0.16794 0.65632,-0.41766 0.89005,-0.55494 1.0669,-0.62661 1.6242,-1.8084 1.6196,-3.4347 -0.0028,-1.0081 -0.36205,-1.9189 -0.97086,-2.4615 -0.37857,-0.33743 -1.7142,-1.1411 -2.1023,-1.265 -0.67618,-0.21582 -1.5485,-0.07892 -2.4793,0.3891 -0.45314,0.22784 -0.90441,0.5245 -1.0028,0.65925 -0.098411,0.13475 -0.32131,0.62348 -0.49531,1.0861 -0.17401,0.46258 -0.35127,0.84106 -0.39392,0.84106 -0.1692,0 -0.12581,-0.73363 0.076692,-1.2971 0.28969,-0.80598 0.58063,-1.2253 1.1544,-1.6639 0.64686,-0.49442 1.2811,-0.73889 2.1384,-0.82429 1.1147,-0.11104 1.2893,-0.0798 2.2534,0.40316 1.1217,0.56187 1.4607,0.89328 2.0145,1.9693 0.66103,1.2845 0.742,1.638 0.59545,2.5994 -0.16656,1.0927 -0.54104,2.1968 -0.97697,2.8804 -0.39747,0.62332 -1.1385,1.1911 -2.4698,1.8925 -0.95485,0.50306 -1.2809,0.59088 -2.5499,0.68686 -1.3887,0.10504 -2.1983,0.01486 -3.2582,-0.36292 -0.46747,-0.16663 -1.0489,-0.35987 -1.292,-0.42941 -0.32408,-0.09271 -0.74334,-0.38039 -1.5711,-1.0781 -1.4207,-1.1974 -1.6489,-1.5846 -1.9251,-3.265 -0.10242,-0.6233 -0.1996,-1.4387 -0.21598,-1.8119 C 3.106611,17.43898 3.066724,17.09071 3.034328,17.0383 2.96657,16.92867 3.123804,15.0298 3.281598,14.0522 c 0.13008,-0.80596 0.18958,-0.9285 1.1192,-2.3052 0.55171,-0.81699 0.91446,-1.2401 1.43,-1.6681 1.6671,-1.3839 2.7562,-1.9577 4.6493,-2.4495 1.3126,-0.34103 1.3161,-0.34138 2.9276,-0.29857 0.4091,0.010869 0.77227,0.025261 1.0965,0.043994 1.0264,0.059308 1.6621,0.16212 2.1277,0.33431 4.143,1.5323 5.7772,2.8738 7.8999,6.4848 0.67878,1.1547 2.8533,3.8982 4.0246,5.1001 4.9579,2.9855 0.17637,0.93849 1.8563,2.2463 2.3845,1.8563 4.8865,2.8309 2.724,3.2148 -5.2464,0.61229 -7.298,-1.4461 -10.32,3.5104 -0.12133,0.23374 -0.29656,0.50998 -0.3894,0.61386 -0.30774,0.34436 -0.54562,1.0506 -0.56211,1.6689 -0.04061,1.5228 0.02199,4.2238 0.1058,4.5642 0.12996,0.52783 0.37204,1.083 0.61766,1.4166 0.3185,0.43252 0.85083,1.4051 0.975,1.7813 0.06667,0.20198 0.29062,0.48662 0.56097,0.71297 0.2475,0.20722 0.57185,0.5526 0.72078,0.76749 0.32368,0.46706 1.4941,1.1016 2.1953,1.1903 0.24559,0.03104 0.53323,0.11023 0.6392,0.17598 0.10597,0.06575 0.4247,0.16759 0.7083,0.22631 0.61492,0.12732 2.0071,-0.04731 2.8103,-0.35251 0.49381,-0.18763 1.6588,-0.86854 2.2792,-1.3321 0.46494,-0.34742 1.0984,-1.2469 1.2846,-1.8241 0.08794,-0.27262 0.21186,-0.58066 0.27535,-0.68455 0.32708,-0.5351 0.40392,-1.6235 0.24767,-3.5082 -0.05986,-0.72207 -0.13714,-1.0713 -0.31344,-1.4166 -0.12869,-0.25203 -0.33231,-0.66309 -0.45249,-0.91346 -0.36789,-0.76643 -2.1392,-2.0485 -2.8504,-2.0632 -0.11839,-0.0024 -0.50026,-0.06373 -0.84862,-0.1362 -0.66891,-0.13914 -1.6453,-0.06897 -2.0494,0.14729 -0.49679,0.26588 -1.1313,0.74115 -1.5375,1.1517 -0.36101,0.36485 -0.48736,0.58868 -0.68444,1.2126 -0.22624,0.71615 -0.23628,0.82757 -0.15693,1.7413 0.09698,1.1168 0.28734,1.6335 0.81845,2.2214 0.42361,0.46888 0.78445,0.66584 1.7405,0.94999 0.69427,0.20635 1.3506,0.21983 1.9598,0.04024 0.3577,-0.10546 0.23596,0.109 -0.16435,0.28951 -0.56544,0.25498 -1.9011,0.15748 -2.7826,-0.20312 -0.88174,-0.3607 -1.6497,-1.0725 -2.0584,-1.908 -0.29431,-0.60157 -0.30687,-0.67364 -0.30687,-1.7605 0,-1.0809 0.01347,-1.1595 0.29147,-1.6999 0.1603,-0.31165 0.38949,-0.75777 0.5093,-0.99137 0.1198,-0.2336 0.4675,-0.66527 0.77264,-0.95926 0.45042,-0.43394 0.69226,-0.58208 1.2851,-0.78717 1.6319,-0.56456 3.618,-0.41817 4.8384,0.35663 1.116,0.70852 2.0944,1.5328 2.4666,2.0781 0.68374,1.0017 1.178,2.1859 1.2499,2.9946 0.03466,0.38957 0.10153,1.0812 0.14862,1.5371 0.08071,0.78139 0.06696,0.90284 -0.24073,2.1249 -0.48051,1.9085 -0.74334,2.4159 -1.6767,3.2364 -0.422,0.37102 -0.92546,0.75584 -1.1188,0.85516 -0.19335,0.09932 -0.49083,0.30045 -0.66108,0.44695 -0.46162,0.39721 -1.3376,0.86575 -1.6186,0.86575 -0.13597,0 -0.51328,0.10139 -0.83848,0.22532 -0.64238,0.24481 -1.8348,0.53713 -2.1158,0.51872 -0.09646,-0.0063 -0.55786,-0.0633 -1.0253,-0.12662 z" + style="color:#000000;opacity:0.50211;fill:none;stroke:#002568;stroke-width:1.5;stroke-linejoin:round" /> + <path + id="path2243" + d="m 27.865,43.71 c -1.113,-0.15075 -2.3371,-0.4496 -2.8804,-0.70318 -1.2558,-0.58612 -2.4574,-1.4185 -2.8856,-1.9989 -0.1122,-0.15208 -0.39068,-0.42358 -0.61886,-0.60334 -0.90709,-0.71463 -1.437,-1.467 -2.5182,-3.5757 -0.12285,-0.23958 -0.50667,-2.1794 -0.64795,-3.2748 -0.11164,-0.86558 -0.10266,-2.5949 0.01758,-3.3865 0.14921,-0.98217 0.45399,-2.2739 0.60164,-2.5497 0.12425,-0.23218 0.433,-1.2322 0.52896,-1.7134 0.03626,-0.1818 0.11759,-0.39429 0.18075,-0.4722 0.06314,-0.07791 0.19347,-0.4179 0.2896,-0.75552 0.09614,-0.33762 0.32023,-0.90812 0.498,-1.2678 0.39813,-0.80548 0.58524,-1.4056 0.58658,-1.8814 5.72e-4,-0.19977 0.07085,-0.60342 0.15619,-0.89698 0.20897,-0.71881 0.12841,-2.7429 -0.13964,-3.509 -0.20358,-0.58187 -0.70075,-1.5591 -1.2231,-2.4041 -1.0823,-1.7508 -4.176,-3.905 -6.0171,-4.1897 -0.70574,-0.10916 -3.0416,0.01163 -4.0456,0.2092 -0.85962,0.16915 -1.6693,0.54535 -2.0844,0.96845 -1.0647,1.0852 -1.687,1.8184 -1.9321,2.2765 -0.35364,0.6608 -0.57293,1.6744 -0.63311,2.9264 -0.068369,1.4228 -0.00892,1.7203 0.62209,3.1119 0.53253,1.1745 1.9646,2.361 3.5401,2.9331 0.73541,0.26706 1.0154,0.31659 2.0777,0.36755 1.4649,0.07027 2.0893,-0.03592 2.7459,-0.46702 0.25579,-0.16794 0.65632,-0.41766 0.89005,-0.55494 1.0669,-0.62661 1.6242,-1.8084 1.6196,-3.4347 -0.0028,-1.0081 -0.36205,-1.9189 -0.97086,-2.4615 -0.37857,-0.33743 -1.7142,-1.1411 -2.1023,-1.265 -0.67618,-0.21582 -1.5485,-0.07892 -2.4793,0.3891 -0.45314,0.22784 -0.90441,0.5245 -1.0028,0.65925 -0.098411,0.13475 -0.32131,0.62348 -0.49531,1.0861 -0.17401,0.46258 -0.35127,0.84106 -0.39392,0.84106 -0.1692,0 -0.12581,-0.73363 0.076692,-1.2971 0.28969,-0.80598 0.58063,-1.2253 1.1544,-1.6639 0.64686,-0.49442 1.2811,-0.73889 2.1384,-0.82429 1.1147,-0.11104 1.2893,-0.0798 2.2534,0.40316 1.1217,0.56187 1.4607,0.89328 2.0145,1.9693 0.66103,1.2845 0.742,1.638 0.59545,2.5994 -0.16656,1.0927 -0.54104,2.1968 -0.97697,2.8804 -0.39747,0.62332 -1.1385,1.1911 -2.4698,1.8925 -0.95485,0.50306 -1.2809,0.59088 -2.5499,0.68686 -1.3887,0.10504 -2.1983,0.01486 -3.2582,-0.36292 -0.46747,-0.16663 -1.0489,-0.35987 -1.292,-0.42941 -0.32408,-0.09271 -0.74334,-0.38039 -1.5711,-1.0781 -1.4207,-1.1974 -1.6489,-1.5846 -1.9251,-3.265 -0.10242,-0.6233 -0.1996,-1.4387 -0.21598,-1.8119 C 3.106611,17.43898 3.066724,17.09071 3.034328,17.0383 2.96657,16.92867 3.123804,15.0298 3.281598,14.0522 c 0.13008,-0.80596 0.18958,-0.9285 1.1192,-2.3052 0.55171,-0.81699 0.91446,-1.2401 1.43,-1.6681 1.6671,-1.3839 2.7562,-1.9577 4.6493,-2.4495 1.3126,-0.34103 1.3161,-0.34138 2.9276,-0.29857 1.7043,0.045279 2.6115,0.15172 3.2241,0.37831 4.143,1.5323 5.7772,2.8738 7.8999,6.4848 0.67878,1.1547 1.3268,1.9802 2.4981,3.1821 4.7545,5.3986 6.822951,0.424885 8.533151,1.372585 2.6473,1.4669 0.299749,5.622615 -1.862781,6.006515 -5.2464,0.61229 -7.8615,-1.4461 -10.883,3.5104 -0.12133,0.23374 -0.29656,0.50998 -0.3894,0.61386 -0.30774,0.34436 -0.54562,1.0506 -0.56211,1.6689 -0.04061,1.5228 0.02199,4.2238 0.1058,4.5642 0.12996,0.52783 0.37204,1.083 0.61766,1.4166 0.3185,0.43252 0.85083,1.4051 0.975,1.7813 0.06667,0.20198 0.29062,0.48662 0.56097,0.71297 0.2475,0.20722 0.57185,0.5526 0.72078,0.76749 0.32368,0.46706 1.4941,1.1016 2.1953,1.1903 0.24559,0.03104 0.53323,0.11023 0.6392,0.17598 0.10597,0.06575 0.4247,0.16759 0.7083,0.22631 0.61492,0.12732 2.0071,-0.04731 2.8103,-0.35251 0.49381,-0.18763 1.6588,-0.86854 2.2792,-1.3321 0.46494,-0.34742 1.0984,-1.2469 1.2846,-1.8241 0.08794,-0.27262 0.21186,-0.58066 0.27535,-0.68455 0.32708,-0.5351 0.40392,-1.6235 0.24767,-3.5082 -0.05986,-0.72207 -0.13714,-1.0713 -0.31344,-1.4166 -0.12869,-0.25203 -0.33231,-0.66309 -0.45249,-0.91346 -0.36789,-0.76643 -2.1392,-2.0485 -2.8504,-2.0632 -0.11839,-0.0024 -0.50026,-0.06373 -0.84862,-0.1362 -0.66891,-0.13914 -1.6453,-0.06897 -2.0494,0.14729 -0.49679,0.26588 -1.1313,0.74115 -1.5375,1.1517 -0.36101,0.36485 -0.48736,0.58868 -0.68444,1.2126 -0.22624,0.71615 -0.23628,0.82757 -0.15693,1.7413 0.09698,1.1168 0.28734,1.6335 0.81845,2.2214 0.42361,0.46888 0.78445,0.66584 1.7405,0.94999 0.69427,0.20635 1.3506,0.21983 1.9598,0.04024 0.3577,-0.10546 0.23596,0.109 -0.16435,0.28951 -0.56544,0.25498 -1.9011,0.15748 -2.7826,-0.20312 -0.88174,-0.3607 -1.6497,-1.0725 -2.0584,-1.908 -0.29431,-0.60157 -0.30687,-0.67364 -0.30687,-1.7605 0,-1.0809 0.01347,-1.1595 0.29147,-1.6999 0.1603,-0.31165 0.38949,-0.75777 0.5093,-0.99137 0.1198,-0.2336 0.4675,-0.66527 0.77264,-0.95926 0.45042,-0.43394 0.69226,-0.58208 1.2851,-0.78717 1.6319,-0.56456 3.618,-0.41817 4.8384,0.35663 1.116,0.70852 2.0944,1.5328 2.4666,2.0781 0.68374,1.0017 1.178,2.1859 1.2499,2.9946 0.03466,0.38957 0.10153,1.0812 0.14862,1.5371 0.08071,0.78139 0.06696,0.90284 -0.24073,2.1249 -0.48051,1.9085 -0.74334,2.4159 -1.6767,3.2364 -0.422,0.37102 -0.92546,0.75584 -1.1188,0.85516 -0.19335,0.09932 -0.49083,0.30045 -0.66108,0.44695 -0.46162,0.39721 -1.3376,0.86575 -1.6186,0.86575 -0.13597,0 -0.51328,0.10139 -0.83848,0.22532 -0.64238,0.24481 -1.8348,0.53713 -2.1158,0.51872 -0.09646,-0.0063 -0.55786,-0.0633 -1.0253,-0.12662 z" + style="color:#000000;fill:url(#linearGradient6349)" + sodipodi:nodetypes="ccscssccsccccccccccccccsscccccccsccsccscsccsccccccccccscccccsscssccssscscssscccccscscsscsccccsccsccssssccc" /> + </g> + <path + id="path4344" + d="m 19.773686,20.851162 c 1.424761,2.787845 -6.57558,7.268287 4.924109,7.037034 2.310638,-0.04647 4.110749,0.193867 6.230632,-0.146009 5.567939,-0.892694 10.80855,-6.462456 10.740797,-14.138591 h 6.022449 L 37.195971,0.6527667 26.188847,13.603596 h 6.517071 c -0.109207,8.171082 -5.405059,11.522091 -8.999306,5.406256 -1.302696,-2.067638 -5.782433,-0.296301 -3.932179,1.84123 z" + style="color:#000000;display:block;fill:url(#linearGradient2335);fill-opacity:1;stroke:url(#linearGradient5628);stroke-width:0.775491" + sodipodi:nodetypes="csscccccccc" + transform="matrix(0.73459032,0,0,0.73459032,30.410037,23.42351)" /> + <path + id="path4348" + d="M 37.160507,1.32987 C 39.497365,16.271895 35.55569,24.604793 29.368989,27.746242 38.808253,27.870096 41.553501,17.304546 41.264567,13.174748 L 46.86892,13.187337 37.16088,1.329572 Z" + style="opacity:0.45;fill:url(#linearGradient4364);fill-rule:evenodd;stroke-width:0.775491" + transform="matrix(0.73459032,0,0,0.73459032,30.410037,23.42351)" /> + <path + id="path4346" + d="m 46.058112,12.785691 h -4.386274 c -0.409697,0.0068 -0.740307,0.363482 -0.7466,0.8055 0.05579,6.306904 -3.588129,11.016305 -7.886006,12.767462 -4.332374,1.284659 -3.798335,0.712477 -9.060619,0.799137 -1.260149,0.02075 -3.946775,-7.900712 -3.888368,-8.230323 0.05841,-0.32961 0.221785,-0.537759 0.443293,-0.67964 0.44301,-0.28377 1.623209,0.110564 2.061015,0.805453 1.196203,1.898724 2.004073,2.796259 3.351835,3.423422 1.347763,0.627162 2.728263,0.479008 3.906173,-0.142087 2.287548,-1.415886 3.420618,-4.559263 3.593013,-8.885471 -0.0185,-0.432166 -0.332177,-0.657176 -0.733123,-0.663411 H 27.906213 L 37.192424,1.8615403 46.058299,12.785731 Z" + style="color:#000000;display:block;opacity:0.61798;fill:none;stroke:url(#linearGradient4362);stroke-width:0.775491" + sodipodi:nodetypes="ccccssccsccccccc" + transform="matrix(0.73459032,0,0,0.73459032,30.410037,23.42351)" /> + <path + d="m 57.670011,33.617951 a 1.1138002,1.1138002 0 1 1 0,2.2276 1.1138002,1.1138002 0 0 1 0,-2.2276 z" + id="path6043" + style="fill:#ffffff;stroke-width:0.875629" /> + <path + id="rect11922" + style="opacity:1;vector-effect:none;fill:#ffffff;stroke-width:0.929305;stop-color:#000000;stop-opacity:1" + d="m 56.68758,28.027679 h 1.966197 v 4.697488 H 56.68758 Z" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_disconnect.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_disconnect.svg new file mode 120000 index 0000000000000000000000000000000000000000..af43e27f76e52e110604fa9ca12f09e05fad15c1 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_disconnect.svg @@ -0,0 +1 @@ +network-offline.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-cloudy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-cloudy.svg new file mode 100644 index 0000000000000000000000000000000000000000..946e24cb95a20ffe2034b43548551b406288a5d9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-cloudy.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-9" style="opacity:.3;fill-rule:evenodd" d="m8 2c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92 1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 1.3309 1.1787 2.3939 2.6875 2.5313 0.3082-1.1394 1.4598-1.8751 2.6563-1.875 0.2724 0 0.5179 0.1483 0.7812 0.2187 0.7394-0.7844 1.7015-1.375 2.875-1.375 1.1316 0 2.147 0.47058 2.875 1.2188 0.079-0.2312 0.125-0.4651 0.125-0.7188 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm2 6c-1.1263 0-2.0912 0.6072-2.6042 1.4821-0.2888-0.2059-0.6577-0.3392-1.0625-0.3392-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4-1.7708 1.307-1.7708 2.357 0 1.424 1.338 2.571 3 2.571h6c1.662 0 3-1.1469 3-2.5714 0-1.129-0.846-2.081-2.021-2.429 0.003-0.049 0.021-0.093 0.021-0.143 0-1.577-1.344-2.857-3-2.857z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 1c-1.1263 0-2.0808 0.59376-2.5938 1.4688-0.28885-0.20595-0.6577-0.3125-1.0625-0.3125-0.92 1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0463 0.4007-1.7812 1.3259-1.7812 2.375 0 1.3309 1.1787 2.3939 2.6875 2.5313 0.3082-1.1394 1.4598-1.8751 2.6563-1.875 0.2724 0 0.5179 0.1483 0.7812 0.2187 0.7394-0.7844 1.7015-1.375 2.875-1.375 1.1316 0 2.147 0.47058 2.875 1.2188 0.079-0.2312 0.125-0.4651 0.125-0.7188 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1563 0-1.5771-1.344-2.8437-3-2.8437zm2 6c-1.1263 0-2.0912 0.6072-2.6042 1.4821-0.2888-0.2059-0.6577-0.3392-1.0625-0.3392-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4-1.7708 1.307-1.7708 2.357 0 1.424 1.338 2.571 3 2.571h6c1.662 0 3-1.1469 3-2.5714 0-1.129-0.846-2.081-2.021-2.429 0.003-0.0488 0.021-0.0934 0.021-0.1429 0-1.5771-1.344-2.8571-3-2.8571z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-few-clouds.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-few-clouds.svg new file mode 100644 index 0000000000000000000000000000000000000000..584e826804cdc803b568e8de2e801cd33af2ca13 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-few-clouds.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2496-2" style="opacity:.3;stroke-width:2;stroke:#000;stroke-linecap:round;fill:none" d="m12.95 13.95-0.5656-0.5657m0.0707-8.8388l0.495-0.4947m-9.3341 0.5657-0.5656-0.5657m-2.0503 4.9498h1m12 0h1m-7-6v-1"/> + <path id="path2876-6-6-4-0-8" style="opacity:.3" d="m8 5c-2.2091 0-4 1.7909-4 4 0 0.2867 0.0364 0.5741 0.0938 0.8438 0.581-0.5276 1.3012-0.9063 2.1562-0.9063 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.30803 0.17626 0.5659 0.41094 0.8125 0.65625 0.0052 0.0052 0.02604-0.0053 0.03125 0 1.053-0.72 1.719-1.94 1.719-3.312 0-2.2091-1.791-4-4-4zm-1.75 5c-0.84473 0-1.5684 0.45537-1.9531 1.1116-0.21663-0.15446-0.49328-0.25446-0.79687-0.25446-0.69 0-1.25 0.48-1.25 1.0714 0 0.13283 0.026505 0.25759 0.078125 0.375-0.7847 0.3-1.3281 0.981-1.3281 1.767 0 1.069 1.0035 1.929 2.25 1.929h4.5c1.2465 0 2.25-0.86 2.25-1.929 0-0.846-0.6344-1.56-1.5156-1.821 0.002-0.03661 0.01563-0.07007 0.01563-0.10714 0-1.183-1.008-2.143-2.25-2.143z"/> + <path id="path2496" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.95 12.95-0.566-0.566m0.071-8.8388 0.495-0.495m-9.3341 0.5657-0.5656-0.5657m-2.0503 4.9498h1m12 0h1m-7-6v-1"/> + <path id="path2876-6-6-4-0" style="fill:#dfdbd2" d="m8 4c-2.2091 0-4 1.7909-4 4 0 0.2867 0.0364 0.5741 0.0938 0.8437 0.581-0.5275 1.3012-0.9062 2.1562-0.9062 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.30803 0.17626 0.5659 0.41094 0.8125 0.65625 0.0052 0.0052 0.02604-0.0053 0.03125 0 1.053-0.72 1.719-1.9402 1.719-3.312 0-2.2091-1.791-4-4-4zm-1.75 5c-0.84473 0-1.5684 0.45537-1.9531 1.1116-0.2167-0.1549-0.4933-0.2549-0.7969-0.2549-0.69 0-1.25 0.48-1.25 1.0714 0 0.13283 0.026505 0.25759 0.078125 0.375-0.7847 0.3-1.3281 0.981-1.3281 1.767 0 1.0684 1.0035 1.9286 2.25 1.9286h4.5c1.2465 0 2.25-0.86014 2.25-1.9286 0-0.84629-0.63436-1.5604-1.5156-1.8214 0.002-0.03661 0.01563-0.07007 0.01563-0.10714 0-1.1829-1.008-2.1429-2.25-2.1429z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-fog.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-fog.svg new file mode 100644 index 0000000000000000000000000000000000000000..387ba6933979c2e67717e19276a319d8e3548e2f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-fog.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3181" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3645-5" style="opacity:.3;stroke-width:1.5;stroke:#000;stroke-linecap:round;fill:none" d="m2.5 13c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000002m-11-3.9999c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000001m-11-4c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0"/> + <path id="path3645" style="stroke-width:1.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.5 12c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000002m-11-3.9999c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000001m-11-4c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-night-clear.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-night-clear.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-night-clear.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-night-few-clouds.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-night-few-clouds.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-night-few-clouds.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-showers.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-showers.svg new file mode 100644 index 0000000000000000000000000000000000000000..8231d516849da667ba9f98ab2fad8c282b6f69af --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-showers.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3350-8" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none" d="m1.5 15.5 2-4m2 4l2-4m2 4 2-4m-8.0175 4 2-4m2 4 2-4m2 4 2-4"/> + <path id="path2397-0" style="opacity:.3;fill-rule:evenodd" d="m10 1.986c-1.1263 0-2.0912 0.60715-2.6042 1.4821-0.28885-0.20595-0.6577-0.33929-1.0625-0.33929-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4008-1.7708 1.308-1.7708 2.3572 0 1.4245 1.338 2.5714 3 2.5714h6c1.662 0 3-1.1469 3-2.5714 0-1.1284-0.846-2.0806-2.021-2.4286 0.003-0.0488 0.021-0.0934 0.021-0.1429 0-1.5771-1.344-2.8571-3-2.8571z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m10 0.98613c-1.1263 0-2.0912 0.60715-2.6042 1.4821-0.28885-0.20595-0.6577-0.33929-1.0625-0.33929-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4008-1.7708 1.3081-1.7708 2.3572 0 1.4246 1.338 2.5714 3 2.5714h6c1.662 0 3-1.1469 3-2.5714 0-1.1284-0.846-2.0806-2.021-2.4286 0.003-0.0488 0.021-0.0934 0.021-0.1428 0-1.5772-1.344-2.8572-3-2.8572z"/> + <path id="path3350" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none" d="m1.5 14.5 2-4m2 4l2-4m2 4 2-4m-8.0175 4 2-4m2 4 2-4m2 4 2-4"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-snow.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-snow.svg new file mode 100644 index 0000000000000000000000000000000000000000..16c1b036408d2098d6ba6da24cfa3fedf97d97cb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-snow.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-5" style="opacity:.3;fill-rule:evenodd" d="m9 2c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 1.1271 0.8584 2.0573 2.0312 2.4063-0.0158-0.1138-0.0312-0.2256-0.0312-0.3438 0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5c0 0.1726-0.0292 0.3373-0.0625 0.5h2.0625c1.662 0 3-1.1379 3-2.5625 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm-1 10.5c0 0.82843 0.67157 1.5 1.5 1.5s1.5-0.67157 1.5-1.5-0.67157-1.5-1.5-1.5-1.5 0.67157-1.5 1.5zm-3-3c0 0.828 0.6716 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.6716-1.5-1.5-1.5s-1.5 0.6716-1.5 1.5zm-1 5c0 0.828 0.6716 1.5 1.5 1.5s1.5-0.672 1.5-1.5-0.6716-1.5-1.5-1.5-1.5 0.672-1.5 1.5z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m9 1c-1.1263 0-2.0808 0.59376-2.5938 1.4688-0.28885-0.20595-0.6577-0.3125-1.0625-0.3125-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0463 0.4007-1.7812 1.3259-1.7812 2.375 0 1.1271 0.8584 2.0573 2.0312 2.4063-0.0158-0.1138-0.0312-0.2256-0.0312-0.3438 0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5c0 0.1726-0.0292 0.3373-0.0625 0.5h2.0625c1.662 0 3-1.1379 3-2.5625 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm-1 10.5c0 0.82843 0.67157 1.5 1.5 1.5s1.5-0.67157 1.5-1.5-0.67157-1.5-1.5-1.5-1.5 0.67157-1.5 1.5zm-3-3c0 0.8284 0.6716 1.5 1.5 1.5s1.5-0.6716 1.5-1.5-0.6716-1.5-1.5-1.5-1.5 0.6716-1.5 1.5zm-1 5c0 0.828 0.6716 1.5 1.5 1.5s1.5-0.672 1.5-1.5-0.6716-1.5-1.5-1.5-1.5 0.672-1.5 1.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-storm.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-storm.svg new file mode 100644 index 0000000000000000000000000000000000000000..f7194e8e806c3f109a7678552029b9c2169022ab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/stock_weather-storm.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-2" style="opacity:.3;fill-rule:evenodd" d="m9 1c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062-1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 0.9411 0.5892 1.7179 1.4688 2.1563l6.2812-6.2813c0.14314-0.14723 0.32902-0.24563 0.53125-0.28125 0.35161-0.059063 0.71637 0.06408 0.9375 0.34375s0.26356 0.67149 0.125 1l-1.469 3.6562h1.5625c0.38772-0.0072 0.74375 0.21041 0.90625 0.5625s0.10074 0.7721-0.15625 1.0625l-0.15625 0.1875c1.141-0.3604 1.968-1.298 1.968-2.4062 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm1.4375 2-7 7h4l-3 6 7-8h-3l2-5z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m9 0c-1.1263 0-2.0808 0.59376-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062-1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 0.9411 0.5892 1.7179 1.4688 2.1563l6.2812-6.2813c0.14314-0.14723 0.32902-0.24563 0.53125-0.28125 0.35161-0.059063 0.71637 0.06408 0.9375 0.34375s0.26356 0.67149 0.125 1l-1.469 3.6562h1.5625c0.38772-0.0072 0.74375 0.21041 0.90625 0.5625s0.10074 0.7721-0.15625 1.0625l-0.15625 0.1875c1.141-0.3604 1.968-1.298 1.968-2.4062 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm1.4375 2-7 7h4l-3 6 7-8h-3l2-5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel-alert.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel-alert.svg new file mode 100644 index 0000000000000000000000000000000000000000..0ba892ffa9149f54d670fe0b42031ac001b675a9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel-alert.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) --> +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 22 22" xml:space="preserve" height="22px" viewBox="0 0 22 22" width="22px" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata13"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata> +<rect id="rect3" style="opacity:.3" height="7" width="2" y="4" x="10"/> +<g id="g5" style="opacity:.3" transform="translate(0,1)"> + <path id="path7" d="m19 12v-2h-2.09c-0.153-0.911-0.509-1.75-1.023-2.473l1.478-1.478-1.415-1.413-1.478 1.477c-0.448-0.319-0.945-0.57-1.472-0.758v2.2c1.19 0.693 2 1.969 2 3.445 0 1.1-0.444 2.094-1.162 2.817l-0.021 0.021c-0.723 0.718-1.717 1.162-2.817 1.162-1.104 0-2.103-0.447-2.827-1.171l-0.003-0.002c-0.723-0.723-1.17-1.723-1.17-2.827 0-1.477 0.81-2.752 2-3.445v-2.2c-0.527 0.188-1.025 0.439-1.473 0.758l-1.478-1.478-1.414 1.414 1.478 1.478c-0.514 0.723-0.87 1.562-1.023 2.473h-2.09v2h2.09c0.153 0.91 0.509 1.75 1.023 2.473l-1.477 1.477 1.414 1.414 1.477-1.477c0.723 0.514 1.562 0.87 2.473 1.023v2.09h2v-2.09c0.91-0.153 1.75-0.509 2.473-1.023l1.477 1.477 1.414-1.414-1.477-1.477c0.515-0.723 0.87-1.562 1.023-2.473h2.09z"/> +</g> +<rect id="rect3-8" style="fill:#df382c" height="7" width="2" y="3" x="10"/><g id="g5-2" style="fill:#df382c"><path id="path7-6" style="fill:#df382c" d="m19 12v-2h-2.09c-0.153-0.911-0.509-1.75-1.023-2.473l1.478-1.478-1.415-1.413-1.478 1.477c-0.448-0.319-0.945-0.57-1.472-0.758v2.2c1.19 0.693 2 1.969 2 3.445 0 1.1-0.444 2.094-1.162 2.817l-0.021 0.021c-0.723 0.718-1.717 1.162-2.817 1.162-1.104 0-2.103-0.447-2.827-1.171l-0.003-0.002c-0.723-0.723-1.17-1.723-1.17-2.827 0-1.477 0.81-2.752 2-3.445v-2.2c-0.527 0.188-1.025 0.439-1.473 0.758l-1.478-1.478-1.414 1.414 1.478 1.478c-0.514 0.723-0.87 1.562-1.023 2.473h-2.09v2h2.09c0.153 0.91 0.509 1.75 1.023 2.473l-1.477 1.477 1.414 1.414 1.477-1.477c0.723 0.514 1.562 0.87 2.473 1.023v2.09h2v-2.09c0.91-0.153 1.75-0.509 2.473-1.023l1.477 1.477 1.414-1.414-1.477-1.477c0.515-0.723 0.87-1.562 1.023-2.473h2.09z"/></g></svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel-information.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel-information.svg new file mode 100644 index 0000000000000000000000000000000000000000..b530b8094472798a6fd5c8624f4e30f6abd558a9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel-information.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) --> +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 22 22" xml:space="preserve" height="22px" viewBox="0 0 22 22" width="22px" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata13"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata> +<rect id="rect3" style="opacity:.3" height="7" width="2" y="4" x="10"/> +<g id="g5" style="opacity:.3" transform="translate(0,1)"> + <path id="path7" d="m19 12v-2h-2.09c-0.153-0.911-0.509-1.75-1.023-2.473l1.478-1.478-1.415-1.413-1.478 1.477c-0.448-0.319-0.945-0.57-1.472-0.758v2.2c1.19 0.693 2 1.969 2 3.445 0 1.1-0.444 2.094-1.162 2.817l-0.021 0.021c-0.723 0.718-1.717 1.162-2.817 1.162-1.104 0-2.103-0.447-2.827-1.171l-0.003-0.002c-0.723-0.723-1.17-1.723-1.17-2.827 0-1.477 0.81-2.752 2-3.445v-2.2c-0.527 0.188-1.025 0.439-1.473 0.758l-1.478-1.478-1.414 1.414 1.478 1.478c-0.514 0.723-0.87 1.562-1.023 2.473h-2.09v2h2.09c0.153 0.91 0.509 1.75 1.023 2.473l-1.477 1.477 1.414 1.414 1.477-1.477c0.723 0.514 1.562 0.87 2.473 1.023v2.09h2v-2.09c0.91-0.153 1.75-0.509 2.473-1.023l1.477 1.477 1.414-1.414-1.477-1.477c0.515-0.723 0.87-1.562 1.023-2.473h2.09z"/> +</g> +<rect id="rect3-8" style="fill:#19b6ee" height="7" width="2" y="3" x="10"/><g id="g5-2" style="fill:#19b6ee"><path id="path7-6" style="fill:#19b6ee" d="m19 12v-2h-2.09c-0.153-0.911-0.509-1.75-1.023-2.473l1.478-1.478-1.415-1.413-1.478 1.477c-0.448-0.319-0.945-0.57-1.472-0.758v2.2c1.19 0.693 2 1.969 2 3.445 0 1.1-0.444 2.094-1.162 2.817l-0.021 0.021c-0.723 0.718-1.717 1.162-2.817 1.162-1.104 0-2.103-0.447-2.827-1.171l-0.003-0.002c-0.723-0.723-1.17-1.723-1.17-2.827 0-1.477 0.81-2.752 2-3.445v-2.2c-0.527 0.188-1.025 0.439-1.473 0.758l-1.478-1.478-1.414 1.414 1.478 1.478c-0.514 0.723-0.87 1.562-1.023 2.473h-2.09v2h2.09c0.153 0.91 0.509 1.75 1.023 2.473l-1.477 1.477 1.414 1.414 1.477-1.477c0.723 0.514 1.562 0.87 2.473 1.023v2.09h2v-2.09c0.91-0.153 1.75-0.509 2.473-1.023l1.477 1.477 1.414-1.414-1.477-1.477c0.515-0.723 0.87-1.562 1.023-2.473h2.09z"/></g></svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..ad10f637933bb2a62da325a390df74acd38604a0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/system-devices-panel.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) --> +<svg id="Layer_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 22 22" xml:space="preserve" height="22px" viewBox="0 0 22 22" width="22px" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata id="metadata13"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata> +<rect id="rect3" style="opacity:.3" height="7" width="2" y="4" x="10"/> +<g id="g5" style="opacity:.3" transform="translate(0,1)"> + <path id="path7" d="m19 12v-2h-2.09c-0.153-0.911-0.509-1.75-1.023-2.473l1.478-1.478-1.415-1.413-1.478 1.477c-0.448-0.319-0.945-0.57-1.472-0.758v2.2c1.19 0.693 2 1.969 2 3.445 0 1.1-0.444 2.094-1.162 2.817l-0.021 0.021c-0.723 0.718-1.717 1.162-2.817 1.162-1.104 0-2.103-0.447-2.827-1.171l-0.003-0.002c-0.723-0.723-1.17-1.723-1.17-2.827 0-1.477 0.81-2.752 2-3.445v-2.2c-0.527 0.188-1.025 0.439-1.473 0.758l-1.478-1.478-1.414 1.414 1.478 1.478c-0.514 0.723-0.87 1.562-1.023 2.473h-2.09v2h2.09c0.153 0.91 0.509 1.75 1.023 2.473l-1.477 1.477 1.414 1.414 1.477-1.477c0.723 0.514 1.562 0.87 2.473 1.023v2.09h2v-2.09c0.91-0.153 1.75-0.509 2.473-1.023l1.477 1.477 1.414-1.414-1.477-1.477c0.515-0.723 0.87-1.562 1.023-2.473h2.09z"/> +</g> +<rect id="rect3-8" style="fill:#dfdbd2" height="7" width="2" y="3" x="10"/><g id="g5-2" style="fill:#dfdbd2"><path id="path7-6" style="fill:#dfdbd2" d="m19 12v-2h-2.09c-0.153-0.911-0.509-1.75-1.023-2.473l1.478-1.478-1.415-1.413-1.478 1.477c-0.448-0.319-0.945-0.57-1.472-0.758v2.2c1.19 0.693 2 1.969 2 3.445 0 1.1-0.444 2.094-1.162 2.817l-0.021 0.021c-0.723 0.718-1.717 1.162-2.817 1.162-1.104 0-2.103-0.447-2.827-1.171l-0.003-0.002c-0.723-0.723-1.17-1.723-1.17-2.827 0-1.477 0.81-2.752 2-3.445v-2.2c-0.527 0.188-1.025 0.439-1.473 0.758l-1.478-1.478-1.414 1.414 1.478 1.478c-0.514 0.723-0.87 1.562-1.023 2.473h-2.09v2h2.09c0.153 0.91 0.509 1.75 1.023 2.473l-1.477 1.477 1.414 1.414 1.477-1.477c0.723 0.514 1.562 0.87 2.473 1.023v2.09h2v-2.09c0.91-0.153 1.75-0.509 2.473-1.023l1.477 1.477 1.414-1.414-1.477-1.477c0.515-0.723 0.87-1.562 1.023-2.473h2.09z"/></g></svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-away.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-away.svg new file mode 120000 index 0000000000000000000000000000000000000000..d4d5c6b225616642bc28c0d12ff3742e91086f53 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-away.svg @@ -0,0 +1 @@ +user-away-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-busy.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-busy.svg new file mode 120000 index 0000000000000000000000000000000000000000..d01e7f377ae289fc651051650dbe7c25473a6d80 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-busy.svg @@ -0,0 +1 @@ +user-busy-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-extended-away.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-extended-away.svg new file mode 120000 index 0000000000000000000000000000000000000000..c92b1314e3f4f4f1c8e3a010c5945f5549ad4419 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-extended-away.svg @@ -0,0 +1 @@ +user-idle-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-message.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-message.svg new file mode 120000 index 0000000000000000000000000000000000000000..6af2e51ce377b046d0d1c2bb361fb535011f1f7c --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-message.svg @@ -0,0 +1 @@ +tray-new-im.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-new-im.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-new-im.svg new file mode 100644 index 0000000000000000000000000000000000000000..e04ab88728b7767ff8fa87e4b107866329c1b01b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-new-im.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3795" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3800"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path2396-2" style="opacity:.3;fill-rule:evenodd" d="m9.5-1c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.3438c0.208-0.6876 0.344-1.401 0.344-2.1562 0-4.14-3.36-7.5-7.5-7.5z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#19b6ee" d="m9.5-2c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.3438c0.208-0.6876 0.344-1.401 0.344-2.1562 0-4.14-3.36-7.5-7.5-7.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-offline.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-offline.svg new file mode 120000 index 0000000000000000000000000000000000000000..8e97641b32177a0aac9eb1c588c2fe51fcbcbe52 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-offline.svg @@ -0,0 +1 @@ +user-offline-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-online.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-online.svg new file mode 120000 index 0000000000000000000000000000000000000000..c60c9bb0119a9f57fa931055b7c206fab7a5e5a0 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/tray-online.svg @@ -0,0 +1 @@ +user-available-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/un-reboot.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/un-reboot.svg new file mode 120000 index 0000000000000000000000000000000000000000..b69af7a0cbd8b17687e718e761785ab20d84ae2b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/un-reboot.svg @@ -0,0 +1 @@ +reboot-notifier.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/update-manager.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/update-manager.svg new file mode 100644 index 0000000000000000000000000000000000000000..030d61c38ef5ebea2a98c1e5f3926a5e796c3ee4 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/update-manager.svg @@ -0,0 +1,201 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + id="svg1328" + width="24" + height="24" + version="1.1" + sodipodi:docname="update-manager.svg" + inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" + viewBox="0 0 48 48" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <sodipodi:namedview + id="namedview28" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + showgrid="false" + inkscape:zoom="13.319307" + inkscape:cx="4.9552128" + inkscape:cy="20.60918" + inkscape:window-width="1918" + inkscape:window-height="1054" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg1328" + inkscape:showpageshadow="2" + inkscape:deskcolor="#d1d1d1" /> + <defs + id="defs1330"> + <linearGradient + id="linearGradient4360" + x1="14.965204" + x2="13.824" + y1="30.483149" + y2="37.130001" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.8055,-0.7466,0,51.051,34.887)"> + <stop + id="stop1915" + style="stop-color:#73d216" + offset="0" /> + <stop + id="stop1917" + style="stop-color:#8ae234;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4362" + x1="18.226788" + x2="16.13081" + y1="28.041166" + y2="35.981106" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.8055,-0.7466,0,51.051,34.887)"> + <stop + id="stop5134" + style="stop-color:#fff" + offset="0" /> + <stop + id="stop5136" + style="stop-color:#fff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient4364" + x1="15.457" + x2="25.561001" + y1="8.7343998" + y2="13.526" + gradientTransform="matrix(0,1.1523483,-1.0677873,0,49.292906,-5.908353)" + gradientUnits="userSpaceOnUse"> + <stop + id="stop5893" + style="stop-color:#fff" + offset="0" /> + <stop + id="stop5895" + style="stop-color:#fff;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6341" + x1="14.965204" + x2="13.824" + y1="30.483149" + y2="37.130001" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0,-0.8055,-0.7466,0,51.051,34.887)"> + <stop + id="stop6337" + style="stop-color:#4e9a06" + offset="0" /> + <stop + id="stop6339" + style="stop-color:#4e9a06;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + id="linearGradient6349" + x1="30.945" + x2="37.202999" + y1="23.746" + y2="19.896" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.95651,0,0,1.0433,-1.8801,1.6468)"> + <stop + id="stop6345" + style="stop-color:#004db1" + offset="0" /> + <stop + id="stop6347" + style="stop-color:#004db1;stop-opacity:0" + offset="1" /> + </linearGradient> + </defs> + <metadata + id="metadata1333"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Go Home</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>go</rdf:li> + <rdf:li>seek</rdf:li> + <rdf:li>home</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Rodney Dawes</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="g5224" + transform="matrix(0.9,0,0,0.9,2.1806206,2.3632878)"> + <path + id="path4297" + d="m 24.773051,47.249443 c -1.064595,-0.157277 -2.235459,-0.469068 -2.755131,-0.733628 -1.201186,-0.611499 -2.350528,-1.479921 -2.760106,-2.085452 -0.10732,-0.158665 -0.373689,-0.441921 -0.591945,-0.629465 -0.867641,-0.745573 -1.374505,-1.530521 -2.408684,-3.730527 -0.117507,-0.249954 -0.484635,-2.273769 -0.61977,-3.416599 -0.106785,-0.90306 -0.0982,-2.70726 0.01681,-3.533136 0.142721,-1.024698 0.434246,-2.37236 0.575475,-2.660102 0.118846,-0.242233 0.414169,-1.285554 0.505955,-1.78759 0.03468,-0.189672 0.112476,-0.411363 0.172889,-0.492646 0.06039,-0.08128 0.185056,-0.435995 0.277006,-0.788234 0.09196,-0.352239 0.306303,-0.947442 0.476342,-1.322696 0.380815,-0.840357 0.559788,-1.466463 0.561069,-1.962865 5.47e-4,-0.20842 0.06777,-0.629548 0.149398,-0.935819 0.199882,-0.749934 0.122825,-2.861667 -0.133567,-3.66094 -0.194727,-0.607065 -0.670275,-1.626609 -1.169908,-2.508197 -1.035231,-1.82661 -3.994386,-4.074087 -5.755416,-4.371114 -0.675048,-0.113887 -2.909321,0.01213 -3.869657,0.218258 -0.8222351,0.176474 -1.5967021,0.568964 -1.9937494,1.010384 -1.0183962,1.132189 -1.6136324,1.897137 -1.848073,2.375073 -0.3382602,0.689412 -0.5480133,1.746901 -0.6055761,3.053113 -0.065396,1.484407 -0.00853,1.794789 0.5950353,3.246645 0.5093703,1.225356 1.8791596,2.463231 3.3861411,3.060103 0.703427,0.278624 0.9712403,0.330299 1.9873408,0.383465 1.4011913,0.07331 1.9984363,-0.03748 2.6264813,-0.487242 0.244665,-0.175212 0.627776,-0.435745 0.851341,-0.578969 1.020501,-0.653742 1.553564,-1.886703 1.549164,-3.583422 -0.0027,-1.051751 -0.346305,-2.001989 -0.928637,-2.568083 -0.362106,-0.352041 -1.63965,-1.19051 -2.010871,-1.319775 -0.646773,-0.225165 -1.4811561,-0.08234 -2.3714757,0.405948 -0.4334329,0.237706 -0.8650772,0.547211 -0.9591882,0.687796 -0.094131,0.140585 -0.3073362,0.650477 -0.473769,1.133128 -0.1664423,0.48261 -0.3359932,0.877478 -0.3767884,0.877478 -0.1618415,0 -0.1203385,-0.765396 0.073357,-1.353265 0.2770914,-0.840879 0.5553784,-1.278355 1.1041951,-1.735946 0.6187281,-0.515829 1.225385,-0.770884 2.0454012,-0.859982 1.066221,-0.115848 1.233228,-0.08326 2.155399,0.420617 1.072917,0.586199 1.397174,0.931959 1.92689,2.05457 0.632281,1.340119 0.70973,1.708926 0.569553,2.711954 -0.159316,1.140014 -0.51751,2.291922 -0.934481,3.005122 -0.380184,0.650309 -1.088987,1.242674 -2.362389,1.974445 -0.913323,0.524842 -1.225193,0.616465 -2.4390041,0.716601 C 7.6818025,27.588037 6.907412,27.493949 5.893607,27.099815 5.446472,26.925969 4.8903284,26.724362 4.6578008,26.651811 4.347815,26.555087 3.9467887,26.25495 3.1550279,25.527029 1.7961142,24.277782 1.5778386,23.873816 1.3136505,22.120655 1.2156848,21.470366 1.1227311,20.619659 1.1070635,20.2303 1.0914045,19.840888 1.0532522,19.477538 1.0222651,19.422858 0.95745387,19.308481 1.1078498,17.32739 1.2587813,16.30746 1.3832041,15.466602 1.4401165,15.338756 2.3293073,13.902445 2.8570234,13.050079 3.2039974,12.608649 3.6971166,12.162116 5.2917144,10.718294 6.3334495,10.119648 8.1442185,9.606553 9.3997336,9.2507564 9.4030813,9.2503913 10.944497,9.2950549 c 0.391308,0.01134 0.738684,0.026355 1.048813,0.045899 0.981762,0.061876 1.589816,0.1691398 2.035167,0.3487856 3.962821,1.5986485 5.525949,2.9982355 7.556333,6.7655915 0.64926,1.204699 2.72921,4.066992 3.84957,5.320935 5.627399,2.807161 6.313708,-3.924278 7.920578,-2.55984 2.280798,1.936678 -1.471022,7.856882 -3.539475,8.257405 -5.018234,0.638802 -6.98061,-1.508716 -9.871183,3.662401 -0.116054,0.243861 -0.283663,0.532062 -0.372465,0.64044 -0.294357,0.359271 -0.521891,1.096091 -0.537664,1.741163 -0.03884,1.588737 0.02103,4.406691 0.101199,4.76183 0.124308,0.550685 0.35586,1.129894 0.590798,1.477939 0.304648,0.451248 0.813827,1.465941 0.932597,1.85843 0.06377,0.210726 0.277981,0.507691 0.536573,0.743842 0.236737,0.216192 0.546981,0.576527 0.689434,0.800722 0.309603,0.487284 1.429121,1.149299 2.099826,1.24184 0.234909,0.03238 0.51004,0.115003 0.611401,0.1836 0.101362,0.0686 0.40623,0.174847 0.677496,0.236109 0.588177,0.132833 1.919811,-0.04936 2.68808,-0.367774 0.472335,-0.195754 1.586659,-0.906147 2.180078,-1.389779 0.44472,-0.362464 1.05063,-1.300891 1.228733,-1.903084 0.08412,-0.284424 0.202646,-0.605803 0.263375,-0.714191 0.312855,-0.55827 0.386353,-1.693798 0.236899,-3.660105 -0.05726,-0.753336 -0.131176,-1.117687 -0.299809,-1.477939 -0.123093,-0.262943 -0.317858,-0.691802 -0.432811,-0.953013 -0.351891,-0.799616 -2.046166,-2.1372 -2.726436,-2.152536 -0.113242,-0.0025 -0.478504,-0.06649 -0.811714,-0.142098 -0.639819,-0.145164 -1.573746,-0.07196 -1.960271,0.153668 -0.475185,0.277393 -1.0821,0.773242 -1.470635,1.201569 -0.345309,0.380648 -0.466164,0.614169 -0.654673,1.265105 -0.216401,0.747159 -0.226004,0.863404 -0.150105,1.816698 0.09276,1.165158 0.274843,1.704231 0.782855,2.317587 0.405187,0.489183 0.750335,0.694671 1.664806,0.991125 0.664076,0.215285 1.291862,0.229348 1.874568,0.04198 0.342144,-0.110026 0.225698,0.11372 -0.157202,0.302046 -0.540849,0.26602 -1.818421,0.164299 -2.661585,-0.211915 -0.843393,-0.376319 -1.577954,-1.11894 -1.96888,-1.990617 -0.281511,-0.627618 -0.293524,-0.702808 -0.293524,-1.836729 0,-1.127703 0.01288,-1.209707 0.278794,-1.773506 0.153328,-0.325144 0.372551,-0.790581 0.48715,-1.034296 0.11459,-0.243715 0.447169,-0.694077 0.739038,-1.000796 0.430831,-0.45273 0.662154,-0.607284 1.229211,-0.821255 1.560929,-0.589005 3.460653,-0.436277 4.627978,0.372072 1.067465,0.739199 2.003315,1.599171 2.359328,2.168082 0.654004,1.045074 1.126768,2.28055 1.195541,3.124266 0.03315,0.406439 0.09712,1.128016 0.142157,1.603657 0.0772,0.815224 0.06405,0.941933 -0.230261,2.216908 -0.459612,1.991138 -0.711012,2.520508 -1.60378,3.376536 -0.403647,0.387085 -0.885212,0.788568 -1.070143,0.892188 -0.184942,0.103621 -0.469484,0.31346 -0.63233,0.466303 -0.441544,0.414409 -1.279428,0.903237 -1.548207,0.903237 -0.130057,0 -0.490958,0.10578 -0.802015,0.235077 -0.614442,0.25541 -1.755004,0.560387 -2.023783,0.54118 -0.09226,-0.0066 -0.533599,-0.06604 -0.98071,-0.132102 z" + style="color:#000000;opacity:0.50211;fill:none;stroke:#002568;stroke-width:1.49844;stroke-linejoin:round" + sodipodi:nodetypes="ccscssccsccccccccccccccsscccccccsccsccscsccsccccccccsccscccccsscssccssscscssscccccscscsscsccccsccsccssssscc" /> + <path + id="path2243" + d="m 24.773051,47.249443 c -1.064595,-0.157277 -2.235459,-0.469068 -2.755131,-0.733628 -1.201186,-0.611499 -2.350528,-1.479921 -2.760106,-2.085452 -0.10732,-0.158665 -0.373689,-0.441921 -0.591945,-0.629465 -0.867641,-0.745573 -1.374505,-1.530521 -2.408684,-3.730527 -0.117507,-0.249954 -0.484635,-2.273769 -0.61977,-3.416599 -0.106785,-0.90306 -0.0982,-2.70726 0.01681,-3.533136 0.142721,-1.024698 0.434246,-2.37236 0.575475,-2.660102 0.118846,-0.242233 0.414169,-1.285554 0.505955,-1.78759 0.03468,-0.189672 0.112476,-0.411363 0.172889,-0.492646 0.06039,-0.08128 0.185056,-0.435995 0.277006,-0.788234 0.09196,-0.352239 0.306303,-0.947442 0.476342,-1.322696 0.380815,-0.840357 0.559788,-1.466463 0.561069,-1.962865 5.47e-4,-0.20842 0.06777,-0.629548 0.149398,-0.935819 0.199882,-0.749934 0.122825,-2.861667 -0.133567,-3.66094 -0.194727,-0.607065 -0.670275,-1.626609 -1.169908,-2.508197 -1.035231,-1.82661 -3.994386,-4.074087 -5.755416,-4.371114 -0.675048,-0.113887 -2.909321,0.01213 -3.869657,0.218258 -0.8222351,0.176474 -1.5967021,0.568964 -1.9937494,1.010384 -1.0183962,1.132189 -1.6136324,1.897137 -1.848073,2.375073 -0.3382602,0.689412 -0.5480133,1.746901 -0.6055761,3.053113 -0.065396,1.484407 -0.00853,1.794789 0.5950353,3.246645 0.5093703,1.225356 1.8791596,2.463231 3.3861411,3.060103 0.703427,0.278624 0.9712403,0.330299 1.9873408,0.383465 1.4011913,0.07331 1.9984363,-0.03748 2.6264813,-0.487242 0.244665,-0.175212 0.627776,-0.435745 0.851341,-0.578969 1.020501,-0.653742 1.553564,-1.886703 1.549164,-3.583422 -0.0027,-1.051751 -0.346305,-2.001989 -0.928637,-2.568083 -0.362106,-0.352041 -1.63965,-1.19051 -2.010871,-1.319775 -0.646773,-0.225165 -1.4811561,-0.08234 -2.3714757,0.405948 -0.4334329,0.237706 -0.8650772,0.547211 -0.9591882,0.687796 -0.094131,0.140585 -0.3073362,0.650477 -0.473769,1.133128 -0.1664423,0.48261 -0.3359932,0.877478 -0.3767884,0.877478 -0.1618415,0 -0.1203385,-0.765396 0.073357,-1.353265 0.2770914,-0.840879 0.5553784,-1.278355 1.1041951,-1.735946 0.6187281,-0.515829 1.225385,-0.770884 2.0454012,-0.859982 1.066221,-0.115848 1.233228,-0.08326 2.155399,0.420617 1.072917,0.586199 1.397174,0.931959 1.92689,2.05457 0.632281,1.340119 0.70973,1.708926 0.569553,2.711954 -0.159316,1.140014 -0.51751,2.291922 -0.934481,3.005122 -0.380184,0.650309 -1.088987,1.242674 -2.362389,1.974445 -0.913323,0.524842 -1.225193,0.616465 -2.4390041,0.716601 C 7.6818025,27.588037 6.907412,27.493949 5.893607,27.099815 5.446472,26.925969 4.8903284,26.724362 4.6578008,26.651811 4.347815,26.555087 3.9467887,26.25495 3.1550279,25.527029 1.7961142,24.277782 1.5778386,23.873816 1.3136505,22.120655 1.2156848,21.470366 1.1227311,20.619659 1.1070635,20.2303 1.0914045,19.840888 1.0532522,19.477538 1.0222651,19.422858 0.95745387,19.308481 1.1078498,17.32739 1.2587813,16.30746 1.3832041,15.466602 1.4401165,15.338756 2.3293073,13.902445 2.8570234,13.050079 3.2039974,12.608649 3.6971166,12.162116 5.2917144,10.718294 6.3334495,10.119648 8.1442185,9.606553 9.3997336,9.2507564 9.4030813,9.2503913 10.944497,9.2950549 c 1.63018,0.04724 2.497926,0.1582895 3.083884,0.3946909 3.962821,1.5986482 5.52595,2.9982352 7.556333,6.7655922 0.64926,1.204698 1.269098,2.065942 2.389458,3.319885 4.547727,5.632359 6.368166,0.705692 8.00399,1.694427 2.532169,1.530417 0.444767,5.603665 -1.623714,6.004188 -5.018234,0.638802 -7.519604,-1.508717 -10.409699,3.6624 -0.116053,0.243861 -0.283662,0.532062 -0.372465,0.64044 -0.294356,0.359271 -0.521891,1.096091 -0.537663,1.741163 -0.03884,1.588738 0.02103,4.406691 0.101198,4.76183 0.124308,0.550685 0.35586,1.129894 0.590798,1.477939 0.304649,0.451248 0.813828,1.465941 0.932598,1.85843 0.06377,0.210726 0.27798,0.507691 0.536573,0.743842 0.236736,0.216193 0.54698,0.576528 0.689433,0.800722 0.309603,0.487284 1.429122,1.1493 2.099827,1.24184 0.234909,0.03238 0.510039,0.115003 0.611401,0.1836 0.101361,0.0686 0.40623,0.174847 0.677496,0.236109 0.588177,0.132833 1.919811,-0.04936 2.68808,-0.367773 0.472334,-0.195755 1.586659,-0.906148 2.180077,-1.38978 0.44472,-0.362464 1.050631,-1.300891 1.228733,-1.903084 0.08412,-0.284424 0.202646,-0.605802 0.263375,-0.714191 0.312856,-0.55827 0.386354,-1.693797 0.236899,-3.660105 -0.05726,-0.753335 -0.131176,-1.117687 -0.299808,-1.477939 -0.123094,-0.262943 -0.317858,-0.691801 -0.432812,-0.953012 -0.35189,-0.799617 -2.046166,-2.1372 -2.726436,-2.152537 -0.113241,-0.0025 -0.478503,-0.06649 -0.811713,-0.142097 -0.639819,-0.145165 -1.573746,-0.07196 -1.960272,0.153667 -0.475184,0.277393 -1.0821,0.773242 -1.470634,1.201569 -0.34531,0.380648 -0.466165,0.61417 -0.654674,1.265105 -0.2164,0.74716 -0.226004,0.863404 -0.150105,1.816699 0.09276,1.165157 0.274844,1.70423 0.782856,2.317586 0.405187,0.489183 0.750334,0.694671 1.664805,0.991125 0.664077,0.215285 1.291863,0.229349 1.874569,0.04198 0.342143,-0.110026 0.225698,0.11372 -0.157203,0.302046 -0.540849,0.266021 -1.818421,0.164299 -2.661584,-0.211915 -0.843393,-0.376318 -1.577955,-1.118939 -1.968881,-1.990616 -0.28151,-0.627618 -0.293524,-0.702809 -0.293524,-1.83673 0,-1.127703 0.01288,-1.209706 0.278794,-1.773506 0.153329,-0.325144 0.372551,-0.790581 0.487151,-1.034296 0.11459,-0.243715 0.447168,-0.694076 0.739038,-1.000796 0.430831,-0.45273 0.662153,-0.607284 1.229211,-0.821255 1.560928,-0.589005 3.460653,-0.436276 4.627978,0.372073 1.067465,0.739198 2.003314,1.59917 2.359327,2.168081 0.654004,1.045074 1.126769,2.28055 1.195542,3.124266 0.03315,0.406439 0.09711,1.128016 0.142157,1.603657 0.0772,0.815224 0.06405,0.941933 -0.230261,2.216908 -0.459613,1.991138 -0.711012,2.520509 -1.60378,3.376536 -0.403648,0.387085 -0.885212,0.788568 -1.070144,0.892189 -0.184941,0.10362 -0.469484,0.313459 -0.632329,0.466303 -0.441545,0.414409 -1.279428,0.903237 -1.548208,0.903237 -0.130056,0 -0.490957,0.10578 -0.802014,0.235076 -0.614443,0.25541 -1.755005,0.560388 -2.023784,0.54118 -0.09226,-0.0066 -0.533599,-0.06604 -0.98071,-0.132102 z" + style="color:#000000;fill:url(#linearGradient6349);stroke-width:0.998963" + sodipodi:nodetypes="ccscssccscsccccccccccccsscccccccsccsccscsccsccccccccccscccccsscssccssscscssssccccscscsscsccccsccsccssssscc" /> + <path + id="path4344" + d="m 18.970232,25.27376 c 1.601695,3.134056 3.97937,2.666116 6.390856,2.639673 2.398188,-0.0263 6.086462,0.527386 8.862726,-0.966143 4.102333,-2.206905 7.499449,-7.221339 7.44541,-13.343694 h 6.022449 L 37.195971,0.6527667 26.188847,13.603596 h 6.517071 c 0.309959,8.244292 -5.831346,11.891007 -9.576187,4.659766 -1.302668,-2.067799 -4.963151,-1.395904 -3.310775,1.837356 z" + style="color:#000000;display:block;fill:url(#linearGradient4360);stroke:url(#linearGradient6341);stroke-width:0.775491" + sodipodi:nodetypes="csscccccccc" /> + <path + id="path4346" + d="m 46.058112,12.785691 h -4.386274 c -0.409697,0.0068 -0.740307,0.363482 -0.7466,0.8055 0.05579,6.306904 -3.495134,11.262501 -7.793011,13.013658 -2.286101,0.931503 -5.804004,0.343483 -8.295907,0.549514 -2.488669,0.205763 -2.832987,-3.61233 -4.419438,-6.716583 -0.349982,-0.684821 -0.385044,-1.180702 -0.326637,-1.510313 0.05841,-0.32961 0.221785,-0.537759 0.443293,-0.67964 0.44301,-0.28377 1.336769,-0.346852 1.774575,0.348037 1.196203,1.898725 2.290513,3.253675 3.638275,3.880838 1.347763,0.627162 2.74174,0.595925 3.91965,-0.02517 2.355747,-1.242162 3.755846,-4.554297 3.593013,-8.885471 -0.0185,-0.432166 -0.345654,-0.774093 -0.7466,-0.780328 H 27.906213 L 37.192424,1.8615403 46.058299,12.785731 Z" + style="color:#000000;display:block;opacity:0.61798;fill:none;stroke:url(#linearGradient4362);stroke-width:0.775491" + sodipodi:nodetypes="ccccsssccsscccccc" /> + <path + id="path4348" + d="M 37.160507,1.32987 C 39.497365,16.271895 35.55569,24.604793 29.368989,27.746242 38.808253,27.870096 41.553501,17.304546 41.264567,13.174748 L 46.86892,13.187337 37.16088,1.329572 Z" + style="opacity:0.45;fill:url(#linearGradient4364);fill-rule:evenodd;stroke-width:0.775491" /> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/updates-notifier-inactive.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/updates-notifier-inactive.svg new file mode 100644 index 0000000000000000000000000000000000000000..8a5f2ff1ef5d8fb38ab0d4c12eef66c3b5b3c0e2 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/updates-notifier-inactive.svg @@ -0,0 +1,237 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="24" + height="24" + id="svg7331" + sodipodi:version="0.32" + inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" + sodipodi:docname="updates-notifier-inactive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1" + viewBox="0 0 48 48" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7" + inkscape:cx="23.857143" + inkscape:cy="23.928571" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1918" + inkscape:window-height="1054" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:window-maximized="1" /> + <defs + id="defs7333"> + <filter + inkscape:collect="always" + x="-0.16756488" + width="1.3351298" + y="-0.33512975" + height="1.6702595" + id="filter5186-4"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.8152862" + id="feGaussianBlur5188-3" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5130-4-585" + id="radialGradient5136-7-125" + cx="22" + cy="38.5" + fx="22" + fy="38.5" + r="13" + gradientTransform="matrix(1,0,0,0.5,0,19.25)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5130-4-585"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7221" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop7223" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="38.43652" + x2="24.238203" + y1="8.0084705" + x1="22.097088" + id="linearGradient9746-7-50" + xlink:href="#linearGradient9738-2-558" + inkscape:collect="always" /> + <linearGradient + id="linearGradient9738-2-558" + inkscape:collect="always"> + <stop + id="stop7227" + offset="0" + style="stop-color:#8d8d8d;stop-opacity:1" /> + <stop + style="stop-color:#8d8d8d;stop-opacity:1" + offset="0.64417422" + id="stop7229" /> + <stop + id="stop7231" + offset="1" + style="stop-color:#b9b9b9;stop-opacity:1" /> + </linearGradient> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="39.529873" + x2="22.097088" + y1="19.875492" + x1="22.097088" + id="linearGradient10889-569" + xlink:href="#linearGradient10883-13" + inkscape:collect="always" /> + <linearGradient + id="linearGradient10883-13" + inkscape:collect="always"> + <stop + id="stop7235" + offset="0" + style="stop-color:#747474;stop-opacity:1;" /> + <stop + id="stop7237" + offset="1" + style="stop-color:#5e5e5e;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5202-3-401" + id="linearGradient5208-4-387" + x1="22.109375" + y1="11.34375" + x2="22.109375" + y2="49.612667" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5202-3-401"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop7241" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop7243" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9690-0-142" + id="linearGradient9803-906" + gradientUnits="userSpaceOnUse" + x1="132.25" + y1="93" + x2="33.999996" + y2="207" + gradientTransform="matrix(0.182877,0,0,0.182877,-2.233974,-5.1275515)" /> + <linearGradient + id="linearGradient9690-0-142" + inkscape:collect="always"> + <stop + id="stop7247" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop7249" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + </defs> + <metadata + id="metadata7336"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + inkscape:label="Layer 1" + id="layer1"> + <g + transform="translate(-0.4507394,-0.9610005)" + inkscape:label="Layer 1" + id="layer1-9" + style="display:inline;enable-background:new"> + <ellipse + style="display:inline;overflow:visible;visibility:visible;opacity:0.433735;fill:url(#radialGradient5136-7-125);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter5186-4);enable-background:accumulate" + id="path4551-4" + transform="matrix(1.3257204,0,0,1.3060079,-3.6937336,-12.797355)" + cx="22" + cy="38.5" + rx="13" + ry="6.5" /> + <path + sodipodi:type="star" + style="display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient9746-7-50);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10889-569);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="path4547-2" + sodipodi:sides="8" + sodipodi:cx="22.097088" + sodipodi:cy="22.720934" + sodipodi:r1="18.388176" + sodipodi:r2="12.035836" + sodipodi:arg1="0.78539816" + sodipodi:arg2="1.1780972" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 35.099492,35.723338 26.703003,33.840596 22.097088,41.10911 17.491173,33.840597 9.094684,35.723338 10.977425,27.32685 3.7089119,22.720934 10.977425,18.115019 9.0946839,9.71853 l 8.3964881,1.882741 4.605916,-7.2685131 4.605914,7.2685131 8.39649,-1.882741 -1.882742,8.396488 7.268514,4.605916 -7.268513,4.605915 z" + transform="matrix(1.1209343,0,0,1.1042669,-0.1974224,-1.3744715)" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1.0420188" + inkscape:original="M 24.572266 3.4101562 L 19.408203 11.435547 L 9.9980469 9.3574219 L 12.107422 18.628906 L 3.9609375 23.714844 L 12.107422 28.800781 L 9.9980469 38.074219 L 19.408203 35.994141 L 24.572266 44.021484 L 29.734375 35.994141 L 39.146484 38.074219 L 37.037109 28.800781 L 45.183594 23.714844 L 37.037109 18.628906 L 39.146484 9.3574219 L 29.734375 11.435547 L 24.572266 3.4101562 z " + xlink:href="#path4547-2" + style="display:inline;overflow:visible;visibility:visible;opacity:0.337349;fill:none;stroke:url(#linearGradient5208-4-387);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + id="path5198-26" + inkscape:href="#path4547-2" + d="M 24.572266,5.3378906 20.285156,12 a 1.042123,1.042123 0 0 1 -1.101562,0.453125 l -7.804688,-1.724609 1.744141,7.669921 a 1.042123,1.042123 0 0 1 -0.462891,1.115235 l -6.7285154,4.201172 6.7285154,4.201172 a 1.042123,1.042123 0 0 1 0.462891,1.115234 l -1.744141,7.669922 7.804688,-1.72461 a 1.042123,1.042123 0 0 1 1.101562,0.453125 l 4.28711,6.664063 4.285156,-6.664063 a 1.042123,1.042123 0 0 1 1.101562,-0.453125 l 7.806641,1.72461 -1.744141,-7.669922 a 1.042123,1.042123 0 0 1 0.462891,-1.115234 l 6.728516,-4.201172 -6.728516,-4.201172 a 1.042123,1.042123 0 0 1 -0.462891,-1.115235 l 1.744141,-7.669921 -7.806641,1.724609 A 1.042123,1.042123 0 0 1 28.857422,12 Z" + transform="matrix(1.1263736,0,0,1.1263736,-0.2940419,-1.8085508)" /> + <path + sodipodi:nodetypes="cccccccccc" + style="display:inline;overflow:visible;visibility:visible;fill:#e4e4e4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.907028;marker:none;enable-background:accumulate" + d="m 21.723958,31 c -0.693774,0 -1.239583,-0.599375 -1.239583,-1.348958 V 24 h -4.125 l 8.677083,-7 8.166667,7 h -3.760417 v 5.651042 C 29.442708,30.400626 28.860441,31 28.166667,31 Z" + id="rect4610-4" /> + <path + sodipodi:nodetypes="ccccccccccc" + id="path9688-2" + d="m 12.579065,29.893399 c 7.419796,-5.328493 15.920908,-8.17642 23.774015,-11.338375 l 2.103082,-8.229467 -9.052413,1.737332 -4.754799,-7.315081 -4.846244,7.132206 -8.869533,-1.828772 2.194522,8.778097 -7.6808333,4.937679 7.4153523,4.603338 z" + style="display:inline;overflow:visible;visibility:visible;opacity:0.364078;fill:url(#linearGradient9803-906);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/updates-notifier.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/updates-notifier.svg new file mode 120000 index 0000000000000000000000000000000000000000..9eeacd6ea7e8f22118a7060b936ae87cb9cb1556 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/updates-notifier.svg @@ -0,0 +1 @@ +update-manager.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-available-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-available-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..ac0071b1dde5593104c246164b0200b1f897c8d7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-available-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3795" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3800"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path2396-2" style="opacity:.3;fill-rule:evenodd" d="m9.5-1c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.3438c0.208-0.6876 0.344-1.401 0.344-2.1562 0-4.14-3.36-7.5-7.5-7.5z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m9.5-2c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.3438c0.208-0.6876 0.344-1.401 0.344-2.1562 0-4.14-3.36-7.5-7.5-7.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-away-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-away-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..40b868d99de993cf16b3e4018623ba85de0cb2bb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-away-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-7" style="opacity:.3;fill-rule:evenodd" d="m9.5 5c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm1.5 4 4 4-4 4v-3h-6v-2h6v-3z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m9.5 4c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm1.5 4 4 4-4 4v-3h-6v-2h6v-3z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-busy-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-busy-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..aef6e857ceaf065b9a106257aebed3702678fa86 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-busy-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-4" style="opacity:.3;fill-rule:evenodd" d="m9.5 5c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm4.5 9h-9v-2h9v2z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m9.5 4c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm4.5 9h-9v-2h9v2z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-idle-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-idle-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..fae96eea2e2df5a7be87cca9c8c160ffcbb93c1a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-idle-panel.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2817-1" style="opacity:.3;stroke-linejoin:round;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none" d="m11.262 12.499h-1.762v-2.5"/> + <path id="path2396-1" style="opacity:.3;fill-rule:evenodd" d="m9.5 5c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm0 3c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m9.5 4c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm0 3c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5z"/> + <path id="path2817" style="stroke-linejoin:round;stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none" d="m11.262 11.499h-1.762v-2.5"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-indeterminate-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-indeterminate-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..c9a8f0114697ed432382cc17118046125208acd7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-indeterminate-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-2" style="opacity:.3;fill-rule:evenodd" d="m9.5 5c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-5 7h2v2h-2v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m9.5 4c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-5 7h2v2h-2v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-invisible-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-invisible-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..41849858c8aec0b5d8abf6fd63fd66ffc913908f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-invisible-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3795" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3800"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-1,6)"> + <g id="g2984" style="opacity:.4"> + <path id="path2396-2" style="opacity:.3;fill-rule:evenodd" d="m10.5-1c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.3438c0.208-0.6876 0.344-1.401 0.344-2.1562 0-4.14-3.36-7.5-7.5-7.5z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m10.5-2c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.3438c0.208-0.6876 0.344-1.401 0.344-2.1562 0-4.14-3.36-7.5-7.5-7.5z"/> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-offline-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-offline-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..080c8e724922541bb149146cfea4ed324ba3a0dc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/user-offline-panel.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg2816" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="20" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2396-7" style="opacity:.3;fill-rule:evenodd" d="m9.5 5c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-2.1875 4 2.1875 2.25 2.25-2.2188 1.25 1.2808-2.25 2.188 2.219 2.25-1.281 1.25-2.188-2.25-2.25 2.219-1.25-1.281 2.25-2.188-2.2188-2.25 1.2813-1.25z"/> + <path id="path2396" style="fill-rule:evenodd;fill:#dfdbd2" d="m9.5 4c-4.14 0-7.5 3.36-7.5 7.5s3.36 7.5 7.5 7.5c1.9648 0 3.7561-0.76222 5.0938-2h5.406l-3.344-3.344c0.208-0.687 0.344-1.401 0.344-2.156 0-4.14-3.36-7.5-7.5-7.5zm-2.1875 4 2.1875 2.25 2.25-2.2188 1.25 1.2813-2.25 2.1875 2.219 2.25-1.281 1.25-2.188-2.25-2.25 2.219-1.25-1.281 2.25-2.188-2.2188-2.25 1.2813-1.25z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-000.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-000.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-010.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-010.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-010.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-020.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-020.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-020.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-030.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-030.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-030.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-040.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-040.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-040.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-050.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-050.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-050.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-060.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-060.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-070.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-070.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-070.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-080.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-080.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-080.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-090.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-090.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-090.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-100.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-110.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-110.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-110.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-120.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-120.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-120.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-130.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-130.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-130.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-140.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-140.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-140.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-150.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-150.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-150.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-160.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-160.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-160.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-170.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-170.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-170.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-180.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-180.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-180.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-190.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-190.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-190.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-200.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-200.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-200.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-210.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-210.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-210.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-220.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-220.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-220.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-230.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-230.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-230.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-240.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-240.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-240.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-250.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-250.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-250.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-260.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-260.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-260.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-270.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-270.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-270.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-280.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-280.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-280.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-290.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-290.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-290.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-300.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-300.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-300.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-310.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-310.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-310.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-320.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-320.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-320.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-330.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-330.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-330.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-340.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-340.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-340.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-350.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-350.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night-350.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night.svg new file mode 100644 index 0000000000000000000000000000000000000000..53c6e10c3443247e96ccf20462034a21a75d5282 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear-night.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3793" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3798"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-4" style="opacity:.3" d="m9.3338 10.95c0.071-1.9638-1.1482-2.5145-1.4821-2.811-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m9.3338 9.9505c0.071-1.9643-1.1482-2.515-1.4821-2.8115-1.1783-1.0466 1.7139-5.3881 0.1628-5.1278-1.5509 0.2604-2.9858 1.1608-3.8994 2.4472-0.9135 1.2863-1.2946 2.9428-1.0356 4.5016 0.259 1.559 1.1549 3.001 2.4348 3.919 1.2799 0.9182 2.928 1.3012 4.4789 1.0409 1.5511-0.26033 2.9858-1.1608 3.8994-2.4471 0.91369-1.2864-4.2999 0.03642-4.5589-1.5225z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear.svg new file mode 100644 index 0000000000000000000000000000000000000000..b6d25e1b32c61012d3f3e9c6d574eb567f6620e7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clear.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + id="svg3187" + height="16" + width="16" + version="1.0" + inkscape:version="0.48.1 r9760" + sodipodi:docname="full_dark-weather-clear-day.svg"> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="838" + inkscape:window-height="991" + id="namedview8" + showgrid="false" + showguides="true" + inkscape:guide-bbox="true" + inkscape:snap-global="false" + inkscape:zoom="32" + inkscape:cx="7.2761286" + inkscape:cy="7.1229926" + inkscape:window-x="14" + inkscape:window-y="24" + inkscape:window-maximized="0" + inkscape:current-layer="svg3187" /> + <metadata + id="metadata10"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <path + sodipodi:type="arc" + style="opacity:0.29999999999999999;fill:#000000;fill-opacity:1;stroke:none;color:#000000;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path3763" + sodipodi:cx="8.0064726" + sodipodi:cy="8.0064726" + sodipodi:rx="4.0064726" + sodipodi:ry="4.0064726" + d="m 12.012945,8.0064726 a 4.0064726,4.0064726 0 1 1 -8.012945,0 4.0064726,4.0064726 0 1 1 8.012945,0 z" + transform="translate(0,0.99664865)" /> + <path + d="m 12.012945,8.0064726 a 4.0064726,4.0064726 0 1 1 -8.012945,0 4.0064726,4.0064726 0 1 1 8.012945,0 z" + sodipodi:ry="4.0064726" + sodipodi:rx="4.0064726" + sodipodi:cy="8.0064726" + sodipodi:cx="8.0064726" + id="path3765" + style="opacity:1;fill:#dfdbd2;fill-opacity:1;stroke:none;color:#000000;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + id="path2496-6-1" + style="opacity:0.29999999999999999;color:#000000;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 3.5560485,13.460583 -0.495,0.495 m 4.95,1.0502 0,1 M 12.95,13.954928 l -0.566,-0.566 m 0.071,-8.8387641 0.495,-0.495 m -9.3341,0.5657 -0.5656,-0.5657 M 1,9.0049641 h 1 m 12,0 h 1 m -7,-6 v -1" /> + <path + id="path2496-6" + style="fill:none;stroke:#dfdbd2;stroke-width:2;stroke-linecap:round;color:#000000;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="m 3.5560485,12.455655 -0.495,0.495 m 4.95,1.0502 0,1 M 12.95,12.95 12.384,12.384 M 12.455,3.5452 12.95,3.0502 M 3.6159,3.6159 3.0503,3.0502 M 1,8 h 1 m 12,0 h 1 M 8,2 V 1" /> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clouds-night.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clouds-night.svg new file mode 100644 index 0000000000000000000000000000000000000000..de5932447fb8384454069a85c88b106ed23b9b22 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clouds-night.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3797" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3802"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1"> + <path id="path2876-6-6-4-6" style="opacity:.3" d="m7 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4687-0.9135 1.2864-1.2902 2.9412-1.0312 4.5 0.0794 0.4783 0.2142 0.9303 0.4062 1.3753 0.0431-0.029 0.081-0.066 0.125-0.094 1e-7 -0.72638 0.40008-1.3456 0.90625-1.7188 0.50617-0.37318 1.1438-0.5625 1.8125-0.5625 0.29324 0 0.5378 0.14388 0.8125 0.21875 0.31215-0.2977 0.67728-0.54564 1.0625-0.75-0.16015-0.12402-0.29151-0.23836-0.375-0.3125-1.1783-1.0465 1.7073-5.3852 0.1562-5.1249zm2 6c-1.1263 0-2.0808 0.51564-2.5938 1.2813-0.2888-0.18-0.6576-0.281-1.0624-0.281-0.92 0-1.6875 0.56-1.6876 1.25 0 0.15496 0.056173 0.30052 0.125 0.4375-1.0463 0.35-1.7812 1.144-1.7812 2.062 0 1.246 1.338 2.25 3 2.25h6c1.662 0 3-1.0035 3-2.25 0-0.98734-0.85624-1.8205-2.0312-2.125 0.002-0.043 0.031-0.082 0.031-0.125 0-1.38-1.344-2.5-3-2.5z"/> + <path id="path2876-6-6-4" style="fill:#dfdbd2" d="m7 2c-1.551 0.26033-2.9614 1.1824-3.875 2.4688-0.91349 1.2864-1.2902 2.9411-1.0312 4.5 0.0794 0.4781 0.2142 0.9306 0.4062 1.3752 0.0431-0.029 0.081-0.066 0.125-0.094 1e-7 -0.72638 0.40008-1.3456 0.90625-1.7188 0.50617-0.37318 1.1438-0.5625 1.8125-0.5625 0.29324 0 0.5378 0.14388 0.8125 0.21875 0.31215-0.2977 0.67728-0.54564 1.0625-0.75-0.16015-0.12402-0.29151-0.23836-0.375-0.3125-1.1783-1.0465 1.7073-5.3852 0.1562-5.1249zm2 6c-1.1263 0-2.0808 0.51564-2.5938 1.2812-0.28885-0.1802-0.6577-0.28125-1.0625-0.28125-0.92 0-1.6875 0.56-1.6875 1.25 0 0.15496 0.056173 0.30052 0.125 0.4375-1.0463 0.35-1.7812 1.144-1.7812 2.062 0 1.246 1.338 2.25 3 2.25h6c1.662 0 3-1.0035 3-2.25 0-0.98734-0.85624-1.8205-2.0312-2.125 0.002-0.043 0.031-0.082 0.031-0.125 0-1.38-1.344-2.5-3-2.5z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clouds.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clouds.svg new file mode 100644 index 0000000000000000000000000000000000000000..d924ca51b1019dc74568d34791177206bf0317fc --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-clouds.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2492-2" style="opacity:.3;stroke-width:2;stroke:#000;stroke-linecap:round;fill:none" d="m12.455 4.5452 0.495-0.495m-9.3341 0.5657-0.5656-0.5657m-2.0503 4.9498h1m12 0h1m-7-6v-1"/> + <path id="path2876-6-6-4-0-6" style="opacity:.3" d="m8 5c-2.2091-1e-7 -4 1.7909-4 4 0 0.32165 0.053307 0.63782 0.125 0.9375 0.12625-0.15554 0.25195-0.29249 0.40625-0.40625 0.50617-0.37318 1.1438-0.5625 1.8125-0.5625 0.29324 0 0.5378 0.14388 0.8125 0.21875 0.744-0.7094 1.7015-1.2186 2.8438-1.2186 0.7036 0 1.3564 0.16986 1.9375 0.46875-0.274-1.9427-1.92-3.4376-3.938-3.4376zm2 4c-1.1263 0-2.0912 0.5313-2.6042 1.297-0.2888-0.18-0.6577-0.297-1.0625-0.297-0.92 0-1.6667 0.56-1.6667 1.25 0 0.15496 0.03534 0.30052 0.10417 0.4375-1.0463 0.35-1.7708 1.144-1.7708 2.062 0 1.246 1.338 2.25 3 2.25h6c1.662 0 3-1.0035 3-2.25 0-0.98734-0.84582-1.8205-2.0208-2.125 0.0026-0.04271 0.02083-0.08175 0.02083-0.125 0-1.38-1.344-2.5-3-2.5z"/> + <path id="path2492" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.455 3.5452 0.495-0.495m-9.3341 0.5657-0.5656-0.5657m-2.0503 4.9498h1m12 0h1m-7-6v-1"/> + <path id="path2876-6-6-4-0" style="fill:#dfdbd2" d="m8 4c-2.2091 0-4 1.7909-4 4 0 0.3216 0.0533 0.6378 0.125 0.9375 0.1263-0.1555 0.252-0.2925 0.4062-0.4063 0.50617-0.37318 1.1438-0.5625 1.8125-0.5625 0.29324 0 0.5378 0.14388 0.8125 0.21875 0.744-0.7094 1.7015-1.2187 2.8438-1.2187 0.7036 0 1.3564 0.16986 1.9375 0.46875-0.274-1.9425-1.92-3.4374-3.938-3.4374zm2 4c-1.1263 0-2.0912 0.53126-2.6042 1.2969-0.28885-0.1802-0.6577-0.29688-1.0625-0.29688-0.92 0-1.6667 0.56-1.6667 1.25 0 0.15496 0.03534 0.30052 0.10417 0.4375-1.0463 0.35-1.7708 1.144-1.7708 2.062 0 1.2465 1.338 2.25 3 2.25h6c1.662 0 3-1.0035 3-2.25 0-0.98734-0.84582-1.8205-2.0208-2.125 0.0026-0.04271 0.02083-0.08175 0.02083-0.125 0-1.38-1.344-2.5-3-2.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-000.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-000.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-010.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-010.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-010.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-020.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-020.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-020.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-030.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-030.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-030.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-040.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-040.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-040.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-050.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-050.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-050.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-060.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-060.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-070.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-070.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-070.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-080.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-080.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-080.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-090.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-090.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-090.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-100.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-100.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-110.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-110.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-110.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-120.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-120.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-120.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-130.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-130.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-130.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-140.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-140.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-140.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-150.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-150.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-150.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-160.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-160.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-160.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-170.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-170.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-170.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-180.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-180.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-180.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-190.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-190.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-190.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-200.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-200.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-200.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-210.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-210.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-210.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-220.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-220.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-220.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-230.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-230.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-230.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-240.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-240.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-240.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-250.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-250.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-250.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-260.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-260.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-260.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-270.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-270.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-270.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-280.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-280.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-280.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-290.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-290.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-290.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-300.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-300.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-300.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-310.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-310.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-310.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-320.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-320.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-320.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-330.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-330.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-330.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-340.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-340.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-340.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-350.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-350.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night-350.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night.svg new file mode 100644 index 0000000000000000000000000000000000000000..4b15f0c3f46f9e199dbf9f5ad8b809a518002269 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds-night.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3186" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect3193-4" style="opacity:.3;fill-rule:evenodd" d="m8 3c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.531 0.071-1.9648-1.1661-2.5164-1.5-2.813-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.469-1.9375 1.125-0.2166-0.154-0.5089-0.281-0.8125-0.281-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.183-1.008-2.156-2.25-2.156z"/> + <path id="rect3193" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 2c-1.551 0.2603-2.9614 1.1824-3.875 2.4688-0.8832 1.2437-1.272 2.8307-1.0625 4.3437 0.1408-0.0258 0.2913-0.0313 0.4375-0.0313 0.21151 0 0.32041 0.10592 0.5 0.15625 0.59758-0.57375 1.3469-1 2.25-1 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.89132 0.51002 1.625 1.3059 1.625 2.4062 0 0.19505-0.02459 0.38036-0.0625 0.5625 1.1494-0.41425 2.1963-1.1566 2.9062-2.1562 0.914-1.287-4.3033 0.027-4.5622-1.5315 0.071-1.9643-1.1661-2.5159-1.5-2.8125-1.1783-1.0466 1.7073-5.3853 0.1562-5.125zm-1.75 7c-0.8447 0-1.5528 0.4688-1.9375 1.125-0.2166-0.1545-0.5089-0.2812-0.8125-0.2812-0.69 0-1.25 0.50232-1.25 1.0938 0 0.13283 0.04213 0.25759 0.09375 0.375-0.7848 0.3-1.3438 0.963-1.3438 1.749 0 1.069 1.0035 1.938 2.25 1.938h4.5c1.2465 0 2.25-0.869 2.25-1.938 0-0.846-0.65-1.551-1.5312-1.812 0.0019-0.037 0.0312-0.057 0.0312-0.094 0-1.1826-1.008-2.156-2.25-2.156z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds.svg new file mode 100644 index 0000000000000000000000000000000000000000..584e826804cdc803b568e8de2e801cd33af2ca13 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-few-clouds.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2496-2" style="opacity:.3;stroke-width:2;stroke:#000;stroke-linecap:round;fill:none" d="m12.95 13.95-0.5656-0.5657m0.0707-8.8388l0.495-0.4947m-9.3341 0.5657-0.5656-0.5657m-2.0503 4.9498h1m12 0h1m-7-6v-1"/> + <path id="path2876-6-6-4-0-8" style="opacity:.3" d="m8 5c-2.2091 0-4 1.7909-4 4 0 0.2867 0.0364 0.5741 0.0938 0.8438 0.581-0.5276 1.3012-0.9063 2.1562-0.9063 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.30803 0.17626 0.5659 0.41094 0.8125 0.65625 0.0052 0.0052 0.02604-0.0053 0.03125 0 1.053-0.72 1.719-1.94 1.719-3.312 0-2.2091-1.791-4-4-4zm-1.75 5c-0.84473 0-1.5684 0.45537-1.9531 1.1116-0.21663-0.15446-0.49328-0.25446-0.79687-0.25446-0.69 0-1.25 0.48-1.25 1.0714 0 0.13283 0.026505 0.25759 0.078125 0.375-0.7847 0.3-1.3281 0.981-1.3281 1.767 0 1.069 1.0035 1.929 2.25 1.929h4.5c1.2465 0 2.25-0.86 2.25-1.929 0-0.846-0.6344-1.56-1.5156-1.821 0.002-0.03661 0.01563-0.07007 0.01563-0.10714 0-1.183-1.008-2.143-2.25-2.143z"/> + <path id="path2496" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.95 12.95-0.566-0.566m0.071-8.8388 0.495-0.495m-9.3341 0.5657-0.5656-0.5657m-2.0503 4.9498h1m12 0h1m-7-6v-1"/> + <path id="path2876-6-6-4-0" style="fill:#dfdbd2" d="m8 4c-2.2091 0-4 1.7909-4 4 0 0.2867 0.0364 0.5741 0.0938 0.8437 0.581-0.5275 1.3012-0.9062 2.1562-0.9062 1.6151 0 2.9249 1.1871 3.1875 2.7188 0.30803 0.17626 0.5659 0.41094 0.8125 0.65625 0.0052 0.0052 0.02604-0.0053 0.03125 0 1.053-0.72 1.719-1.9402 1.719-3.312 0-2.2091-1.791-4-4-4zm-1.75 5c-0.84473 0-1.5684 0.45537-1.9531 1.1116-0.2167-0.1549-0.4933-0.2549-0.7969-0.2549-0.69 0-1.25 0.48-1.25 1.0714 0 0.13283 0.026505 0.25759 0.078125 0.375-0.7847 0.3-1.3281 0.981-1.3281 1.767 0 1.0684 1.0035 1.9286 2.25 1.9286h4.5c1.2465 0 2.25-0.86014 2.25-1.9286 0-0.84629-0.63436-1.5604-1.5156-1.8214 0.002-0.03661 0.01563-0.07007 0.01563-0.10714 0-1.1829-1.008-2.1429-2.25-2.1429z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-fog.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-fog.svg new file mode 100644 index 0000000000000000000000000000000000000000..387ba6933979c2e67717e19276a319d8e3548e2f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-fog.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3181" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3645-5" style="opacity:.3;stroke-width:1.5;stroke:#000;stroke-linecap:round;fill:none" d="m2.5 13c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000002m-11-3.9999c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000001m-11-4c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0"/> + <path id="path3645" style="stroke-width:1.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m2.5 12c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000002m-11-3.9999c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0.000001m-11-4c1.5-1.5 3.5-1.5 5.5 0 2.0669 1.5502 4 1.5 5.5 0"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-overcast.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-overcast.svg new file mode 100644 index 0000000000000000000000000000000000000000..946e24cb95a20ffe2034b43548551b406288a5d9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-overcast.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-9" style="opacity:.3;fill-rule:evenodd" d="m8 2c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92 1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 1.3309 1.1787 2.3939 2.6875 2.5313 0.3082-1.1394 1.4598-1.8751 2.6563-1.875 0.2724 0 0.5179 0.1483 0.7812 0.2187 0.7394-0.7844 1.7015-1.375 2.875-1.375 1.1316 0 2.147 0.47058 2.875 1.2188 0.079-0.2312 0.125-0.4651 0.125-0.7188 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm2 6c-1.1263 0-2.0912 0.6072-2.6042 1.4821-0.2888-0.2059-0.6577-0.3392-1.0625-0.3392-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4-1.7708 1.307-1.7708 2.357 0 1.424 1.338 2.571 3 2.571h6c1.662 0 3-1.1469 3-2.5714 0-1.129-0.846-2.081-2.021-2.429 0.003-0.049 0.021-0.093 0.021-0.143 0-1.577-1.344-2.857-3-2.857z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m8 1c-1.1263 0-2.0808 0.59376-2.5938 1.4688-0.28885-0.20595-0.6577-0.3125-1.0625-0.3125-0.92 1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0463 0.4007-1.7812 1.3259-1.7812 2.375 0 1.3309 1.1787 2.3939 2.6875 2.5313 0.3082-1.1394 1.4598-1.8751 2.6563-1.875 0.2724 0 0.5179 0.1483 0.7812 0.2187 0.7394-0.7844 1.7015-1.375 2.875-1.375 1.1316 0 2.147 0.47058 2.875 1.2188 0.079-0.2312 0.125-0.4651 0.125-0.7188 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1563 0-1.5771-1.344-2.8437-3-2.8437zm2 6c-1.1263 0-2.0912 0.6072-2.6042 1.4821-0.2888-0.2059-0.6577-0.3392-1.0625-0.3392-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4-1.7708 1.307-1.7708 2.357 0 1.424 1.338 2.571 3 2.571h6c1.662 0 3-1.1469 3-2.5714 0-1.129-0.846-2.081-2.021-2.429 0.003-0.0488 0.021-0.0934 0.021-0.1429 0-1.5771-1.344-2.8571-3-2.8571z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-severe-alert.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-severe-alert.svg new file mode 100644 index 0000000000000000000000000000000000000000..8c73016785bc1ccafe47c091a3e004e91e504b29 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-severe-alert.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-8" style="opacity:.3;fill-rule:evenodd" d="m9 2c-1.1263 0-2.0807 0.5938-2.5937 1.4688-0.2889-0.206-0.6577-0.3126-1.0625-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062-1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0463 0.40073-1.7812 1.3259-1.7812 2.375 0 1.4246 1.338 2.5625 3 2.5625h1v-3.9688c0-0.51187 0.42563-0.9375 0.9375-0.9375h2.125c0.51187 0 0.9375 0.42563 0.9375 0.9375v3.9688h1c1.662 0 3-1.1379 3-2.5625 0-1.1284-0.85624-2.0895-2.0312-2.4375 0.0026-0.048815 0.03125-0.10682 0.03125-0.15625 0-1.5771-1.344-2.8438-3-2.8438zm-1 4c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-0.5 8c-0.277 0-0.5 0.223-0.5 0.5v0.5 0.5c0 0.277 0.223 0.5 0.5 0.5h0.5 0.5c0.277 0 0.5-0.223 0.5-0.5v-0.5-0.5c0-0.277-0.223-0.5-0.5-0.5h-0.5-0.5z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m9 1c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062-1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 1.4246 1.338 2.5625 3 2.5625h1v-3.9688c0-0.5118 0.4256-0.9374 0.9375-0.9374h2.125c0.5119 0 0.9375 0.4256 0.9375 0.9374v3.9688h1c1.662 0 3-1.1379 3-2.5625 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438z"/> + <path id="path3160" style="fill-rule:evenodd;fill:#df382c" d="m8 5c-0.554 0-1 0.446-1 1v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-5c0-0.554-0.446-1-1-1zm-0.5 8c-0.277 0-0.5 0.223-0.5 0.5v0.5 0.5c0 0.277 0.223 0.5 0.5 0.5h0.5 0.5c0.277 0 0.5-0.223 0.5-0.5v-0.5-0.5c0-0.277-0.223-0.5-0.5-0.5h-0.5-0.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-showers-scattered.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-showers-scattered.svg new file mode 100644 index 0000000000000000000000000000000000000000..1da5fcea4223e5da184c85a7cd434bf9e922b573 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-showers-scattered.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata15"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3370-0" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none" d="m12 12.5 0.5-1m-4.5 1 0.5-1m-4.5 1 0.5-1m6 4 0.5-1m-4.5 1 0.5-1m-4.5 1 0.5-1"/> + <path id="path2397-3" style="opacity:.3;fill-rule:evenodd" d="m10 1.986c-1.1263 0-2.0912 0.60715-2.6042 1.4821-0.28885-0.20595-0.6577-0.33929-1.0625-0.33929-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4008-1.7708 1.308-1.7708 2.3572 0 1.4245 1.338 2.5714 3 2.5714h6c1.662 0 3-1.1469 3-2.5714 0-1.1284-0.846-2.0806-2.021-2.4286 0.003-0.0488 0.021-0.0934 0.021-0.1429 0-1.5771-1.344-2.8571-3-2.8571z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m10 0.98613c-1.1263 0-2.0912 0.60715-2.6042 1.4821-0.28885-0.20595-0.6577-0.33928-1.0625-0.33928-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.40073-1.7708 1.308-1.7708 2.3571 0 1.4246 1.338 2.5714 3 2.5714h6c1.662 0 3-1.1469 3-2.5714 0-1.1283-0.846-2.0805-2.021-2.4285 0.003-0.0488 0.021-0.0934 0.021-0.1428 0-1.5772-1.344-2.8572-3-2.8572z"/> + <path id="path3370" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none" d="m12 11.5 0.5-1m-4.5 1 0.5-1m-4.5 1 0.5-1m6 4 0.5-1m-4.5 1 0.5-1m-4.5 1 0.5-1"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-showers.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-showers.svg new file mode 100644 index 0000000000000000000000000000000000000000..8231d516849da667ba9f98ab2fad8c282b6f69af --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-showers.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata11"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path3350-8" style="opacity:.3;stroke:#000;stroke-linecap:round;stroke-width:1px;fill:none" d="m1.5 15.5 2-4m2 4l2-4m2 4 2-4m-8.0175 4 2-4m2 4 2-4m2 4 2-4"/> + <path id="path2397-0" style="opacity:.3;fill-rule:evenodd" d="m10 1.986c-1.1263 0-2.0912 0.60715-2.6042 1.4821-0.28885-0.20595-0.6577-0.33929-1.0625-0.33929-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4008-1.7708 1.308-1.7708 2.3572 0 1.4245 1.338 2.5714 3 2.5714h6c1.662 0 3-1.1469 3-2.5714 0-1.1284-0.846-2.0806-2.021-2.4286 0.003-0.0488 0.021-0.0934 0.021-0.1429 0-1.5771-1.344-2.8571-3-2.8571z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m10 0.98613c-1.1263 0-2.0912 0.60715-2.6042 1.4821-0.28885-0.20595-0.6577-0.33929-1.0625-0.33929-0.92 0-1.6667 0.64-1.6667 1.4286 0 0.1771 0.03534 0.34345 0.10417 0.5-1.0463 0.4008-1.7708 1.3081-1.7708 2.3572 0 1.4246 1.338 2.5714 3 2.5714h6c1.662 0 3-1.1469 3-2.5714 0-1.1284-0.846-2.0806-2.021-2.4286 0.003-0.0488 0.021-0.0934 0.021-0.1428 0-1.5772-1.344-2.8572-3-2.8572z"/> + <path id="path3350" style="stroke:#dfdbd2;stroke-linecap:round;stroke-width:1px;fill:none" d="m1.5 14.5 2-4m2 4l2-4m2 4 2-4m-8.0175 4 2-4m2 4 2-4m2 4 2-4"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-snow.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-snow.svg new file mode 100644 index 0000000000000000000000000000000000000000..16c1b036408d2098d6ba6da24cfa3fedf97d97cb --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-snow.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata8"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-5" style="opacity:.3;fill-rule:evenodd" d="m9 2c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 1.1271 0.8584 2.0573 2.0312 2.4063-0.0158-0.1138-0.0312-0.2256-0.0312-0.3438 0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5c0 0.1726-0.0292 0.3373-0.0625 0.5h2.0625c1.662 0 3-1.1379 3-2.5625 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm-1 10.5c0 0.82843 0.67157 1.5 1.5 1.5s1.5-0.67157 1.5-1.5-0.67157-1.5-1.5-1.5-1.5 0.67157-1.5 1.5zm-3-3c0 0.828 0.6716 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.8284-0.6716-1.5-1.5-1.5s-1.5 0.6716-1.5 1.5zm-1 5c0 0.828 0.6716 1.5 1.5 1.5s1.5-0.672 1.5-1.5-0.6716-1.5-1.5-1.5-1.5 0.672-1.5 1.5z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m9 1c-1.1263 0-2.0808 0.59376-2.5938 1.4688-0.28885-0.20595-0.6577-0.3125-1.0625-0.3125-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062 1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0463 0.4007-1.7812 1.3259-1.7812 2.375 0 1.1271 0.8584 2.0573 2.0312 2.4063-0.0158-0.1138-0.0312-0.2256-0.0312-0.3438 0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5c0 0.1726-0.0292 0.3373-0.0625 0.5h2.0625c1.662 0 3-1.1379 3-2.5625 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm-1 10.5c0 0.82843 0.67157 1.5 1.5 1.5s1.5-0.67157 1.5-1.5-0.67157-1.5-1.5-1.5-1.5 0.67157-1.5 1.5zm-3-3c0 0.8284 0.6716 1.5 1.5 1.5s1.5-0.6716 1.5-1.5-0.6716-1.5-1.5-1.5-1.5 0.6716-1.5 1.5zm-1 5c0 0.828 0.6716 1.5 1.5 1.5s1.5-0.672 1.5-1.5-0.6716-1.5-1.5-1.5-1.5 0.672-1.5 1.5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-storm.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-storm.svg new file mode 100644 index 0000000000000000000000000000000000000000..f7194e8e806c3f109a7678552029b9c2169022ab --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/weather-storm.svg @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3187" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata10"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="path2397-2" style="opacity:.3;fill-rule:evenodd" d="m9 1c-1.1263 0-2.0808 0.5938-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062-1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 0.9411 0.5892 1.7179 1.4688 2.1563l6.2812-6.2813c0.14314-0.14723 0.32902-0.24563 0.53125-0.28125 0.35161-0.059063 0.71637 0.06408 0.9375 0.34375s0.26356 0.67149 0.125 1l-1.469 3.6562h1.5625c0.38772-0.0072 0.74375 0.21041 0.90625 0.5625s0.10074 0.7721-0.15625 1.0625l-0.15625 0.1875c1.141-0.3604 1.968-1.298 1.968-2.4062 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm1.4375 2-7 7h4l-3 6 7-8h-3l2-5z"/> + <path id="path2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m9 0c-1.1263 0-2.0808 0.59376-2.5938 1.4688-0.2888-0.206-0.6576-0.3126-1.0624-0.3126-0.92-1e-7 -1.6875 0.61768-1.6875 1.4062-1e-7 0.1771 0.056173 0.34346 0.125 0.5-1.0464 0.4008-1.7813 1.326-1.7813 2.3751 0 0.9411 0.5892 1.7179 1.4688 2.1563l6.2812-6.2813c0.14314-0.14723 0.32902-0.24563 0.53125-0.28125 0.35161-0.059063 0.71637 0.06408 0.9375 0.34375s0.26356 0.67149 0.125 1l-1.469 3.6562h1.5625c0.38772-0.0072 0.74375 0.21041 0.90625 0.5625s0.10074 0.7721-0.15625 1.0625l-0.15625 0.1875c1.141-0.3604 1.968-1.298 1.968-2.4062 0-1.1284-0.856-2.0895-2.031-2.4375 0.002-0.0488 0.031-0.1068 0.031-0.1562 0-1.5772-1.344-2.8438-3-2.8438zm1.4375 2-7 7h4l-3 6 7-8h-3l2-5z"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-muted.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-muted.svg new file mode 120000 index 0000000000000000000000000000000000000000..ab5652755c02bd8bd0359855c9ad34ab85fed7d9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-muted.svg @@ -0,0 +1 @@ +audio-volume-muted-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-no-record.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-no-record.svg new file mode 100644 index 0000000000000000000000000000000000000000..1c87c623ab1017f726f43f55c0c70a37511aeb20 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-no-record.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3330" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="14" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3335"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <g id="g3788" style="opacity:.4" transform="translate(-4)"> + <path id="path3122-6" style="opacity:.3;color:#000000" d="m11-4c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.0938c2.283-0.464 4-2.4822 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z"/> + <path id="path3122" style="color:#000000;fill:#dfdbd2" d="m11 1c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.0938c2.283-0.464 4-2.482 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z" transform="translate(0,-6)"/> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-record.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-record.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f0ef5fb8f4e1a4ba36a5f4b52b294a291a547f5 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-record.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3330" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="14" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3335"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(-4,6)"> + <path id="path3122-6" style="opacity:.3;color:#000000" d="m11-4c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.0938c2.283-0.464 4-2.4822 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z"/> + <path id="path3122" style="color:#000000;fill:#dfdbd2" d="m11 1c-1.662 0-3 1.338-3 3v8c0 1.662 1.338 3 3 3s3-1.338 3-3v-8c0-1.662-1.338-3-3-3zm-6 7v1h1v3c0 2.4238 1.7175 4.4415 4 4.9062v2.094h-1v1h4v-1h-1v-2.0938c2.283-0.464 4-2.482 4-4.906v-3h1v-1h-1-1v4c0 2.216-1.784 4-4 4s-4-1.784-4-4v-4h-1-1z" transform="translate(0,-6)"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-volume-muted.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-volume-muted.svg new file mode 120000 index 0000000000000000000000000000000000000000..ab5652755c02bd8bd0359855c9ad34ab85fed7d9 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfce4-mixer-volume-muted.svg @@ -0,0 +1 @@ +audio-volume-muted-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-ac-adapter.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-ac-adapter.svg new file mode 120000 index 0000000000000000000000000000000000000000..bc881bed2bc168ee3b39a1322b73e9199bb1596a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-ac-adapter.svg @@ -0,0 +1 @@ +ac-adapter-symbolic.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-000.svg new file mode 120000 index 0000000000000000000000000000000000000000..70e678879dbbcddb7cf8416aa2a08d132ae89701 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-000.svg @@ -0,0 +1 @@ +gpm-keyboard-000.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-030.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-030.svg new file mode 100644 index 0000000000000000000000000000000000000000..c9632c4a8a015f3dc74732380007110315dde31d --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-030.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3815" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3820"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="rect3728-8" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm9.5 0c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z" transform="translate(0,-6)"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 12.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-11.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 11.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.0026-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3-2c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h5c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-5zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 1h1v7h-1v-7zm-4 1h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1z"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="3" width="4" y="8" x="14"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-060.svg new file mode 120000 index 0000000000000000000000000000000000000000..333fc320741b1f2451d5a4b4158fb3435a9b2709 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-060.svg @@ -0,0 +1 @@ +gpm-keyboard-060.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-100.svg new file mode 120000 index 0000000000000000000000000000000000000000..6193d8ed9fcfae3f06ad692a2bca777bdf386675 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-keyboard-100.svg @@ -0,0 +1 @@ +gpm-keyboard-100.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-000.svg new file mode 120000 index 0000000000000000000000000000000000000000..241917e7e3494b012f936d8c1b2f08c8131f0ed7 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-000.svg @@ -0,0 +1 @@ +gpm-mouse-000.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-030.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-030.svg new file mode 100644 index 0000000000000000000000000000000000000000..1ecf4f57a7ae9f9586d41b8aba2b1894b77bcf9b --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-030.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3856" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="15" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3861"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="layer1" transform="translate(0,6)"> + <path id="path3324-2" style="opacity:.3;fill-rule:evenodd" d="m5 7c-0.554 0-1 0.446-1 1v2c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-2c0-0.554-0.446-1-1-1h-5z"/> + <path id="rect2406-4" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m6.5-1.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <g id="g3195" style="opacity:.3;stroke:#dfdbd2;fill:none" transform="translate(-5,-7)"> + <path id="path3193" style="stroke-width:2;stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 5.3333v3.3333"/> + <rect id="rect3236" style="stroke-width:0.5;stroke:#dfdbd2;stroke-linecap:round;fill:none" transform="rotate(-90)" rx="2.3" ry="3.3001" height="8.5" width="13.5" y="8.25" x="-18.75"/> + </g> + <path id="rect2406" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m6.5-2.5h2c2.216 0 4 1.338 4 3v9c0 1.662-1.784 3-4 3h-2c-2.216 0-4-1.338-4-3v-9c0-1.662 1.784-3 4-3zm1.0419 0.000001v4"/> + <path id="path3324" style="fill-rule:evenodd;fill:#dfdbd2" d="m5 7c-0.554 0-1 0.446-1 1v1c0 1.108 1.338 2 3 2h1c1.662 0 3-0.892 3-2v-1c0-0.554-0.446-1-1-1z"/> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-060.svg new file mode 120000 index 0000000000000000000000000000000000000000..7d3125fb550d83dbdbc1020f74b4c99517ef1c0e --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-060.svg @@ -0,0 +1 @@ +gpm-mouse-060.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-100.svg new file mode 120000 index 0000000000000000000000000000000000000000..544289bd74cf65f0b22b2b0b6e92e5ed74df4bac --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-mouse-100.svg @@ -0,0 +1 @@ +gpm-mouse-100.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-000.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-000.svg new file mode 120000 index 0000000000000000000000000000000000000000..56bf8773fb7d43e89e736227ba914b8c10c7eb68 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-000.svg @@ -0,0 +1 @@ +gpm-phone-000.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-040.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-040.svg new file mode 100644 index 0000000000000000000000000000000000000000..7d34ab1304619d38eb8b768f359ee15b6854cace --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-040.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg3809" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata3814"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <path id="rect2397-6" style="opacity:.3;fill-rule:evenodd" d="m3 5c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm6-2c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5h-3z"/> + <path id="rect2397" style="fill-rule:evenodd;fill:#dfdbd2" d="m3 4c-0.554 0-1 0.446-1 1v13c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-13c0-0.554-0.446-1-1-1h-6zm0.5 1h5c0.277 0 0.5 0.223 0.5 0.5v7c0 0.277-0.223 0.5-0.5 0.5h-5c-0.277 0-0.5-0.223-0.5-0.5v-7c0-0.277 0.223-0.5 0.5-0.5zm0 10c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm-5 2c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm2 0c0.277 0 0.5 0.223 0.5 0.5 0-0.277 0.223-0.5 0.5-0.5s0.5 0.223 0.5 0.5-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5zm3 0c0.277 0 0.5 0.223 0.5 0.5s-0.223 0.5-0.5 0.5-0.5-0.223-0.5-0.5 0.223-0.5 0.5-0.5z"/> + <path id="rect3236" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" d="m3.25 12.5v-7c0-0.1385 0.1115-0.25 0.25-0.25h5c0.1385 0 0.25 0.1115 0.25 0.25v7c0 0.1385-0.1115 0.25-0.25 0.25h-5c-0.1385 0-0.25-0.1115-0.25-0.25z"/> + <path id="rect2442-9" style="opacity:.3;stroke:#000;stroke-linecap:round;fill:none" d="m12.5 18.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3236-9" style="opacity:.3;stroke-width:.5;stroke:#fff;stroke-linecap:round;fill:none" transform="rotate(-90)" rx=".25" ry="0.25" height="5.5" width="12.5" y="13.25" x="-17.75"/> + <path id="rect2442" style="stroke:#dfdbd2;stroke-linecap:round;fill:none" d="m12.5 17.5v-12c0-0.554 0.446-1 1-1h5c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-5c-0.554 0-1-0.446-1-1zm2.003-13.118c0.0007-0.32804 0.0015-0.65608 0.0025-0.98411 0.04076-0.59782 0.6496-0.97673 1.2122-0.89747 0.53292 0.023433 1.1769-0.12412 1.5549 0.3632 0.35076 0.43848 0.1914 1.0212 0.2278 1.5372"/> + <rect id="rect3728" style="fill-rule:evenodd;fill:#dfdbd2" rx=".5" ry=".5" height="3" width="4" y="14" x="14"/> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-060.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-060.svg new file mode 120000 index 0000000000000000000000000000000000000000..4beb3892e2977039c21bb080fd6a4059b1fb7a20 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-060.svg @@ -0,0 +1 @@ +gpm-phone-060.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-100.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-100.svg new file mode 120000 index 0000000000000000000000000000000000000000..a174b0ac580ba8d254135072cdef234b4084bc1a --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/scalable/status/xfpm-phone-100.svg @@ -0,0 +1 @@ +gpm-phone-100.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/22/avatar-default.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/22/avatar-default.svg new file mode 120000 index 0000000000000000000000000000000000000000..9db380c15bfbadda2a2fcc1ac969dc0136f8c931 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/22/avatar-default.svg @@ -0,0 +1 @@ +stock_person-panel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/22/stock_person-panel.svg b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/22/stock_person-panel.svg new file mode 100644 index 0000000000000000000000000000000000000000..0f4a5b70c9a596ace41a52d0532d8225812f769f --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/22/stock_person-panel.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg id="svg7739" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="22" width="22" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <metadata id="metadata9"> + <rdf:RDF> + <cc:Work rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> + <dc:title/> + </cc:Work> + </rdf:RDF> + </metadata> + <g id="g3" transform="matrix(1.0045 0 0 1.0004 -5.0676 -4.0069)"> + <g id="g5" transform="translate(.68443 -.15271)"> + <path id="path7" style="opacity:.3" d="m20.299 21.358c-1.701-0.842-2.435-2.297-2.435-2.985 0-0.461 0.309-1.173 0.606-1.519 0.291-0.339 0.724-0.507 0.929-0.884 0.334-0.616 0.513-1.844 0.408-2.384-0.074-0.385-0.408-0.423-0.408-0.769 0-0.308 0.073-0.808 0.073-1.653 0-1.192-0.459-1.83-1.076-2.384-0.558-0.5-1.672-1.038-3.084-1.038-0.299 0-0.622 0.026-0.892 0.077-0.578 0.108-0.977 0.371-1.197 0.589 0.03-0.171 0.097-0.346 0.226-0.505l-0.285-0.246c-0.152 0.188-0.257 0.399-0.307 0.611-0.193-0.07-0.414-0.103-0.665-0.103v0.385c0.171 0 0.317 0.023 0.451 0.06-0.184 0.056-0.381 0.142-0.562 0.286-0.483 0.384-0.929 1.077-0.929 2.269 0 0.846 0.073 1.345 0.073 1.653 0 0.345-0.334 0.384-0.408 0.769-0.104 0.54 0.074 1.769 0.408 2.384 0.206 0.377 0.638 0.545 0.93 0.884 0.297 0.346 0.605 1.058 0.605 1.519 0 0.688-0.733 2.144-2.436 2.985-2.33 1.154-3.475 1.684-3.475 3.291h16.924c0.002-1.608-1.143-2.138-3.474-3.292z"/> + <path id="path7-3" style="fill:#dfdbd2" d="m20.299 20.358c-1.701-0.842-2.435-2.297-2.435-2.985 0-0.461 0.309-1.173 0.606-1.519 0.291-0.339 0.724-0.507 0.929-0.884 0.334-0.616 0.513-1.844 0.408-2.384-0.074-0.385-0.408-0.423-0.408-0.769 0-0.308 0.073-0.808 0.073-1.653 0-1.192-0.459-1.83-1.076-2.384-0.558-0.5-1.672-1.038-3.084-1.038-0.299 0-0.622 0.026-0.892 0.077-0.578 0.108-0.977 0.371-1.197 0.589 0.03-0.171 0.097-0.346 0.226-0.505l-0.285-0.246c-0.152 0.188-0.257 0.399-0.307 0.611-0.193-0.07-0.414-0.103-0.665-0.103v0.385c0.171 0 0.317 0.023 0.451 0.06-0.184 0.056-0.381 0.142-0.562 0.286-0.483 0.384-0.929 1.077-0.929 2.269 0 0.846 0.073 1.345 0.073 1.653 0 0.345-0.334 0.384-0.408 0.769-0.104 0.54 0.074 1.769 0.408 2.384 0.206 0.377 0.638 0.545 0.93 0.884 0.297 0.346 0.605 1.058 0.605 1.519 0 0.688-0.733 2.144-2.436 2.985-2.33 1.154-3.475 1.684-3.475 3.291h16.924c0.002-1.608-1.143-2.138-3.474-3.292z"/> + </g> + </g> +</svg> diff --git a/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/64/album_artwork.png b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/64/album_artwork.png new file mode 100644 index 0000000000000000000000000000000000000000..87caa59df909f7c7a4506bebd004d43f450646cf Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/icons/trisquel/stock/64/album_artwork.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/pixmaps/browser.png b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/browser.png new file mode 100644 index 0000000000000000000000000000000000000000..dc343abb15a683e6b615b1dbe414090de65b6d96 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/browser.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/pixmaps/home.png b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/home.png new file mode 100644 index 0000000000000000000000000000000000000000..9a26472db53a36f4f6e68bf07ec878d974528a71 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/home.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/pixmaps/trisquel.png b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/trisquel.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec13d76cb5690222b8165a23697cbb436833c16 Binary files /dev/null and b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/trisquel.png differ diff --git a/12.0/trisquel-icon-theme/data/usr/share/pixmaps/trisquel.svg b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/trisquel.svg new file mode 120000 index 0000000000000000000000000000000000000000..f52fc2eed85f982339b283c76f999efb8ed8b405 --- /dev/null +++ b/12.0/trisquel-icon-theme/data/usr/share/pixmaps/trisquel.svg @@ -0,0 +1 @@ +../icons/trisquel/scalable/places/trisquel.svg \ No newline at end of file diff --git a/12.0/trisquel-icon-theme/debian/changelog b/12.0/trisquel-icon-theme/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..b4d8ade2b88b0491c6a1fffb5b45a849f727da3d --- /dev/null +++ b/12.0/trisquel-icon-theme/debian/changelog @@ -0,0 +1,231 @@ +trisquel-icon-theme (12.0-0) ecne; urgency=medium + + * Initial release for trisquel-icon-theme for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:37:15 -0600 + +trisquel-icon-theme (11.0-6) aramo; urgency=medium + + * 11.0/trisquel-icons-theme: add update-notifier icons to default + scalable/status. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 06 Mar 2024 00:07:12 -0600 + +trisquel-icon-theme (11.0-5) aramo; urgency=medium + + * Add missing ayatana-settings icon for trisquel theme + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 18 Nov 2023 22:08:55 -0600 + +trisquel-icon-theme (11.0-4) aramo; urgency=medium + + * Add scalable pdf mimetype icon for mate-control-center. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 04 Feb 2023 03:49:49 -0600 + +trisquel-icon-theme (11.0-3) aramo; urgency=medium + + * Set status icons to 16px + * Minimize files with scour + * Cleanup of broken links + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 06 Dec 2022 17:11:02 -0500 + +trisquel-icon-theme (11.0-2) aramo; urgency=medium + + * Add scalable battery applet icon to match theme. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 31 Aug 2022 19:24:43 -0500 + +trisquel-icon-theme (11.0-1) aramo; urgency=medium + + * Fix control center bluetooth manager icon. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 23 Jul 2022 16:00:18 -0500 + +trisquel-icon-theme (11.0) aramo; urgency=medium + + * Initial release for trisquel-icon-theme for aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:49:08 -0500 + +trisquel-icon-theme (10.2) nabia; urgency=medium + + * Remove unused icon breaking build for nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 24 Sep 2021 01:17:11 -0500 + +trisquel-icon-theme (10.1) nabia; urgency=medium + + * Fix path for data copy on rules file + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 06 Sep 2021 20:40:16 -0500 + +trisquel-icon-theme (10.0) nabia; urgency=medium + + * Fix vpn nm trisquel icon + * Fix missing control center time preferences icon + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 20 Aug 2021 12:55:18 -0500 + +trisquel-icon-theme (9.0) etiona; urgency=medium + + * Fixed icon sizing issue + * Fixed monochrome indicator icons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 12 Sep 2019 19:33:23 -0700 + +trisquel-icon-theme (8.0) flidas; urgency=medium + + * Fixed indicator icons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 05 Apr 2017 19:27:45 -0400 + +trisquel-icon-theme (7.0-4) belenos; urgency=low + + * Added onboard icon + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 28 Aug 2014 03:01:34 +0200 + +trisquel-icon-theme (7.0-3) belenos; urgency=low + + * Added 48x48 libreoffice icons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 08 Aug 2014 07:44:18 +0200 + +trisquel-icon-theme (7.0-2) belenos; urgency=low + + * Updated Trisquel logo icon + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 19 Jul 2014 01:38:27 +0200 + +trisquel-icon-theme (7.0-1) belenos; urgency=low + + * Added monochrome icons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Jul 2014 23:13:20 +0200 + +trisquel-icon-theme (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:31 +0100 + +trisquel-icon-theme (6.0) toutatis; urgency=low + + * Final release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:37:14 +0100 + +trisquel-icon-theme (5.99-2) toutatis; urgency=low + + * Fixed wireless icons + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 19 Nov 2012 03:44:14 +0100 + +trisquel-icon-theme (5.99-1) toutatis; urgency=low + + * Updated icon resolutions + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Nov 2012 05:57:40 +0100 + +trisquel-icon-theme (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:25 +0200 + +trisquel-icon-theme (5.5) brigantia; urgency=low + + * Make the theme inherit gnome as well as gnome-brave + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 16 Mar 2012 10:31:58 +0100 + +trisquel-icon-theme (5.4-2) slaine; urgency=low + + * Moved base to gnome-brave + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 14 Mar 2012 15:58:40 +0100 + +trisquel-icon-theme (5.4-1) slaine; urgency=low + + * Added symbolic action icons, needed by totem among others + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 23:13:55 +0100 + +trisquel-icon-theme (5.4) slaine; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:14 +0100 + +trisquel-icon-theme (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:31:55 +0200 + +trisquel-icon-theme (4.99-1) slaine; urgency=low + + * Now inherits from Elementary Dark + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 09 Aug 2011 18:51:55 +0200 + +trisquel-icon-theme (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:48:41 +0200 + +trisquel-icon-theme (4.5) slaine; urgency=low + + * added a lock to nm-applet icons, and a gwibber status icon + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 10 Mar 2011 00:45:36 +0100 + +trisquel-icon-theme (4.4.9) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-icon-theme (4.0) taranis; urgency=low + + * Added shotwell icon + * Added exaile smaller icons + * New battery icons + * Moved to elementary + * removed 48x48/apps/gnome-session-reboot.png + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2010 19:50:00 +0200 + +trisquel-icon-theme (3.5) awen; urgency=low + + * Initial release for Awen + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 21 Feb 2010 03:11:56 +0100 + +trisquel-icon-theme (3.0) dwyn; urgency=low + + * added update-manager trisquel icon + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Wed, 12 Aug 2009 18:46:29 +0200 + +trisquel-icon-theme (2.99-1) dwyn; urgency=low + + * Added notification icons, the sleep icon, and fixed network-manager + icon sizes + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 09 Jul 2009 18:51:42 +0200 + +trisquel-icon-theme (2.99) dwyn; urgency=low + + * Initial release for Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Fri, 12 Jun 2009 14:26:55 +0200 + +trisquel-icon-theme (2.1-1) robur; urgency=low + + * Initial release + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Mon, 11 May 2009 11:56:59 +0200 diff --git a/12.0/trisquel-icon-theme/debian/compat b/12.0/trisquel-icon-theme/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-icon-theme/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-icon-theme/debian/control b/12.0/trisquel-icon-theme/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..aceb2604be9dcf8329a895a4656b5a8a5f7606d3 --- /dev/null +++ b/12.0/trisquel-icon-theme/debian/control @@ -0,0 +1,16 @@ +Source: trisquel-icon-theme +Section: trisquel +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends-Indep: debhelper, scour +Standards-Version: 3.5.9.0 + +Package: trisquel-icon-theme +Architecture: all +Priority: optional +Depends: gnome-brave-icon-theme, ubuntu-mono +Provides: gnome-icon-theme +Description: Trisquel icon theme. + An icon theme for Trisquel based on gnome-brave-icon-theme. + . + diff --git a/12.0/trisquel-icon-theme/debian/copyright b/12.0/trisquel-icon-theme/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..be5ca9d65f8b4d79b5693dc0e4ac5bcd50331939 --- /dev/null +++ b/12.0/trisquel-icon-theme/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> + +Copyright (C) 2009 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-icon-theme/debian/rules b/12.0/trisquel-icon-theme/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..08a9a03666f5f9be23aa957cfa396293781ca6a4 --- /dev/null +++ b/12.0/trisquel-icon-theme/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d -not -path '*/\.*'| cut -d'/' -f2` + dh_scour + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build diff --git a/12.0/trisquel-meta/debian/changelog b/12.0/trisquel-meta/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..1b806432e169888ef84fd6fef8cc10d5387a04c8 --- /dev/null +++ b/12.0/trisquel-meta/debian/changelog @@ -0,0 +1,1489 @@ +trisquel-meta (12.0-0) ecne; urgency=medium + + * Initial release for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:39:49 -0600 + +trisquel-meta (11.0-25) aramo; urgency=medium + + * 11.0/trisquel-meta: replace gnome-system-tools for mate-user-admin. + * 11.0/trisquel-meta: add ayatana-settings to trisquel packages so + indicator settings can be configured through MATE control center. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 19 Nov 2023 01:12:27 -0800 + +trisquel-meta (11.0-24) aramo; urgency=medium + + * 11.0/trisquel-meta: remove ayatana-indicator-keyboard to favor ibus setup. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 04 Sep 2023 01:35:14 -0600 + +trisquel-meta (11.0-23) aramo; urgency=medium + + * Add xserver-xorg-input-synaptics to trisquel-mini recommended + packages. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 28 May 2023 16:38:23 -0600 + +trisquel-meta (11.0-22) aramo; urgency=medium + + * dmidecode not available on ppc64el + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 11 Mar 2023 19:39:23 -0500 + +trisquel-meta (11.0-21) aramo; urgency=medium + + * Restructure of -recommended packages + * Added jami back + * policykit-desktop-privileges moved to trisquel-desktop-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 01 Mar 2023 07:09:43 -0500 + +trisquel-meta (11.0-20) aramo; urgency=medium + + * Remove apport-kde & whoopsie dependency on triskel metapackage. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Feb 2023 09:35:45 -0600 + +trisquel-meta (11.0-19) aramo; urgency=medium + + * Add printer driver for (some) Brother laser printers. + * Add printer driver for OKI Data printers. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 11 Feb 2023 15:35:43 -0600 + +trisquel-meta (11.0-18) aramo; urgency=medium + + * Replaced deprecated exfat-utils for exfatprogs + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 06 Feb 2023 17:29:46 -0500 + +trisquel-meta (11.0-17) aramo; urgency=medium + + * Add policykit-desktop-privileges as recommended to trisquel desktop + environment. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 01 Feb 2023 01:03:46 -0600 + +trisquel-meta (11.0-16) aramo; urgency=medium + + * Added update-notifier and update-manager to triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 24 Jan 2023 07:40:45 -0500 + +trisquel-meta (11.0-15) aramo; urgency=medium + + * Add scrot screen capture application for trisquel-mini + * Add obconf configuration utility for trisquel-mini + * Add Epson Inkjet drivers to trisquel-print-system + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 10 Jan 2023 04:42:38 -0600 + +trisquel-meta (11.0-14) aramo; urgency=medium + + * spice-vdagent and display managers should be installed by makeiso + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 14:22:16 -0500 + +trisquel-meta (11.0-13) aramo; urgency=medium + + * Added spice-vdagent to trisquel-desktop-common-recommended + * Removed ayatana-indicator-session and non-ayatana indicator dependencies + * Added libreoffice-style-elementary + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 09 Dec 2022 11:57:17 -0500 + +trisquel-meta (11.0-12) aramo; urgency=medium + + * Moved to lightdm-gtk-greeter + * Removed broken sugar-activity-iq + * Added rfkill + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Dec 2022 18:51:13 -0500 + +trisquel-meta (11.0-11) aramo; urgency=medium + + * Removed broken sugar-activity-jumble + * Added arctica-greeter and reorganized display-manager dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 06 Dec 2022 09:01:23 -0500 + +trisquel-meta (11.0-10) aramo; urgency=medium + + * Added wpa_supplicant to desktop environments. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 02 Dec 2022 16:17:27 -0600 + +trisquel-meta (11.0-9) aramo; urgency=medium + + * Add support for sound files previews. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 30 Nov 2022 10:46:59 -0600 + +trisquel-meta (11.0-8) aramo; urgency=medium + + * Removed kde-config-whoopsie and kerneloops + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 21 Nov 2022 18:52:58 -0500 + +trisquel-meta (11.0-7) aramo; urgency=medium + + * Added pulseaudio-module-bluetooth to mate and kde + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 21 Nov 2022 18:43:10 -0500 + +trisquel-meta (11.0-6) aramo; urgency=medium + + * Add redshift-gtk to trisquel recommeded packages. + * Add tool to manage screen locker on KDE environment. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 14 Oct 2022 01:04:31 -0500 + +trisquel-meta (11.0-5) aramo; urgency=medium + + * Remove conflicting notify-osd from meta package. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2022 13:19:48 -0500 + +trisquel-meta (11.0-4) aramo; urgency=medium + + * Temporarlily removed jami + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 19 Jul 2022 09:59:32 -0400 + +trisquel-meta (11.0-3) aramo; urgency=medium + + * Removed lupin-casper + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 17 Jul 2022 09:47:02 -0400 + +trisquel-meta (11.0-2) aramo; urgency=medium + + * Replaced compton with picom + * Use ayatana indicators on MATE + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 13 Jul 2022 12:09:32 -0400 + +trisquel-meta (11.0-1) aramo; urgency=medium + + * Adjust trisquel-meta packages for aramo: trisquel, trisquel-desktop- + common, trisquel-desktop-common-recommended, trisquel-gnome- + recommended, trisquel-mini, trisquel-recommended + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 21:52:58 -0500 + +trisquel-meta (11.0) aramo; urgency=medium + + * Initial release for Aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:41:04 -0500 + +trisquel-meta (10.0-30) nabia; urgency=medium + + * Added trisquel-release-upgrader packages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 27 May 2022 11:55:37 -0400 + +trisquel-meta (10.0-29) nabia; urgency=medium + + * Enable lightdm-gtk-greeter on trisquel-mini 10.0 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 15 May 2022 15:18:12 -0500 + +trisquel-meta (10.0-28) nabia; urgency=medium + + * Removed irqbalance + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 29 Jan 2022 12:10:51 -0500 + +trisquel-meta (10.0-27) nabia; urgency=medium + + * Added kmenuedit kinfocenter libvdpau-va-gl1 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 24 Jan 2022 16:27:12 -0500 + +trisquel-meta (10.0-26) nabia; urgency=medium + + * Update trisquel-gnome dependencies for nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 21 Jan 2022 17:42:44 -0600 + +trisquel-meta (10.0-25) nabia; urgency=medium + + * Removed from triskel: kontact korganizer kaddressbook okular + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 30 Dec 2021 17:33:03 -0500 + +trisquel-meta (10.0-24) nabia; urgency=medium + + * Add lxhotkey-gtk required package 'lxhotkey-plugin-openbox' to + default installation. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Dec 2021 12:47:15 -0600 + +trisquel-meta (10.0-23) nabia; urgency=medium + + * Remove duplicated calculator as lxde recommends its own package + 'gcalculator' as first option + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 07 Dec 2021 01:20:57 -0600 + +trisquel-meta (10.0-22) nabia; urgency=medium + + * Added blueman, sane-airscan to trisquel-recommended + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 03 Dec 2021 18:04:03 -0500 + +trisquel-meta (10.0-21) nabia; urgency=medium + + * Added net-tools and libgdk-pixbuf2.0-bin to all releases, electrum and + khotkeys to Triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 03 Dec 2021 15:35:24 -0500 + +trisquel-meta (10.0-20) nabia; urgency=medium + + * Added ubiquity-frontend-gtk-panel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 25 Nov 2021 15:14:59 -0500 + +trisquel-meta (10.0-19) nabia; urgency=medium + + * trisquel-minimal: Add ifupdown as an alternative to netplan.io + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 19 Nov 2021 13:50:39 -0500 + +trisquel-meta (10.0-18) nabia; urgency=medium + + * Replace midori in favor of abrowser as default browser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 17 Nov 2021 20:17:11 -0600 + +trisquel-meta (10.0-17) nabia; urgency=medium + + * Add kdialog as dependency for IM GUI selector + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 16 Nov 2021 13:25:03 -0600 + +trisquel-meta (10.0-16) nabia; urgency=medium + + * Fix gcompris activity dependency. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 01 Nov 2021 15:48:38 -0600 + +trisquel-meta (10.0-15) nabia; urgency=medium + + * Fix dependencies for sugar-activity-measure + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 31 Oct 2021 22:39:51 -0600 + +trisquel-meta (10.0-14) nabia; urgency=medium + + * Fix unmeet dependencies for trisquel-sugar 10.0 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 31 Oct 2021 15:23:53 -0600 + +trisquel-meta (10.0-13) nabia; urgency=medium + + * Replace kmail in favor of icedove as email client + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 27 Oct 2021 15:27:01 -0500 + +trisquel-meta (10.0-12) nabia; urgency=medium + + * Update fonts-tiresias correct package name on nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 30 Sep 2021 14:18:59 -0500 + +trisquel-meta (10.0-11) nabia; urgency=medium + + * Set jami as default package for dependencies. + * Fix amarok dependency in favor of elisa for triskel. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Sep 2021 08:37:10 -0500 + +trisquel-meta (10.0-10) nabia; urgency=medium + + * Update main packages recommendations dependencies for nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 23 Sep 2021 21:51:38 -0500 + +trisquel-meta (10.0-9) nabia; urgency=medium + + * Update main packages dependencies and remove deprecated packages for nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 23 Sep 2021 10:31:24 -0500 + +trisquel-meta (10.0-8) nabia; urgency=medium + + * usb-creator only available on x86 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Sep 2021 18:01:08 -0400 + +trisquel-meta (10.0-7) nabia; urgency=medium + + * Some dependencies only apply to x86 + * Added cryptsetup-initramfs + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Sep 2021 11:20:14 -0400 + +trisquel-meta (10.0-6) nabia; urgency=medium + + * Remove trisquel 9.0 specific packages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 09 Aug 2021 02:12:54 -0500 + +trisquel-meta (10.0-5) nabia; urgency=medium + + * Adjust further changes for nabia/trisquel-desktop-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 06 Aug 2021 12:39:35 -0500 + +trisquel-meta (10.0-4) nabia; urgency=medium + + * Adjust metapackage for nabia/trisquel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 06 Aug 2021 12:05:07 -0500 + +trisquel-meta (10.0-3) nabia; urgency=medium + + * Update package names for nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 30 Jul 2021 12:27:36 -0500 + +trisquel-meta (10.0-2) nabia; urgency=medium + + * Updated dependencies for trisquel-minimal and trisquel-base + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 12 Dec 2020 16:31:33 +0100 + +trisquel-meta (10.0-1) nabia; urgency=medium + + * trisquel-minimal: removed depend on module-init-tools and ureadahead + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 11 Dec 2020 22:26:20 -0500 + +trisquel-meta (10.0) nabia; urgency=medium + + * Initial release for Nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 11 Dec 2020 20:14:00 -0500 + +trisquel-meta (9.0-40) etiona; urgency=medium + + * Updated Toast dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 17 Oct 2020 14:49:02 -0400 + +trisquel-meta (9.0-36) etiona; urgency=medium + + * Added libblockdev-crypto2 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 10 Oct 2020 13:33:54 -0400 + +trisquel-meta (9.0-35) etiona; urgency=medium + + * Removed plasma-discover + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Aug 2020 03:16:55 -0400 + +trisquel-meta (9.0-34) etiona; urgency=medium + + * Added sddm-theme-breeze + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 25 Jul 2020 23:17:21 -0400 + +trisquel-meta (9.0-33) etiona; urgency=medium + + * Added libcanberra-gtk3-module + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 25 Jul 2020 19:21:47 -0400 + +trisquel-meta (9.0-32) etiona; urgency=medium + + * Improved triskel metapackage, added fonts-trisquel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 25 Jul 2020 18:28:10 -0400 + +trisquel-meta (9.0-31) etiona; urgency=medium + + * Removed kmix + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 19 Jul 2020 02:35:04 -0400 + +trisquel-meta (9.0-30) etiona; urgency=medium + + * Multiple dependency fixes (triskel, libreoffice, etc) + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 18 Jul 2020 20:01:41 -0400 + +trisquel-meta (9.0-29) etiona; urgency=medium + + * Improvements to xorg dependencies, added gnome-power-manager and thermald + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 03 Jul 2020 11:58:34 -0400 + +trisquel-meta (9.0-28) etiona; urgency=medium + + * Added telepathy-gabble to triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 14 Jun 2020 17:33:46 -0400 + +trisquel-meta (9.0-27) etiona; urgency=medium + + * Addded vlc and jami to triskel, other fixes + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 14 Jun 2020 16:09:51 -0400 + +trisquel-meta (9.0-26) etiona; urgency=medium + + * Corrected triskel dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 14 Jun 2020 14:28:45 -0400 + +trisquel-meta (9.0-25) etiona; urgency=medium + + * Fixed triskel a11y + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 13 Jun 2020 00:02:30 -0400 + +trisquel-meta (9.0-24) etiona; urgency=medium + + * Fixed typo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 12 Jun 2020 12:16:20 -0400 + +trisquel-meta (9.0-23) etiona; urgency=medium + + * Corrected libcanberra dependency + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Jun 2020 02:00:16 -0400 + +trisquel-meta (9.0-22) etiona; urgency=medium + + * Added powerdevil, libcamberra-pulseaudio, spectale. Removed ubiquity-frontend-kde + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 06 Jun 2020 22:44:18 -0400 + +trisquel-meta (9.0-21) etiona; urgency=medium + + * Added plasma-pa, accountwizard to triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 May 2020 01:49:07 -0400 + +trisquel-meta (9.0-20) etiona; urgency=medium + + * Corrected Triskel meta dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 May 2020 01:01:04 -0400 + +trisquel-meta (9.0-19) etiona; urgency=medium + + * Removed kubuntu-settings-desktop + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 May 2020 00:07:12 -0400 + +trisquel-meta (9.0-18) etiona; urgency=medium + + * Added triskel artwork dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 15 May 2020 23:45:24 -0400 + +trisquel-meta (9.0-17) etiona; urgency=medium + + * Improvements to sugar dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 23 Apr 2020 01:30:53 -0400 + +trisquel-meta (9.0-16) etoiona; urgency=medium + + * Updated sugar dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 22 Apr 2020 23:42:38 -0400 + +trisquel-meta (9.0-15) etiona; urgency=medium + + * Added mpv, trisquel-sounds, indicator-datetime, indicator-session to trisquel-mini + * Added dbus-user-session to trisquel-desktop-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Apr 2020 19:53:47 -0400 + +trisquel-meta (9.0-14) etiona; urgency=medium + + * Replaced gnome-mplayer with gnome-mpv + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Apr 2020 18:43:17 -0400 + +trisquel-meta (9.0-13) etiona; urgency=medium + + * Added trisquel-app-install to trisquel-desktop-common and openvpn-systemd-resolved to trisquel + * Added gnome-disk-utility, pdfshuffler and jami-all to trisquel recommended + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 28 Mar 2020 18:19:53 -0400 + +trisquel-meta (9.0-12) etiona; urgency=medium + + * Updated triskel dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Jan 2020 22:09:35 -0500 + +trisquel-meta (9.0-11) etiona; urgency=medium + + * Fixed electrum depend + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Jan 2020 21:57:34 -0500 + +trisquel-meta (9.0-10) etiona; urgency=medium + + * gcalctool moved to gnome-calculator + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Jan 2020 21:49:01 -0500 + +trisquel-meta (9.0-9) etiona; urgency=medium + + * Fixed trisquel-gnome dependencies + * Added exfat support and awesome font + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Jan 2020 21:35:50 -0500 + +trisquel-meta (9.0-8) etiona; urgency=medium + + * Corrected calculator + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 19 Dec 2019 22:51:20 -0500 + +trisquel-meta (9.0-7) etiona; urgency=medium + + * Fixed outdated dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 19 Dec 2019 22:40:02 -0500 + +trisquel-meta (9.0-6) etiona; urgency=medium + + * Removed upstart, moved iproute to iproute2 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 14 Dec 2019 02:26:08 -0500 + +trisquel-meta (9.0-5) etiona; urgency=medium + + * Removed gst0.10 and other deprecated dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 14 Dec 2019 01:52:18 -0500 + +trisquel-meta (9.0-4) etiona; urgency=medium + + * Fixed firmware-ath9k-htc + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 13 Dec 2019 23:52:27 -0500 + +trisquel-meta (9.0-3) etiona; urgency=medium + + * Error in backintime replacement + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 13 Dec 2019 21:59:35 -0500 + +trisquel-meta (9.0-2) etiona; urgency=medium + + * Updated dependencies for etiona + * Updated dependencies. Deja-dup replaced with backintime + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 13 Dec 2019 21:52:52 -0500 + +trisquel-meta (9.0) etiona; urgency=medium + + * Initial release for etiona + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 13 Dec 2019 16:17:17 -0500 + +trisquel-meta (8.0-8) flidas; urgency=medium + + * Updated Icedove related dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 19 Feb 2018 01:48:19 -0500 + +trisquel-meta (8.0-7) flidas; urgency=medium + + * Corrected deprecated packages + * Replace firmware-carl9170 with firmware-linux-free + * Added xorg dependencies + * Added plymouth themes + * Added extra dependencies + * More dependency work + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 23 Dec 2017 19:21:58 -0500 + +trisquel-meta (8.0-1) flidas; urgency=medium + + * 8.0/trisquel-meta corrected dependencies for flidas mate + metapackages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 22 Dec 2017 17:49:14 -0500 + +trisquel-meta (8.0) flidas; urgency=medium + + * Initial release for Flidas + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 15 Dec 2017 10:24:53 -0500 + +trisquel-meta (7.0-40) belenos; urgency=medium + + * Sugar packages updated to 108 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 15 May 2016 19:46:46 -0400 + +trisquel-meta (7.0-39) belenos; urgency=critical + + * Added policykit-1-gnome and ligtk2-perl to trisquel-mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 26 Oct 2015 20:12:17 +0100 + +trisquel-meta (7.0-38) belenos; urgency=medium + + * Replaced telepathy-gabble with sugar-telepathy-gabble + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 14 Apr 2015 02:36:28 +0200 + +trisquel-meta (7.0-37) belenos; urgency=low + + * Updated sugar components to v104 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 28 Feb 2015 19:43:54 +0100 + +trisquel-meta (7.0-36) belenos; urgency=low + + * Remove avahi-daemon by default, to improve privacy + * Remove gnash by default + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 19 Dec 2014 12:44:38 +0100 + +trisquel-meta (7.0-35) belenos; urgency=low + + * Added cups-pk-helper and smbclient to trisquel-desktop-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 17 Dec 2014 18:23:41 +0100 + +trisquel-meta (7.0-34) belenos; urgency=low + + * Removed tor from default images + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 02 Nov 2014 16:49:44 +0100 + +trisquel-meta (7.0-33) belenos; urgency=low + + * Added trisquel-icon-theme to trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 23 Oct 2014 18:49:50 +0200 + +trisquel-meta (7.0-32) belenos; urgency=low + + * Replaced lxdm with lightdm in trisquel-mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 14 Oct 2014 13:04:08 +0200 + +trisquel-meta (7.0-31) belenos; urgency=low + + * Reverted Abrowser as main browser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 14 Oct 2014 09:48:29 +0200 + +trisquel-meta (7.0-30) belenos; urgency=low + + * Added cheese and network-manager-openvpn-gnome + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 31 Aug 2014 17:45:24 +0200 + +trisquel-meta (7.0-29) belenos; urgency=low + + * Removed libpam-smbpass + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 30 Aug 2014 02:48:19 +0200 + +trisquel-meta (7.0-28) belenos; urgency=low + + * Added onboard, removed system-config-printer from gnome edition + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 28 Aug 2014 03:05:01 +0200 + +trisquel-meta (7.0-27) belenos; urgency=low + + * Removed indicator-appmenu + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 07 Aug 2014 04:55:14 +0200 + +trisquel-meta (7.0-26) belenos; urgency=low + + * Added i965-va-driver + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 07 Aug 2014 04:37:11 +0200 + +trisquel-meta (7.0-25) belenos; urgency=low + + * Added extra gst packages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 07 Aug 2014 04:32:40 +0200 + +trisquel-meta (7.0-24) belenos; urgency=low + + * Replaced im-switch with im-config + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 18 Jul 2014 18:23:18 +0200 + +trisquel-meta (7.0-23) belenos; urgency=low + + * Added all gstreamer plugin groups + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 16 Jul 2014 21:59:25 +0200 + +trisquel-meta (7.0-22) belenos; urgency=low + + * Replaced Abrowser with IceCat + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 15 Jul 2014 06:07:04 +0200 + +trisquel-meta (7.0-21) belenos; urgency=low + + * Added xul-ext-torproxy + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 10 Jul 2014 04:38:58 +0200 + +trisquel-meta (7.0-20) belenos; urgency=low + + * Added electrum, tor, libreoffice, vim, gnome-mahjongg + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 09 Jul 2014 23:20:17 +0200 + +trisquel-meta (7.0-19) belenos; urgency=low + + * Added indicator-session to trisquel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Jul 2014 21:32:19 +0200 + +trisquel-meta (7.0-18) belenos; urgency=low + + * Added gst-plugins-espeak to sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 02 Jul 2014 21:26:56 +0200 + +trisquel-meta (7.0-17) belenos; urgency=low + + * Updated sugar to 102 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 02 Jul 2014 19:43:14 +0200 + +trisquel-meta (7.0-16) belenos; urgency=low + + * Updated triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 29 Jun 2014 02:16:09 +0200 + +trisquel-meta (7.0-15) belenos; urgency=low + + * Updated sugar packages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 25 Jun 2014 21:15:01 +0200 + +trisquel-meta (7.0-14) belenos; urgency=low + + * Replaced gnome-session-flashback with trisquel-session + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 19 Jun 2014 00:03:17 +0200 + +trisquel-meta (7.0-13) belenos; urgency=low + + * Updated toast metapackages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 17 Jun 2014 02:57:08 +0200 + +trisquel-meta (7.0-12) belenos; urgency=low + + * Replaced epdfview with evince + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 16 Jun 2014 21:08:15 +0200 + +trisquel-meta (7.0-11) belenos; urgency=low + + * Replaced lightdm-gtk-greeter with unity-greeter, added ubuntu-mono, light-themes + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 16 Jun 2014 03:44:20 +0200 + +trisquel-meta (7.0-10) belenos; urgency=low + + * Replaced remmina with vinagre, added gstreamer1.0-libav + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 15 Jun 2014 22:12:14 +0200 + +trisquel-meta (7.0-9) belenos; urgency=low + + * Removed samba + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 14 Jun 2014 06:17:11 +0200 + +trisquel-meta (7.0-8) belenos; urgency=low + + * Removed onboard + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 14 Jun 2014 05:59:06 +0200 + +trisquel-meta (7.0-7) belenos; urgency=low + + * Removed gwibber and indicator-session + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 21 May 2014 22:12:07 +0200 + +trisquel-meta (7.0-6) belenos; urgency=low + + * Removed evince and gwibber deprecated plugins + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 18 May 2014 17:58:53 +0200 + +trisquel-meta (7.0-5) belenos; urgency=low + + * Added indicator packages + * Replaced compiz>compton gdm>lightdm-gtk + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 18 May 2014 03:36:53 +0200 + +trisquel-meta (7.0-4) belenos; urgency=low + + * Removed gnome-ppp + * Added compton + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 28 Apr 2014 21:58:43 +0200 + +trisquel-meta (7.0-3) belenos; urgency=low + + * Updated deprecated dependencies + * ttf-dustin ttf-mgopen ttf-sil-andika to "fonts-..." + * Removed gstreamer0.10-ffmpeg and libcelt0-0 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 11 Feb 2014 01:01:45 +0100 + +trisquel-meta (7.0-2) belenos; urgency=low + + * Replaced hpijs with printer-driver-hpijs + * Replaced ttf-droid with fonts-droid + * Removed x-ttcidfont-conf + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 10 Feb 2014 02:46:00 +0100 + +trisquel-meta (7.0-1) belenos; urgency=low + + * Removed ntfsprogs and hal + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 10 Feb 2014 02:04:46 +0100 + +trisquel-meta (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:31 +0100 + +trisquel-meta (6.0-12) toutatis; urgency=low + + * Added open-ath9k-htc-firmware + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 22 Dec 2013 04:11:36 +0100 + +trisquel-meta (6.0-11) toutatis; urgency=low + + * Added libglib2.0-bin, mobile-broadband-provider-info to trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 28 Aug 2013 06:52:01 +0200 + +trisquel-meta (6.0-10) toutatis; urgency=low + + * Added telepathy dependencies to trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Aug 2013 07:26:32 +0200 + +trisquel-meta (6.0-9) toutatis; urgency=low + + * Removed etoys from trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Aug 2013 06:40:28 +0200 + +trisquel-meta (6.0-8) toutatis; urgency=low + + * Updated trisquel-sugar metapackage dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Aug 2013 06:08:39 +0200 + +trisquel-meta (6.0-7) toutatis; urgency=low + + * Replaced gdebi with apturl + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 24 Feb 2013 09:10:03 +0100 + +trisquel-meta (6.0-6) toutatis; urgency=low + + * Updated for xorg lts + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 23 Feb 2013 00:30:02 +0100 + +trisquel-meta (6.0-5) toutatis; urgency=low + + * Replaced ttf-defavu with ttf-dejavu-core + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 11 Feb 2013 04:22:14 +0100 + +trisquel-meta (6.0-4) toutatis; urgency=low + + * Removed ubuntu-docs + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 11 Feb 2013 02:45:09 +0100 + +trisquel-meta (6.0-3) toutatis; urgency=low + + * Added python-mako + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 05 Feb 2013 00:13:17 +0100 + +trisquel-meta (6.0-2) toutatis; urgency=low + + * removed kdepim-wizards + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 01 Dec 2012 06:20:01 +0100 + +trisquel-meta (6.0-1) toutatis; urgency=low + + * Added dconf-tools to trisquel-desktop-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 01 Dec 2012 00:48:01 +0100 + +trisquel-meta (6.0) toutatis; urgency=low + + * Final release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:27:53 +0100 + +trisquel-meta (5.99-12) toutatis; urgency=low + + * Removed gnote + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:26:57 +0100 + +trisquel-meta (5.99-11) toutatis; urgency=low + + * Removed rhythmbox-zeitgeist + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 24 Nov 2012 07:51:18 +0100 + +trisquel-meta (5.99-10) toutatis; urgency=low + + * Replaced exaile with rhythmbox, notification-daemon with notify-osd, added evolution-indicator + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 19 Nov 2012 04:19:38 +0100 + +trisquel-meta (5.99-9) toutatis; urgency=low + + * Added colord and icc-profiles-free + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Nov 2012 01:26:42 +0100 + +trisquel-meta (5.99-8) toutatis; urgency=low + + * Added indicator-applet to trisquel-gnome-base + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 06 Nov 2012 01:39:28 +0100 + +trisquel-meta (5.99-7) toutatis; urgency=low + + * Removed mahjong + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 21 Oct 2012 21:50:52 +0200 + +trisquel-meta (5.99-6) toutatis; urgency=low + + * Removed the libertine font and added compiz back + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 21 Oct 2012 21:30:47 +0200 + +trisquel-meta (5.99-5) toutatis; urgency=low + + * Changed remmina plugins set + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 20 Oct 2012 22:03:15 +0200 + +trisquel-meta (5.99-4) toutatis; urgency=low + + * Changed gwibber services set + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 20 Oct 2012 22:00:45 +0200 + +trisquel-meta (5.99-3) toutatis; urgency=low + + * Changed libvpx0 to libvpx1 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 20 Oct 2012 21:57:54 +0200 + +trisquel-meta (5.99-2) toutatis; urgency=low + + * Replaced missing packages due to rebase to toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 20 Oct 2012 21:55:23 +0200 + +trisquel-meta (5.99-1) toutatis; urgency=low + + * Removed libsdl1.2debian-pulseaudio dep, gnome-themes moved to gnome- + themes-standard + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 08:11:40 +0200 + +trisquel-meta (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:25 +0200 + +trisquel-meta (5.5-2) brigantia; urgency=low + + * Added sweets-desktop + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 10 May 2012 00:08:27 +0200 + +trisquel-meta (5.5-1) brigantia; urgency=low + + * Added back gimp + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 11 Apr 2012 01:45:07 +0200 + +trisquel-meta (5.5) brigantia; urgency=low + + * Added gnome-user-guide, ubuntu-docs + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 04 Apr 2012 16:10:47 +0200 + +trisquel-meta (5.4-21) slaine; urgency=low + + * Added libreoffice-style-galaxy, removed computer-janitor-gtk + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 04 Apr 2012 15:53:05 +0200 + +trisquel-meta (5.4-20) slaine; urgency=low + + * Added missing firmware-carl9170 to trisquel-base-recommended + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 03 Apr 2012 02:17:37 +0200 + +trisquel-meta (5.4-19) slaine; urgency=low + + * Going back to gdm and gnome-screensaver, added gnome-ppp + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 01 Apr 2012 23:57:14 +0200 + +trisquel-meta (5.4-18) slaine; urgency=low + + * Added system-config-printer-udev + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 19 Mar 2012 20:51:22 +0100 + +trisquel-meta (5.4-17) slaine; urgency=low + + * Added firmware-carl9170 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Mar 2012 02:19:02 +0100 + +trisquel-meta (5.4-16) slaine; urgency=low + + * Added gnome-user-share, libgail-3-common, libgail-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 14 Mar 2012 17:02:45 +0100 + +trisquel-meta (5.4-15) slaine; urgency=low + + * Removed nepomukcontroller and network-manager-pptp-kde from triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 12 Mar 2012 02:56:20 +0100 + +trisquel-meta (5.4-14) slaine; urgency=low + + * Added trisquel-codecs metapackage + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 23:45:12 +0100 + +trisquel-meta (5.4-13) slaine; urgency=low + + * Replaced gnome-screensaver with xscreensaver + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 03:23:10 +0100 + +trisquel-meta (5.4-12) slaine; urgency=low + + * Removed gimp + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 11 Mar 2012 01:17:03 +0100 + +trisquel-meta (5.4-11) slaine; urgency=low + + * added missed langpack dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 10 Mar 2012 18:43:18 +0100 + +trisquel-meta (5.4-10) slaine; urgency=low + + * Added python-gobject-cairo to trisquel-mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 10 Mar 2012 16:38:44 +0100 + +trisquel-meta (5.4-9) slaine; urgency=low + + * Added orca and lightdm dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 05 Mar 2012 16:46:59 +0100 + +trisquel-meta (5.4-8) slaine; urgency=low + + * Added unity-greeter + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 03 Mar 2012 01:07:23 +0100 + +trisquel-meta (5.4-7) slaine; urgency=low + + * Replaced gnome-session with gnome-session-fallback + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 02 Mar 2012 18:59:07 +0100 + +trisquel-meta (5.4-6) slaine; urgency=low + + * Replaced gdm with lightdm + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 02 Mar 2012 18:45:19 +0100 + +trisquel-meta (5.4-5) slaine; urgency=low + + * Removed language-support* + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 02 Mar 2012 17:10:18 +0100 + +trisquel-meta (5.4-4) slaine; urgency=low + + * Removed seahorse-plugins gnome-user-guide-* + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 28 Feb 2012 22:26:34 +0100 + +trisquel-meta (5.4-3) slaine; urgency=low + + * Removed compiz + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 23 Feb 2012 02:52:40 +0100 + +trisquel-meta (5.4-2) slaine; urgency=low + + * Removed esound-clients and libc6-i686 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 23 Feb 2012 00:22:39 +0100 + +trisquel-meta (5.4-1) slaine; urgency=low + + * Removed kdebase-workspace-bin from Triskel + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 23:27:44 +0100 + +trisquel-meta (5.4) slaine; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:14 +0100 + +trisquel-meta (5.0-4) slaine; urgency=low + + * Added wicd alternative to trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 15 Nov 2011 01:15:11 +0100 + +trisquel-meta (5.0-3) slaine; urgency=low + + * Added gstreamer0.10-plugins-bad back + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 26 Oct 2011 15:52:55 +0200 + +trisquel-meta (5.0-2) slaine; urgency=low + + * Added mobile-broadband-provider-info + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 16 Sep 2011 04:12:43 +0200 + +trisquel-meta (5.0-1) slaine; urgency=low + + * Added usbmodeswitch + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 20:32:46 +0200 + +trisquel-meta (5.0) slaine; urgency=low + + * Final release for Dagda + * Added trisquel-gnome-base transitional package + * Removed "Recommended:" entries and added -recommended transitional packages + * Removed compizconfig-settings-manager, added libreoffice-style-tango, choqok and ark + * Removed -recommended packages, added triskel + * Removed gstreamer0.10-schroedinger and gstreamer0.10-plugins-bad + * Removed friendly-recovery + * Added gnome-keyring + * Replaced Firefox with IceCat and OpenOffice.org with LibreOffice + * Added back gnome-user-guide-en and gnome-user-guide-es + * Added gwibber services and friendly-recovery + * Removed flashvideoreplacer, xul-ext-notify and remmina-gnome dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:32:07 +0200 + +trisquel-meta (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:48:47 +0200 + +trisquel-meta (4.5-8) slaine; urgency=low + + * Added ubiquity-slideshow-trisquel to trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 22 May 2011 03:03:46 +0200 + +trisquel-meta (4.5-7) slaine; urgency=low + + * Changed usb-creator to usb-creator-gtk in trisquel-sugar + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 22 May 2011 01:06:34 +0200 + +trisquel-meta (4.5-6) slaine; urgency=low + + * Updated trisquel-sugar entry + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 22 May 2011 00:48:22 +0200 + +trisquel-meta (4.5-5) slaine; urgency=low + + * Added atheros-firmware, mdadm and wvdial + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 11 May 2011 16:07:01 +0200 + +trisquel-meta (4.5-4) slaine; urgency=low + + * Updated for trisquel-mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 05 Apr 2011 17:55:23 +0200 + +trisquel-meta (4.5-3) slaine; urgency=low + + * Replaced shotwell with gthumb + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 23 Mar 2011 00:17:48 +0100 + +trisquel-meta (4.5-2) slaine; urgency=low + + * Added brasero-cdrkit and libgnome2-perl + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 22 Mar 2011 14:03:33 +0100 + +trisquel-meta (4.5-1) slaine; urgency=low + + * Added flashvideoreplacer + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 18 Mar 2011 08:44:07 +0100 + +trisquel-meta (4.5) slaine; urgency=low + + * Added ubiquity-slideshow-trisquel and gnome-orca + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 18 Mar 2011 00:39:30 +0100 + +trisquel-meta (4.4.9-13) slaine; urgency=low + + * Added gwibber, python-indicate, python-libproxy + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 09 Mar 2011 20:46:07 +0100 + +trisquel-meta (4.4.9-12) slaine; urgency=low + + * removed indicator applet + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Mar 2011 18:14:15 +0100 + +trisquel-meta (4.4.9-11) slaine; urgency=low + + * removed libgl1-mesa-dri-experimental and network-manager-pptp + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Mar 2011 01:18:45 +0100 + +trisquel-meta (4.4.9-10) slaine; urgency=low + + * Added deja-dup + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 25 Feb 2011 04:47:17 +0100 + +trisquel-meta (4.4.9-9) slaine; urgency=low + + * Updated plymouth themes + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 25 Feb 2011 03:06:26 +0100 + +trisquel-meta (4.4.9-8) slaine; urgency=low + + * Added audacious + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 24 Feb 2011 03:56:14 +0100 + +trisquel-meta (4.4.9-7) slaine; urgency=low + + * Added xul-ext-notify and remmina + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 23 Feb 2011 02:05:42 +0100 + +trisquel-meta (4.4.9-6) slaine; urgency=low + + * Restored gnome-app-install + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 03 Feb 2011 03:32:52 +0100 + +trisquel-meta (4.4.9-5) slaine; urgency=low + + * Added dnsmasq-base network-manager-pptp and lupin-casper + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 02 Feb 2011 23:42:33 +0100 + +trisquel-meta (4.4.9-4) slaine; urgency=low + + * Added totem-plugins and libgl1-mesa-dri-experimental + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 25 Jan 2011 01:39:49 +0100 + +trisquel-meta (4.4.9-3) slaine; urgency=low + + * Moved usb-creator to usb-creator-gtk + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 13 Jan 2011 22:58:58 +0100 + +trisquel-meta (4.4.9-2) slaine; urgency=low + + * Removed gthumb and xchat + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 13 Jan 2011 21:43:27 +0100 + +trisquel-meta (4.4.9-1) slaine; urgency=low + + * Temporarily removed gnome-app-install + * pm-utils-powersave-policy replaced with pm-utils + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 21:33:43 +0200 + +trisquel-meta (4.4.9) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-meta (4.0-5) taranis; urgency=low + + * Added missing i18n packages: + openoffice.org-thesaurus-en-us, openoffice.org-l10n-en-gb, openoffice.org-help-en-gb, + openoffice.org-l10n-en-za, openoffice.org-thesaurus-en-au + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 27 Oct 2010 14:35:19 +0200 + +trisquel-meta (4.0-4) taranis; urgency=low + + * Added usb-creator to trisquel-mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Sep 2010 22:23:55 +0200 + +trisquel-meta (4.0-3) taranis; urgency=low + + * Added gnome-disk-utility and screen-resolution-extra + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Sep 2010 18:49:03 +0200 + +trisquel-meta (4.0-2) taranis; urgency=low + + * Added to trisquel-mini: gigolo, gvfs-fuse, gvfs-backends, gvfs-bin, pulseaudio. + * Replaced galculator with gcalctool + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Sep 2010 18:04:36 +0200 + +trisquel-meta (4.0-1) taranis; urgency=low + + * Ayttm replaced with empathy in mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Sep 2010 00:18:26 +0200 + +trisquel-meta (4.0) taranis; urgency=low + + * Final release for Taranis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 08 Sep 2010 00:18:48 +0200 + +trisquel-meta (3.99-12) taranis; urgency=low + + * Included more language packages for es_ES and en_US + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 01 Sep 2010 21:46:42 +0200 + +trisquel-meta (3.99-11) taranis; urgency=low + + * Added swfdec-mozilla as mozilla-plugin-gnash alternative + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 01 Sep 2010 15:41:55 +0200 + +trisquel-meta (3.99-10) taranis; urgency=low + + * Changed dependency from plymouth-theme-text to plymouth-theme-script + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 25 Aug 2010 21:03:14 +0200 + +trisquel-meta (3.99-9) taranis; urgency=low + + * added gimm, shotwell and gddrescue + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 19 Aug 2010 13:25:41 +0200 + +trisquel-meta (3.99-8) taranis; urgency=low + + * added notify-osd, vlc moved back to totem + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 08 Aug 2010 19:53:11 +0200 + +trisquel-meta (3.99-7) taranis; urgency=low + + * mplayer as default in mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 03 Jul 2010 15:09:27 +0200 + +trisquel-meta (3.99-6) taranis; urgency=low + + * ntfs-3g moved to trisquel-desktop-common + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 09 Jun 2010 19:39:58 +0200 + +trisquel-meta (3.99-5) taranis; urgency=low + + * languages removed, totem replaced with vlc + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 02 Jun 2010 23:37:59 +0200 + +trisquel-meta (3.99-4) taranis; urgency=low + + * added telepathy-gabble to trisquel-recommended + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 31 May 2010 19:47:44 +0200 + +trisquel-meta (3.99-3) taranis; urgency=low + + * Included indicator dependencies + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 17 May 2010 23:40:42 +0200 + +trisquel-meta (3.99-2) taranis; urgency=low + + * updated for trisquel-mini + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 12 May 2010 16:58:21 +0200 + +trisquel-meta (3.99-1) taranis; urgency=low + + * Epiphany replaced with Abrowser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 04 May 2010 23:33:50 +0200 + +trisquel-meta (3.99) taranis; urgency=low + + * Initial release, imported from 3.5 metapackages + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 02 May 2010 16:45:19 +0200 diff --git a/12.0/trisquel-meta/debian/compat b/12.0/trisquel-meta/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-meta/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-meta/debian/control b/12.0/trisquel-meta/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..1b32392720924e24310ce1d08eb70f8bbf2f97b1 --- /dev/null +++ b/12.0/trisquel-meta/debian/control @@ -0,0 +1,199 @@ +Source: trisquel-meta +Section: metapackages +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends: debhelper (>= 10) +Standards-Version: 3.7.3 + +Package: trisquel-minimal +Architecture: any +Priority: important +Depends: adduser, apt, apt-utils, bzip2, console-setup, debconf, debconf-i18n, e2fsprogs, eject, init, iproute2, iputils-ping, isc-dhcp-client, kbd, kmod, less, locales, lsb-release, mawk, mount, netbase, netcat-openbsd, netplan.io | ifupdown, passwd, procps, python3, sensible-utils, sudo, tzdata, trisquel-keyring, udev, vim-tiny, whiptail, apt-transport-https +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a minimal console environment. + +Package: trisquel-codecs +Architecture: any +Priority: optional +Depends: gstreamer1.0-vaapi, i965-va-driver, gstreamer1.0-libav, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-base, gstreamer1.0-x, gstreamer1.0-alsa, libaacs0, gstreamer1.0-tools +Description: Trisquel codecs metapackage + Dependency list for Trisquel base installation. + Provides a set of gstreamer codecs. + +Package: trisquel-base +Architecture: any +Priority: optional +Depends: bc, dc, dmraid, jfsutils, reiserfsprogs, reiser4progs, xfsprogs, trisquel-base-data, libnss-mdns, laptop-detect, acpi-support [amd64 i386], acpid [amd64 i386], alsa-base, alsa-utils, anacron, avahi-autoipd, ca-certificates, doc-base, screen, aptitude, at, busybox-static, cpio, cron, dmidecode [amd64 arm64 armhf i386], dnsutils, dosfstools, ed, file, ftp, hdparm, info, iptables, language-selector-common, logrotate, lshw, lsof, ltrace, man-db, mime-support, parted, nano, pciutils, psmisc, rsync, strace, time, usbutils, wget, dvd+rw-tools, wireless-tools, pcmciautils, ecryptfs-utils, apparmor, apparmor-utils, apparmor-profiles, apparmor-profiles-extra, mdadm, btrfs-progs, cryptsetup, cryptsetup-initramfs, openssh-client, lvm2, dmraid, xz-utils, dns-root-data, gettext, update-inetd, exfat-fuse, exfatprogs, libblockdev-crypto2, gnupg, scdaemon, pcscd, software-properties-common, ppa-purge, tasksel, trisquel-release-upgrader-core +Recommends: trisquel-base-recommended +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a complete console environment. + +Package: trisquel-base-recommended +Architecture: any +Priority: optional +Depends: unzip, zip, beep, nmap, unp, debfoster, bash-completion, gddrescue, modemmanager, wvdial, openfwwf, atheros-firmware, firmware-linux-free, firmware-ath9k-htc, command-not-found, friendly-recovery, unar, vim, powertop, gdisk, iputils-arping, geoip-bin, geoip-database, xbrlapi, net-tools +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a complete console environment. + +Package: trisquel-desktop-common +Architecture: any +Priority: optional +Depends: trisquel-gtk-theme, trisquel-icon-theme, apt-xapian-index, trisquel-desktop-common-data, dmz-cursor-theme, xcursor-themes, printer-driver-foo2zjs, printer-driver-min12xxw, printer-driver-pxljr, printer-driver-splix, im-config, hplip, ghostscript-x, foomatic-db, foomatic-db-engine, foomatic-filters, printer-driver-hpijs, trisquel-gtk-theme, trisquel-icon-theme, genisoimage, dbus-x11, desktop-file-utils, fonts-dejavu-core, fonts-droid-fallback, xdg-utils, xkb-data, xterm, pm-utils, xdg-user-dirs, xdg-user-dirs-gtk, ntfs-3g, dnsmasq-base, libdvdread8, libdvdnav4, libcdaudio1, usb-modeswitch-data, usb-modeswitch, mobile-broadband-provider-info, dconf-cli, dconf-editor, smbclient, pulseaudio, pulseaudio-module-gsettings, fonts-roboto, trisquel-wallpapers, intltool-debian, session-migration, unattended-upgrades, fonts-font-awesome, trisquel-app-install, dbus-user-session, libcanberra-gtk-module, libcanberra-gtk3-module, libu2f-host0, libpam-u2f, libu2f-udev, libu2f-server0, libgdk-pixbuf2.0-bin, policykit-desktop-privileges +Recommends: trisquel-desktop-common-recommended +Description: Trisquel desktop metapackage. + Dependency list for Trisquel base installation. + Provides a X11 environment and a set of tools common to all graphical Trisquel editions. + +Package: trisquel-desktop-common-recommended +Architecture: any +Priority: optional +Depends: xorg, xserver-xorg, xserver-xorg-input-all, xserver-xorg-input-wacom, xserver-xorg-video-all, xserver-xorg-video-intel [amd64 i386], xserver-xorg-video-qxl, mesa-vdpau-drivers, va-driver-all, vdpau-driver-all, unace, arj, p7zip, fonts-beteckna, fonts-dustin, fonts-freefont-ttf, fonts-junicode, ttf-radisnoir, fonts-sil-andika, ttf-summersby, fonts-tiresias, fonts-tuffy, xnest, xfonts-scalable, libvdpau-va-gl1, libvpx7, trisquel-codecs, ibus, ibus-gtk, ibus-gtk3, ibus-table, ibus-clutter, ibus-doc, ibus-table-array30, ibus-table-cangjie, ibus-table-cangjie-big, ibus-table-cangjie3, ibus-table-cangjie5, ibus-table-cantonese, ibus-table-cantonhk, ibus-table-cns11643, ibus-table-compose, ibus-table-easy, ibus-table-easy-big, ibus-table-emoji, ibus-table-erbi, ibus-table-erbi-qs, ibus-table-ipa-x-sampa, ibus-table-jyutping, ibus-table-latex, ibus-table-quick, ibus-table-quick-classic, ibus-table-quick3, ibus-table-quick5, ibus-table-rustrad, ibus-table-scj6, ibus-table-stroke5, ibus-table-thai, ibus-table-translit, ibus-table-translit-ua, ibus-table-viqr, ibus-table-wu, ibus-table-wubi, ibus-table-yawerty, ibus-table-yong, fonts-arphic-ukai, fonts-arphic-uming, fonts-dejavu-core, fonts-freefont-ttf, fonts-guru, fonts-guru-extra, fonts-kacst, fonts-kacst-one, fonts-khmeros-core, fonts-lao, fonts-liberation, fonts-lklug-sinhala, fonts-lohit-guru, fonts-mathjax, fonts-nanum, fonts-noto, fonts-noto-cjk, fonts-noto-hinted, fonts-noto-mono, fonts-noto-unhinted, fonts-opendyslexic, fonts-opensymbol, fonts-sil-abyssinica, fonts-sil-padauk, fonts-symbola, fonts-takao-pgothic, fonts-thai-tlwg, fonts-tibetan-machine, fonts-tlwg-garuda, fonts-tlwg-garuda-ttf, fonts-tlwg-kinnari, fonts-tlwg-kinnari-ttf, fonts-tlwg-laksaman, fonts-tlwg-laksaman-ttf, fonts-tlwg-loma, fonts-tlwg-loma-ttf, fonts-tlwg-mono, fonts-tlwg-mono-ttf, fonts-tlwg-norasi, fonts-tlwg-norasi-ttf, fonts-tlwg-purisa, fonts-tlwg-purisa-ttf, fonts-tlwg-sawasdee, fonts-tlwg-sawasdee-ttf, fonts-tlwg-typewriter, fonts-tlwg-typewriter-ttf, fonts-tlwg-typist, fonts-tlwg-typist-ttf, fonts-tlwg-typo, fonts-tlwg-typo-ttf, fonts-tlwg-umpush, fonts-tlwg-umpush-ttf, fonts-tlwg-waree, fonts-tlwg-waree-ttf, plymouth-theme-trisquel-text, plymouth-theme-trisquel-logo, fonts-sil-gentium, fonts-stix, netpbm +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a X11 environment and a set of tools common to all graphical Trisquel editions. + +Package: trisquel-print-system +Architecture: any +Priority: optional +Depends: cups, cups-bsd, cups-client, cups-pk-helper, foomatic-db-compressed-ppds, hplip, ipp-usb, openprinting-ppds, printer-driver-brlaser, printer-driver-escpr, printer-driver-foo2zjs, printer-driver-foo2zjs-common, printer-driver-gutenprint, printer-driver-hpcups, printer-driver-hpijs, printer-driver-min12xxw, printer-driver-oki, printer-driver-postscript-hp, printer-driver-pxljr, printer-driver-splix, system-config-printer-udev +Description: Trisquel metapackage for printer compatibility. + +Package: trisquel +Architecture: any +Priority: optional +Depends: desktop-base, trisquel-base, trisquel-desktop-common, trisquel-sounds, mate-desktop-environment, mate-indicator-applet, ayatana-indicator-application, libcanberra-pulse, mate-tweak, ayatana-indicator-sound, atril, gnome-bluetooth, gnome-orca, engrampa, mate-desktop-environment-extras, ayatana-indicator-datetime, trisquel-screensaver, software-properties-gtk, language-selector-gnome, a11y-profile-manager, a11y-profile-manager-indicator, mate-accessibility-profiles, colord, update-notifier, update-manager, apturl, xzoom, gdebi, seahorse, backintime-qt, colord, usb-creator-gtk [amd64 i386], system-config-printer, trisquel-print-system, mate-calc, ayatana-indicator-power, mate-menu, mate-media, mate-notification-daemon, mate-power-manager, mate-sensors-applet, mate-system-monitor, mate-themes, mate-user-share, mate-utils, mate-user-admin, mozo, network-manager, network-manager-gnome, network-manager-openvpn, network-manager-openvpn-gnome, network-manager-pptp, network-manager-pptp-gnome, network-manager-ssh, network-manager-ssh-gnome, ofono, pluma, samba-common, samba-common-bin, openvpn-systemd-resolved, picom, gnome-power-manager, ayatana-indicator-messages, mate-user-guide, trisquel-release-upgrader-gtk, ayatana-indicator-printers, wpasupplicant, rfkill, ayatana-settings +Recommends: trisquel-recommended +Suggests: linux-image-generic, thermald, casper, ubiquity, ubiquity-frontend-gtk, ubiquity-frontend-gtk-panel, ubiquity-slideshow-trisquel, grub-pc [amd64 i386], gparted, language-pack-en, language-pack-es, language-pack-gnome-en, language-pack-gnome-es, libreoffice-l10n-es, libreoffice-help-es, libreoffice-help-en-us, hyphen-en-us, mythes-en-us, ubiquity-slideshow-trisquel, abrowser-locale-es, aspell, aspell-en, aspell-es, dictionaries-common, language-pack-en, language-pack-en-base, language-pack-gnome-en, language-pack-gnome-en-base, wamerican, wbritish, wspanish, plymouth-theme-trisquel-text, plymouth-theme-trisquel-logo, lightdm-gtk-greeter, lightdm-gtk-greeter-settings +Breaks: gnome-system-tools +Description: Trisquel metapackage (desktop edition). + Dependency list for Trisquel base installation. + Provides a full featured Mate based desktop environment. + +Package: trisquel-recommended +Architecture: any +Priority: optional +Depends: vino, mate-screensaver, libreoffice-style-elementary, libreoffice-gnome, libreoffice-calc, libreoffice-impress, libreoffice-writer, bogofilter, bluez, bluez-cups, espeak, espeak-data, inputattach, mousetweaks, usb-creator-gtk [amd64 i386], ooo-thumbnailer, seahorse, ssh-askpass-gnome, gnome-session-canberra, libcanberra-pulse, gucharmap, brasero, brasero-cdrkit, abrowser, transmission-gtk, simple-scan, sane-utils, aisleriot, gnome-sudoku, gnome-mines, gnome-chess, liferea, pidgin, pidgin-plugin-pack, pidgin-guifications, backintime-qt, gnome-orca, libgail-3-0, libgail-common, at-spi2-core, libglib2.0-bin, gnome-accessibility-themes, libatk-adaptor, python3-gi-cairo, gimp, rhythmbox-plugin-cdrecorder, rhythmbox-plugins, python3-mako, vinagre, electrum, python3-pyqt5, vim, cheese, gnome-sudoku, gnome-chess, aisleriot, gnome-mahjongg, gnome-mines, vlc, vlc-l10n, onboard, onboard-data, gimp, icedove, icedove-gnome-support, xul-ext-lightning, enigmail, pidgin, liferea, rhythmbox, brasero, transmission-gtk, vinagre, brasero, caja-actions, caja-admin, caja-image-converter, caja-open-terminal, caja-sendto, caja-share, caja-wallpaper, folder-color-caja, viewnior, ffmpegthumbnailer, enchant-2, libreoffice-pdfimport, libreoffice-gtk3, mate-applets, mate-desktop-environment-extras, vlc-plugin-samba, vlc-plugin-notify, gnome-disk-utility, pdfarranger, blueman, sane-airscan, redshift-gtk, pulseaudio-module-bluetooth, jami +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a full featured Mate based desktop environment. + +Package: trisquel-gnome +Architecture: any +Priority: optional +Depends: trisquel-base, trisquel-desktop-common, trisquel-sounds, gvfs-fuse, gvfs-backends, gnome-screensaver, alacarte, gnome-applets, gnome-control-center, gnome-menus, gnome-nettool, gnome-panel, gnome-power-manager, gnome-system-monitor, gnome-terminal, gnome-themes-standard, libasound2-plugins, metacity, nautilus, nautilus-share, nautilus-sendto, pulseaudio, libcanberra0, pulseaudio-module-gsettings, pulseaudio-module-bluetooth, gnome-bluetooth, gnome-user-share, gedit, ibus-gtk, ibus-m17n, ibus-table, libgl1-mesa-glx, libgl1-mesa-dri, gnome-system-tools, policykit-1-gnome, yelp, language-selector-gnome, libsasl2-modules, speech-dispatcher, gnome-disk-utility, libgtk3-perl, synaptic, update-notifier, software-properties-gtk, apturl, xdg-user-dirs-gtk, screen-resolution-extra, zenity, gnome-keyring, libpam-gnome-keyring, network-manager-openvpn-gnome, network-manager-gnome, gnome-tweaks, gnome-user-docs, compton, colord, icc-profiles-free, baobab, gnome-dictionary, gnome-screenshot, gnome-system-log, gir1.2-soup-2.4, gnome-settings-daemon, ubuntu-mono, light-themes, onboard, gnome-core, trisquel-release-upgrader-gtk, wpasupplicant, rfkill +Recommends: trisquel-gnome-recommended +Suggests: casper, ubiquity, grub-pc [amd64 i386], ubiquity-frontend-gtk, ubiquity-frontend-gtk-panel, gparted, language-pack-en, language-pack-es, language-pack-gnome-en, language-pack-gnome-es, libreoffice-l10n-es, libreoffice-help-es, libreoffice-help-en-us, hyphen-en-us, mythes-en-us, ubiquity-slideshow-trisquel, abrowser-locale-es, aspell, aspell-en, aspell-es, dictionaries-common, language-pack-en, language-pack-en-base, language-pack-gnome-en, language-pack-gnome-en-base, wamerican, wbritish, wspanish, gdm3 +Description: Trisquel metapackage (desktop edition). + Dependency list for Trisquel base installation. + Provides a full featured GNOME based desktop environment. + +Package: trisquel-gnome-recommended +Architecture: any +Priority: optional +Depends: vino, gnome-screensaver, libreoffice-style-elementary, libreoffice-gnome, libreoffice-calc, libreoffice-impress, libreoffice-writer, bogofilter, totem, bluez, bluez-cups, evolution, evolution-plugins, espeak, espeak-data, inputattach, mousetweaks, usb-creator-gtk [amd64 i386], ooo-thumbnailer, seahorse, ssh-askpass-gnome, gnome-session-canberra, libcanberra-pulse, gucharmap, evince, file-roller, gnome-calculator, brasero, brasero-cdrkit, abrowser, transmission-gtk, simple-scan, aisleriot, gnome-sudoku, gnome-mines, gnome-chess, liferea, plymouth-theme-trisquel-logo, plymouth-theme-trisquel-text, gthumb, pidgin, pidgin-plugin-pack, pidgin-guifications, backintime-qt, gnome-orca, libgail-3-0, libgail-common, gnome-accessibility-themes, at-spi2-core, libglib2.0-bin, gnome-accessibility-themes, libatk-adaptor, python3-gi-cairo, gimp, rhythmbox-plugin-cdrecorder, rhythmbox-plugins, python3-mako, vinagre, electrum, python3-pyqt5, vim, gnome-mahjongg, cheese +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a full featured GNOME based desktop environment. + +Package: trisquel-mini +Architecture: any +Priority: optional +Depends: trisquel-base, trisquel-desktop-common, lxde, gnome-power-manager, trisquel-mini-data, language-selector-gnome, gigolo, gvfs-fuse, gvfs-backends, pulseaudio, synaptic, system-config-printer-udev, system-config-printer, update-notifier, software-properties-gtk, apturl, xdg-user-dirs-gtk, zenity, gnome-keyring, libpam-gnome-keyring, network-manager-openvpn-gnome, network-manager-gnome, python3-gi-cairo, policykit-1-gnome (>= 0.105), trisquel-sounds, compton, trisquel-release-upgrader-gtk, wpasupplicant, rfkill +Recommends: trisquel-mini-recommended +Suggests: casper, ubiquity, grub-pc [amd64 i386], ubiquity-frontend-gtk, ubiquity-frontend-gtk-panel, language-pack-gnome-es, ubiquity-slideshow-trisquel, abrowser-locale-en, aspell, aspell-en, aspell-es, dictionaries-common, language-pack-en, language-pack-en-base, language-pack-gnome-en, language-pack-gnome-en-base, wamerican, wbritish, wspanish, lightdm-gtk-greeter, lightdm-gtk-greeter-settings +Description: Trisquel metapackage (mini edition). + Dependency list for Trisquel base installation. + Provides lightweight desktop environment. + +Package: trisquel-mini-recommended +Architecture: any +Priority: optional +Depends: abrowser, abiword, sylpheed, sylpheed-i18n, xfburn, mtpaint, evince, transmission-gtk, plymouth-theme-trisquel-logo, plymouth-theme-trisquel-text, simple-scan, gnome-mpv, mpv, usb-creator-gtk [amd64 i386], pidgin, pidgin-plugin-pack, pidgin-guifications, liferea, lxhotkey-plugin-openbox, scrot, obconf, xserver-xorg-input-synaptics +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides lightweight desktop environment. + +Package: trisquel-sugar +Architecture: any +Priority: optional +Depends: trisquel-base, sugar, dbus-x11, trisquel-desktop-common-data, fonts-dejavu-core, fonts-droid-fallback, xdg-utils, xkb-data, xorg, xserver-xorg-input-all, xserver-xorg-video-all, xserver-xorg-video-intel [amd64 i386], xserver-xorg-video-qxl, xterm, metacity, dmz-cursor-theme, usb-creator-gtk [amd64 i386], network-manager, gnome-settings-daemon, plymouth-theme-trisquel-text, plymouth-theme-sugar, trisquel-gtk-theme, libfltk1.1, pulseaudio, mobile-broadband-provider-info, trisquel-icon-theme, gir1.2-nm-1.0, telepathy-mission-control-5, gir1.2-telepathyglib-0.12, gir1.2-telepathylogger-0.2, telepathy-gabble, gir1.2-gtk-3.0, gir1.2-gtk-2.0, wpasupplicant, rfkill +Recommends: sugar-honey +Suggests: casper, ubiquity-frontend-gtk, ubiquity-frontend-gtk-panel, ubiquity, grub-pc [amd64 i386], ubiquity-slideshow-trisquel, lightdm-gtk-greeter +Description: Sugar environment for Trisquel. + Dependency list for Trisquel base installation. + Provides a Sugar based environment. + +Package: trisquel-sugar-recommended +Architecture: any +Priority: optional +Depends: sugar-honey +Description: Sugar environment for Trisquel. + Dependency list for Trisquel base installation. + Provides extra activities in the Honey set. + +Package: sugar +Architecture: any +Priority: optional +Depends: gstreamer1.0-alsa, gir1.2-evince-3.0, gir1.2-vte-2.91, gir1.2-sugarext-1.0, libsugarext-data, libsugarext0, python3-carquinyol, python3-jarabe, python3-sugar3, sugar-themes, sugar-session, gir1.2-wnck-3.0, python3-pygame, espeak, python3-xlib, gstreamer1.0-pulseaudio, gir1.2-gstreamer-1.0, gir1.2-gst-plugins-base-1.0, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad, gstreamer1.0-libav, libfltk1.1, liblo7, sugar-activity-terminal, sugar-activity-browse, sugar-activity-imageviewer, telepathy-mission-control-5, python3-gi-cairo, light-themes, gstreamer1.0-espeak, olpc-powerd, git, ipython3, fonts-dejavu-extra, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, python3-gwebsockets +Description: Sugar graphical shell + Provides a Sugar based environment. + Sugar is a graphical user interface aimed at children. + . + Originating as integral part of the OLPC "XO" a.k.a. the $100 laptop, + Sugar has since grown into a more widely usable low-ressource desktop + environment for kids. + . + This package depends on all packages which make up Sucrose, the + official base Sugar environment. + +Package: sugar-honey +Architecture: any +Priority: optional +Provides: trisquel-sugar-recommended +Depends: sugar, gcompris-qt, python3-pyqt5.qtsvg, python3-csound, python3-numpy, gir1.2-abi-3.0, sugar-activity-abacus, sugar-activity-analyzejournal, sugar-activity-browse, sugar-activity-calculate, sugar-activity-chat, sugar-activity-clock, sugar-activity-deducto, sugar-activity-develop, sugar-activity-flip, sugar-activity-flipsticks, sugar-activity-fractionbounce, sugar-activity-gcompris, sugar-activity-iknowmyabcs, sugar-activity-imageviewer, sugar-activity-implode, sugar-activity-irc, sugar-activity-jukebox, sugar-activity-lettermatch, sugar-activity-locosugar, sugar-activity-log, sugar-activity-maze, sugar-activity-memorize, sugar-activity-moon, sugar-activity-musickeyboard, sugar-activity-napier, sugar-activity-nutrition, sugar-activity-paint, sugar-activity-periodictable, sugar-activity-pippy, sugar-activity-poll, sugar-activity-portfolio, sugar-activity-pukllanapac, sugar-activity-read, sugar-activity-recall, sugar-activity-record, sugar-activity-reflection, sugar-activity-simplegnuchess, sugar-activity-speak, sugar-activity-stopwatch, sugar-activity-story, sugar-activity-terminal, sugar-activity-turtleblocks, sugar-activity-typingturtle, sugar-activity-wordcloud, sugar-activity-words, sugar-activity-write +Description: Honey activity set for the Sugar learning environment + Sugar is a graphical user interface aimed at children. + . + Originating as integral part of the OLPC "XO" a.k.a. the $100 laptop, + Sugar has since grown into a more widely usable low-ressource desktop + environment for kids. + . + This package depends on all activities that make up Honey. + +Package: triskel +Architecture: any +Priority: optional +Depends: trisquel-base, trisquel-desktop-common, alsa-base, alsa-utils, anacron, ark, bc, ca-certificates, dolphin, fonts-dejavu-core, fonts-freefont-ttf, foomatic-db-compressed-ppds, genisoimage, ghostscript-x, inputattach, kwin-x11, kde-zeroconf, kwalletmanager, khelpcenter, konsole, plasma-systemmonitor, libpam-systemd, libsasl2-modules, openprinting-ppds, plasma-desktop, pm-utils, printer-driver-pnm2ppa, rfkill, software-properties-qt, systemsettings, unzip, wireless-tools, wpasupplicant, rfkill, xdg-user-dirs, xkb-data, zip, kio-extras, triskel-settings-desktop, breeze-gtk-theme, kde-config-gtk-style, plasma-pa, powerdevil, libcanberra-pulse, kdeaccessibility, orca, kaccounts-providers, khotkeys, kmenuedit, kinfocenter, trisquel-release-upgrader-qt, update-notifier, update-manager +Recommends: triskel-recommended +Suggests: casper, ubiquity, grub-pc [amd64 i386], language-pack-en, language-pack-es, language-pack-kde-en, language-pack-kde-es, libreoffice-l10n-es, libreoffice-help-es, libreoffice-help-en-us, hyphen-en-us, mythes-en-us, ubiquity-slideshow-trisquel, abrowser-locale-es, sddm, sddm-theme-breeze +Description: KDE desktop environment for Trisquel + Dependency list for Trisquel base installation. + Provides a KDE based environment + +Package: triskel-recommended +Architecture: any +Priority: optional +Depends: acpi-support [amd64 i386], akregator, avahi-autoipd, bluedevil, bluez, bluez-cups, brltty, cdrdao, colord-kde, cryptsetup, cryptsetup-initramfs, cups, cups-bsd, cups-client, cups-filters, vlc, vlc-plugin-samba, vlc-plugin-notify, vlc-plugin-qt, vlc-l10n, elisa, fonts-droid-fallback, fonts-kacst-one, fonts-khmeros-core, fonts-lao, fonts-liberation, fonts-lklug-sinhala, fonts-sil-abyssinica, fonts-sil-padauk, fonts-takao-pgothic, fonts-thai-tlwg, fonts-tibetan-machine, gpg-agent, gpgsm, gstreamer1.0-pulseaudio, gtk2-engines-oxygen, gwenview, hplip, im-config, k3b, mpg321, kdeaccessibility, kamera, kate, kcalc, kde-config-gtk-style, kdialog, kde-telepathy, kdenetwork-filesharing, kdepim-runtime, kmag, icedove, accountwizard, kmousetool, knotes, krdc, kscreen, ksystemlog, ktorrent, kubuntu-web-shortcuts, kwalletmanager, laptop-detect, libnss-mdns, libreoffice-calc, libreoffice-impress, libreoffice-kde, libreoffice-style-oxygen, libreoffice-writer, mobile-broadband-provider-info, oxygen-cursor-theme, oxygen-icon-theme, partitionmanager, pcmciautils, phonon4qt5-backend-gstreamer, pinentry-qt, plasma-nm, plasma-runner-telepathy-contact, plasma-widgets-addons, polkit-kde-agent-1, print-manager, printer-driver-c2esp, printer-driver-foo2zjs, printer-driver-min12xxw, printer-driver-ptouch, printer-driver-pxljr, printer-driver-sag-gdi, printer-driver-splix, pulseaudio, pulseaudio-module-bluetooth, python3-dbus.mainloop.pyqt5, qapt-deb-installer, quassel, skanlite, sane-airscan, udisks2, upower, usb-creator-kde [amd64 i386], xcursor-themes, xdg-utils, abrowser, kde-spectacle, telepathy-gabble, kwalletmanager, kleopatra, kde-config-screenlocker, electrum, jami +Description: Trisquel base metapackage. + Dependency list for Trisquel base installation. + Provides a KDE based environment + +Package: trisquel-gnome-base +Architecture: any +Priority: optional +Description: transitional package, you can remove this safely. + +Package: trisquel-gnome-base-recommended +Architecture: any +Priority: optional +Description: transitional package, you can remove this safely. + +Package: fonts-trisquel +Architecture: any +Priority: optional +Depends: fonts-freefont-ttf, console-setup +Provides: fonts-ubuntu, ttf-ubuntu-font-family, fonts-ubuntu-font-family-console +Description: Virtual package providing fonts-ubuntu. diff --git a/12.0/trisquel-meta/debian/copyright b/12.0/trisquel-meta/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..b78dd7e19443f1e8f691550266786c52f41345f1 --- /dev/null +++ b/12.0/trisquel-meta/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> + +Copyright (C) 2009-2017 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-meta/debian/rules b/12.0/trisquel-meta/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..3e368e73f7b8fb133403ec811532775952adc67c --- /dev/null +++ b/12.0/trisquel-meta/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-arch: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +build-indep: + +build-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build build-arch build-indep diff --git a/12.0/trisquel-mini-data/COPYING b/12.0/trisquel-mini-data/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..d511905c1647a1e311e8b20d5930a37a9c2531cd --- /dev/null +++ b/12.0/trisquel-mini-data/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/12.0/trisquel-mini-data/Makefile b/12.0/trisquel-mini-data/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..bfdf06c6901b3646d73f4114e1422aec416e2821 --- /dev/null +++ b/12.0/trisquel-mini-data/Makefile @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +#SUBDIRS := + +all: install + +install: + mkdir -pv $(DESTDIR) + cp -a etc usr $(DESTDIR)/. + # po generation + for i in $(SUBDIRS); do \ + make -C $(DESTDIR)/$$i; \ + rm -rf $(DESTDIR)/$$i; \ + done + # remove some remaining files + find $(DESTDIR) -type f -iname "*.in" | xargs rm -f + +# vim:ts=4 diff --git a/12.0/trisquel-mini-data/debian/changelog b/12.0/trisquel-mini-data/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..166e6efeb4c58b7ecfb5fb6e426cdb907fb39a02 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/changelog @@ -0,0 +1,185 @@ +trisquel-mini-data (12.0-0) ecne; urgency=medium + + * Initial release for trisquel-mini-data for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:41:26 -0600 + +trisquel-mini-data (11.3) aramo; urgency=medium + + * Replaced midori references with abrowser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Feb 2023 11:38:39 -0500 + +trisquel-mini-data (11.2) aramo; urgency=medium + + * Use aramo wallpaper on lxdm + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 18:40:46 -0500 + +trisquel-mini-data (11.1) aramo; urgency=medium + + * Added aramo artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 17:26:54 -0500 + +trisquel-mini-data (11.0) aramo; urgency=medium + + * Initial release for trisquel-mini-data for aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:50:32 -0500 + +trisquel-mini-data (10.0-2) nabia; urgency=medium + + * Added dark openbox theme + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 03 Dec 2021 12:23:47 -0500 + +trisquel-mini-data (10.0-1) nabia; urgency=medium + + * Update trisquel-mini wallpaper for nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 10 Nov 2021 04:32:49 -0600 + +trisquel-mini-data (10.0) nabia; urgency=medium + + * Initial release for trisquel-mini-data for nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 02 Oct 2021 01:12:14 -0500 + +trisquel-mini-data (9.0-2) etiona; urgency=medium + + * Match window theme to MATE version + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 19 Jul 2020 17:26:02 -0400 + +trisquel-mini-data (9.0-1) etiona; urgency=medium + + * Added new artwork refs + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 10 May 2020 23:45:20 -0400 + +trisquel-mini-data (9.0) etiona; urgency=medium + + * Initial release for Etiona + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 21 Apr 2020 18:35:16 -0400 + +trisquel-mini-data (8.0) flidas; urgency=medium + + * Artwork updated for flidas + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 30 Mar 2018 11:39:39 -0400 + +trisquel-mini-data (7.0-2) belenos; urgency=low + + * Added defalt session to lightdm + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 19 Oct 2014 19:53:55 +0200 + +trisquel-mini-data (7.0-1) belenos; urgency=low + + * Updated settings for Belenos background + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 19 Jul 2014 03:02:43 +0200 + +trisquel-mini-data (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:31 +0100 + +trisquel-mini-data (5.99-3) toutatis; urgency=low + + * Updated 6.0/trisquel-mini-data to fix font color in lxdm theme + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 08 Mar 2013 05:48:01 +0100 + +trisquel-mini-data (5.99-2) toutatis; urgency=low + + * Updated for new wallpaper + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 13 Feb 2013 05:29:32 +0100 + +trisquel-mini-data (5.99-1) toutatis; urgency=low + + * Updated panel settings + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 01 Dec 2012 02:18:57 +0100 + +trisquel-mini-data (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:26 +0200 + +trisquel-mini-data (5.5) brigantia; urgency=low + + * Updated for final brigantia artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 05 Apr 2012 02:33:21 +0200 + +trisquel-mini-data (5.4-1) slaine; urgency=low + + * nm-applet is no longer needed in the autostart script + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 10 Mar 2012 16:34:02 +0100 + +trisquel-mini-data (5.4) slaine; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:14 +0100 + +trisquel-mini-data (5.0-1) slaine; urgency=low + + * Added changes from http://trisquel.info/es/issues/4235 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 08 Nov 2011 22:42:19 +0100 + +trisquel-mini-data (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:32:13 +0200 + +trisquel-mini-data (4.99-1) slaine; urgency=low + + * Added final artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 01:52:08 +0200 + +trisquel-mini-data (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:48:53 +0200 + +trisquel-mini-data (4.4.9-1) slaine; urgency=low + + * Updated for new pcmanfm version + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 05 Apr 2011 16:51:40 +0200 + +trisquel-mini-data (4.4.9) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-mini-data (3.99-2) taranis; urgency=low + + * Added gigolo config file + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Sep 2010 18:06:49 +0200 + +trisquel-mini-data (3.99-1) taranis; urgency=low + + * Replaced wallpaper, Midori as default browser + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 16 Sep 2010 00:10:44 +0200 + +trisquel-mini-data (3.99) taranis; urgency=low + + * Initial release + + -- Rubén RodrÃguez <ruben@trisquel.info> Wed, 12 May 2010 15:09:43 +0100 diff --git a/12.0/trisquel-mini-data/debian/compat b/12.0/trisquel-mini-data/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-mini-data/debian/control b/12.0/trisquel-mini-data/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..308fe9c230e2e09577d2264a1bb477221ac94b70 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/control @@ -0,0 +1,12 @@ +Source: trisquel-mini-data +Section: x11 +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends: debhelper (>= 10) +Standards-Version: 3.8.3 + +Package: trisquel-mini-data +Architecture: all +Depends: lxsession (>= 0.4.1), trisquel-icon-theme, trisquel-gtk-theme +Description: default settings for Trisquel-mini + Various system settings tailored for Trisquel-mini. diff --git a/12.0/trisquel-mini-data/debian/copyright b/12.0/trisquel-mini-data/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..de375581dd06aff3d22ca49a4616265419d56805 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info>, +based on Lubuntu-default-settings by Julien Lavergne <gilir@ubuntu.com> + +Copyright (C) 2009, 2010 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/12.0/trisquel-mini-data/debian/dirs b/12.0/trisquel-mini-data/debian/dirs new file mode 100644 index 0000000000000000000000000000000000000000..cc94349ebdda36e3d56bfed44b5cf1471abd897b --- /dev/null +++ b/12.0/trisquel-mini-data/debian/dirs @@ -0,0 +1 @@ +/etc/lxdm diff --git a/12.0/trisquel-mini-data/debian/postinst b/12.0/trisquel-mini-data/debian/postinst new file mode 100644 index 0000000000000000000000000000000000000000..401a4e5cc08631b83481cd0f1fe44af51ea7ce13 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/postinst @@ -0,0 +1,11 @@ +#!/bin/sh -e + +set -e + +if [ "$1" = configure ]; then + update-alternatives --install /etc/lxdm/default.conf \ + lxdm.conf /etc/xdg/trisquel-mini/lxdm/lxdm.conf 60 +fi + +#DEBHELPER# +exit 0 diff --git a/12.0/trisquel-mini-data/debian/prerm b/12.0/trisquel-mini-data/debian/prerm new file mode 100644 index 0000000000000000000000000000000000000000..4bc9d5a358c9f34774df1b5b851ada87e8675c06 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/prerm @@ -0,0 +1,10 @@ +#!/bin/sh -e + +set -e + +if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then + update-alternatives --remove lxdm.conf /etc/xdg/trisquel-mini/lxdm/lxdm.conf +fi + +#DEBHELPER# +exit 0 diff --git a/12.0/trisquel-mini-data/debian/rules b/12.0/trisquel-mini-data/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..4a67e0c70f4a7f1c52ae19a6eff7d97a780a5059 --- /dev/null +++ b/12.0/trisquel-mini-data/debian/rules @@ -0,0 +1,36 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/trisquel-mini-data + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/12.0/trisquel-mini-data/etc/fonts/conf.avail/99-trisquel-mini.conf b/12.0/trisquel-mini-data/etc/fonts/conf.avail/99-trisquel-mini.conf new file mode 100644 index 0000000000000000000000000000000000000000..e5cb4338c0a659e04f999873a415683d8046d4ca --- /dev/null +++ b/12.0/trisquel-mini-data/etc/fonts/conf.avail/99-trisquel-mini.conf @@ -0,0 +1,66 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + + <alias> + <family>serif</family> + <prefer> + <family>Bitstream Charter</family> + <family>DejaVu Serif</family> + <family>Bitstream Vera Serif</family> + <family>Times New Roman</family> + <family>Thorndale AMT</family> + <family>Luxi Serif</family> + <family>Nimbus Roman No9 L</family> + <family>Times</family> + </prefer> + </alias> + <alias> + <family>sans-serif</family> + <prefer> + <family>Droid Sans</family> + <family>Droid Sans Fallback</family> + <family>DejaVu Sans Condensed</family> + <family>DejaVu Sans</family> + <family>Bitstream Vera Sans</family> + <family>Verdana</family> + <family>Arial</family> + <family>Albany AMT</family> + <family>Luxi Sans</family> + <family>Nimbus Sans L</family> + <family>Helvetica</family> + </prefer> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>DejaVu Sans Mono</family> + <family>Bitstream Vera Sans Mono</family> + <family>Andale Mono</family> + <family>Courier New</family> + <family>Cumberland AMT</family> + <family>Luxi Mono</family> + <family>Nimbus Mono L</family> + <family>Courier</family> + </prefer> + </alias> +<match target="font"> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + <edit name="rgba" mode="assign"> + <const>rgb</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>false</bool> + </edit> + <edit name="autohint" mode="assign"> + <bool>false</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintnone</const> + </edit> +</match> + +</fontconfig> + diff --git a/12.0/trisquel-mini-data/etc/fonts/conf.d/99-trisquel-mini.conf b/12.0/trisquel-mini-data/etc/fonts/conf.d/99-trisquel-mini.conf new file mode 120000 index 0000000000000000000000000000000000000000..6c41108068803e84e0684639fdc739ee1d1c9e79 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/fonts/conf.d/99-trisquel-mini.conf @@ -0,0 +1 @@ +../conf.avail/99-trisquel-mini.conf \ No newline at end of file diff --git a/12.0/trisquel-mini-data/etc/skel/.config/gigolo/config b/12.0/trisquel-mini-data/etc/skel/.config/gigolo/config new file mode 100644 index 0000000000000000000000000000000000000000..9514ede99a984a0a085458b8f9c29a1b10318484 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/skel/.config/gigolo/config @@ -0,0 +1,17 @@ + +[general] +vm_impl=hal +file_manager=gvfs-open +autoconnect_interval=60 + +[ui] +save_geometry=true +show_in_systray=true +start_in_systray=false +show_toolbar=true +toolbar_style=3 +toolbar_orientation=0 +view_mode=1 +show_panel=true +last_panel_page=0 +show_autoconnect_errors=true diff --git a/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/.migrated b/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/.migrated new file mode 100644 index 0000000000000000000000000000000000000000..bf0d87ab1b2b0ec1a11a3973d2845b42413d9767 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/.migrated @@ -0,0 +1 @@ +4 \ No newline at end of file diff --git a/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/bookmarks.rdf b/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/bookmarks.rdf new file mode 100644 index 0000000000000000000000000000000000000000..10996fbdca8ddca75533c4fede511c5b5cf6f1a5 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/bookmarks.rdf @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ephy="http://gnome.org/ns/epiphany#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <channel rdf:about="file:///home/kk/.gnome2/epiphany/bookmarks.rdf"> + <title>Epiphany bookmarks</title> + <link>http://www.gnome.org/projects/epiphany/</link> + <items> + <rdf:Seq> + <rdf:li rdf:resource="http://trisquel.info/"/> + <rdf:li rdf:resource="http://trisquel.info/project/issues"/> + <rdf:li rdf:resource="http://www.gnu.org/"/> + <rdf:li rdf:resource="http://www.fsf.org/"/> + </rdf:Seq> + </items> + </channel> + <item rdf:about="http://trisquel.info/"> + <title>Trisquel GNU/Linux</title> + <link>http://trisquel.info/</link> + </item> + <item rdf:about="http://trisquel.info/project/issues"> + <title>Trisquel Bug Tracking System</title> + <link>http://trisquel.info/project/issues</link> + </item> + <item rdf:about="http://www.gnu.org/"> + <title>GNU's not UNIX!</title> + <link>http://www.gnu.org/</link> + </item> + <item rdf:about="http://www.fsf.org/"> + <title>Free Software Foundation</title> + <link>http://www.fsf.org/</link> + </item> +</rdf:RDF> diff --git a/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/epiphany-toolbars-3.xml b/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/epiphany-toolbars-3.xml new file mode 100644 index 0000000000000000000000000000000000000000..698ceeff9b98ecdd796c9987d1bc2db04ec9f6f3 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/skel/.gnome2/epiphany/epiphany-toolbars-3.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<toolbars version="1.1"> + <toolbar name="DefaultToolbar" hidden="false" editable="true"> + <toolitem name="FileNewTab"/> + <toolitem name="NavigationBack"/> + <toolitem name="NavigationForward"/> + <toolitem name="ViewStop"/> + <toolitem name="ViewReload"/> + <toolitem name="GoHome"/> + <toolitem name="Location"/> + <toolitem name="ToolbarGo"/> + </toolbar> +</toolbars> diff --git a/12.0/trisquel-mini-data/etc/xdg/lxsession/Trisquel-mini/autostart b/12.0/trisquel-mini-data/etc/xdg/lxsession/Trisquel-mini/autostart new file mode 100644 index 0000000000000000000000000000000000000000..a9f20b1b6db98dd134b1d72621151af2c00c44e9 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/xdg/lxsession/Trisquel-mini/autostart @@ -0,0 +1,5 @@ +@lxpanel --profile Trisquel-mini +@xscreensaver -no-splash +@gnome-power-manager +@pcmanfm --desktop --profile Trisquel-mini +@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 diff --git a/12.0/trisquel-mini-data/etc/xdg/lxsession/Trisquel-mini/desktop.conf b/12.0/trisquel-mini-data/etc/xdg/lxsession/Trisquel-mini/desktop.conf new file mode 100644 index 0000000000000000000000000000000000000000..9767ac32a3f2b2f2055a82abe059be7e051ff4ad --- /dev/null +++ b/12.0/trisquel-mini-data/etc/xdg/lxsession/Trisquel-mini/desktop.conf @@ -0,0 +1,21 @@ +[Session] +window_manager=openbox-trisquel-mini + +[GTK] +sNet/ThemeName=Trisquel +sNet/IconThemeName=trisquel +sGtk/FontName=Sans 8 +iGtk/ToolbarStyle=0 +iGtk/ButtonImages=1 +iGtk/MenuImages=1 +iGtk/CursorThemeSize=18 +iXft/Antialias=1 + +[Mouse] +AccFactor=20 +AccThreshold=10 +LeftHanded=0 + +[Keyboard] +Delay=500 +Interval=30 diff --git a/12.0/trisquel-mini-data/etc/xdg/trisquel-mini/applications/defaults.list b/12.0/trisquel-mini-data/etc/xdg/trisquel-mini/applications/defaults.list new file mode 100644 index 0000000000000000000000000000000000000000..ad0ac97bce14608301853f5c8246ad8f77498dcc --- /dev/null +++ b/12.0/trisquel-mini-data/etc/xdg/trisquel-mini/applications/defaults.list @@ -0,0 +1,177 @@ +[Default Applications] +application/csv=gnumeric.desktop +application/excel=gnumeric.desktop +application/msexcel=gnumeric.desktop +application/msword=abiword.desktop +application/ogg=gnome-mplayer.desktop +application/pdf=epdfview.desktop +application/postscript=epdfview.desktop +application/rtf=abiword.desktop +application/tab-separated-values=gnumeric.desktop +application/vnd.lotus-1-2-3=gnumeric.desktop +application/vnd.ms-excel=gnumeric.desktop +application/vnd.ms-word=abiword.desktop +application/vnd.rn-realmedia=gnome-mplayer.desktop +application/vnd.sun.xml.calc=gnumeric.desktop +application/vnd.sun.xml.calc.template=gnumeric.desktop +application/vnd.sun.xml.draw=ooo2-impress.desktop +application/vnd.sun.xml.draw.template=ooo2-impress.desktop +application/vnd.sun.xml.math=ooo2-math.desktop +application/vnd.sun.xml.writer=abiword.desktop +application/vnd.sun.xml.writer.template=abiword.desktop +application/vnd.sun.xml.writer.global=abiword.desktop +application/vnd.oasis.opendocument.formula=ooo2-math.desktop +application/vnd.oasis.opendocument.graphics=ooo2-draw.desktop +application/vnd.oasis.opendocument.graphics-template=ooo2-draw.desktop +application/vnd.oasis.opendocument.presentation=ooo2-impress.desktop +application/vnd.oasis.opendocument.presentation-template=ooo2-impress.desktop +application/vnd.oasis.opendocument.spreadsheet=gnumeric.desktop +application/vnd.oasis.opendocument.spreadsheet-template=gnumeric.desktop +application/vnd.oasis.opendocument.text=abiword.desktop +application/vnd.oasis.opendocument.text-template=abiword.desktop +application/vnd.oasis.opendocument.text-web=abiword.desktop +application/vnd.oasis.opendocument.text-master=abiword.desktop +application/vnd.sun.xml.impress=ooo2-impress.desktop +application/vnd.sun.xml.impress.template=ooo2-impress.desktop +application/vnd.stardivision.calc=gnumeric.desktop +application/vnd.stardivision.draw=ooo2-draw.desktop +application/vnd.stardivision.impress=ooo2-impress.desktop +application/vnd.stardivision.math=ooo2-math.desktop +application/vnd.stardivision.writer=abiword.desktop +application/mspowerpoint=ooo2-impress.desktop +application/vnd.ms-powerpoint=ooo2-impress.desktop +application/vnd.wordperfect=abiword.desktop +application/wordperfect=abiword.desktop +application/x-123=gnumeric.desktop +application/x-abiword=abiword.desktop +application/x-applix-spreadsheet=gnumeric.desktop +application/x-ar=xarchiver.desktop +application/x-arj=xarchiver.desktop +application/x-bzip-compressed-tar=xarchiver.desktop +application/x-bzip=xarchiver.desktop +application/x-cd-image=xarchiver.desktop +application/x-compressed-tar=xarchiver.desktop +application/x-compress=xarchiver.desktop +application/x-deb=gdebi.desktop +application/x-debian-package=gdebi.desktop +application/x-dos_ms_excel=gnumeric.desktop +application/x-ear=xarchiver.desktop +application/x-excel=gnumeric.desktop +application/x-extension-m4a=gnome-mplayer.desktop +application/x-extension-mp4=gnome-mplayer.desktop +application/x-flac=gnome-mplayer.desktop +application/x-glade=glade-2.desktop +application/x-gnumeric=gnumeric.desktop +application/x-gtar=xarchiver.desktop +application/x-gzip=xarchiver.desktop +application/x-gzpostscript=epdfview.desktop +application/xhtml+xml=abrowser.desktop +application/x-jar=xarchiver.desktop +application/x-java-archive=xarchiver.desktop +application/x-lha=xarchiver.desktop +application/x-lhz=xarchiver.desktop +application/xls=gnumeric.desktop +application/x-lzop=xarchiver.desktop +application/x-matroska=gnome-mplayer.desktop +application/x-mps=gnumeric.desktop +application/x-ms-excel=gnumeric.desktop +application/x-msexcel=gnumeric.desktop +application/x-ogg=gnome-mplayer.desktop +application/x-oleo=gnumeric.desktop +application/x-perl=leafpad.desktop +application/x-planperfect=gnumeric.desktop +application/x-quattropro=gnumeric.desktop +application/x-rar-compressed=xarchiver.desktop +application/x-rar=xarchiver.desktop +application/x-rpm=xarchiver.desktop +application/x-sc=gnumeric.desktop +application/x-shockwave-flash=gnome-mplayer.desktop +application/x-sylk=gnumeric.desktop +application/x-tar=xarchiver.desktop +application/x-war=xarchiver.desktop +application/x-xbase=gnumeric.desktop +application/x-xls=gnumeric.desktop +application/x-zip-compressed=xarchiver.desktop +application/x-zip=xarchiver.desktop +application/x-zoo=xarchiver.desktop +application/zip=xarchiver.desktop +audio/mpeg=gnome-mplayer.desktop +audio/mpegurl=gnome-mplayer.desktop +audio/vnd.rn-realaudio=gnome-mplayer.desktop +audio/x-flac=gnome-mplayer.desktop +audio/x-m4a=gnome-mplayer.desktop +audio/x-mp3=gnome-mplayer.desktop +audio/x-mpeg=gnome-mplayer.desktop +audio/x-mpegurl=gnome-mplayer.desktop +audio/x-ms-asf=gnome-mplayer.desktop +audio/x-ms-asx=gnome-mplayer.desktop +audio/x-ms-wax=gnome-mplayer.desktop +audio/x-pn-aiff=gnome-mplayer.desktop +audio/x-pn-au=gnome-mplayer.desktop +audio/x-pn-realaudio-plugin=gnome-mplayer.desktop +audio/x-pn-realaudio=gnome-mplayer.desktop +audio/x-pn-wav=gnome-mplayer.desktop +audio/x-pn-windows-acm=gnome-mplayer.desktop +audio/x-real-audio=gnome-mplayer.desktop +audio/x-scpls=gnome-mplayer.desktop +audio/x-wav=gnome-mplayer.desktop +image/bmp=gpicview.desktop +image/gif=gpicview.desktop +image/jpeg=gpicview.desktop +image/jpg=gpicview.desktop +image/pjpeg=gpicview.desktop +image/png=gpicview.desktop +image/svg+xml=gpicview.desktop +image/tiff=gpicview.desktop +image/vnd.rn-realpix=gnome-mplayer.desktop +image/x-bmp=gpicview.desktop +image/x-gray=gpicview.desktop +image/x-icb=gpicview.desktop +image/x-ico=gpicview.desktop +image/x-png=gpicview.desktop +image/x-portable-anymap=gpicview.desktop +image/x-portable-bitmap=gpicview.desktop +image/x-portable-graymap=gpicview.desktop +image/x-portable-pixmap=gpicview.desktop +image/x-psd=gpicview.desktop +image/x-xbitmap=gpicview.desktop +image/x-xpixmap=gpicview.desktop +inode/directory=pcmanfm.desktop +misc/ultravox=gnome-mplayer.desktop +multipart/x-zip=xarchiver.desktop +text/abiword=abiword.desktop +text/comma-separated-values=gnumeric.desktop +text/csv=gnumeric.desktop +text/html=abrowser.desktop +text/plain=leafpad.desktop +text/richtext=abiword.desktop +text/rtf=abiword.desktop +text/spreadsheet=gnumeric.desktop +text/tab-separated-values=gnumeric.desktop +text/x-comma-separated-values=gnumeric.desktop +text/x-chdr=leafpad.desktop +text/x-csrc=leafpad.desktop +text/x-dtd=leafpad.desktop +text/x-java=leafpad.desktop +text/mathml=leafpad.desktop +text/x-python=leafpad.desktop +text/x-sql=leafpad.desktop +text/xml=abrowser.desktop +video/dv=gnome-mplayer.desktop +video/mp4=gnome-mplayer.desktop +video/mpeg=gnome-mplayer.desktop +video/msvideo=gnome-mplayer.desktop +video/quicktime=gnome-mplayer.desktop +video/vnd.rn-realvideo=gnome-mplayer.desktop +video/ogg=gnome-mplayer.desktop +video/x-anim=gnome-mplayer.desktop +video/x-avi=gnome-mplayer.desktop +video/x-flc=gnome-mplayer.desktop +video/x-fli=gnome-mplayer.desktop +video/x-mpeg=gnome-mplayer.desktop +video/x-ms-asf=gnome-mplayer.desktop +video/x-msvideo=gnome-mplayer.desktop +video/x-ms-wmv=gnome-mplayer.desktop +video/x-nsv=gnome-mplayer.desktop +x-directory/normal=pcmanfm.desktop +zz-application/zz-winassoc-xls=gnumeric.desktop diff --git a/12.0/trisquel-mini-data/etc/xdg/trisquel-mini/lxdm/lxdm.conf b/12.0/trisquel-mini-data/etc/xdg/trisquel-mini/lxdm/lxdm.conf new file mode 100644 index 0000000000000000000000000000000000000000..ff91a3acf76471d5fd8d5241643a3588aae5ad92 --- /dev/null +++ b/12.0/trisquel-mini-data/etc/xdg/trisquel-mini/lxdm/lxdm.conf @@ -0,0 +1,22 @@ +[base] +# autologin=dgod +session=/usr/bin/starttrisquel-mini +# numlock=0 +greeter=/usr/lib/lxdm/lxdm-greeter-gtk + +last_session=Trisquel-mini.desktop + +last_lang= + +[server] +# arg=/usr/bin/X -nr vt1 + +[display] +gtk_theme=Trisquel +bg=/usr/share/backgrounds/aramo.jpg +bottom_pane=1 +lang=1 +theme=Trisquel-mini + +[input] + diff --git a/12.0/trisquel-mini-data/usr/bin/openbox-trisquel-mini b/12.0/trisquel-mini-data/usr/bin/openbox-trisquel-mini new file mode 100644 index 0000000000000000000000000000000000000000..f4dc60292e5cde4000bef0475097edbc59ddd8d0 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/bin/openbox-trisquel-mini @@ -0,0 +1,2 @@ +#!/bin/sh +exec openbox --config-file $XDG_CONFIG_HOME/openbox/trisquel-mini-rc.xml $@ diff --git a/12.0/trisquel-mini-data/usr/bin/starttrisquel-mini b/12.0/trisquel-mini-data/usr/bin/starttrisquel-mini new file mode 100644 index 0000000000000000000000000000000000000000..2fa1c13acb60e3049630e73b00f214591fb8e806 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/bin/starttrisquel-mini @@ -0,0 +1,55 @@ +#!/bin/sh + +if [ -z "$XDG_CONFIG_HOME" ]; then + export XDG_CONFIG_HOME="$HOME/.config" +fi + +#Allow custom configuration files in /etc/xdg/trisquel-mini +if test "x$XDG_CONFIG_DIRS" = "x" +then + XDG_CONFIG_DIRS="/etc/xdg/trisquel-mini:/etc/xdg" +else + XDG_CONFIG_DIRS="/etc/xdg/trisquel-mini/:$XDG_CONFIG_DIRS:/etc/xdg" +fi +export XDG_CONFIG_DIRS + +if test "x$XDG_DATA_DIRS" = "x" +then + XDG_DATA_DIRS="/etc/xdg/trisquel-mini:/usr/local/share:/usr/share:/usr/share" + else + XDG_DATA_DIRS="/etc/xdg/trisquel-mini:$XDG_DATA_DIRS:/usr/share" +fi +export XDG_DATA_DIRS + +# Ensure the existance of pcmanfm config file +PCMANFM_CONF_DIR="$XDG_CONFIG_HOME/pcmanfm/Trisquel-mini" +if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then + mkdir -p "$PCMANFM_CONF_DIR" + cp /usr/share/trisquel-mini/pcmanfm/main.trisquel-mini "$PCMANFM_CONF_DIR/pcmanfm.conf" +fi + +# Ensure the existance of openbox config file +OPENBOX_CONF_DIR="$XDG_CONFIG_HOME/openbox" +if [ ! -f "$OPENBOX_CONF_DIR/trisquel-mini-rc.xml" ]; then + mkdir -p "$OPENBOX_CONF_DIR" + cp /usr/share/trisquel-mini/openbox/rc.xml "$OPENBOX_CONF_DIR/trisquel-mini-rc.xml" +fi + +# Install custom QT configuration if no one is already installed +if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then + cp /usr/share/trisquel-mini/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf" +fi + +# Clean up after GDM (GDM sets the number of desktops to one) +xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null + +# Enable GTK+2 integration for OpenOffice.org, if available. +export SAL_USE_VCLPLUGIN=gtk + +# Launch DBus if needed +if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then + eval "$(dbus-launch --sh-syntax --exit-with-session)" +fi + +# Start the LXDE session +exec /usr/bin/lxsession -s Trisquel-mini -e LXDE diff --git a/12.0/trisquel-mini-data/usr/bin/trisquel-mini-logout b/12.0/trisquel-mini-data/usr/bin/trisquel-mini-logout new file mode 100644 index 0000000000000000000000000000000000000000..0a48e0856d34b0b59b883d31b158ffffdc81e2df --- /dev/null +++ b/12.0/trisquel-mini-data/usr/bin/trisquel-mini-logout @@ -0,0 +1,2 @@ +#!/bin/sh +lxsession-logout --banner "/usr/share/trisquel-mini/images/logout-banner.png" --side=top diff --git a/12.0/trisquel-mini-data/usr/share/applications/trisquel-mini-logout.desktop b/12.0/trisquel-mini-data/usr/share/applications/trisquel-mini-logout.desktop new file mode 100644 index 0000000000000000000000000000000000000000..d74fc147a0b931d4598cf537c7a4a5304140a6f6 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/applications/trisquel-mini-logout.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Shutdown +Name[zh_TW]=關機 +Comment=Shutdown or Reboot +Icon=system-shutdown-panel +Exec=trisquel-mini-logout +NoDisplay=true diff --git a/12.0/trisquel-mini-data/usr/share/applications/trisquel-mini-screenlock.desktop b/12.0/trisquel-mini-data/usr/share/applications/trisquel-mini-screenlock.desktop new file mode 100644 index 0000000000000000000000000000000000000000..54f480a882340592ab3f7d03234ad1e6d6916de6 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/applications/trisquel-mini-screenlock.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=ScreenLock +Name[zh_TW]=鎖ä½èž¢å¹• +Comment=Lock your screen +Icon=system-lock-screen +Exec=xscreensaver-command -lock +NoDisplay=true diff --git a/12.0/trisquel-mini-data/usr/share/gdm/autostart/LoginWindow/lxsession.desktop b/12.0/trisquel-mini-data/usr/share/gdm/autostart/LoginWindow/lxsession.desktop new file mode 100644 index 0000000000000000000000000000000000000000..7097a04cadd0831caa030ad19e3205fa646ffe50 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/gdm/autostart/LoginWindow/lxsession.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Lxsession +TryExec=/usr/bin/lxsession -s Trisquel-mini +Exec=/usr/bin/lxsession -s Trisquel-mini +OnlyShowIn=GNOME;LXDE; +X-GNOME-Autostart-Phase=Initialization +X-GNOME-Autostart-Notify=true +X-GNOME-AutoRestart=true diff --git a/12.0/trisquel-mini-data/usr/share/lightdm/lightdm.conf.d/50-trisquel-mini-session.conf b/12.0/trisquel-mini-data/usr/share/lightdm/lightdm.conf.d/50-trisquel-mini-session.conf new file mode 100644 index 0000000000000000000000000000000000000000..681047fbdcab63624c223dd326367f7412c88c72 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/lightdm/lightdm.conf.d/50-trisquel-mini-session.conf @@ -0,0 +1,2 @@ +[SeatDefaults] +user-session=Trisquel-mini diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/greeter.ui b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/greeter.ui new file mode 100644 index 0000000000000000000000000000000000000000..4af9064911a9d6e591787cc1ae596c2cf13dbc08 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/greeter.ui @@ -0,0 +1,220 @@ +<?xml version="1.0"?> +<interface> + <!-- interface-requires gtk+ 2.12 --> + <!-- interface-naming-policy project-wide --> + <object class="GtkWindow" id="lxdm"> + <property name="decorated">False</property> + <child> + <object class="GtkVBox" id="vbox1"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkLabel" id="time"> + <property name="visible">True</property> + <property name="xalign">1</property> + <property name="xpad">12</property> + <property name="ypad">12</property> + <property name="single_line_mode">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + <child> + <object class="GtkVBox" id="vbox2"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="pixbuf">login.png</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment2"> + <property name="visible">True</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + <child> + <object class="GtkHBox" id="hbox3"> + <property name="visible">True</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="prompt"> + <property name="visible">True</property> + <property name="label" translatable="yes">User:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="login_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">•</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkEventBox" id="bottom_pane"> + <property name="visible">True</property> + <property name="app_paintable">True</property> + <property name="visible_window">False</property> + <child> + <object class="GtkHBox" id="bottom_hbox"> + <property name="visible">True</property> + <property name="border_width">6</property> + <property name="spacing">12</property> + <child> + <object class="GtkHBox" id="sessions_box"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <object class="GtkImage" id="image2"> + <property name="visible">True</property> + <property name="pixbuf">session.png</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="label" translatable="yes">Desktop:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkComboBoxEntry" id="sessions"> + <property name="visible">True</property> + <property name="text_column">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkHBox" id="lang_box"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <object class="GtkImage" id="image3"> + <property name="visible">True</property> + <property name="pixbuf">lang.png</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_lang"> + <property name="visible">True</property> + <property name="label" translatable="yes">Language:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkComboBoxEntry" id="lang"> + <property name="visible">True</property> + <property name="text_column">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label3"> + <property name="label" translatable="yes">Keyboard Layout:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkComboBox" id="keyboard"/> + <packing> + <property name="expand">False</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="GtkButton" id="exit"> + <property name="label">gtk-quit</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="relief">none</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="pack_type">end</property> + <property name="position">4</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + </object> + </child> + </object> +</interface> diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/gtkrc b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/gtkrc new file mode 100644 index 0000000000000000000000000000000000000000..22ae3cd087445e65e85070ea9770afdc133a91f2 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/gtkrc @@ -0,0 +1,55 @@ +style "back" +{ + engine "pixmap" + { + image + { + function = FLAT_BOX + shadow=NONE + state = NORMAL + file="/usr/share/backgrounds/aramo.jpg" + stretch=TRUE + detail = "base" + } + } +} + +style "time" +{ + fg[NORMAL]="#ffffff" + font_name="Sans 10" +} + +style "prompt" +{ + fg[NORMAL]="#ffffff" + font_name="Sans Bold 14" +} +style "white" +{ + fg[NORMAL]="#ffffff" +} + + +# Normally this won't paint an invisible event box, but we did some hacks in greeter.c. +style "bottom" +{ + font_name="Sans Bold 10" + fg[NORMAL] = "#fff" + engine "pixmap" + { + image + { + function = FLAT_BOX + file="shade.png" + stretch=TRUE + detail="eventbox" + } + } +} + +widget "lxdm" style "back" +widget "lxdm.*.time" style "time" +widget "*prompt" style "prompt" +widget "lxdm.*.bottom_pane" style "bottom" +widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom" diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/index.theme b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..0156fa736465a76eab23ddedeb566cd531b9c79b --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/index.theme @@ -0,0 +1,5 @@ +[LXDM Theme] +Name=Trisquel-mini +Comment=Theme for Trisquel mini +Author=Rubén RodrÃguez <ruben@trisquel.info> and Rafael Laguna <rafaellaguna@gmail.com>; +License=GPL diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/lang.png b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/lang.png new file mode 100644 index 0000000000000000000000000000000000000000..6d68d6f5e1f89ec59d473273b5e26e90a31deaf9 Binary files /dev/null and b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/lang.png differ diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/login.png b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/login.png new file mode 100644 index 0000000000000000000000000000000000000000..af06de0981932fb67274dc5cfd1341e3a3bdc424 Binary files /dev/null and b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/login.png differ diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/session.png b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/session.png new file mode 100644 index 0000000000000000000000000000000000000000..9019527c425d725dd8997f82e422082f33d23673 Binary files /dev/null and b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/session.png differ diff --git a/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/shade.png b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/shade.png new file mode 100644 index 0000000000000000000000000000000000000000..61c584a50cf942f75ee0594ca83c6b9af14b3229 Binary files /dev/null and b/12.0/trisquel-mini-data/usr/share/lxdm/themes/Trisquel-mini/shade.png differ diff --git a/12.0/trisquel-mini-data/usr/share/lxpanel/images/trisquel-mini-background.png b/12.0/trisquel-mini-data/usr/share/lxpanel/images/trisquel-mini-background.png new file mode 100644 index 0000000000000000000000000000000000000000..ba0b92c005bc6d25781c0302729d36091b2a09dc Binary files /dev/null and b/12.0/trisquel-mini-data/usr/share/lxpanel/images/trisquel-mini-background.png differ diff --git a/12.0/trisquel-mini-data/usr/share/lxpanel/profile/Trisquel-mini/config b/12.0/trisquel-mini-data/usr/share/lxpanel/profile/Trisquel-mini/config new file mode 100644 index 0000000000000000000000000000000000000000..94501c22ff26becd512d04d2afe10046f4b76674 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/lxpanel/profile/Trisquel-mini/config @@ -0,0 +1,4 @@ +[Command] +FileManager=pcmanfm %s +Terminal=lxterminal -e +Logout=trisquel-mini-logout diff --git a/12.0/trisquel-mini-data/usr/share/lxpanel/profile/Trisquel-mini/panels/panel b/12.0/trisquel-mini-data/usr/share/lxpanel/profile/Trisquel-mini/panels/panel new file mode 100644 index 0000000000000000000000000000000000000000..77479584e61f20f44967c3ba2de4160ed26d3ff9 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/lxpanel/profile/Trisquel-mini/panels/panel @@ -0,0 +1,110 @@ +# lxpanel <profile> config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=bottom + allign=left + margin=0 + widthtype=percent + width=100 + height=24 + transparent=1 + tintcolor=#000000 + alpha=150 + autohide=0 + heightwhenhidden=2 + setdocktype=1 + setpartialstrut=1 + usefontcolor=0 + fontsize=8 + fontcolor=#000000 + usefontsize=1 + background=0 + backgroundfile=/usr/share/lxpanel/images/trisquel-mini-background.png + iconsize=24 +} + +Plugin { + type = menu + Config { + image=/usr/share/pixmaps/trisquel.svg + system { + } + separator { + } + item { + command=run + } + separator { + } + item { + image=gnome-logout + command=logout + } + } +} + +Plugin { + type = launchbar + Config { + Button { + id=pcmanfm.desktop + } + Button { + id=abrowser.desktop + } + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=150 + spacing=1 + GroupedTasks=0 + } +} + +Plugin { + type = volumealsa +} + +Plugin { + type = tray +} + +Plugin { + type = dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=1 + IconOnly=0 + CenterText=0 + } +} + +Plugin { + type = wincmd + Config { + image=window-manager + Button1=iconify + Button2=shade + Toggle=0 + } +} + diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/close.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/close.xbm new file mode 100644 index 0000000000000000000000000000000000000000..ab7ff800a2cc4e228ed0a004d4e1a3b2dcc77f2b --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/close_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/close_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..94ce59f7cfb9b00dd7c8aa02937ca0660dfb7af1 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/close_hover.xbm @@ -0,0 +1,5 @@ +#define close_hover_width 10 +#define close_hover_height 10 +static unsigned char close_hover_bits[] = { + 0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00, + 0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk.xbm new file mode 100644 index 0000000000000000000000000000000000000000..6cdbbf11a3143a900042c6a7530835a2f648aeec --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x48, 0x78, 0x7e, 0x78, 0x48, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..5e385d66edf9aa52bf0f1854201eecc64dfc32a9 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk_hover.xbm @@ -0,0 +1,4 @@ +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x88, 0x88, 0xf8, 0xff, 0xf8, 0x88, 0x88 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk_toggled.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000000000000000000000000000000000000..d89d4bb76a09fd405f2b19478b37bc6ab7b0efc6 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/iconify.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/iconify.xbm new file mode 100644 index 0000000000000000000000000000000000000000..424cc679da9d356975812794cb40b1ceae45cc04 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x7e }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/iconify_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/iconify_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..0f56602702cf78e0778a1aed0f5e5c1e6f71932c --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/iconify_hover.xbm @@ -0,0 +1,4 @@ +#define iconify_hover_width 8 +#define iconify_hover_height 8 +static unsigned char iconify_hover_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max.xbm new file mode 100644 index 0000000000000000000000000000000000000000..3a130890e6a1c56698047f14f3c16310c66df3e3 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..247c4929ac1d03cd01df1d5071b2252771cfbaf3 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max_hover.xbm @@ -0,0 +1,5 @@ +#define max_hover_width 10 +#define max_hover_height 10 +static unsigned char max_hover_bits[] = { + 0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max_toggled.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max_toggled.xbm new file mode 100644 index 0000000000000000000000000000000000000000..ff1c954afcea954f55d98934138bb900df16f5b9 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/shade.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/shade.xbm new file mode 100644 index 0000000000000000000000000000000000000000..aaf1ec762ec87f2b5895065449ad78fd00ae8294 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x7e, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/shade_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/shade_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..756842afe31b8453e333217ca3472cc8136de50f --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/shade_hover.xbm @@ -0,0 +1,4 @@ +#define shade_hover_width 8 +#define shade_hover_height 8 +static unsigned char shade_hover_bits[] = { + 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/themerc b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/themerc new file mode 100644 index 0000000000000000000000000000000000000000..5fdaab863ec516033341650ef5f895ddf5a53180 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel-Dark/openbox-3/themerc @@ -0,0 +1,122 @@ +!# Trisquel theme, based in Clearlooks and Natura + +!# general stuff + +border.width: 1 +padding.width: 3 +padding.height: 2 +window.handle.width: 4 +window.client.padding.width: 0 +menu.overlap: 2 +*.justify: left + +window.active.title.bg.highlight: 40 +window.active.title.bg.shadow: 00 + +window.inactive.title.bg.highlight: 30 +window.inactive.title.bg.shadow: 00 + +window.*.grip.bg.highlight: 50 +window.*.grip.bg.shadow: 30 + +window.*.handle.bg.highlight: 50 +window.*.handle.bg.shadow: 30 + +!# Menu settings + +menu.border.color: #aaaaaa +menu.border.width: 1 + +menu.title.bg: solid flat +menu.title.bg.color: #E6E7E6 +menu.title.text.color: #111111 + +menu.items.bg: Flat Solid +menu.items.bg.color: #e7e7e7 +menu.items.text.color: #111111 +menu.items.disabled.text.color: #aaaaaa + +menu.items.active.bg: Flat Gradient splitvertical border + +menu.items.active.bg.color: #97b8e2 +menu.items.active.bg.color.splitTo: #a8c5e9 + +menu.items.active.bg.colorTo: #91b3de +menu.items.active.bg.colorTo.splitTo: #80a7d6 +menu.items.active.bg.border.color: #4b6e99 +menu.items.active.text.color: #ffffff + +!# set handles here and only the once? + +window.*.handle.bg: Raised solid +window.*.handle.bg.color: #333 + +window.*.grip.bg: Raised solid +window.*.grip.bg.color: #333 + +!# Active + +!# no handles - kind of closer to the clearlooks border, maybe? +!#window.active.border.color: #455d7c + +window.*.border.color: #333 + +window.active.title.separator.color: #3b3b3b + +*.title.bg: Raised Gradient splitvertical +*.title.bg.color.splitTo: #3f3f3f +*.title.bg.color: #3d3d3d +*.title.bg.colorTo: #3d3d3d +*.title.bg.colorTo.splitTo: #3b3b3b + +window.active.label.bg: Parentrelative +window.active.label.text.color: #ddd + +window.*.button.*.bg: parentrelative +window.active.button.*.image.color: #888888 +window.active.button.hover.image.color: #666666 + + +!# inactive + +!#window.inactive.border.color: #DDDDDD +window.inactive.title.separator.color: #3b3b3b + +window.inactive.title.bg: Raised Gradient splitvertical +window.inactive.title.bg.color.splitTo: #3f3f3f +window.inactive.title.bg.color: #3d3d3d +window.inactive.title.bg.colorTo: #3d3d3d +window.inactive.title.bg.colorTo.splitTo: #3b3b3b + +window.inactive.label.bg: Parentrelative +window.inactive.label.text.color: #666 + +window.inactive.button.*.bg: parentrelative +window.inactive.button.*.image.color: #888888 + + +!# osd (pop ups and what not, dock?) + +osd.border.width: 1 +osd.border.color: #999 + +osd.bg: flat border gradient splitvertical +osd.bg.color: #F0EFEE +osd.bg.color.splitto: #f5f5f4 +osd.bg.colorTo: #EAEBEC +osd.bg.colorTo.splitto: #E7E5E4 + +osd.bg.border.color: #ffffff + +osd.label.bg: parentrelative +osd.label.bg.color: #efefef +osd.label.bg.border.color: #9c9e9c + +osd.label.text.color: #444 +!# yeah whatever, this is fine anyhoo? +osd.hilight.bg: flat vertical gradient +osd.hilight.bg.color: #9ebde5 +osd.hilight.bg.colorTo: #749dcf +osd.unhilight.bg: flat vertical gradient +osd.unhilight.bg.color: #BABDB6 +osd.unhilight.bg.colorTo: #efefef diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/close.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/close.xbm new file mode 100644 index 0000000000000000000000000000000000000000..ab7ff800a2cc4e228ed0a004d4e1a3b2dcc77f2b --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/close_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/close_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..94ce59f7cfb9b00dd7c8aa02937ca0660dfb7af1 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/close_hover.xbm @@ -0,0 +1,5 @@ +#define close_hover_width 10 +#define close_hover_height 10 +static unsigned char close_hover_bits[] = { + 0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00, + 0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk.xbm new file mode 100644 index 0000000000000000000000000000000000000000..6cdbbf11a3143a900042c6a7530835a2f648aeec --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x48, 0x78, 0x7e, 0x78, 0x48, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..5e385d66edf9aa52bf0f1854201eecc64dfc32a9 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk_hover.xbm @@ -0,0 +1,4 @@ +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x88, 0x88, 0xf8, 0xff, 0xf8, 0x88, 0x88 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk_toggled.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000000000000000000000000000000000000..d89d4bb76a09fd405f2b19478b37bc6ab7b0efc6 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/iconify.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/iconify.xbm new file mode 100644 index 0000000000000000000000000000000000000000..424cc679da9d356975812794cb40b1ceae45cc04 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x7e }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/iconify_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/iconify_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..0f56602702cf78e0778a1aed0f5e5c1e6f71932c --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/iconify_hover.xbm @@ -0,0 +1,4 @@ +#define iconify_hover_width 8 +#define iconify_hover_height 8 +static unsigned char iconify_hover_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max.xbm new file mode 100644 index 0000000000000000000000000000000000000000..3a130890e6a1c56698047f14f3c16310c66df3e3 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..247c4929ac1d03cd01df1d5071b2252771cfbaf3 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max_hover.xbm @@ -0,0 +1,5 @@ +#define max_hover_width 10 +#define max_hover_height 10 +static unsigned char max_hover_bits[] = { + 0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, + 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max_toggled.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max_toggled.xbm new file mode 100644 index 0000000000000000000000000000000000000000..ff1c954afcea954f55d98934138bb900df16f5b9 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/shade.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/shade.xbm new file mode 100644 index 0000000000000000000000000000000000000000..aaf1ec762ec87f2b5895065449ad78fd00ae8294 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x7e, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/shade_hover.xbm b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/shade_hover.xbm new file mode 100644 index 0000000000000000000000000000000000000000..756842afe31b8453e333217ca3472cc8136de50f --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/shade_hover.xbm @@ -0,0 +1,4 @@ +#define shade_hover_width 8 +#define shade_hover_height 8 +static unsigned char shade_hover_bits[] = { + 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/themerc b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/themerc new file mode 100644 index 0000000000000000000000000000000000000000..e8401cdb11b060d584f8e5e99009bc51b25ba9ef --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/themes/Trisquel/openbox-3/themerc @@ -0,0 +1,122 @@ +!# Trisquel theme, based in Clearlooks and Natura + +!# general stuff + +border.width: 1 +padding.width: 3 +padding.height: 2 +window.handle.width: 4 +window.client.padding.width: 0 +menu.overlap: 2 +*.justify: left + +window.active.title.bg.highlight: 40 +window.active.title.bg.shadow: 00 + +window.inactive.title.bg.highlight: 30 +window.inactive.title.bg.shadow: 00 + +window.*.grip.bg.highlight: 50 +window.*.grip.bg.shadow: 30 + +window.*.handle.bg.highlight: 50 +window.*.handle.bg.shadow: 30 + +!# Menu settings + +menu.border.color: #aaaaaa +menu.border.width: 1 + +menu.title.bg: solid flat +menu.title.bg.color: #E6E7E6 +menu.title.text.color: #111111 + +menu.items.bg: Flat Solid +menu.items.bg.color: #e7e7e7 +menu.items.text.color: #111111 +menu.items.disabled.text.color: #aaaaaa + +menu.items.active.bg: Flat Gradient splitvertical border + +menu.items.active.bg.color: #97b8e2 +menu.items.active.bg.color.splitTo: #a8c5e9 + +menu.items.active.bg.colorTo: #91b3de +menu.items.active.bg.colorTo.splitTo: #80a7d6 +menu.items.active.bg.border.color: #4b6e99 +menu.items.active.text.color: #ffffff + +!# set handles here and only the once? + +window.*.handle.bg: Raised solid +window.*.handle.bg.color: #eaebec + +window.*.grip.bg: Raised solid +window.*.grip.bg.color: #eaebec + +!# Active + +!# no handles - kind of closer to the clearlooks border, maybe? +!#window.active.border.color: #455d7c + +window.*.border.color: #b6b2a3 + +window.active.title.separator.color: #D4D4D4 + +*.title.bg: Raised Gradient splitvertical +*.title.bg.color.splitTo: #DBDBDB +*.title.bg.color: #D9D9D9 +*.title.bg.colorTo: #D9D9D9 +*.title.bg.colorTo.splitTo: #D4D4D4 + +window.active.label.bg: Parentrelative +window.active.label.text.color: #555555 + +window.*.button.*.bg: parentrelative +window.active.button.*.image.color: #888888 +window.active.button.hover.image.color: #666666 + + +!# inactive + +!#window.inactive.border.color: #DDDDDD +window.inactive.title.separator.color: #D4D4D4 + +window.inactive.title.bg: Raised Gradient splitvertical +window.inactive.title.bg.color.splitTo: #DBDBDB +window.inactive.title.bg.color: #D9D9D9 +window.inactive.title.bg.colorTo: #D9D9D9 +window.inactive.title.bg.colorTo.splitTo: #D4D4D4 + +window.inactive.label.bg: Parentrelative +window.inactive.label.text.color: #70747d + +window.inactive.button.*.bg: parentrelative +window.inactive.button.*.image.color: #888888 + + +!# osd (pop ups and what not, dock?) + +osd.border.width: 1 +osd.border.color: #999 + +osd.bg: flat border gradient splitvertical +osd.bg.color: #F0EFEE +osd.bg.color.splitto: #f5f5f4 +osd.bg.colorTo: #EAEBEC +osd.bg.colorTo.splitto: #E7E5E4 + +osd.bg.border.color: #ffffff + +osd.label.bg: parentrelative +osd.label.bg.color: #efefef +osd.label.bg.border.color: #9c9e9c + +osd.label.text.color: #444 +!# yeah whatever, this is fine anyhoo? +osd.hilight.bg: flat vertical gradient +osd.hilight.bg.color: #9ebde5 +osd.hilight.bg.colorTo: #749dcf +osd.unhilight.bg: flat vertical gradient +osd.unhilight.bg.color: #BABDB6 +osd.unhilight.bg.colorTo: #efefef diff --git a/12.0/trisquel-mini-data/usr/share/trisquel-mini/images/logout-banner.png b/12.0/trisquel-mini-data/usr/share/trisquel-mini/images/logout-banner.png new file mode 100644 index 0000000000000000000000000000000000000000..c67b7c590b1eb5c9e69d876a39fcd6e74d6c1823 Binary files /dev/null and b/12.0/trisquel-mini-data/usr/share/trisquel-mini/images/logout-banner.png differ diff --git a/12.0/trisquel-mini-data/usr/share/trisquel-mini/openbox/menu.xml b/12.0/trisquel-mini-data/usr/share/trisquel-mini/openbox/menu.xml new file mode 100644 index 0000000000000000000000000000000000000000..109a2b364eb1883c81d98c440e8c9a94dc997245 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/trisquel-mini/openbox/menu.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<openbox_menu xmlns="http://openbox.org/3.4/menu"> + +<menu id="apps-menu" label="Applications"> + <item label="PCManFM"> + <action name="Execute"> + <startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify> + <command>pcmanfm</command></action> + </item> + <item label="Lxterminal"> + <action name="Execute"><command>lxterminal</command></action> + </item> + <item label="Browser"> + <action name="Execute"><command>x-www-browser</command></action> + </item> +</menu> + +<menu id="root-menu" label="Trisquel-mini"> + <separator label="Trisquel-mini" /> + <menu id="apps-menu" /> + <separator /> + <menu id="client-list-menu" /> + <separator /> + <item label="Desktop Settings"> + <action name="Execute"> + <startupnotify><enabled>yes</enabled></startupnotify> + <command>pcmanfm --show-pref 2</command> + </action> + </item> + <item label="Window Management Settings"> + <action name="Execute"> + <startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify> + <command>obconf</command> + </action> + </item> + <item label="Reload Config Files"> + <action name="Reconfigure" /> + </item> + <separator /> + <item label="Exit"> + <action name="Execute"><command>trisquel-mini-logout</command></action> + </item> +</menu> + +</openbox_menu> diff --git a/12.0/trisquel-mini-data/usr/share/trisquel-mini/openbox/rc.xml b/12.0/trisquel-mini-data/usr/share/trisquel-mini/openbox/rc.xml new file mode 100644 index 0000000000000000000000000000000000000000..8ff8e4ab17ca18e9051bcfdb66e625cf43baa323 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/trisquel-mini/openbox/rc.xml @@ -0,0 +1,795 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Do not edit this file, it will be overwritten on install. + Copy the file to $HOME/.config/openbox/ instead. --> +<openbox_config xmlns="http://openbox.org/3.4/rc"> + <resistance> + <strength>10</strength> + <screen_edge_strength>20</screen_edge_strength> + </resistance> + <focus> + <focusNew>yes</focusNew> + <!-- always try to focus new windows when they appear. other rules do + apply --> + <followMouse>no</followMouse> + <!-- move focus to a window when you move the mouse into it --> + <focusLast>yes</focusLast> + <!-- focus the last used window when changing desktops, instead of the one + under the mouse pointer. when followMouse is enabled --> + <underMouse>no</underMouse> + <!-- move focus under the mouse, even when the mouse is not moving --> + <focusDelay>200</focusDelay> + <!-- when followMouse is enabled, the mouse must be inside the window for + this many milliseconds (1000 = 1 sec) before moving focus to it --> + <raiseOnFocus>no</raiseOnFocus> + <!-- when followMouse is enabled, and a window is given focus by moving the + mouse into it, also raise the window --> + </focus> + <placement> + <policy>Smart</policy> + <!-- 'Smart' or 'UnderMouse' --> + <center>yes</center> + <!-- whether to place windows in the center of the free area found or + the top left corner --> + <monitor>Any</monitor> + <!-- with Smart placement on a multi-monitor system, try to place new windows + on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where + the active window is --> + </placement> + <theme> + <name>Trisquel</name> + <titleLayout>NLIMC</titleLayout> + <!-- + available characters are NDSLIMC, each can occur at most once. + N: window icon + L: window label (AKA title). + I: iconify + M: maximize + C: close + S: shade (roll up/down) + D: omnipresent (on all desktops). + --> + <keepBorder>yes</keepBorder> + <animateIconify>yes</animateIconify> + <font place="ActiveWindow"> + <name>sans</name> + <size>9</size> + <!-- font size in points --> + <weight>bold</weight> + <!-- 'bold' or 'normal' --> + <slant>normal</slant> + <!-- 'italic' or 'normal' --> + </font> + <font place="InactiveWindow"> + <name>sans</name> + <size>9</size> + <!-- font size in points --> + <weight>bold</weight> + <!-- 'bold' or 'normal' --> + <slant>normal</slant> + <!-- 'italic' or 'normal' --> + </font> + <font place="MenuHeader"> + <name>sans</name> + <size>9</size> + <!-- font size in points --> + <weight>normal</weight> + <!-- 'bold' or 'normal' --> + <slant>normal</slant> + <!-- 'italic' or 'normal' --> + </font> + <font place="MenuItem"> + <name>sans</name> + <size>9</size> + <!-- font size in points --> + <weight>normal</weight> + <!-- 'bold' or 'normal' --> + <slant>normal</slant> + <!-- 'italic' or 'normal' --> + </font> + <font place="OnScreenDisplay"> + <name>sans</name> + <size>9</size> + <!-- font size in points --> + <weight>bold</weight> + <!-- 'bold' or 'normal' --> + <slant>normal</slant> + <!-- 'italic' or 'normal' --> + </font> + </theme> + <desktops> + <!-- this stuff is only used at startup, pagers allow you to change them + during a session + + these are default values to use when other ones are not already set + by other applications, or saved in your session + + use obconf if you want to change these without having to log out + and back in --> + <number>2</number> + <firstdesk>1</firstdesk> + <names> + <!-- set names up here if you want to, like this: + <name>desktop 1</name> + <name>desktop 2</name> + --> + </names> + <popupTime>875</popupTime> + <!-- The number of milliseconds to show the popup for when switching + desktops. Set this to 0 to disable the popup. --> + </desktops> + <resize> + <drawContents>yes</drawContents> + <popupShow>Nonpixel</popupShow> + <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) --> + <popupPosition>Center</popupPosition> + <!-- 'Center', 'Top', or 'Fixed' --> + <popupFixedPosition> + <!-- these are used if popupPosition is set to 'Fixed' --> + <x>10</x> + <!-- positive number for distance from left edge, negative number for + distance from right edge, or 'Center' --> + <y>10</y> + <!-- positive number for distance from top edge, negative number for + distance from bottom edge, or 'Center' --> + </popupFixedPosition> + </resize> + <!-- You can reserve a portion of your screen where windows will not cover when + they are maximized, or when they are initially placed. + Many programs reserve space automatically, but you can use this in other + cases. --> + <margins> + <top>0</top> + <bottom>0</bottom> + <left>0</left> + <right>0</right> + </margins> + <dock> + <position>TopLeft</position> + <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --> + <floatingX>0</floatingX> + <floatingY>0</floatingY> + <noStrut>no</noStrut> + <stacking>Above</stacking> + <!-- 'Above', 'Normal', or 'Below' --> + <direction>Vertical</direction> + <!-- 'Vertical' or 'Horizontal' --> + <autoHide>no</autoHide> + <hideDelay>300</hideDelay> + <!-- in milliseconds (1000 = 1 second) --> + <showDelay>300</showDelay> + <!-- in milliseconds (1000 = 1 second) --> + <moveButton>Middle</moveButton> + <!-- 'Left', 'Middle', 'Right' --> + </dock> + <keyboard> + <chainQuitKey>C-g</chainQuitKey> + <!-- Keybindings for desktop switching --> + <keybind key="C-A-Left"> + <action name="DesktopLeft"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="C-A-Right"> + <action name="DesktopRight"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="C-A-Up"> + <action name="DesktopUp"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="C-A-Down"> + <action name="DesktopDown"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-Left"> + <action name="SendToDesktopLeft"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-Right"> + <action name="SendToDesktopRight"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-Up"> + <action name="SendToDesktopUp"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="S-A-Down"> + <action name="SendToDesktopDown"> + <dialog>no</dialog> + <wrap>no</wrap> + </action> + </keybind> + <keybind key="W-F1"> + <action name="Desktop"> + <desktop>1</desktop> + </action> + </keybind> + <keybind key="W-F2"> + <action name="Desktop"> + <desktop>2</desktop> + </action> + </keybind> + <keybind key="W-F3"> + <action name="Desktop"> + <desktop>3</desktop> + </action> + </keybind> + <keybind key="W-F4"> + <action name="Desktop"> + <desktop>4</desktop> + </action> + </keybind> + <keybind key="W-d"> + <action name="ToggleShowDesktop"/> + </keybind> + <!-- Keybindings for windows --> + <keybind key="A-F4"> + <action name="Close"/> + </keybind> + <keybind key="A-Escape"> + <action name="Lower"/> + <action name="FocusToBottom"/> + <action name="Unfocus"/> + </keybind> + <keybind key="A-space"> + <action name="ShowMenu"> + <menu>client-menu</menu> + </action> + </keybind> + <!-- Keybindings for window switching --> + <keybind key="A-Tab"> + <action name="NextWindow"/> + </keybind> + <keybind key="A-S-Tab"> + <action name="PreviousWindow"/> + </keybind> + <keybind key="C-A-Tab"> + <action name="NextWindow"> + <panels>yes</panels> + <desktop>yes</desktop> + </action> + </keybind> + <!-- Keybindings for running applications --> + <keybind key="W-e"> + <action name="Execute"> + <startupnotify> + <enabled>true</enabled> + <name>PCManFM</name> + </startupnotify> + <command>pcmanfm</command> + </action> + </keybind> + <!--keybindings for LXPanel --> + <keybind key="W-r"> + <action name="Execute"> + <command>lxpanelctl run</command> + </action> + </keybind> + <keybind key="A-F2"> + <action name="Execute"> + <command>lxpanelctl run</command> + </action> + </keybind> + <keybind key="C-Escape"> + <action name="Execute"> + <command>lxpanelctl menu</command> + </action> + </keybind> + <keybind key="F11"> + <action name="ToggleFullscreen"/> + </keybind> + <!-- Launch Task Manager with Ctrl+Alt+Del --> + <keybind key="A-C-Delete"> + <action name="Execute"> + <command>xfce4-taskmanager</command> + </action> + </keybind> + + <!-- Fast access to Terminal --> + <keybind key="C-A-T"> + <action name="Execute"> + <command>lxterminal</command> + </action> + </keybind> + + <!-- Fast access to filemanager --> + <keybind key="C-A-D"> + <action name="Execute"> + <startupnotify> + <enabled>true</enabled> + <name>PCManFM</name> + </startupnotify> + <command>pcmanfm</command> + </action> + </keybind> + + <!-- Keybinding for PrintScreen Key --> + <keybind key="Print"> + <action name="Execute"> + <execute>scrot</execute> + </action> + </keybind> + + <keybind key="A-Print"> + <action name="Execute"> + <execute>scrot -s</execute> + </action> + </keybind> + + <!-- Keybindings for Multimedia Keys and LCD Backlight (alternative when not using gnome-power-manager or xfce4-volumed) + <keybind key="XF86AudioMute"> + <action name="Execute"> + <execute>/usr/bin/volume.sh mute</execute> + </action> + </keybind> + <keybind key="XF86AudioRaiseVolume"> + <action name="Execute"> + <execute>/usr/bin/volume.sh up</execute> + </action> + </keybind> + <keybind key="XF86AudioLowerVolume"> + <action name="Execute"> + <execute>/usr/bin/volume.sh down</execute> + </action> + </keybind> + <keybind key="C-F7"> + <action name="Execute"> + <execute>sleep 2;xset dpms force off</execute> + </action> + </keybind> + <keybind key="C-F10"> + <action name="Execute"> + <execute>xbacklight -dec 10</execute> + </action> + </keybind> + <keybind key="C-F11"> + <action name="Execute"> + <execute>xbacklight -inc 10</execute> + </action> + </keybind> --> + + <!-- Taking Screenshots --> + <keybind key="Print"> + <action name="Execute"> + <execute>scrot</execute> + </action> + </keybind> + + </keyboard> + <mouse> + <dragThreshold>8</dragThreshold> + <!-- number of pixels the mouse must move before a drag begins --> + <doubleClickTime>200</doubleClickTime> + <!-- in milliseconds (1000 = 1 second) --> + <screenEdgeWarpTime>400</screenEdgeWarpTime> + <!-- Time before changing desktops when the pointer touches the edge of the + screen while moving a window, in milliseconds (1000 = 1 second). + Set this to 0 to disable warping --> + <context name="Frame"> + <mousebind button="A-Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="A-Left" action="Click"> + <action name="Unshade"/> + </mousebind> + <mousebind button="A-Left" action="Drag"> + <action name="Move"/> + </mousebind> + <mousebind button="A-Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="A-Right" action="Drag"> + <action name="Resize"/> + </mousebind> + <mousebind button="A-Middle" action="Press"> + <action name="Lower"/> + <action name="FocusToBottom"/> + <action name="Unfocus"/> + </mousebind> + <mousebind button="A-Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="A-Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="C-A-Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="C-A-Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="A-S-Up" action="Click"> + <action name="SendToDesktopPrevious"/> + </mousebind> + <mousebind button="A-S-Down" action="Click"> + <action name="SendToDesktopNext"/> + </mousebind> + </context> + <context name="Titlebar"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Move"/> + </mousebind> + <mousebind button="Left" action="DoubleClick"> + <action name="ToggleMaximizeFull"/> + </mousebind> + <mousebind button="Middle" action="Press"> + <action name="Lower"/> + <action name="FocusToBottom"/> + <action name="Unfocus"/> + </mousebind> + <mousebind button="Up" action="Click"> + <action name="Shade"/> + <action name="FocusToBottom"/> + <action name="Unfocus"/> + <action name="Lower"/> + </mousebind> + <mousebind button="Down" action="Click"> + <action name="Unshade"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="ShowMenu"> + <menu>client-menu</menu> + </action> + </mousebind> + </context> + <context name="Top"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"> + <edge>top</edge> + </action> + </mousebind> + </context> + <context name="Left"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"> + <edge>left</edge> + </action> + </mousebind> + </context> + <context name="Right"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"> + <edge>right</edge> + </action> + </mousebind> + </context> + <context name="Bottom"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"> + <edge>bottom</edge> + </action> + </mousebind> + <mousebind button="Middle" action="Press"> + <action name="Lower"/> + <action name="FocusToBottom"/> + <action name="Unfocus"/> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="ShowMenu"> + <menu>client-menu</menu> + </action> + </mousebind> + </context> + <context name="BLCorner"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"/> + </mousebind> + </context> + <context name="BRCorner"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"/> + </mousebind> + </context> + <context name="TLCorner"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"/> + </mousebind> + </context> + <context name="TRCorner"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Left" action="Drag"> + <action name="Resize"/> + </mousebind> + </context> + <context name="Client"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Middle" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + </context> + <context name="Icon"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + <action name="ShowMenu"> + <menu>client-menu</menu> + </action> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="ShowMenu"> + <menu>client-menu</menu> + </action> + </mousebind> + </context> + <context name="AllDesktops"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="ToggleOmnipresent"/> + </mousebind> + </context> + <context name="Shade"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="ToggleShade"/> + </mousebind> + </context> + <context name="Iconify"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="Iconify"/> + </mousebind> + </context> + <context name="Maximize"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Middle" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="ToggleMaximizeFull"/> + </mousebind> + <mousebind button="Middle" action="Click"> + <action name="ToggleMaximizeVert"/> + </mousebind> + <mousebind button="Right" action="Click"> + <action name="ToggleMaximizeHorz"/> + </mousebind> + </context> + <context name="Close"> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + <action name="Unshade"/> + </mousebind> + <mousebind button="Left" action="Click"> + <action name="Close"/> + </mousebind> + </context> + <context name="Desktop"> + <mousebind button="Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="A-Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="A-Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="C-A-Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="C-A-Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> + </context> + <context name="Root"> + <!-- Menus --> + <mousebind button="Middle" action="Press"> + <action name="ShowMenu"> + <menu>client-list-combined-menu</menu> + </action> + </mousebind> + <mousebind button="Right" action="Press"> + <action name="ShowMenu"> + <menu>root-menu</menu> + </action> + </mousebind> + </context> + <context name="MoveResize"> + <mousebind button="Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="A-Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="A-Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> + </context> + </mouse> + <menu> + <!-- You can specify more than one menu file in here and they are all loaded, + just don't make menu ids clash or, well, it'll be kind of pointless --> + <!-- default menu file (or custom one in $HOME/.config/openbox/) --> + <file>/usr/share/trisquel-mini/openbox/menu.xml</file> + <hideDelay>200</hideDelay> + <!-- if a press-release lasts longer than this setting (in milliseconds), the + menu is hidden again --> + <middle>no</middle> + <!-- center submenus vertically about the parent entry --> + <submenuShowDelay>100</submenuShowDelay> + <!-- this one is easy, time to delay before showing a submenu after hovering + over the parent entry --> + <applicationIcons>yes</applicationIcons> + <!-- controls if icons appear in the client-list-(combined-)menu --> + <manageDesktops>yes</manageDesktops> + <!-- show the manage desktops section in the client-list-(combined-)menu --> + </menu> + <applications> + <!-- + # this is an example with comments through out. use these to make your + # own rules, but without the comments of course. + + <application name="first element of window's WM_CLASS property (see xprop)" + class="second element of window's WM_CLASS property (see xprop)" + role="the window's WM_WINDOW_ROLE property (see xprop)"> + # the name or the class can be set, or both. this is used to match + # windows when they appear. role can optionally be set as well, to + # further restrict your matches. + + # the name, class, and role use simple wildcard matching such as those + # used by a shell. you can use * to match any characters and ? to match + # any single character. + + # when multiple rules match a window, they will all be applied, in the + # order that they appear in this list + + + # each element can be left out or set to 'default' to specify to not + # change that attribute of the window + + <decor>yes</decor> + # enable or disable window decorations + + <shade>no</shade> + # make the window shaded when it appears, or not + + <position> + # the position is only used if both an x and y coordinate are provided + # (and not set to 'default') + <x>center</x> + # a number like 50, or 'center' to center on screen. use a negative number + # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the + # right edge (or bottom). + <y>200</y> + <monitor>1</monitor> + # specifies the monitor in a xinerama setup. + # 1 is the first head, or 'mouse' for wherever the mouse is + </position> + + <focus>yes</focus> + # if the window should try be given focus when it appears. if this is set + # to yes it doesn't guarantee the window will be given focus. some + # restrictions may apply, but Openbox will try to + + <desktop>1</desktop> + # 1 is the first desktop, 'all' for all desktops + + <layer>normal</layer> + # 'above', 'normal', or 'below' + + <iconic>no</iconic> + # make the window iconified when it appears, or not + + <skip_pager>no</skip_pager> + # asks to not be shown in pagers + + <skip_taskbar>no</skip_taskbar> + # asks to not be shown in taskbars. window cycling actions will also + # skip past such windows + + <fullscreen>yes</fullscreen> + # make the window in fullscreen mode when it appears + + <maximized>true</maximized> + # 'Horizontal', 'Vertical' or boolean (yes/no) + </application> + + # end of the example +--> + </applications> +</openbox_config> diff --git a/12.0/trisquel-mini-data/usr/share/trisquel-mini/pcmanfm/main.trisquel-mini b/12.0/trisquel-mini-data/usr/share/trisquel-mini/pcmanfm/main.trisquel-mini new file mode 100644 index 0000000000000000000000000000000000000000..ec576f3b8a580be52bad7b504c08cbb6dd99d239 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/trisquel-mini/pcmanfm/main.trisquel-mini @@ -0,0 +1,3 @@ +[desktop] +wallpaper=/usr/share/backgrounds/aramo.jpg +wallpaper_mode=1 diff --git a/12.0/trisquel-mini-data/usr/share/trisquel-mini/qt/Trolltech.conf b/12.0/trisquel-mini-data/usr/share/trisquel-mini/qt/Trolltech.conf new file mode 100644 index 0000000000000000000000000000000000000000..e14889669ac6317656c6cfe6afd9ed2b269ab334 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/trisquel-mini/qt/Trolltech.conf @@ -0,0 +1,2 @@ +[Qt] +style=GTK+ diff --git a/12.0/trisquel-mini-data/usr/share/xsessions/Trisquel-mini.desktop b/12.0/trisquel-mini-data/usr/share/xsessions/Trisquel-mini.desktop new file mode 100644 index 0000000000000000000000000000000000000000..c2deb55595253055f454614fbe786539a4c334e4 --- /dev/null +++ b/12.0/trisquel-mini-data/usr/share/xsessions/Trisquel-mini.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Trisquel-mini +Comment=Trisquel-mini - Lightweight X11 desktop environment based on LXDE +Comment[zh_TW]=Trisquel-mini - 輕é‡ç´šçš„ X11 æ¡Œé¢ç’°å¢ƒ +Comment[fi]=Trisquel-mini - kevyt X11-työpöytäympäristö +Comment[ja]=Trisquel-mini - 軽é‡ãª X11 デスクトップ環境 +Exec=/usr/bin/starttrisquel-mini +# Icon= +Type=Application diff --git a/12.0/trisquel-screensaver/data/usr/share/applications/screensavers/trisquel.desktop b/12.0/trisquel-screensaver/data/usr/share/applications/screensavers/trisquel.desktop new file mode 100644 index 0000000000000000000000000000000000000000..995cf19e2f08836e34d0a33126858d39cf005d17 --- /dev/null +++ b/12.0/trisquel-screensaver/data/usr/share/applications/screensavers/trisquel.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Trisquel +Exec=/usr/lib/mate-screensaver/mate-screensaver/floaters /usr/share/pixmaps/trisquel-screensaver.png +TryExec=/usr/lib/mate-screensaver/mate-screensaver/floaters +StartupNotify=false +Terminal=false +Type=Application +Categories=Screensaver; +Keywords=MATE;screensaver;GNOME;logo;trisquel; +OnlyShowIn=MATE; diff --git a/12.0/trisquel-screensaver/data/usr/share/pixmaps/trisquel-screensaver.png b/12.0/trisquel-screensaver/data/usr/share/pixmaps/trisquel-screensaver.png new file mode 100644 index 0000000000000000000000000000000000000000..a008dbdde5c45fca2feada2b8ac30a1ba4476076 Binary files /dev/null and b/12.0/trisquel-screensaver/data/usr/share/pixmaps/trisquel-screensaver.png differ diff --git a/12.0/trisquel-screensaver/debian/changelog b/12.0/trisquel-screensaver/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..3a0ac1fed56557690c9681a175759aa0d3b73d8c --- /dev/null +++ b/12.0/trisquel-screensaver/debian/changelog @@ -0,0 +1,77 @@ +trisquel-screensaver (12.0-0) ecne; urgency=medium + + * Initial release for trisquel-screensaver for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:42:38 -0600 + +trisquel-screensaver (11.0) aramo; urgency=medium + + * Port trisquel-screensaver to aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:51:40 -0500 + +trisquel-screensaver (10.1) nabia; urgency=medium + + * Fixed path to floaters binary + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 02 Feb 2022 13:02:06 -0500 + +trisquel-screensaver (10.0) nabia; urgency=medium + + * Port trisquel-screensaver to nabia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 30 Sep 2021 19:35:48 -0500 + +trisquel-screensaver (8.0) flidas; urgency=medium + + * Updated for MATE + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 08 Apr 2017 21:20:17 -0400 + +trisquel-screensaver (5.5) brigantia; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:14 +0100 + +trisquel-screensaver (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:32:18 +0200 + +trisquel-screensaver (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:49:00 +0200 + +trisquel-screensaver (4.5) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-screensaver (4.0) taranis; urgency=low + + * Initial release for Taranis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2010 19:50:00 +0200 + +trisquel-screensaver (3.5) awen; urgency=low + + * Initial release for Awen + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 03 Mar 2010 21:27:09 +0100 + +trisquel-screensaver (3.0) dwyn; urgency=low + + * Initial release for Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Fri, 12 Jun 2009 14:28:12 +0200 + +trisquel-screensaver (2.1-1) robur; urgency=low + + * Initial release + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Mon, 11 May 2009 11:56:59 +0200 diff --git a/12.0/trisquel-screensaver/debian/compat b/12.0/trisquel-screensaver/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-screensaver/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-screensaver/debian/control b/12.0/trisquel-screensaver/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..6bde7f8909791bb42481b57ecd06732ba0d4074d --- /dev/null +++ b/12.0/trisquel-screensaver/debian/control @@ -0,0 +1,14 @@ +Source: trisquel-screensaver +Section: trisquel +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends-Indep: debhelper +Standards-Version: 3.5.9.0 + +Package: trisquel-screensaver +Architecture: all +Priority: optional +Description: Trisquel screensaver. + A floating Trisquel screensaver. + . + diff --git a/12.0/trisquel-screensaver/debian/copyright b/12.0/trisquel-screensaver/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..be5ca9d65f8b4d79b5693dc0e4ac5bcd50331939 --- /dev/null +++ b/12.0/trisquel-screensaver/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> + +Copyright (C) 2009 the authors + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-screensaver/debian/rules b/12.0/trisquel-screensaver/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..9c7209739b84b2e1e4edbc775618a3e530ac94e7 --- /dev/null +++ b/12.0/trisquel-screensaver/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d -not -path '*/\.*'| cut -d'/' -f2` + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build diff --git a/12.0/trisquel-sounds/COPYING b/12.0/trisquel-sounds/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..c54cea9e3ebe2eb3208c6d6e24eb197f0abce204 --- /dev/null +++ b/12.0/trisquel-sounds/COPYING @@ -0,0 +1,217 @@ +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE +COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY +COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS +AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE +TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE +RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS +AND CONDITIONS. + +1. Definitions + + a. "Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety in + unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are assembled + into a collective whole. A work that constitutes a Collective Work will + not be considered a Derivative Work (as defined below) for the purposes + of this License. + b. "Derivative Work" means a work based upon the Work or upon the + Work and other pre-existing works, such as a translation, musical + arrangement, dramatization, fictionalization, motion picture version, + sound recording, art reproduction, abridgment, condensation, or any + other form in which the Work may be recast, transformed, or adapted, + except that a work that constitutes a Collective Work will not be + considered a Derivative Work for the purpose of this License. For the + avoidance of doubt, where the Work is a musical composition or sound + recording, the synchronization of the Work in timed-relation with a + moving image ("synching") will be considered a Derivative Work for the + purpose of this License. + c. "Licensor" means the individual or entity that offers the Work + under the terms of this License. + d. "Original Author" means the individual or entity who created the + Work. + e. "Work" means the copyrightable work of authorship offered under + the terms of this License. + f. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License with + respect to the Work, or who has received express permission from the + Licensor to exercise rights under this License despite a previous + violation. + g. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of this + License: Attribution, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, + limit, or restrict any rights arising from fair use, first sale or other + limitations on the exclusive rights of the copyright owner under + copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + + a. to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in the + Collective Works; + b. to create and reproduce Derivative Works; + c. to distribute copies or phonorecords of, display publicly, perform + publicly, and perform publicly by means of a digital audio transmission + the Work including as incorporated in Collective Works; + d. to distribute copies or phonorecords of, display publicly, perform + publicly, and perform publicly by means of a digital audio transmission + Derivative Works. + e. For the avoidance of doubt, where the work is a musical + composition: + i. Performance Royalties Under Blanket Licenses. Licensor + waives the exclusive right to collect, whether individually or via a + performance rights society (e.g. ASCAP, BMI, SESAC), royalties for + the public performance or public digital performance (e.g. webcast) + of the Work. + ii. Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via a music + rights society or designated agent (e.g. Harry Fox Agency), + royalties for any phonorecord You create from the Work ("cover + version") and distribute, subject to the compulsory license created + by 17 USC Section 115 of the US Copyright Act (or the equivalent in + other jurisdictions). + f. Webcasting Rights and Statutory Royalties. For the avoidance of + doubt, where the Work is a sound recording, Licensor waives the + exclusive right to collect, whether individually or via a + performance-rights society (e.g. SoundExchange), royalties for the + public digital performance (e.g. webcast) of the Work, subject to the + compulsory license created by 17 USC Section 114 of the US Copyright Act + (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by Licensor +are hereby reserved. + +4. Restrictions.The license granted in Section 3 above is expressly made + subject to and limited by the following restrictions: + + a. You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of the Work + You distribute, publicly display, publicly perform, or publicly + digitally perform. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense the + Work. You must keep intact all notices that refer to this License and to + the disclaimer of warranties. You may not distribute, publicly display, + publicly perform, or publicly digitally perform the Work with any + technological measures that control access or use of the Work in a + manner inconsistent with the terms of this License Agreement. The above + applies to the Work as incorporated in a Collective Work, but this does + not require the Collective Work apart from the Work itself to be made + subject to the terms of this License. If You create a Collective Work, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collective Work any reference to such Licensor or the + Original Author, as requested. If You create a Derivative Work, upon + notice from any Licensor You must, to the extent practicable, remove + from the Derivative Work any reference to such Licensor or the Original + Author, as requested. + b. You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms of + this License, a later version of this License with the same License + Elements as this License, or a Creative Commons iCommons license that + contains the same License Elements as this License (e.g. + Attribution-ShareAlike 2.0 Japan). You must include a copy of, or the + Uniform Resource Identifier for, this License or other license specified + in the previous sentence with every copy or phonorecord of each + Derivative Work You distribute, publicly display, publicly perform, or + publicly digitally perform. You may not offer or impose any terms on the + Derivative Works that alter or restrict the terms of this License or the + recipients' exercise of the rights granted hereunder, and You must keep + intact all notices that refer to this License and to the disclaimer of + warranties. You may not distribute, publicly display, publicly perform, + or publicly digitally perform the Derivative Work with any technological + measures that control access or use of the Work in a manner inconsistent + with the terms of this License Agreement. The above applies to the + Derivative Work as incorporated in a Collective Work, but this does not + require the Collective Work apart from the Derivative Work itself to be + made subject to the terms of this License. + c. If you distribute, publicly display, publicly perform, or publicly + digitally perform the Work or any Derivative Works or Collective Works, + You must keep intact all copyright notices for the Work and give the + Original Author credit reasonable to the medium or means You are + utilizing by conveying the name (or pseudonym if applicable) of the + Original Author if supplied; the title of the Work if supplied; to the + extent reasonably practicable, the Uniform Resource Identifier, if any, + that Licensor specifies to be associated with the Work, unless such URI + does not refer to the copyright notice or licensing information for the + Work; and in the case of a Derivative Work, a credit identifying the use + of the Work in the Derivative Work (e.g., "French translation of the + Work by Original Author," or "Screenplay based on original Work by + Original Author"). Such credit may be implemented in any reasonable + manner; provided, however, that in the case of a Derivative Work or + Collective Work, at a minimum such credit will appear where any other + comparable authorship credit appears and in a manner at least as + prominent as such other comparable authorship credit. + +5. Representations, Warranties and Disclaimer +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS +THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, +WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE +EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Derivative Works or Collective + Works from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b. Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, Licensor reserves the right to release + the Work under different license terms or to stop distributing the Work + at any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + +8. Miscellaneous + + a. Each time You distribute or publicly digitally perform the Work or + a Collective Work, the Licensor offers to the recipient a license to the + Work on the same terms and conditions as the license granted to You + under this License. + b. Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license to the + original Work on the same terms and conditions as the license granted to + You under this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that may + appear in any communication from You. This License may not be modified + without the mutual written agreement of the Licensor and You. + diff --git a/12.0/trisquel-sounds/bell.wav b/12.0/trisquel-sounds/bell.wav new file mode 100644 index 0000000000000000000000000000000000000000..c7f485b4e9d0cbdd00d9f1ab609df9693f30af06 Binary files /dev/null and b/12.0/trisquel-sounds/bell.wav differ diff --git a/12.0/trisquel-sounds/button-pressed.wav b/12.0/trisquel-sounds/button-pressed.wav new file mode 100644 index 0000000000000000000000000000000000000000..55770374b9c1ce7c9ffade369d07605e9ccd02a0 Binary files /dev/null and b/12.0/trisquel-sounds/button-pressed.wav differ diff --git a/12.0/trisquel-sounds/button-toggle-off.wav b/12.0/trisquel-sounds/button-toggle-off.wav new file mode 100644 index 0000000000000000000000000000000000000000..cf45e815236630af3154e890f4010c9a16fef38f Binary files /dev/null and b/12.0/trisquel-sounds/button-toggle-off.wav differ diff --git a/12.0/trisquel-sounds/button-toggle-on.wav b/12.0/trisquel-sounds/button-toggle-on.wav new file mode 100644 index 0000000000000000000000000000000000000000..cf45e815236630af3154e890f4010c9a16fef38f Binary files /dev/null and b/12.0/trisquel-sounds/button-toggle-on.wav differ diff --git a/12.0/trisquel-sounds/card_shuffle.wav b/12.0/trisquel-sounds/card_shuffle.wav new file mode 100644 index 0000000000000000000000000000000000000000..cde6f66eabc8dad50725bec3c974b021a615b8f7 Binary files /dev/null and b/12.0/trisquel-sounds/card_shuffle.wav differ diff --git a/12.0/trisquel-sounds/convert.sh b/12.0/trisquel-sounds/convert.sh new file mode 100755 index 0000000000000000000000000000000000000000..d51510b4f2a72d09e773f38b8f98ee2a8f2d1806 --- /dev/null +++ b/12.0/trisquel-sounds/convert.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Convert all wav files to ogg files. +QUALITY=-q3 + +for file in *.wav +do + oggenc $QUALITY -o $(dirname $file)/$(basename $file .wav).ogg $file +done diff --git a/12.0/trisquel-sounds/debian/changelog b/12.0/trisquel-sounds/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..cc72f4fd07bcb763dc85979b7dd8b27c913de78d --- /dev/null +++ b/12.0/trisquel-sounds/debian/changelog @@ -0,0 +1,77 @@ +trisquel-sounds (12.0-0) ecne; urgency=medium + + * Initial release for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:44:13 -0600 + +trisquel-sounds (11.0) aramo; urgency=medium + + * Initial release for aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:51:57 -0500 + +trisquel-sounds (10.0) nabia; urgency=low + + * Bump version for trisquel 10.0 + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 26 Sep 2021 23:09:08 -0500 + +trisquel-sounds (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:32 +0100 + +trisquel-sounds (6.0) toutatis; urgency=low + + * Final release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 25 Nov 2012 07:38:58 +0100 + +trisquel-sounds (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:26 +0200 + +trisquel-sounds (5.5) brigantia; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:14 +0100 + +trisquel-sounds (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:32:24 +0200 + +trisquel-sounds (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:49:06 +0200 + +trisquel-sounds (4.5) slaine; urgency=low + + * Initial release for slaine + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 12 Dec 2010 18:41:00 +0200 + +trisquel-sounds (4.0) taranis; urgency=low + + * Initial release for Taranis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 07 Sep 2010 19:50:00 +0200 + +trisquel-sounds (3.5) awen; urgency=low + + * Initial release for Awen + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 03 Mar 2010 21:27:45 +0100 + +trisquel-sounds (3.0) dwyn; urgency=low + + * Initial release or Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 09 Jul 2009 13:16:34 +0200 diff --git a/12.0/trisquel-sounds/debian/compat b/12.0/trisquel-sounds/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-sounds/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-sounds/debian/control b/12.0/trisquel-sounds/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..f565892219dde38d9f1dc9454ab3e50e73fe5943 --- /dev/null +++ b/12.0/trisquel-sounds/debian/control @@ -0,0 +1,13 @@ +Source: trisquel-sounds +Section: gnome +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends: debhelper (>= 10) +Standards-Version: 3.7.2 + +Package: trisquel-sounds +Architecture: all +Depends: ${misc:Depends} +Conflicts: gnome-audio, ubuntu-sounds +Description: Trisquel's GNOME audio theme + Sounds to spruce up the GNOME desktop environment. diff --git a/12.0/trisquel-sounds/debian/copyright b/12.0/trisquel-sounds/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..dcca351cb2e06ec586833df6255d56adc71fef72 --- /dev/null +++ b/12.0/trisquel-sounds/debian/copyright @@ -0,0 +1,223 @@ +This is Trisquel's GNOME audio theme. + +Copyright (C) 2004 Ivica Ico Bukvic (SlipStreamScapes) http://ico.bukvic.net + +This work is licensed under the Creative Commons Attribution-ShareAlike License. + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE +COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY +COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS +AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE +TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE +RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS +AND CONDITIONS. + +1. Definitions + + a. "Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety in + unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are assembled + into a collective whole. A work that constitutes a Collective Work will + not be considered a Derivative Work (as defined below) for the purposes + of this License. + b. "Derivative Work" means a work based upon the Work or upon the + Work and other pre-existing works, such as a translation, musical + arrangement, dramatization, fictionalization, motion picture version, + sound recording, art reproduction, abridgment, condensation, or any + other form in which the Work may be recast, transformed, or adapted, + except that a work that constitutes a Collective Work will not be + considered a Derivative Work for the purpose of this License. For the + avoidance of doubt, where the Work is a musical composition or sound + recording, the synchronization of the Work in timed-relation with a + moving image ("synching") will be considered a Derivative Work for the + purpose of this License. + c. "Licensor" means the individual or entity that offers the Work + under the terms of this License. + d. "Original Author" means the individual or entity who created the + Work. + e. "Work" means the copyrightable work of authorship offered under + the terms of this License. + f. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License with + respect to the Work, or who has received express permission from the + Licensor to exercise rights under this License despite a previous + violation. + g. "License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title of this + License: Attribution, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, + limit, or restrict any rights arising from fair use, first sale or other + limitations on the exclusive rights of the copyright owner under + copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, + Licensor hereby grants You a worldwide, royalty-free, non-exclusive, + perpetual (for the duration of the applicable copyright) license to + exercise the rights in the Work as stated below: + + a. to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in the + Collective Works; + b. to create and reproduce Derivative Works; + c. to distribute copies or phonorecords of, display publicly, perform + publicly, and perform publicly by means of a digital audio transmission + the Work including as incorporated in Collective Works; + d. to distribute copies or phonorecords of, display publicly, perform + publicly, and perform publicly by means of a digital audio transmission + Derivative Works. + e. For the avoidance of doubt, where the work is a musical + composition: + i. Performance Royalties Under Blanket Licenses. Licensor + waives the exclusive right to collect, whether individually or via a + performance rights society (e.g. ASCAP, BMI, SESAC), royalties for + the public performance or public digital performance (e.g. webcast) + of the Work. + ii. Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via a music + rights society or designated agent (e.g. Harry Fox Agency), + royalties for any phonorecord You create from the Work ("cover + version") and distribute, subject to the compulsory license created + by 17 USC Section 115 of the US Copyright Act (or the equivalent in + other jurisdictions). + f. Webcasting Rights and Statutory Royalties. For the avoidance of + doubt, where the Work is a sound recording, Licensor waives the + exclusive right to collect, whether individually or via a + performance-rights society (e.g. SoundExchange), royalties for the + public digital performance (e.g. webcast) of the Work, subject to the + compulsory license created by 17 USC Section 114 of the US Copyright Act + (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by Licensor +are hereby reserved. + +4. Restrictions.The license granted in Section 3 above is expressly made + subject to and limited by the following restrictions: + + a. You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of the Work + You distribute, publicly display, publicly perform, or publicly + digitally perform. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense the + Work. You must keep intact all notices that refer to this License and to + the disclaimer of warranties. You may not distribute, publicly display, + publicly perform, or publicly digitally perform the Work with any + technological measures that control access or use of the Work in a + manner inconsistent with the terms of this License Agreement. The above + applies to the Work as incorporated in a Collective Work, but this does + not require the Collective Work apart from the Work itself to be made + subject to the terms of this License. If You create a Collective Work, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collective Work any reference to such Licensor or the + Original Author, as requested. If You create a Derivative Work, upon + notice from any Licensor You must, to the extent practicable, remove + from the Derivative Work any reference to such Licensor or the Original + Author, as requested. + b. You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms of + this License, a later version of this License with the same License + Elements as this License, or a Creative Commons iCommons license that + contains the same License Elements as this License (e.g. + Attribution-ShareAlike 2.0 Japan). You must include a copy of, or the + Uniform Resource Identifier for, this License or other license specified + in the previous sentence with every copy or phonorecord of each + Derivative Work You distribute, publicly display, publicly perform, or + publicly digitally perform. You may not offer or impose any terms on the + Derivative Works that alter or restrict the terms of this License or the + recipients' exercise of the rights granted hereunder, and You must keep + intact all notices that refer to this License and to the disclaimer of + warranties. You may not distribute, publicly display, publicly perform, + or publicly digitally perform the Derivative Work with any technological + measures that control access or use of the Work in a manner inconsistent + with the terms of this License Agreement. The above applies to the + Derivative Work as incorporated in a Collective Work, but this does not + require the Collective Work apart from the Derivative Work itself to be + made subject to the terms of this License. + c. If you distribute, publicly display, publicly perform, or publicly + digitally perform the Work or any Derivative Works or Collective Works, + You must keep intact all copyright notices for the Work and give the + Original Author credit reasonable to the medium or means You are + utilizing by conveying the name (or pseudonym if applicable) of the + Original Author if supplied; the title of the Work if supplied; to the + extent reasonably practicable, the Uniform Resource Identifier, if any, + that Licensor specifies to be associated with the Work, unless such URI + does not refer to the copyright notice or licensing information for the + Work; and in the case of a Derivative Work, a credit identifying the use + of the Work in the Derivative Work (e.g., "French translation of the + Work by Original Author," or "Screenplay based on original Work by + Original Author"). Such credit may be implemented in any reasonable + manner; provided, however, that in the case of a Derivative Work or + Collective Work, at a minimum such credit will appear where any other + comparable authorship credit appears and in a manner at least as + prominent as such other comparable authorship credit. + +5. Representations, Warranties and Disclaimer +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS +THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, +WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE +EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Derivative Works or Collective + Works from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b. Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, Licensor reserves the right to release + the Work under different license terms or to stop distributing the Work + at any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + +8. Miscellaneous + + a. Each time You distribute or publicly digitally perform the Work or + a Collective Work, the Licensor offers to the recipient a license to the + Work on the same terms and conditions as the license granted to You + under this License. + b. Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license to the + original Work on the same terms and conditions as the license granted to + You under this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties + with respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that may + appear in any communication from You. This License may not be modified + without the mutual written agreement of the Licensor and You. + diff --git a/12.0/trisquel-sounds/debian/dirs b/12.0/trisquel-sounds/debian/dirs new file mode 100644 index 0000000000000000000000000000000000000000..531f93249d671b4665e148b09c1f7de3999167ff --- /dev/null +++ b/12.0/trisquel-sounds/debian/dirs @@ -0,0 +1 @@ +usr/share/sounds diff --git a/12.0/trisquel-sounds/debian/links b/12.0/trisquel-sounds/debian/links new file mode 100644 index 0000000000000000000000000000000000000000..489e4a453999ba0c31195dc0bb5674ff65d27b4b --- /dev/null +++ b/12.0/trisquel-sounds/debian/links @@ -0,0 +1 @@ +usr/share/sounds/ubuntu/stereo/dialog-question.wav usr/share/sounds/question.wav diff --git a/12.0/trisquel-sounds/debian/rules b/12.0/trisquel-sounds/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..f54566ef1ee04f71984aed65481121d6da96ed22 --- /dev/null +++ b/12.0/trisquel-sounds/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + cp -r $(CURDIR)/ubuntu $(CURDIR)/debian/trisquel-sounds/usr/share/sounds + cp -r $(CURDIR)/card_shuffle.wav $(CURDIR)/debian/trisquel-sounds/usr/share/sounds + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/12.0/trisquel-sounds/desktop-login.wav b/12.0/trisquel-sounds/desktop-login.wav new file mode 100644 index 0000000000000000000000000000000000000000..11ff80edb4f2db8f5dc75a874246b8ccfbc8ab6d Binary files /dev/null and b/12.0/trisquel-sounds/desktop-login.wav differ diff --git a/12.0/trisquel-sounds/desktop-logout.wav b/12.0/trisquel-sounds/desktop-logout.wav new file mode 100644 index 0000000000000000000000000000000000000000..c6c823c59828668d1ac5fa88b5c471d1accf8d5b Binary files /dev/null and b/12.0/trisquel-sounds/desktop-logout.wav differ diff --git a/12.0/trisquel-sounds/dialog-error.wav b/12.0/trisquel-sounds/dialog-error.wav new file mode 100644 index 0000000000000000000000000000000000000000..05483d8ef9e4df0a6f25506fa97633e7a0e31203 Binary files /dev/null and b/12.0/trisquel-sounds/dialog-error.wav differ diff --git a/12.0/trisquel-sounds/dialog-information.wav b/12.0/trisquel-sounds/dialog-information.wav new file mode 100644 index 0000000000000000000000000000000000000000..d38385fcf3595cee36c5479f7781bf605b62b433 Binary files /dev/null and b/12.0/trisquel-sounds/dialog-information.wav differ diff --git a/12.0/trisquel-sounds/dialog-question.wav b/12.0/trisquel-sounds/dialog-question.wav new file mode 100644 index 0000000000000000000000000000000000000000..32758572d0fd9a5cefca627ee42d82a942f90c4b Binary files /dev/null and b/12.0/trisquel-sounds/dialog-question.wav differ diff --git a/12.0/trisquel-sounds/dialog-warning.wav b/12.0/trisquel-sounds/dialog-warning.wav new file mode 100644 index 0000000000000000000000000000000000000000..428470ffa9ae90b150bac3e24b95cd916978f258 Binary files /dev/null and b/12.0/trisquel-sounds/dialog-warning.wav differ diff --git a/12.0/trisquel-sounds/phone-incoming-call.wav b/12.0/trisquel-sounds/phone-incoming-call.wav new file mode 100644 index 0000000000000000000000000000000000000000..6000dc05588a57928cbf28945193140f2bedef36 Binary files /dev/null and b/12.0/trisquel-sounds/phone-incoming-call.wav differ diff --git a/12.0/trisquel-sounds/ubuntu/index.theme b/12.0/trisquel-sounds/ubuntu/index.theme new file mode 100644 index 0000000000000000000000000000000000000000..dae3906eb1f7bfb2e9fbe88bd20681b3de1413c3 --- /dev/null +++ b/12.0/trisquel-sounds/ubuntu/index.theme @@ -0,0 +1,6 @@ +[Sound Theme] +Name=Trisquel +Directories=stereo + +[stereo] +OutputProfile=stereo diff --git a/12.0/trisquel-sounds/ubuntu/stereo/bell.ogg b/12.0/trisquel-sounds/ubuntu/stereo/bell.ogg new file mode 100644 index 0000000000000000000000000000000000000000..2b319c20397c10e661413ffcab9aa6ac52431070 Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/bell.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/button-pressed.ogg b/12.0/trisquel-sounds/ubuntu/stereo/button-pressed.ogg new file mode 100644 index 0000000000000000000000000000000000000000..5c45e3638401fd0216f8c1deefd88da6c360ed6e Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/button-pressed.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/button-toggle-off.ogg b/12.0/trisquel-sounds/ubuntu/stereo/button-toggle-off.ogg new file mode 100644 index 0000000000000000000000000000000000000000..0df17d6884df6359735c8507f79a2f9c6458f5dd Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/button-toggle-off.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/button-toggle-on.ogg b/12.0/trisquel-sounds/ubuntu/stereo/button-toggle-on.ogg new file mode 100644 index 0000000000000000000000000000000000000000..0df17d6884df6359735c8507f79a2f9c6458f5dd Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/button-toggle-on.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/desktop-login.ogg b/12.0/trisquel-sounds/ubuntu/stereo/desktop-login.ogg new file mode 100644 index 0000000000000000000000000000000000000000..cd49ed5db81fa4324d916520ca21a67925944dce Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/desktop-login.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/desktop-logout.ogg b/12.0/trisquel-sounds/ubuntu/stereo/desktop-logout.ogg new file mode 100644 index 0000000000000000000000000000000000000000..c422867db717c93b6da1e47856ae0ff63e83da87 Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/desktop-logout.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/dialog-error.ogg b/12.0/trisquel-sounds/ubuntu/stereo/dialog-error.ogg new file mode 100644 index 0000000000000000000000000000000000000000..1f5083583b9d16563da6127726086b2d6c9d7b3a Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/dialog-error.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/dialog-information.ogg b/12.0/trisquel-sounds/ubuntu/stereo/dialog-information.ogg new file mode 100644 index 0000000000000000000000000000000000000000..7c3d3b42cac75c5c66524457784598fdf2ad2014 Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/dialog-information.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/dialog-question.wav b/12.0/trisquel-sounds/ubuntu/stereo/dialog-question.wav new file mode 100644 index 0000000000000000000000000000000000000000..32758572d0fd9a5cefca627ee42d82a942f90c4b Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/dialog-question.wav differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/dialog-warning.ogg b/12.0/trisquel-sounds/ubuntu/stereo/dialog-warning.ogg new file mode 100644 index 0000000000000000000000000000000000000000..0e4a43faf26cecc23f018895326d7144e0dd048a Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/dialog-warning.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/phone-incoming-call.ogg b/12.0/trisquel-sounds/ubuntu/stereo/phone-incoming-call.ogg new file mode 100644 index 0000000000000000000000000000000000000000..da9ee0c67dcb29064fd15b0924ff9029734bfe99 Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/phone-incoming-call.ogg differ diff --git a/12.0/trisquel-sounds/ubuntu/stereo/window-slide.ogg b/12.0/trisquel-sounds/ubuntu/stereo/window-slide.ogg new file mode 100644 index 0000000000000000000000000000000000000000..743d51c3259f29e0c422c49270036692ae24f65a Binary files /dev/null and b/12.0/trisquel-sounds/ubuntu/stereo/window-slide.ogg differ diff --git a/12.0/trisquel-sounds/window-slide.wav b/12.0/trisquel-sounds/window-slide.wav new file mode 100644 index 0000000000000000000000000000000000000000..b6031a45797f76e5828eaad8ec423ab800ee95d8 Binary files /dev/null and b/12.0/trisquel-sounds/window-slide.wav differ diff --git a/12.0/trisquel-wallpapers/data/usr/lib/python2.5/site-packages/trisquel_wallpapers-3.5.egg-info b/12.0/trisquel-wallpapers/data/usr/lib/python2.5/site-packages/trisquel_wallpapers-3.5.egg-info new file mode 100644 index 0000000000000000000000000000000000000000..1fe2e39d6b8e466b4173c81178c9e68d55e7ef44 --- /dev/null +++ b/12.0/trisquel-wallpapers/data/usr/lib/python2.5/site-packages/trisquel_wallpapers-3.5.egg-info @@ -0,0 +1,10 @@ +Metadata-Version: 1.0 +Name: trisquel-wallpapers +Version: 10.0 +Summary: UNKNOWN +Home-page: UNKNOWN +Author: UNKNOWN +Author-email: UNKNOWN +License: UNKNOWN +Description: UNKNOWN +Platform: UNKNOWN diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/aramo.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/aramo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1310cde1307efbef8e878dfd9786629fee17dcaa Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/aramo.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos.png b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos.png new file mode 100644 index 0000000000000000000000000000000000000000..73c3baf35771dc5f2b270879a21cf3e4ffc9e797 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos.png differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos2.png b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos2.png new file mode 100644 index 0000000000000000000000000000000000000000..c98796a46459162f18cc0b933c409c1c67d23299 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos2.png differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos3.png b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos3.png new file mode 100644 index 0000000000000000000000000000000000000000..089e4e9fd9551247ceb99e30dee04f1014763179 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos3.png differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos4.png b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos4.png new file mode 100644 index 0000000000000000000000000000000000000000..4f8e9e71a43d61feb4fbcf591dae1babab19a95e Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/belenos4.png differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/brigantia.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/brigantia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fde4aeb8b5df2a0248411211679551912ceb722 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/brigantia.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dagda-g.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dagda-g.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2893dbc17598b4cdadfa355e17c827da412a6f41 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dagda-g.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dagda-r.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dagda-r.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b99dcf5e2e1aba02ce5679fc475ab7b5a50c5e00 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dagda-r.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dwyn.png b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dwyn.png new file mode 100644 index 0000000000000000000000000000000000000000..10900c42a965973341e954d02883481cc711ee6a Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/dwyn.png differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/etiona.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/etiona.jpg new file mode 100644 index 0000000000000000000000000000000000000000..daf25397e39a08156d08b2decdf1d9d91ac0e9d7 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/etiona.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas-blue.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas-blue.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cac3399c7b791fd86543a4b4a1549b12d36a5506 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas-blue.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas-green.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas-green.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f8ad4719a30350aff5aa5cd93f29f9037ec29b3 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas-green.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas.jpg new file mode 100644 index 0000000000000000000000000000000000000000..59310250ef37b9cb33309484009874e143a8c437 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/flidas.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/nabia.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/nabia.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9d91662529ec16f54769cd6da640148e19006fb6 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/nabia.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/robur.png b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/robur.png new file mode 100644 index 0000000000000000000000000000000000000000..80770913ec713be7c70bd076aebd7d103d98bf94 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/robur.png differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/taranis.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/taranis.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32cacf30880c997b531a253e74a39af52c4f39ea Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/taranis.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/backgrounds/toutatis.jpg b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/toutatis.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a37b97510493dc196cc068e7e637f867de956e9 Binary files /dev/null and b/12.0/trisquel-wallpapers/data/usr/share/backgrounds/toutatis.jpg differ diff --git a/12.0/trisquel-wallpapers/data/usr/share/gconf/defaults/15_trisquel-wallpapers b/12.0/trisquel-wallpapers/data/usr/share/gconf/defaults/15_trisquel-wallpapers new file mode 100644 index 0000000000000000000000000000000000000000..88910da71c735a8a7810db749ccde5ba1db85a20 --- /dev/null +++ b/12.0/trisquel-wallpapers/data/usr/share/gconf/defaults/15_trisquel-wallpapers @@ -0,0 +1,4 @@ +/desktop/gnome/background/picture_filename "/usr/share/backgrounds/aramo.jpg" +/desktop/gnome/background/picture_options "zoomed" +/desktop/gnome/background/color_shading_type "solid" +/desktop/gnome/background/primary_color "#000000" diff --git a/12.0/trisquel-wallpapers/data/usr/share/gnome-background-properties/trisquel-wallpapers.xml b/12.0/trisquel-wallpapers/data/usr/share/gnome-background-properties/trisquel-wallpapers.xml new file mode 100644 index 0000000000000000000000000000000000000000..92bd2674fe7a41fa0960d006d7b18da2c21b6856 --- /dev/null +++ b/12.0/trisquel-wallpapers/data/usr/share/gnome-background-properties/trisquel-wallpapers.xml @@ -0,0 +1,140 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> +<wallpapers> + <wallpaper> + <name>Trisquel Aramo</name> + <filename>/usr/share/backgrounds/aramo.jpg</filename> + <options>zoomed</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Nabia</name> + <filename>/usr/share/backgrounds/nabia.jpg</filename> + <options>zoomed</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Etiona</name> + <filename>/usr/share/backgrounds/etiona.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Flidas</name> + <filename>/usr/share/backgrounds/flidas.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Flidas Blue</name> + <filename>/usr/share/backgrounds/flidas-blue.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Flidas Green</name> + <filename>/usr/share/backgrounds/flidas-green.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos</name> + <filename>/usr/share/backgrounds/belenos.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos 2</name> + <filename>/usr/share/backgrounds/belenos2.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos 3</name> + <filename>/usr/share/backgrounds/belenos3.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos 4</name> + <filename>/usr/share/backgrounds/belenos4.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Robur</name> + <filename>/usr/share/backgrounds/robur.png</filename> + <options>stretched</options> + <pcolor>#19377f</pcolor> + <scolor>#5d9dcb</scolor> + <shade_type>vertical-gradient</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Dwyn</name> + <filename>/usr/share/backgrounds/dwyn.png</filename> + <options>zoom</options> + <pcolor>#8000FF</pcolor> + <scolor>#FF3C00</scolor> + <shade_type>horizontal-gradient</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Taranis</name> + <filename>/usr/share/backgrounds/taranis.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Dagda Red</name> + <filename>/usr/share/backgrounds/dagda-r.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Dagda Green</name> + <filename>/usr/share/backgrounds/dagda-g.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Brigantia</name> + <filename>/usr/share/backgrounds/brigantia.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Toutatis</name> + <filename>/usr/share/backgrounds/toutatis.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> +</wallpapers> diff --git a/12.0/trisquel-wallpapers/data/usr/share/mate-background-properties/trisquel-wallpapers.xml b/12.0/trisquel-wallpapers/data/usr/share/mate-background-properties/trisquel-wallpapers.xml new file mode 100644 index 0000000000000000000000000000000000000000..92bd2674fe7a41fa0960d006d7b18da2c21b6856 --- /dev/null +++ b/12.0/trisquel-wallpapers/data/usr/share/mate-background-properties/trisquel-wallpapers.xml @@ -0,0 +1,140 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd"> +<wallpapers> + <wallpaper> + <name>Trisquel Aramo</name> + <filename>/usr/share/backgrounds/aramo.jpg</filename> + <options>zoomed</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Nabia</name> + <filename>/usr/share/backgrounds/nabia.jpg</filename> + <options>zoomed</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Etiona</name> + <filename>/usr/share/backgrounds/etiona.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Flidas</name> + <filename>/usr/share/backgrounds/flidas.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Flidas Blue</name> + <filename>/usr/share/backgrounds/flidas-blue.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Flidas Green</name> + <filename>/usr/share/backgrounds/flidas-green.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos</name> + <filename>/usr/share/backgrounds/belenos.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos 2</name> + <filename>/usr/share/backgrounds/belenos2.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos 3</name> + <filename>/usr/share/backgrounds/belenos3.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Belenos 4</name> + <filename>/usr/share/backgrounds/belenos4.png</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Robur</name> + <filename>/usr/share/backgrounds/robur.png</filename> + <options>stretched</options> + <pcolor>#19377f</pcolor> + <scolor>#5d9dcb</scolor> + <shade_type>vertical-gradient</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Dwyn</name> + <filename>/usr/share/backgrounds/dwyn.png</filename> + <options>zoom</options> + <pcolor>#8000FF</pcolor> + <scolor>#FF3C00</scolor> + <shade_type>horizontal-gradient</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Taranis</name> + <filename>/usr/share/backgrounds/taranis.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Dagda Red</name> + <filename>/usr/share/backgrounds/dagda-r.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Dagda Green</name> + <filename>/usr/share/backgrounds/dagda-g.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Brigantia</name> + <filename>/usr/share/backgrounds/brigantia.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> + <wallpaper> + <name>Trisquel Toutatis</name> + <filename>/usr/share/backgrounds/toutatis.jpg</filename> + <options>stretched</options> + <pcolor>#000000</pcolor> + <scolor>#000000</scolor> + <shade_type>solid</shade_type> + </wallpaper> +</wallpapers> diff --git a/12.0/trisquel-wallpapers/debian/changelog b/12.0/trisquel-wallpapers/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..adad3cd193e148b41d7f5910eef724e4e67ce9db --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/changelog @@ -0,0 +1,156 @@ +trisquel-wallpapers (12.0-0) ecne; urgency=medium + + * Initial release for Ecne + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 23 Apr 2024 20:45:55 -0600 + +trisquel-wallpapers (11.2) aramo; urgency=medium + + * Add python3 as trisquel-wallpapers depedency in order to prevent + setup errors on release upgrade. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 02 Mar 2023 02:19:56 -0600 + +trisquel-wallpapers (11.1) aramo; urgency=medium + + * Added aramo artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 23 Dec 2022 12:25:48 -0500 + +trisquel-wallpapers (11.0) aramo; urgency=medium + + * Initial release for aramo + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 29 Jun 2022 20:54:32 -0500 + +trisquel-wallpapers (10.2) nabia; urgency=medium + + * Zoom the background instead of stretch, improves the transition from unity-greeter + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 30 Nov 2021 16:55:49 -0500 + +trisquel-wallpapers (10.1) nabia; urgency=medium + + * Final artwork for nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 30 Nov 2021 12:35:19 -0500 + +trisquel-wallpapers (10.0) nabia; urgency=medium + + * New artwork nabia. + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 30 Sep 2021 08:42:15 -0500 + +trisquel-wallpapers (9.0-1) etiona; urgency=medium + + * New artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 10 May 2020 17:14:47 -0400 + +trisquel-wallpapers (9.0) etiona; urgency=medium + + * Initial release for etiona + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 17 Jan 2020 13:32:40 -0500 + +trisquel-wallpapers (8.0-1) flidas; urgency=medium + + * Corrected path for mate-background-properties + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 19 Mar 2018 11:34:45 -0400 + +trisquel-wallpapers (8.0) flidas; urgency=medium + + * Added Flidas backgrounds + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 18 Mar 2018 17:19:21 -0400 + +trisquel-wallpapers (7.0-1) belenos; urgency=low + + * Added Belenos backgrounds + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 19 Jul 2014 02:59:42 +0200 + +trisquel-wallpapers (7.0) belenos; urgency=low + + * Initial release for belenos + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Fri, 31 Jan 2014 19:46:32 +0100 + +trisquel-wallpapers (6.0) toutatis; urgency=low + + * Final artwork for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Wed, 13 Feb 2013 02:02:11 +0100 + +trisquel-wallpapers (5.99) toutatis; urgency=low + + * Initial release for Toutatis + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sun, 07 Oct 2012 05:26:26 +0200 + +trisquel-wallpapers (5.5) brigantia; urgency=low + + * Final artwork for brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 05 Apr 2012 02:30:55 +0200 + +trisquel-wallpapers (5.4) slaine; urgency=low + + * Initial release for Brigantia + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 23 Jan 2012 18:40:15 +0100 + +trisquel-wallpapers (5.0) slaine; urgency=low + + * Final release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 13:32:29 +0200 + +trisquel-wallpapers (5.0) slaine; urgency=low + + * Added final artwork + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 15 Sep 2011 01:58:37 +0200 + +trisquel-wallpapers (4.99) slaine; urgency=low + + * Initial release for Dagda + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Sat, 16 Jul 2011 14:49:11 +0200 + +trisquel-wallpapers (4.5-1) slaine; urgency=low + + * Avoid postinstall errors if the gdm user doesn't exist + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 05 Apr 2011 15:56:42 +0200 + +trisquel-wallpapers (4.5) slaine; urgency=low + + * Included final slaine background + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 17 Mar 2011 23:28:40 +0100 + +trisquel-wallpapers (4.0) taranis; urgency=low + + * New taranis background + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 24 Aug 2010 13:59:57 +0200 + +trisquel-wallpapers (3.5-1) awen; urgency=low + + * Orenge colors changed + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Tue, 02 Mar 2010 19:27:58 +0100 + +trisquel-wallpapers (3.5) awen; urgency=low + + * Initial release for Awen + + -- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Thu, 25 Feb 2010 15:16:03 +0100 + +trisquel-wallpapers (3.0) dwyn; urgency=low + + * Initial release for Dwyn + + -- Rubén RodrÃguez Pérez <ruben@trisquel.info> Thu, 10 Sep 2009 02:16:58 +0200 diff --git a/12.0/trisquel-wallpapers/debian/compat b/12.0/trisquel-wallpapers/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/compat @@ -0,0 +1 @@ +10 diff --git a/12.0/trisquel-wallpapers/debian/control b/12.0/trisquel-wallpapers/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..64a95daf6ffeb34192935b7713e8f36c21d53417 --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/control @@ -0,0 +1,16 @@ +Source: trisquel-wallpapers +Section: trisquel +Priority: optional +Maintainer: Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> +Build-Depends-Indep: debhelper +Standards-Version: 3.5.9.0 + +Package: trisquel-wallpapers +Architecture: all +Priority: optional +Pre-Depends: python3 +Provides: ubuntu-wallpapers +Description: Trisquel Wallpapers + The default Wallpapers for Trisquel. + . + diff --git a/12.0/trisquel-wallpapers/debian/copyright b/12.0/trisquel-wallpapers/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..f7fc88caef1c62947a2e9ebf781d86512734c407 --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/copyright @@ -0,0 +1,20 @@ +This package was created by Rubén RodrÃguez <ruben@trisquel.info> + +Copyright (C) 2008-2013 Rubén RodrÃguez + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/12.0/trisquel-wallpapers/debian/postinst b/12.0/trisquel-wallpapers/debian/postinst new file mode 100755 index 0000000000000000000000000000000000000000..512f9303832d57e6bc926c9c2c52ac8097bf5ee9 --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/postinst @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +# Automatically added by dh_gconf +if [ "$1" = "configure" ] && which update-gconf-defaults >/dev/null 2>&1; then +grep -q ^gdm: /etc/fstab && sudo -u gdm gconftool-2 --recursive-unset /desktop/gnome || true + update-gconf-defaults +fi +# End automatically added section diff --git a/12.0/trisquel-wallpapers/debian/postrm b/12.0/trisquel-wallpapers/debian/postrm new file mode 100755 index 0000000000000000000000000000000000000000..1357b6dc1809eef0829635c4606e0ba8a097907f --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +# Automatically added by dh_gconf +if which update-gconf-defaults >/dev/null 2>&1; then + update-gconf-defaults +fi +# End automatically added section diff --git a/12.0/trisquel-wallpapers/debian/rules b/12.0/trisquel-wallpapers/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..962d40c9a84893853165004d3a69e5896e433a09 --- /dev/null +++ b/12.0/trisquel-wallpapers/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-indep: + dh_clean + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2 | grep -v debhelper` + dh_fixperms + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean build diff --git a/extra/ubiquity-slideshow-trisquel/data/usr/share/ubiquity-slideshow/slides/l10n/de/freedom.html b/extra/ubiquity-slideshow-trisquel/data/usr/share/ubiquity-slideshow/slides/l10n/de/freedom.html index 964b7ce09daa49db8039329ad434f09c0ed17407..44986a2e134a86cafe8537387417cdb1e91359c9 100644 --- a/extra/ubiquity-slideshow-trisquel/data/usr/share/ubiquity-slideshow/slides/l10n/de/freedom.html +++ b/extra/ubiquity-slideshow-trisquel/data/usr/share/ubiquity-slideshow/slides/l10n/de/freedom.html @@ -5,7 +5,7 @@ <div class="text"> <div> -<p>Unser Projekt verpflichtet sich dafür, dir ganz nach den <a href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">Freien Systemvertriebsrichtlinien</a> nichts anderes als freie/libre Software zur Verfügung zu stellen. Diese Richtlinien erweitern die <a href="http://www.gnu.org/philosophy/free-sw.html">Definition</a> der freien/libre Software, um sicherzustellen das du jeden Teil von Trisquel verwenden, studieren, modifizieren und verteilen kannst.</p> +<p>Unser Projekt ist engagiert dir ganz nach den <a href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">Freien Systemvertriebsrichtlinien</a> nichts anderes als freie/libre Software zur Verfügung zu stellen. Diese Richtlinien erweitern die <a href="http://www.gnu.org/philosophy/free-sw.html">Definition</a> der freien/libre Software, um sicherzustellen das du jeden Teil von Trisquel verwenden, studieren, modifizieren und verteilen kannst.</p> <p>Du kannst auch freie Software unterstützen, indem du ein <a href="https://my.fsf.org/join?referrer=254">Mitglied</a> der Free Software Foundation wirst, und wenn du das tust, wirst du einen Trisquel Live USB Stick und eine DVD, die voll mit unserem Quellcode ist, zugesendet bekommen.</p>