Comparar commits
83 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| ca18690728 | |||
| be4677b784 | |||
| 60b3318a72 | |||
| 563c8be51d | |||
| cb5f4e2503 | |||
| 5fca7c4240 | |||
| bd038b4915 | |||
| 2e80a31416 | |||
| 5e4645cb75 | |||
| 99069b58d5 | |||
| d7479c703b | |||
| adb96cd0f0 | |||
| 1e22b95407 | |||
| b0a3768425 | |||
| 519387cd41 | |||
| 49a50de3ca | |||
| efbd0016d6 | |||
| 9ab2ffa261 | |||
| 1631ecc51e | |||
| dda2d3d3ac | |||
| ea218f8222 | |||
| fbd9709d34 | |||
| a8fc84f850 | |||
| 623a740cc4 | |||
| 3669cfca65 | |||
| 1187a2597b | |||
| 59d1f72ecc | |||
| c92f23671f | |||
| e31efc603c | |||
| 8ca6c37dc8 | |||
| 2dd004f7fc | |||
| a14cfde5db | |||
| d678b90480 | |||
| 54ad5f3c11 | |||
| 0b8db06270 | |||
| 0fb3c44ca5 | |||
| 43a4adccf5 | |||
| 16650b1126 | |||
| f31eda7408 | |||
| 23443effe4 | |||
| 8fb34e74ae | |||
| ad3c1bc217 | |||
| 3e75d2f4c3 | |||
| ad2a7f3fee | |||
| 15b29c292f | |||
| bce070b208 | |||
| 2daa23effc | |||
| 216e9052cd | |||
| 9ba28bd7b7 | |||
| 96f59df926 | |||
| 7bcf5345a2 | |||
| e0e442fe2b | |||
| cb1e4893dd | |||
| 9222428702 | |||
| 3380e58a3e | |||
| 9486e1573d | |||
| d2b697afb9 | |||
| bc15feb59e | |||
| d4dd8da903 | |||
| 67e9893f6a | |||
| 60dc904fd6 | |||
| c26f5db75a | |||
| a2adc45d3d | |||
| 39bdd5af14 | |||
| 643eaa0420 | |||
| 7eb131c910 | |||
| a04dcc662a | |||
| f645d44257 | |||
| d8009d7634 | |||
| d68ce04bdf | |||
| d96b9f10d2 | |||
| 92e5220abe | |||
| c56f9a4edc | |||
| 9b87c481cd | |||
| 6446f57b4c | |||
| 9153a45933 | |||
| bda4267def | |||
| 49ecac9f7b | |||
| 0db14f4814 | |||
| 736119b375 | |||
| d8733e73d3 | |||
| 7f73c45af0 | |||
| 7e1e1f82da |
@@ -8,6 +8,15 @@ dev/
|
||||
.wti
|
||||
*~
|
||||
/tmp/
|
||||
lib/favico.js/
|
||||
lib/strophe.bookmarks/
|
||||
lib/strophe.x/
|
||||
/lib/favico.js/
|
||||
/lib/strophe.bookmarks/
|
||||
/lib/strophe.x/
|
||||
/lib/almond/
|
||||
/lib/jquery/
|
||||
/lib/qunit/
|
||||
/lib/requirejs/
|
||||
/lib/sinon-qunit/
|
||||
/lib/sinon/
|
||||
/lib/strophe.js/
|
||||
/lib/strophe.vcard/
|
||||
/lib/emojione/
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
v2.1.5 / 2015-11-17
|
||||
===
|
||||
- Reset TURN credentials on login
|
||||
- Fix ie<11 textfield
|
||||
|
||||
v2.1.4 / 2015-09-10
|
||||
===
|
||||
- remove leading at sign from comments in build file
|
||||
|
||||
v2.1.3 / 2015-09-08
|
||||
===
|
||||
- fix bookmark loading
|
||||
- show unread notifications only if the chat window has no focus
|
||||
|
||||
v2.1.2 / 2015-08-12
|
||||
===
|
||||
- update grunt-sass (fix invalid css)
|
||||
|
||||
@@ -28,7 +28,7 @@ module.exports = function(grunt) {
|
||||
main: {
|
||||
files: [{
|
||||
expand: true,
|
||||
src: ['lib/i18next/release/i18next-latest.min.js', 'lib/magnific-popup/dist/*.js', 'lib/favico.js/favico.js', 'lib/strophe.x/*.js', 'lib/strophe.bookmarks/*.js', 'lib/strophe.jinglejs/*-bundle.js', 'lib/otr/build/**', 'lib/otr/lib/dsa-webworker.js', 'lib/otr/lib/sm-webworker.js', 'lib/otr/lib/const.js', 'lib/otr/lib/helpers.js', 'lib/otr/lib/dsa.js', 'lib/otr/vendor/*.js', 'lib/*.js', 'LICENSE', 'img/**', 'sound/**'],
|
||||
src: ['lib/i18next/release/i18next-latest.min.js', 'lib/magnific-popup/dist/*.js', 'lib/favico.js/favico.js', 'lib/emojione/lib/js/*.js', 'lib/emojione/assets/svg/*.svg', 'lib/strophe.js/strophe.js', 'lib/strophe.x/*.js', 'lib/strophe.bookmarks/*.js', 'lib/strophe.vcard/*.js', 'lib/strophe.jinglejs/*-bundle.js', 'lib/otr/build/**', 'lib/otr/lib/dsa-webworker.js', 'lib/otr/lib/sm-webworker.js', 'lib/otr/lib/const.js', 'lib/otr/lib/helpers.js', 'lib/otr/lib/dsa.js', 'lib/otr/vendor/*.js', 'lib/*.js', 'LICENSE', 'img/**', 'sound/**'],
|
||||
dest: '<%= target %>/'
|
||||
}, {
|
||||
expand: true,
|
||||
@@ -109,6 +109,15 @@ module.exports = function(grunt) {
|
||||
from: /image-url\(["'](.+)["']\)/g,
|
||||
to: 'url(\'../img/$1\')'
|
||||
}]
|
||||
},
|
||||
// IE 10 does not like comments starting with @
|
||||
todo: {
|
||||
src: ['build/jsxc.js'],
|
||||
overwrite: true,
|
||||
replacements: [{
|
||||
from: /\/\/@(.*)/g,
|
||||
to: '//$1'
|
||||
}]
|
||||
}
|
||||
},
|
||||
merge_data: {
|
||||
@@ -250,7 +259,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
css: {
|
||||
files: ['scss/*'],
|
||||
tasks: ['sass', 'autoprefixer']
|
||||
tasks: ['sass', 'autoprefixer', 'replace:imageUrl']
|
||||
},
|
||||
js: {
|
||||
files: ['src/jsxc.lib.*'],
|
||||
@@ -363,7 +372,7 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('build:prerelease', 'Build a new pre-release', function() {
|
||||
grunt.config.set('target', 'build');
|
||||
|
||||
grunt.task.run(['search:console', 'build', 'dataUri', 'usebanner', 'replace:version', 'replace:libraries', 'uglify', 'compress']);
|
||||
grunt.task.run(['search:console', 'build', 'usebanner', 'replace:version', 'replace:libraries', 'replace:todo', 'uglify', 'compress']);
|
||||
});
|
||||
|
||||
grunt.registerTask('build:release', 'Build a new release', function() {
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
all: install
|
||||
grunt build
|
||||
install:
|
||||
git submodule update --init
|
||||
npm install
|
||||
bower install
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jsxc",
|
||||
"version": "2.1.2",
|
||||
"version": "3.0.0-beta1",
|
||||
"homepage": "https://www.jsxc.org",
|
||||
"authors": [
|
||||
"sualko <klaus@jsxc.org>"
|
||||
@@ -25,8 +25,11 @@
|
||||
],
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"favico.js": "~0.3.9",
|
||||
"emojione": "~2.0.1",
|
||||
"favico.js": "^0.3.10",
|
||||
"strophe.bookmarks": "https://raw.githubusercontent.com/sualko/strophejs-plugins/bookmarks/bookmarks/strophe.bookmarks.js",
|
||||
"strophe.js": "strophejs#a11ebefa3db1b6712d51d0d309b9f68f8e391d1b",
|
||||
"strophe.vcard": "https://raw.githubusercontent.com/strophe/strophejs-plugins/2f07137ad2cbeaed41650ee46373c2f44e0f263a/vcard/strophe.vcard.js",
|
||||
"strophe.x": "https://raw.githubusercontent.com/strophe/strophejs-plugins/master/dataforms/src/strophe.x.js"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,189 +0,0 @@
|
||||
/* Remove close button from firstrunwizard */
|
||||
#closeWizard {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Colorbox Core Style:
|
||||
The following CSS is consistent between example themes and should not be altered.
|
||||
*/
|
||||
#colorbox,#cboxOverlay,#cboxWrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#cboxWrapper {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
#cboxOverlay {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#cboxMiddleLeft,#cboxBottomLeft {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#cboxContent {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#cboxLoadedContent {
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
#cboxTitle {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#cboxLoadingOverlay,#cboxLoadingGraphic {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cboxPhoto {
|
||||
float: left;
|
||||
margin: auto;
|
||||
border: 0;
|
||||
display: block;
|
||||
max-width: none;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
.cboxIframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#colorbox,#cboxContent,#cboxLoadedContent {
|
||||
box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
}
|
||||
|
||||
/*
|
||||
User Style:
|
||||
Change the following styles to modify the appearance of Colorbox. They are
|
||||
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
||||
*/
|
||||
#cboxOverlay {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
#colorbox {
|
||||
|
||||
}
|
||||
|
||||
#cboxContent {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.cboxIframe {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#cboxError {
|
||||
padding: 50px;
|
||||
border: 0px solid #ccc;
|
||||
}
|
||||
|
||||
#cboxLoadedContent {
|
||||
border: 0px solid #555;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#cboxTitle {
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
left: 0;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#cboxCurrent {
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
right: 0px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#cboxSlideshow {
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
right: 90px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#cboxPrevious:hover {
|
||||
background-position: bottom left;
|
||||
}
|
||||
|
||||
#cboxNext:hover {
|
||||
background-position: bottom right;
|
||||
}
|
||||
|
||||
#cboxLoadingOverlay {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#cboxClose {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
display: block;
|
||||
opacity: 0.5;
|
||||
width: 19px !important;
|
||||
height: 19px;
|
||||
border: 0px;
|
||||
text-indent: -9999px;
|
||||
background-color: #fff;
|
||||
}
|
||||
#cboxClose:before {
|
||||
content: '×';
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
display: block;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
opacity: 0.5;
|
||||
text-indent: 0;
|
||||
text-align: center;
|
||||
line-height: 19px;
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
#cboxClose:before:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#cboxClose:hover {
|
||||
background-position: right center !important;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
/*
|
||||
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
|
||||
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
|
||||
See: http://jacklmoore.com/notes/ie-transparency-problems/
|
||||
*/
|
||||
.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight
|
||||
{
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,
|
||||
endColorstr=#00FFFFFF);
|
||||
}
|
||||
@@ -7,9 +7,15 @@
|
||||
z-index: 9000;
|
||||
background-color: #999999; }
|
||||
|
||||
.jsxc_webrtc {
|
||||
width: 900px; }
|
||||
.jsxc_webrtc .jsxc_status {
|
||||
#jsxc_webrtc {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
background-color: black; }
|
||||
#jsxc_webrtc .jsxc_status {
|
||||
z-index: 9999;
|
||||
border-radius: 20px;
|
||||
display: none;
|
||||
@@ -21,22 +27,33 @@
|
||||
padding: 15px;
|
||||
font-weight: bold;
|
||||
text-align: center; }
|
||||
.jsxc_webrtc .slimScrollDiv {
|
||||
#jsxc_webrtc .slimScrollDiv {
|
||||
opacity: 1 !important; }
|
||||
.jsxc_webrtc li .jsxc_name {
|
||||
#jsxc_webrtc li .jsxc_name {
|
||||
cursor: auto; }
|
||||
.jsxc_webrtc li .jsxc_name:hover {
|
||||
color: gray; }
|
||||
#jsxc_webrtc li .jsxc_name:hover {
|
||||
color: #bbb; }
|
||||
|
||||
.jsxc_videoContainer {
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
background-color: #999999; }
|
||||
.jsxc_videoContainer video {
|
||||
display: none; }
|
||||
.jsxc_videoContainer .jsxc_noRemoteVideo {
|
||||
display: none; }
|
||||
@media (min-width: 768px) {
|
||||
.jsxc_videoContainer {
|
||||
right: 250px; }
|
||||
.jsxc_videoContainer .jsxc_controlbar {
|
||||
opacity: 0;
|
||||
-webkit-transition: 1s opacity;
|
||||
transition: 1s opacity; }
|
||||
.jsxc_videoContainer:hover .jsxc_controlbar {
|
||||
opacity: 1.0; } }
|
||||
|
||||
.jsxc_noRemoteVideo p {
|
||||
position: absolute;
|
||||
@@ -110,25 +127,54 @@ div:fullscreen {
|
||||
height: 100%;
|
||||
background-color: #000; }
|
||||
div:-webkit-full-screen.jsxc_localvideo {
|
||||
border: 1px solid #fff; }
|
||||
border: 1px solid #fff; }
|
||||
div:-moz-full-screen.jsxc_localvideo {
|
||||
border: 1px solid #fff; }
|
||||
border: 1px solid #fff; }
|
||||
div:-ms-fullscreen.jsxc_localvideo {
|
||||
border: 1px solid #fff; }
|
||||
border: 1px solid #fff; }
|
||||
div:fullscreen.jsxc_localvideo {
|
||||
border: 1px solid #fff; }
|
||||
|
||||
div.jsxc_video {
|
||||
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgd2lkdGg9IjIwIgogICBoZWlnaHQ9IjIwIj4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExMCI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczgiIC8+CiAgPGcKICAgICBpZD0ibGF5ZXIxIgogICAgIHRyYW5zZm9ybT0ibWF0cml4KDAuMDM3ODg1OTQsMCwwLDAuMDM3ODg1OTQsLTAuNDEzNDA3OTMsLTIuNjMxMDcxNikiPgogICAgPHBhdGgKICAgICAgIGlkPSJwYXRoMzkwNiIKICAgICAgIHN0eWxlPSJmaWxsOiM4MDgwODA7c3Ryb2tlOm5vbmUiCiAgICAgICBkPSJtIDM2MS42NTE0OCwzMTMuNTE3NjggMTc3LjE2MDc0LC0xMzEuNzg1MTYgMCwzMDIuMjI5OTkgTCAzNTguOTczMzgsMzUwLjE4NTE3IFogTSAxMC45MTE5MjIsMTgyLjQwNjM0IGwgMzc4LjM3MjY3OCwwIDAsMzAyLjY1NTgyIC0zNzguMzcyNjc4LDAgeiIgLz4KICA8L2c+Cjwvc3ZnPgo=');
|
||||
background-image: url('../img/camera_icon_white.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: 15px 15px; }
|
||||
background-size: 15px 15px;
|
||||
opacity: 0.4; }
|
||||
div.jsxc_video.jsxc_disabled {
|
||||
background-image: url('../img/camera_disabled_icon_white.svg'); }
|
||||
div.jsxc_video:not(.jsxc_disabled):hover {
|
||||
background-image: url('../img/camera_icon_white.svg'); }
|
||||
opacity: 1.0; }
|
||||
|
||||
.jsxc_controlbar {
|
||||
width: 640px;
|
||||
margin-top: 10px; }
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 0;
|
||||
right: 0px;
|
||||
text-align: center;
|
||||
z-index: 9090; }
|
||||
.jsxc_controlbar > div {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
height: 44px;
|
||||
border-radius: 22px;
|
||||
padding: 5px;
|
||||
display: inline-block; }
|
||||
.jsxc_controlbar .jsxc_videoControl {
|
||||
height: 44px;
|
||||
width: 44px;
|
||||
margin: 0 5px;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 90%;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
opacity: 0.8; }
|
||||
.jsxc_controlbar .jsxc_videoControl:hover {
|
||||
opacity: 1.0; }
|
||||
.jsxc_controlbar .jsxc_hangUp {
|
||||
background-image: url('../img/hang_up_red.svg'); }
|
||||
.jsxc_controlbar .jsxc_fullscreen {
|
||||
background-image: url('../img/fullscreen_white.svg'); }
|
||||
.jsxc_controlbar .jsxc_showchat {
|
||||
float: right; }
|
||||
|
||||
@@ -153,11 +199,12 @@ div.jsxc_video {
|
||||
margin-left: 0; }
|
||||
|
||||
.jsxc_chatarea {
|
||||
position: relative;
|
||||
float: right;
|
||||
height: 480px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 250px;
|
||||
background-color: #999999; }
|
||||
background-color: whitesmoke; }
|
||||
.jsxc_chatarea .jsxc_settings {
|
||||
display: none !important; }
|
||||
.jsxc_chatarea .jsxc_close {
|
||||
@@ -168,8 +215,8 @@ div.jsxc_video {
|
||||
bottom: 0;
|
||||
box-shadow: none; }
|
||||
.jsxc_chatarea > ul {
|
||||
width: 250px;
|
||||
height: 480px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
list-style: none;
|
||||
padding: 0; }
|
||||
|
||||
@@ -205,14 +252,12 @@ div.jsxc_video {
|
||||
animation-delay: 0.78s; }
|
||||
|
||||
@-webkit-keyframes bubblingG {
|
||||
|
||||
0% {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-color: #000;
|
||||
-webkit-transform: translateY(0);
|
||||
transform: translateY(0); }
|
||||
|
||||
100% {
|
||||
width: 39px;
|
||||
height: 39px;
|
||||
@@ -239,8 +284,3 @@ div.jsxc_video {
|
||||
|
||||
.jsxc_videoSuitable .jsxc_name {
|
||||
font-style: italic; }
|
||||
|
||||
#jsxc_buddylist .jsxc_options .jsxc_video {
|
||||
background-image: url('../img/camera_icon_white.svg'); }
|
||||
#jsxc_buddylist .jsxc_options .jsxc_video.jsxc_disabled {
|
||||
opacity: 0.2; }
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
inkscape:version="0.91+devel r"
|
||||
sodipodi:docname="bookmark_black.svg"
|
||||
viewBox="0 0 16 16">
|
||||
<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" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<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="1394"
|
||||
inkscape:window-height="922"
|
||||
inkscape:document-units="px"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="41.7193"
|
||||
inkscape:cx="9.0040062"
|
||||
inkscape:cy="8.196313"
|
||||
inkscape:window-x="61"
|
||||
inkscape:window-y="34"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg6" />
|
||||
<path
|
||||
style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.69061381;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 4.1233005,0.89389693 V 14.588472 l 3.8089033,-4.450726 3.8089022,4.450726 V 0.93667093 Z"
|
||||
id="path4141"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccc" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.8 KiB |
@@ -0,0 +1,58 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
inkscape:version="0.91+devel r"
|
||||
sodipodi:docname="bookmark_white.svg"
|
||||
viewBox="0 0 16 16">
|
||||
<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="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1394"
|
||||
inkscape:window-height="922"
|
||||
inkscape:document-units="px"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="41.7193"
|
||||
inkscape:cx="9.0040062"
|
||||
inkscape:cy="8.196313"
|
||||
inkscape:window-x="61"
|
||||
inkscape:window-y="34"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg6" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.69061381;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 4.1233005,0.89389693 V 14.588472 l 3.8089033,-4.450726 3.8089022,4.450726 V 0.93667093 Z"
|
||||
id="path4141"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccc" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.8 KiB |
@@ -0,0 +1,67 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 20 20"
|
||||
height="20"
|
||||
width="20"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91+devel r"
|
||||
sodipodi:docname="camera_disabled_icon_black.svg">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1869"
|
||||
inkscape:window-height="1056"
|
||||
id="namedview7"
|
||||
showgrid="false"
|
||||
inkscape:zoom="16.68772"
|
||||
inkscape:cx="30.084346"
|
||||
inkscape:cy="6.3654475"
|
||||
inkscape:window-x="51"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2"
|
||||
showguides="false" />
|
||||
<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>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<g
|
||||
style="fill:#000000"
|
||||
transform="matrix(0.03788594,0,0,0.03788594,-0.41340793,-2.6310716)"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:#000000;stroke:none;stroke-width:0.03788594"
|
||||
d="M 20 4.2539062 L 14.335938 8.4667969 L 14.335938 4.2792969 L 12.978516 4.2792969 L 6.9824219 15.746094 L 14.335938 15.746094 L 14.335938 11.490234 L 20 15.705078 L 20 4.2539062 z M 0 4.2792969 L 0 15.746094 L 1.3417969 15.746094 L 7.3378906 4.2792969 L 0 4.2792969 z "
|
||||
transform="matrix(26.395016,0,0,26.395016,10.911909,69.447178)"
|
||||
id="path3906" />
|
||||
</g>
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="M 11.783092,-2.0613938 0.17371571,20.143686 2.8319187,21.532357 14.441295,-0.6707687 Z"
|
||||
id="path4160-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 3.4 KiB |
@@ -0,0 +1,67 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 20 20"
|
||||
height="20"
|
||||
width="20"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91+devel r"
|
||||
sodipodi:docname="camera_disabled_icon_white.svg">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1869"
|
||||
inkscape:window-height="1056"
|
||||
id="namedview7"
|
||||
showgrid="false"
|
||||
inkscape:zoom="16.68772"
|
||||
inkscape:cx="30.084346"
|
||||
inkscape:cy="6.3654475"
|
||||
inkscape:window-x="51"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2"
|
||||
showguides="false" />
|
||||
<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>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<g
|
||||
style="fill:#ffffff"
|
||||
transform="matrix(0.03788594,0,0,0.03788594,-0.41340793,-2.6310716)"
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.03788594"
|
||||
d="M 20 4.2539062 L 14.335938 8.4667969 L 14.335938 4.2792969 L 12.978516 4.2792969 L 6.9824219 15.746094 L 14.335938 15.746094 L 14.335938 11.490234 L 20 15.705078 L 20 4.2539062 z M 0 4.2792969 L 0 15.746094 L 1.3417969 15.746094 L 7.3378906 4.2792969 L 0 4.2792969 z "
|
||||
transform="matrix(26.395016,0,0,26.395016,10.911909,69.447178)"
|
||||
id="path3906" />
|
||||
</g>
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="M 11.783092,-2.0613938 0.17371571,20.143686 2.8319187,21.532357 14.441295,-0.6707687 Z"
|
||||
id="path4160-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 3.3 KiB |
@@ -0,0 +1,36 @@
|
||||
<?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"
|
||||
viewBox="0 0 20 20"
|
||||
height="20"
|
||||
width="20"
|
||||
id="svg2"
|
||||
version="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></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<g
|
||||
style="fill:#000000"
|
||||
transform="matrix(0.03788594,0,0,0.03788594,-0.41340793,-2.6310716)"
|
||||
id="layer1">
|
||||
<path
|
||||
d="M 361.65148,313.51768 538.81222,181.73252 V 483.96251 L 358.97338,350.18517 Z M 10.911922,182.40634 H 389.2846 V 485.06216 H 10.911922 Z"
|
||||
style="fill:#000000;stroke:none"
|
||||
id="path3906" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.0 KiB |
@@ -0,0 +1,58 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 1000 1000"
|
||||
preserveAspectRatio="xMinYMin meet"
|
||||
width="100%"
|
||||
height="100%"
|
||||
style="width: 512px; height: 512px;"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="group_black.svg">
|
||||
<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>
|
||||
<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="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.472"
|
||||
inkscape:cx="452.04528"
|
||||
inkscape:cy="396.04693"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:1.55090213"
|
||||
clip-path="none"
|
||||
d="M 500.125 58.3125 C 453.63087 60.895502 413.61035 78.336743 380.03125 110.625 C 346.45215 142.91324 323.1963 180.99512 310.28125 224.90625 C 294.78322 284.31541 299.95118 345.00782 325.78125 407 C 346.44531 445.74511 373.57716 476.75292 407.15625 500 L 333.53125 534.875 L 139.8125 624 C 119.14844 634.33203 108.8125 651.09668 108.8125 674.34375 L 108.8125 856.46875 C 106.2295 910.7119 121.73339 939.10449 155.3125 941.6875 L 848.84375 941.6875 C 864.34179 936.52148 875.32307 928.76953 881.78125 918.4375 C 888.23941 908.10546 891.46875 899.70687 891.46875 893.25 L 891.46875 674.34375 C 891.46875 651.09668 882.4248 635.62402 864.34375 627.875 L 678.375 534.875 L 597 496.125 C 646.07715 467.71192 678.37696 418.64744 693.875 348.90625 C 704.20703 310.16114 704.20703 270.10936 693.875 228.78125 C 680.95997 182.2871 657.05745 142.91324 622.1875 110.625 C 587.31757 78.336743 546.62046 60.895502 500.125 58.3125 z M 467.46875 582.65625 L 530.46875 582.65625 L 530.46875 690.15625 L 640.03125 690.15625 L 640.03125 753.75 L 530.46875 753.75 L 530.46875 861.5625 L 467.46875 861.5625 L 467.46875 753.75 L 359.96875 753.75 L 359.96875 690.15625 L 467.46875 690.15625 L 467.46875 582.65625 z "
|
||||
id="path4" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 2.8 KiB |
@@ -0,0 +1,58 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 1000 1000"
|
||||
preserveAspectRatio="xMinYMin meet"
|
||||
width="100%"
|
||||
height="100%"
|
||||
style="width: 512px; height: 512px;"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="contact_black.svg">
|
||||
<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>
|
||||
<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="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.472"
|
||||
inkscape:cx="452.04528"
|
||||
inkscape:cy="396.04693"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke-width:1.55090213000000010"
|
||||
clip-path="none"
|
||||
d="M 500.125 58.3125 C 453.63087 60.895502 413.61035 78.336743 380.03125 110.625 C 346.45215 142.91324 323.1963 180.99512 310.28125 224.90625 C 294.78322 284.31541 299.95118 345.00782 325.78125 407 C 346.44531 445.74511 373.57716 476.75292 407.15625 500 L 333.53125 534.875 L 139.8125 624 C 119.14844 634.33203 108.8125 651.09668 108.8125 674.34375 L 108.8125 856.46875 C 106.2295 910.7119 121.73339 939.10449 155.3125 941.6875 L 848.84375 941.6875 C 864.34179 936.52148 875.32307 928.76953 881.78125 918.4375 C 888.23941 908.10546 891.46875 899.70687 891.46875 893.25 L 891.46875 674.34375 C 891.46875 651.09668 882.4248 635.62402 864.34375 627.875 L 678.375 534.875 L 597 496.125 C 646.07715 467.71192 678.37696 418.64744 693.875 348.90625 C 704.20703 310.16114 704.20703 270.10936 693.875 228.78125 C 680.95997 182.2871 657.05745 142.91324 622.1875 110.625 C 587.31757 78.336743 546.62046 60.895502 500.125 58.3125 z M 467.46875 582.65625 L 530.46875 582.65625 L 530.46875 690.15625 L 640.03125 690.15625 L 640.03125 753.75 L 530.46875 753.75 L 530.46875 861.5625 L 467.46875 861.5625 L 467.46875 753.75 L 359.96875 753.75 L 359.96875 690.15625 L 467.46875 690.15625 L 467.46875 582.65625 z "
|
||||
id="path4" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 2.8 KiB |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 478 B |
@@ -0,0 +1,55 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="delete_black.svg">
|
||||
<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>
|
||||
<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="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="8"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z"
|
||||
fill-rule="evenodd"
|
||||
id="path4"
|
||||
style="fill:#ffffff" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.6 KiB |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<g transform="translate(0 -1036.4)">
|
||||
<path d="m12.594 1.3438c-0.532-0.0313-1.094 0.1562-1.594 0.6562l3 3c1.5-1.5 0.188-3.5625-1.406-3.6562zm-2.594 1.6562l-7 7-2 5 5-2 7-7-3-3zm-6.5 7.5l2 2-2.5 1.5-1-1 1.5-2.5z" transform="translate(0 1036.4)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 536 B |
@@ -0,0 +1,60 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg2"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="rename_black.svg">
|
||||
<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="defs10" />
|
||||
<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="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="8"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<g
|
||||
transform="translate(0 -1036.4)"
|
||||
id="g4"
|
||||
style="fill:#ffffff">
|
||||
<path
|
||||
d="m12.594 1.3438c-0.532-0.0313-1.094 0.1562-1.594 0.6562l3 3c1.5-1.5 0.188-3.5625-1.406-3.6562zm-2.594 1.6562l-7 7-2 5 5-2 7-7-3-3zm-6.5 7.5l2 2-2.5 1.5-1-1 1.5-2.5z"
|
||||
transform="translate(0 1036.4)"
|
||||
id="path6"
|
||||
style="fill:#ffffff" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.7 KiB |
|
Antes Largura: | Altura: | Tamanho: 2.0 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.7 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
@@ -0,0 +1,82 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 64 64"
|
||||
enable-background="new 0 0 64 64"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="100%"
|
||||
height="100%"
|
||||
sodipodi:docname="jabber.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="defs14" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview12"
|
||||
showgrid="false"
|
||||
inkscape:zoom="5.2149125"
|
||||
inkscape:cx="55.0181"
|
||||
inkscape:cy="24.813699"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<g
|
||||
transform="matrix(0.02496148,0,0,-0.02496148,10.039883,88.13872)"
|
||||
style="stroke-miterlimit:10"
|
||||
id="g2035">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 719.899,2297.19 c 0,34.81 -6.429,72.81 -26.649,102 -40.54,58.51 -127.57,77.12 -188.15,40.25 -30.62,-18.65 -47.65,-51.21 -57.25,-84.64 -19.06,-66.38 -10.32,-142.13 3.009,-208.79 4.26,-21.32 8.66,-42.67 14.64,-63.6 2.16,-7.55 3.16,-18.52 8.07,-24.8 8.569,-10.98 29.49,-14.16 42.319,-12 38.49,6.47 28.96,69.85 27.65,96.8 -3.07,63.13 -21.67,124.4 -3.65,187.19 7.63,26.57 22.37,56.45 49.2,67.99 24.22,10.43 48.66,-2.33 58.25,-25.99 15.529,-38.31 11.649,-82.54 21.389,-122.4 3.31,-13.55 6.95,-26.97 13.06,-39.6 1.77,-3.65 4.21,-11.24 9.34,-10.78 12.47,1.14 30.2,21.95 39.549,29.67 30.2,24.96 61.23,51.69 96,70.16 16.36,8.69 43.279,22.76 59.99,7.98 4.259,-3.77 7.689,-8.27 10.739,-13.04 19.64,-30.77 0.14,-54.74 -12.629,-84 -16.53,-37.87 -33.469,-75.36 -57.42,-109.2 -20.59,-29.1 -48.729,-54.61 -65.18,-86.4 -10.59,-20.47 -16.58,-42.9 -12.2,-66 3.55,-18.68 18.03,-29.96 37.08,-25.58 14.26,3.28 23.92,15.5 32.05,26.78 14.49,20.12 27.95,41 42.35,61.2 27.86,39.07 60.73,75.6 84.16,117.6 28.24,50.63 41.86,107.92 41.829,165.59 -0.019,47.13 -17.109,119.16 -72,129.04 -10.329,1.85 -22.14,0.84 -32.4,-0.95 -12.749,-2.22 -25.549,-6.37 -37.199,-12.01 -31.21,-15.1 -58.2,-37.65 -81.39,-63.29 -14.469,-15.98 -27.429,-36.08 -44.599,-49.2"
|
||||
style="fill:#ffb400;stroke:none"
|
||||
id="path26" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 668.3,3463.03 c -43.29,-5.69 -87.29,-5.1 -130.79,-11.82 -83.329,-12.87 -163.14,-38.76 -241.189,-69.99 -28.42,-11.37 -56.46,-24.04 -84,-37.37 -10.249,-4.96 -25.88,-8.93 -34.12,-16.89 -4.289,-4.15 -3.849,-13.87 -4.37,-19.42 -1.449,-15.61 -3.399,-31.2 -4.91,-46.8 -5.829,-60.2 -9.939,-122.22 -1.319,-182.39 2.79,-19.44 8.83,-54.7 32.72,-58.43 36.739,-5.75 65.279,39.46 83.309,64.43 42.11,58.32 90.02,112.61 159.08,138.68 81.3,30.69 174.38,37.92 260.39,43.82 241.31,16.54 505.009,-27.54 682.769,-205.3 25.28,-25.28 49.21,-52.11 69.56,-81.6 79.59,-115.26 121.68,-246.32 141.95,-383.98 9.53,-64.63 16.04,-130.03 1.3,-194.39 -25.58,-111.66 -92.65,-208.85 -169.72,-291.59 -52.75,-56.63 -112.11,-107.82 -173.89,-154.35 -34.49,-25.97 -73.17,-48 -105.6,-76.39 -37.35,-32.7 -68.42,-73.62 -92.03,-117.25 -63.54,-117.48 -80.579,-258.84 -61.89,-389.98 3.83,-26.88 7.29,-53.89 13.38,-80.4 1.82,-7.93 2.14,-21.56 7.27,-28.04 9.6,-12.12 35.8,-18.79 50.47,-19.5 15.3,-0.74 25.48,11.02 29.23,24.74 6.42,23.51 2.58,49.55 -1.14,73.2 -7.62,48.44 -14.6,97.22 -12.44,146.39 3.98,90.79 39.08,175.39 102,241.19 63.99,66.92 150.42,105.51 223.14,161.57 146.56,112.98 277.86,265.41 328.28,446.8 18.02,64.87 23.99,133.61 15.76,200.39 -10.4,84.47 -41.29,168.84 -70.39,248.39 -88.69,242.48 -240.83,473.08 -482.44,584.01 -95.89,44.02 -196.16,64.06 -299.99,78.52 -48.69,6.78 -97.37,10.94 -146.391,13.09 -27.229,1.19 -56.849,4.21 -83.999,0.64"
|
||||
style="fill:#cc0000;stroke:none"
|
||||
id="path28" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 290.31,1893.49 c -47.09,-6.74 -60.78,-44.49 -52.08,-87.08 11.14,-54.5 54,-96.07 96.469,-128.81 108.81,-83.88 249.35,-129.22 386.38,-123.22 53.47,2.34 111.72,11.18 160.79,33.87 26.31,12.16 53.83,55.97 18,74.72 -4.91,2.57 -11.329,4.16 -16.8,5.06 -15.649,2.56 -33.17,-4.1 -47.999,-8.36 -26.15,-7.51 -52.28,-15.2 -79.2,-19.52 -80.43,-12.92 -167.4,5.46 -233.99,53.12 -53.829,38.54 -97.369,89.36 -138.47,140.74 -25.159,31.45 -47.899,65.96 -93.119,59.48"
|
||||
style="fill:#cc0000;stroke:none"
|
||||
id="path30" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 229.11,1627.11 c -11.98,-1.58 -25.72,-1.13 -35.98,-8.66 -21.4,-15.71 2.17,-47.31 13.43,-61.63 32.649,-41.49 75.639,-75.93 118.54,-106.29 119.599,-84.61 255.079,-133.42 400.78,-143.41 41.889,-2.87 84.559,0.11 125.989,7.01 15.149,2.53 34,3.67 48,10.21 39.619,18.53 28.159,93.38 -7.2,110.02 -15.44,7.26 -40.21,-2.33 -56.4,-4.58 -38.29,-5.34 -76.69,-5.88 -115.2,-4.94 -100.93,2.47 -208.45,33.56 -296.39,82.62 -34.57,19.3 -66.319,42.78 -96,68.91 -18.05,15.89 -36.59,41.89 -59.999,49.92 -10.9,3.74 -28.261,2.32 -39.601,0.83"
|
||||
style="fill:#cc0000;stroke:none"
|
||||
id="path32" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 253.109,1402.7 c -17.059,-1.91 -29.919,-10.81 -41.139,-23.47 -7.73,-8.72 -15.07,-16.6 -19.51,-27.6 -24.48,-60.56 40.78,-117.73 85.85,-146.33 50.159,-31.82 104.959,-55.41 160.789,-75.28 125.92,-44.82 273.61,-73.51 404.38,-33.44 38.87,11.9 77.29,33.66 105.55,63.07 15.919,16.57 26.849,41.66 -2.35,52.27 -17.3,6.28 -38.31,-9.71 -54,-16.03 -37.04,-14.94 -75.44,-26.28 -115.2,-31.09 -52.37,-6.35 -99.52,5.18 -149.99,17.81 -43.11,10.78 -86.709,21.56 -128.39,37.1 -35.56,13.26 -70.88,29.01 -101.999,51.03 -9.3,6.58 -20.44,12.44 -28.06,21.01 -24.91,28.03 -43.63,60.83 -70.34,87.49 -11.54,11.52 -27.939,25.44 -45.6,23.47"
|
||||
style="fill:#cc0000;stroke:none"
|
||||
id="path34" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 6.3 KiB |
@@ -0,0 +1,197 @@
|
||||
<?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="svg4136"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
sodipodi:docname="app.svg"
|
||||
inkscape:export-filename="/home/klaus/Pictures/app.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<metadata
|
||||
id="metadata4142">
|
||||
<rdf: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="defs4140" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview4138"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.0000002"
|
||||
inkscape:cx="32.827265"
|
||||
inkscape:cy="35.934849"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4136" />
|
||||
<g
|
||||
id="g3009"
|
||||
transform="matrix(0.12501337,0,0,0.12518627,0.17679448,54.837319)">
|
||||
<rect
|
||||
y="-438.04581"
|
||||
x="-1.4142046"
|
||||
height="511.23819"
|
||||
width="511.94525"
|
||||
id="rect3029"
|
||||
style="fill:#3678ca;fill-opacity:1" />
|
||||
<g
|
||||
transform="translate(0,-436)"
|
||||
id="text4146"
|
||||
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2987"
|
||||
style="font-size:112.5px;fill:#ffffff;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 19.422363,379.76901 c -1e-6,-1.0986 0.274657,-2.21555 0.823975,-3.35083 0.549314,-1.13522 1.245114,-2.19723 2.087402,-3.18603 0.84228,-0.98874 1.776117,-1.7944 2.801514,-2.41699 1.025383,-0.62253 2.050772,-0.93381 3.076172,-0.93384 0.07323,3.44241 0.750721,6.48196 2.03247,9.11865 1.281725,2.63674 3.021226,4.90725 5.218506,6.81152 2.197247,1.90432 4.705789,3.46071 7.525635,4.66919 2.819797,1.20851 5.786102,2.12404 8.898926,2.74658 3.112756,0.62257 6.262167,0.98878 9.448242,1.09864 0.732378,0.0366 1.464799,0.0549 2.197266,0.0549 2.380323,10e-6 4.669139,-0.14647 6.866455,-0.43945 1.611274,-0.80566 2.874701,-2.49023 3.790283,-5.05372 0.91547,-2.56345 1.59296,-5.69455 2.032471,-9.39331 0.439394,-3.6987 0.714052,-7.78195 0.823974,-12.24975 0.07318,-2.6733 0.109805,-5.36495 0.109864,-8.07495 -5.9e-5,-1.79439 -0.01837,-3.60713 -0.05493,-5.43824 -0.0733,-4.54096 -0.146543,-8.93548 -0.219727,-13.18359 -0.03668,-2.81976 -0.05499,-5.43816 -0.05493,-7.85522 -5.9e-5,-1.20843 -5.9e-5,-2.36199 0,-3.4607 0.03656,-3.29582 0.219667,-5.95084 0.549316,-7.96508 0.32953,-2.01408 0.897157,-3.02116 1.702881,-3.02125 l 9.228516,0 c -7e-5,1.09872 0.09148,3.00302 0.274658,5.7129 0.183035,2.71003 0.34783,5.93269 0.494385,9.66796 0.146413,3.73542 0.274587,7.85529 0.384521,12.35962 0.03655,1.68463 0.05486,3.38751 0.05493,5.10865 -7.2e-5,2.85649 -0.055,5.74956 -0.164795,8.6792 -0.183177,4.68754 -0.494456,9.30179 -0.933838,13.84277 -0.439523,4.54104 -1.153634,8.75246 -2.142334,12.63428 -0.988837,3.88185 -2.233953,7.25098 -3.735352,10.10742 -1.501527,2.85645 -3.387512,4.94385 -5.657959,6.2622 -2.12408,1.17188 -4.92559,1.88599 -8.404541,2.14234 -1.098682,0.0732 -2.233934,0.10986 -3.405761,0.10986 -2.490279,0 -5.108685,-0.1831 -7.855225,-0.54931 -4.028355,-0.54932 -8.148224,-1.50147 -12.359619,-2.85645 -4.211448,-1.35498 -8.09328,-3.05785 -11.645508,-5.10864 -3.552257,-2.05077 -6.573495,-4.46776 -9.063721,-7.25098 -2.490237,-2.78318 -4.064943,-5.89597 -4.724121,-9.33838 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2989"
|
||||
style="font-size:112.5px;fill:#ffffff;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 94.788574,392.29343 c -2e-6,-0.8789 0.311277,-1.73949 0.933838,-2.58179 0.622555,-0.84227 1.336666,-1.62962 2.142334,-2.36206 0.805658,-0.7324 1.593011,-1.35496 2.362064,-1.86768 0.76903,-0.51267 1.30004,-0.87888 1.59301,-1.09863 0.14648,3.66213 1.26342,6.44533 3.35083,8.34961 2.08739,1.90431 4.76073,3.13111 8.02002,3.68042 1.61131,0.29298 3.34165,0.43031 5.19104,0.41199 1.84934,-0.0183 3.7811,-0.15563 5.79529,-0.41199 4.06491,-0.54931 8.18478,-1.46483 12.35962,-2.74658 4.17476,-1.28173 8.16645,-2.83812 11.9751,-4.66919 3.80853,-1.83104 7.12274,-3.71702 9.94263,-5.65796 2.81975,-1.9409 4.90715,-3.82688 6.2622,-5.65796 0.87884,-1.17185 1.31829,-2.27048 1.31836,-3.2959 -7e-5,-0.54928 -0.12824,-1.06198 -0.38452,-1.53808 l -57.01904,-12.74414 c -0.73244,-0.21969 -1.62966,-0.60421 -2.69165,-1.15357 -1.06203,-0.54927 -2.06911,-1.17183 -3.02124,-1.86768 -0.95216,-0.69575 -1.75782,-1.46479 -2.417,-2.30712 -0.659182,-0.84224 -0.988771,-1.70283 -0.988765,-2.58179 -6e-6,-3.44233 1.263415,-6.59174 3.790285,-9.44824 2.52684,-2.85638 5.7678,-5.40155 9.7229,-7.6355 3.95505,-2.23382 8.34958,-4.19304 13.18359,-5.87769 4.83395,-1.68449 9.52144,-3.0944 14.0625,-4.22973 4.54097,-1.13518 8.69746,-1.99577 12.46949,-2.58179 3.7719,-0.58585 6.57341,-0.95207 8.40454,-1.09863 0.51262,0.21981 1.35491,0.3846 2.52685,0.49438 1.1718,0.10995 2.32537,0.31136 3.46069,0.60425 1.13518,0.29305 2.08733,0.69588 2.85645,1.2085 0.76897,0.51277 1.007,1.28181 0.71411,2.30712 0.0732,1.31844 -0.69588,2.43538 -2.30713,3.35083 -1.6114,0.91561 -3.75373,1.70296 -6.427,2.36207 -2.67341,0.65925 -5.71295,1.22687 -9.11865,1.70288 -3.40582,0.47614 -6.90313,1.00715 -10.49195,1.59301 -3.58891,0.58601 -7.10453,1.2635 -10.54687,2.03247 -3.44242,0.76911 -6.5369,1.72126 -9.28345,2.85645 -2.74661,1.13532 -4.98049,2.50861 -6.70166,4.11987 -1.72121,1.61139 -2.61843,3.58893 -2.69165,5.93262 -2e-5,0.21978 0.27464,0.45782 0.82398,0.71411 0.54929,0.2564 1.6113,0.6043 3.18603,1.0437 1.57468,0.43951 3.80857,1.04376 6.70166,1.81275 2.89303,0.76909 6.70162,1.79448 11.42578,3.07617 4.72408,1.28178 10.5102,2.89311 17.3584,4.83398 6.84808,1.94096 14.99626,4.2664 24.44458,6.97632 0.87882,1.97757 1.31828,3.88187 1.31836,5.71289 -8e-5,0.8057 -0.0916,1.61136 -0.27466,2.41699 -0.5494,2.56351 -1.7762,4.96219 -3.68042,7.19605 -1.90437,2.2339 -4.33967,4.33962 -7.30591,6.31714 -2.96638,1.97755 -6.17072,3.75367 -9.61303,5.32837 -3.44245,1.57471 -7.013,2.96631 -10.71167,4.1748 -3.69878,1.2085 -7.25103,2.23389 -10.65674,3.07617 -3.4058,0.84229 -6.51859,1.46485 -9.33838,1.86768 -2.3804,0.32959 -4.39456,0.49438 -6.04248,0.49438 -0.293,0 -0.56765,0 -0.82397,0 -1.46487,0 -3.5889,-0.27465 -6.37207,-0.82397 -2.78323,-0.54932 -5.56643,-1.37329 -8.34961,-2.47192 -2.78322,-1.09863 -5.21852,-2.4353 -7.305912,-4.01001 -2.087406,-1.5747 -3.131106,-3.35082 -3.131104,-5.32837 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2991"
|
||||
style="font-size:112.5px;fill:#ffffff;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 186.74414,328.57272 c 0,-0.95207 0.3479,-1.75773 1.0437,-2.41699 0.6958,-0.6591 1.53808,-1.11686 2.52686,-1.37329 0.98876,-0.25627 1.99584,-0.36613 3.02124,-0.32959 1.02538,0.0367 1.90428,0.23812 2.63672,0.60425 l 26.36718,31.86035 32.73926,-38.78174 8.02002,6.48194 -32.95898,39.11132 c 2.12397,2.85649 4.4311,5.40165 6.92138,7.6355 2.49018,2.23392 4.99872,4.30301 7.52564,6.20728 2.52679,1.90432 4.9804,3.69875 7.36084,5.3833 2.3803,1.68459 4.4677,3.40578 6.26221,5.16357 1.79435,1.75783 3.24088,3.60719 4.33959,5.5481 1.09856,1.94092 1.64787,4.08326 1.64795,6.427 -0.29305,2.12403 -1.24519,3.55225 -2.85644,4.28467 -0.43953,0.21972 -0.91561,0.32959 -1.42822,0.32959 -1.35506,0 -2.92977,-0.6958 -4.72413,-2.08741 l -31.20117,-28.67431 c -2.34379,1.97757 -4.57767,4.57766 -6.70166,7.80029 -2.12405,3.22268 -4.26638,6.40871 -6.427,9.55811 -2.16067,3.14942 -4.41286,5.85938 -6.75659,8.12988 -2.34377,2.27051 -4.94386,3.40576 -7.80029,3.40576 -2.78322,0 -4.79738,-0.43945 -6.04248,-1.31836 -0.91554,-0.65917 -1.3733,-1.88598 -1.3733,-3.68042 0,-0.62255 0.0549,-1.33666 0.1648,-2.14233 l 26.0376,-30.87158 c -4.68753,-5.85933 -8.66091,-10.8398 -11.92017,-14.94141 -3.25929,-4.1015 -5.93263,-7.48895 -8.02002,-10.16235 -2.08741,-2.67328 -3.69874,-4.74237 -4.83398,-6.20728 -1.13526,-1.46477 -1.97755,-2.5634 -2.52686,-3.2959 -0.54932,-0.73234 -0.8606,-1.1718 -0.93384,-1.31836 -0.0732,-0.14641 -0.10986,-0.25627 -0.10986,-0.32959 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2993"
|
||||
style="font-size:112.5px;fill:#ffffff;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 270.3501,370.5405 c -10e-6,-7.54391 1.35497,-14.75825 4.06494,-21.64307 2.70995,-6.8847 6.42699,-12.94549 11.15112,-18.18237 4.7241,-5.23674 10.2905,-9.41154 16.69922,-12.52442 6.40865,-3.1127 13.34834,-4.66909 20.81909,-4.66919 3.00287,10e-5 5.51142,0.16489 7.52564,0.49439 2.01409,0.32968 3.64373,1.02548 4.88891,2.0874 1.24505,1.0621 2.14227,2.58187 2.69165,4.55933 0.54925,1.97762 0.82391,4.61433 0.82398,7.91015 -4.24812,-4.24796 -8.69757,-6.90299 -13.34839,-7.96508 -2.12408,-0.47599 -4.21148,-0.71403 -6.26221,-0.71412 -2.49028,9e-5 -4.94389,0.34799 -7.36084,1.04371 -4.43119,1.28182 -8.60599,3.55232 -12.52441,6.81152 -3.91849,3.25935 -7.28762,7.06794 -10.10742,11.42578 -2.81985,4.35797 -4.94387,9.08209 -6.37207,14.17236 -1.06203,3.7354 -1.59303,7.43413 -1.59302,11.09619 -10e-6,1.3184 0.0732,2.61845 0.21973,3.90015 -2e-5,4.61429 0.82396,8.66092 2.47192,12.13989 1.64793,3.47903 3.88181,6.35378 6.70166,8.62427 2.8198,2.27052 6.134,3.9734 9.94263,5.10864 3.80855,1.13527 7.87349,1.70289 12.19482,1.70288 5.41987,-0.43944 10.18061,-1.35497 14.28223,-2.74658 4.1015,-1.39159 7.85515,-3.07615 11.26098,-5.05371 3.40569,-1.97752 6.66496,-4.11985 9.77784,-6.427 3.1127,-2.3071 6.39029,-4.5593 9.83276,-6.75659 0.65909,3e-5 1.33658,0.0367 2.03247,0.10986 0.69571,0.0733 1.33658,0.21976 1.92261,0.43945 0.58584,0.21976 1.06191,0.56766 1.42822,1.04371 0.36611,0.4761 0.54922,1.15359 0.54932,2.03247 -3.66221,3.22268 -7.61728,6.44533 -11.86524,9.66797 -4.24813,3.22266 -8.7342,6.09742 -13.45825,8.62426 -4.72419,2.52686 -9.66803,4.54102 -14.83154,6.04248 -4.68755,1.35498 -9.50322,2.03247 -14.44702,2.03247 -0.47612,0 -0.95219,0 -1.42823,0 -4.83402,0 -9.52151,-0.82397 -14.0625,-2.47192 -4.54103,-1.64795 -8.56935,-3.99169 -12.08496,-7.03125 -3.51563,-3.03954 -6.31714,-6.66502 -8.40454,-10.87646 -2.08741,-4.21141 -3.13111,-8.88059 -3.1311,-14.00757 z" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(0,-436)"
|
||||
id="text4150"
|
||||
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#e6e6e6;fill-opacity:1;stroke:none;font-family:Open Sans;-inkscape-font-specification:Open Sans">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2996"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 19.71122,448.66696 c -1e-6,-0.29296 0.07324,-0.59081 0.219726,-0.89355 0.146484,-0.30273 0.332031,-0.58593 0.556641,-0.84961 0.224608,-0.26367 0.473631,-0.47851 0.74707,-0.64453 0.273436,-0.16601 0.546873,-0.24902 0.820313,-0.24903 0.01953,0.91798 0.200192,1.72853 0.541992,2.43164 0.341793,0.70313 0.80566,1.3086 1.391602,1.81641 0.585932,0.50782 1.254876,0.92286 2.006835,1.24512 0.751946,0.32227 1.542961,0.56641 2.373047,0.73242 0.830069,0.16602 1.669912,0.26367 2.519532,0.29297 0.1953,0.01 0.390613,0.0146 0.585937,0.0146 0.634753,0 1.245104,-0.0391 1.831055,-0.11719 0.429673,-0.21484 0.766587,-0.66406 1.010742,-1.34766 0.244125,-0.68359 0.424789,-1.51855 0.541992,-2.50488 0.117172,-0.98632 0.190414,-2.07519 0.219727,-3.2666 0.01952,-0.71288 0.02928,-1.43065 0.0293,-2.15332 -1.6e-5,-0.47851 -0.0049,-0.9619 -0.01465,-1.4502 -0.01955,-1.21092 -0.03908,-2.38279 -0.05859,-3.51562 -0.0098,-0.75194 -0.01466,-1.45018 -0.01465,-2.09473 -1.6e-5,-0.32225 -1.6e-5,-0.62986 0,-0.92285 0.0098,-0.87889 0.05858,-1.58689 0.146484,-2.12402 0.08788,-0.53709 0.239242,-0.80565 0.454102,-0.80567 l 2.460937,0 c -1.8e-5,0.29299 0.0244,0.80081 0.07324,1.52344 0.04881,0.72268 0.09275,1.58205 0.131836,2.57812 0.03904,0.99612 0.07322,2.09475 0.102539,3.2959 0.0097,0.44924 0.01463,0.90334 0.01465,1.36231 -1.9e-5,0.76173 -0.01467,1.53321 -0.04395,2.31445 -0.04885,1.25001 -0.131855,2.48048 -0.249024,3.69141 -0.117206,1.21094 -0.307635,2.33399 -0.571289,3.36914 -0.26369,1.03516 -0.59572,1.93359 -0.996094,2.69531 -0.400407,0.76172 -0.903336,1.31836 -1.508789,1.66992 -0.566421,0.3125 -1.31349,0.50293 -2.241211,0.57129 -0.292981,0.0195 -0.595715,0.0293 -0.908203,0.0293 -0.664074,0 -1.362315,-0.0488 -2.094726,-0.14649 -1.074228,-0.14648 -2.17286,-0.40039 -3.295899,-0.76172 -1.123053,-0.36132 -2.158208,-0.81542 -3.105468,-1.3623 -0.947269,-0.54687 -1.752932,-1.1914 -2.416993,-1.93359 -0.664063,-0.74219 -1.083984,-1.57226 -1.259765,-2.49024 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2998"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 40.043251,452.00681 c -0.08789,-0.44922 -0.131837,-0.90332 -0.131836,-1.36231 -10e-7,-0.64453 0.08789,-1.29882 0.263672,-1.96289 0.302733,-1.12304 0.776365,-2.20702 1.420898,-3.25195 0.644529,-1.04491 1.435544,-2.01171 2.373047,-2.90039 0.937495,-0.88866 1.93847,-1.64061 3.00293,-2.25586 1.064444,-0.61522 2.158193,-1.05956 3.28125,-1.33301 0.654285,-0.15623 1.298816,-0.23436 1.933594,-0.23438 0.449205,2e-5 0.893541,0.0391 1.333008,0.11719 0.800766,2e-5 1.425765,0.26369 1.875,0.79102 0.449202,0.52736 0.786115,1.23048 1.010742,2.10937 0.224592,0.87892 0.366193,1.88966 0.424804,3.03223 0.05858,1.14259 0.107405,2.31934 0.146485,3.53027 0.03905,1.21095 0.09276,2.40723 0.161133,3.58887 0.06834,1.18164 0.219708,2.26074 0.454101,3.2373 l -2.167969,0 c -0.09767,-0.66406 -0.170914,-1.24999 -0.219726,-1.75781 -0.04884,-0.50781 -0.09279,-0.98144 -0.131836,-1.4209 -0.03908,-0.43945 -0.09279,-0.86425 -0.161133,-1.27441 -0.06837,-0.41015 -0.161148,-0.86914 -0.27832,-1.37695 -0.566421,0.87891 -1.220717,1.67481 -1.962891,2.38769 -0.7422,0.71289 -1.557629,1.31836 -2.446289,1.81641 -0.888682,0.49805 -1.855478,0.86426 -2.900391,1.09863 -0.742194,0.16602 -1.508795,0.24902 -2.299804,0.24902 -0.332037,0 -0.664068,-0.0146 -0.996094,-0.0439 -0.410161,0 -0.849613,-0.0488 -1.318359,-0.14649 -0.468753,-0.0977 -0.903323,-0.2539 -1.303711,-0.46875 -0.400393,-0.21484 -0.727541,-0.49804 -0.981446,-0.84961 -0.253907,-0.35156 -0.38086,-0.79101 -0.380859,-1.31835 z m 2.387695,-1.37696 c 0.04883,0.58594 0.268552,1.08399 0.65918,1.49414 0.390621,0.41016 0.996089,0.6836 1.816406,0.82032 1.171868,-0.0195 2.299797,-0.31738 3.383789,-0.89356 1.083975,-0.57617 2.050771,-1.28906 2.900391,-2.13867 0.849597,-0.8496 1.557604,-1.76757 2.124023,-2.75391 0.566392,-0.98632 0.932603,-1.8994 1.098633,-2.73926 0.05858,-0.29295 0.08788,-0.56639 0.08789,-0.82031 -1.5e-5,-0.48827 -0.102554,-0.91795 -0.307617,-1.28906 -0.312515,-0.56639 -0.908217,-0.8496 -1.78711,-0.84961 -0.136731,-0.01 -0.278333,-0.0146 -0.424804,-0.0146 -0.634778,2e-5 -1.279309,0.10744 -1.933594,0.32227 -0.810557,0.26368 -1.591806,0.63478 -2.34375,1.11328 -0.751961,0.47853 -1.455085,1.04493 -2.109375,1.69922 -0.654303,0.6543 -1.225591,1.33301 -1.713867,2.03613 -0.488286,0.70313 -0.864262,1.40137 -1.12793,2.09473 -0.224613,0.58594 -0.336917,1.13281 -0.336914,1.64062 -3e-6,0.0977 0.0049,0.19044 0.01465,0.27832 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3000"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 59.672157,441.16696 c -0.03906,-0.12694 -0.05859,-0.25877 -0.05859,-0.39551 -2e-6,-0.18553 0.03906,-0.37596 0.117187,-0.57129 0.136717,-0.33201 0.327147,-0.59568 0.571289,-0.79101 0.244139,-0.1953 0.502927,-0.28807 0.776367,-0.27832 0.273435,0.01 0.498044,0.19044 0.673828,0.54199 l 6.152344,11.42578 c 0.195303,-0.31249 0.507803,-0.86425 0.9375,-1.65527 0.429677,-0.79101 0.917958,-1.68456 1.464844,-2.68067 0.546862,-0.99608 1.118151,-2.041 1.713867,-3.13476 0.595689,-1.09374 1.152329,-2.08983 1.669922,-2.98828 0.517562,-0.89842 0.966781,-1.64061 1.347656,-2.22656 0.380843,-0.58592 0.629866,-0.87889 0.747071,-0.87891 0.253888,2e-5 0.478497,0.0586 0.673828,0.17578 0.195294,0.11721 0.356427,0.26857 0.483398,0.4541 0.126935,0.18557 0.214825,0.38576 0.263672,0.60059 0.03904,0.15626 0.05857,0.30275 0.05859,0.43945 -1.9e-5,0.0586 -0.0049,0.1172 -0.01465,0.17578 -1.054705,2.26564 -1.962907,4.2383 -2.724609,5.91797 -0.761734,1.6797 -1.420913,3.11036 -1.977539,4.29199 -0.556654,1.18165 -1.020521,2.14844 -1.391602,2.90039 -0.371106,0.75196 -0.70802,1.34766 -1.010742,1.78711 -0.302746,0.43946 -0.581066,0.73731 -0.834961,0.89356 -0.253917,0.15625 -0.527354,0.23437 -0.820312,0.23437 -0.390635,0 -0.90333,-0.38086 -1.538086,-1.14258 -0.634774,-0.76171 -1.347664,-1.79198 -2.138672,-3.09082 -0.791021,-1.29882 -1.625982,-2.81249 -2.504883,-4.54101 -0.878909,-1.72851 -1.757815,-3.54979 -2.636719,-5.46387 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3002"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 78.597939,452.00681 c -0.08789,-0.44922 -0.131837,-0.90332 -0.131836,-1.36231 -10e-7,-0.64453 0.08789,-1.29882 0.263671,-1.96289 0.302734,-1.12304 0.776366,-2.20702 1.420899,-3.25195 0.644528,-1.04491 1.435543,-2.01171 2.373047,-2.90039 0.937494,-0.88866 1.93847,-1.64061 3.002929,-2.25586 1.064445,-0.61522 2.158194,-1.05956 3.28125,-1.33301 0.654286,-0.15623 1.298816,-0.23436 1.933594,-0.23438 0.449206,2e-5 0.893541,0.0391 1.333008,0.11719 0.800766,2e-5 1.425766,0.26369 1.875,0.79102 0.449202,0.52736 0.786116,1.23048 1.010742,2.10937 0.224592,0.87892 0.366194,1.88966 0.424805,3.03223 0.05858,1.14259 0.107404,2.31934 0.146484,3.53027 0.03905,1.21095 0.09276,2.40723 0.161133,3.58887 0.06834,1.18164 0.219709,2.26074 0.454102,3.2373 l -2.167969,0 c -0.09767,-0.66406 -0.170915,-1.24999 -0.219727,-1.75781 -0.04884,-0.50781 -0.09279,-0.98144 -0.131836,-1.4209 -0.03908,-0.43945 -0.09279,-0.86425 -0.161132,-1.27441 -0.06838,-0.41015 -0.161149,-0.86914 -0.278321,-1.37695 -0.566421,0.87891 -1.220717,1.67481 -1.96289,2.38769 -0.742201,0.71289 -1.557629,1.31836 -2.446289,1.81641 -0.888682,0.49805 -1.855478,0.86426 -2.900391,1.09863 -0.742195,0.16602 -1.508796,0.24902 -2.299805,0.24902 -0.332036,0 -0.664067,-0.0146 -0.996093,-0.0439 -0.410161,0 -0.849614,-0.0488 -1.31836,-0.14649 -0.468753,-0.0977 -0.903323,-0.2539 -1.303711,-0.46875 -0.400392,-0.21484 -0.72754,-0.49804 -0.981445,-0.84961 -0.253907,-0.35156 -0.38086,-0.79101 -0.380859,-1.31835 z m 2.387695,-1.37696 c 0.04882,0.58594 0.268551,1.08399 0.65918,1.49414 0.39062,0.41016 0.996088,0.6836 1.816406,0.82032 1.171868,-0.0195 2.299797,-0.31738 3.383789,-0.89356 1.083974,-0.57617 2.05077,-1.28906 2.90039,-2.13867 0.849597,-0.8496 1.557604,-1.76757 2.124024,-2.75391 0.566392,-0.98632 0.932602,-1.8994 1.098633,-2.73926 0.05858,-0.29295 0.08787,-0.56639 0.08789,-0.82031 -1.5e-5,-0.48827 -0.102554,-0.91795 -0.307617,-1.28906 -0.312514,-0.56639 -0.908217,-0.8496 -1.787109,-0.84961 -0.136732,-0.01 -0.278333,-0.0146 -0.424805,-0.0146 -0.634778,2e-5 -1.279308,0.10744 -1.933594,0.32227 -0.810557,0.26368 -1.591806,0.63478 -2.34375,1.11328 -0.75196,0.47853 -1.455085,1.04493 -2.109375,1.69922 -0.654302,0.6543 -1.225591,1.33301 -1.713867,2.03613 -0.488285,0.70313 -0.864261,1.40137 -1.12793,2.09473 -0.224612,0.58594 -0.336917,1.13281 -0.336914,1.64062 -3e-6,0.0977 0.0049,0.19044 0.01465,0.27832 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3004"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 97.465126,452.00681 c -10e-7,-0.23438 0.08301,-0.46387 0.249023,-0.68848 0.166015,-0.22461 0.356445,-0.43457 0.57129,-0.62988 0.214842,-0.19531 0.424802,-0.36133 0.629882,-0.49805 0.205076,-0.13671 0.346678,-0.23437 0.424805,-0.29297 0.03906,0.97657 0.336911,1.71875 0.893554,2.22656 0.55664,0.50782 1.26953,0.83497 2.13867,0.98145 0.42968,0.0781 0.89111,0.11475 1.38428,0.10986 0.49316,-0.005 1.00829,-0.0415 1.54541,-0.10986 1.08397,-0.14648 2.18261,-0.39062 3.2959,-0.73242 1.11327,-0.3418 2.17772,-0.75684 3.19336,-1.24512 1.01561,-0.48828 1.8994,-0.99121 2.65137,-1.50879 0.75193,-0.51757 1.30857,-1.0205 1.66992,-1.50879 0.23435,-0.31249 0.35154,-0.60546 0.35156,-0.87891 -2e-5,-0.14647 -0.0342,-0.28319 -0.10254,-0.41015 l -15.20508,-3.39844 c -0.19531,-0.0586 -0.43457,-0.16112 -0.71777,-0.30762 -0.28321,-0.14647 -0.551762,-0.31248 -0.805665,-0.49804 -0.253909,-0.18554 -0.468752,-0.39061 -0.644531,-0.61524 -0.175784,-0.22459 -0.263674,-0.45409 -0.263672,-0.68847 -2e-6,-0.91796 0.336912,-1.7578 1.010742,-2.51954 0.673826,-0.7617 1.538086,-1.44041 2.592776,-2.03613 1.05468,-0.59568 2.22655,-1.11814 3.51562,-1.56738 1.28905,-0.4492 2.53905,-0.82518 3.75,-1.12793 1.21093,-0.30271 2.31932,-0.53221 3.3252,-0.68848 1.00584,-0.15622 1.75291,-0.25388 2.24121,-0.29297 0.1367,0.0586 0.36131,0.10257 0.67383,0.13184 0.31248,0.0293 0.62009,0.083 0.92285,0.16113 0.30271,0.0781 0.55662,0.18557 0.76172,0.32227 0.20505,0.13674 0.26853,0.34182 0.19043,0.61523 0.0195,0.35159 -0.18557,0.64944 -0.61524,0.89356 -0.4297,0.24416 -1.00099,0.45412 -1.71386,0.62988 -0.71291,0.1758 -1.52346,0.32717 -2.43165,0.4541 -0.90821,0.12697 -1.84083,0.26858 -2.79785,0.42481 -0.95704,0.15627 -1.89454,0.33693 -2.8125,0.54199 -0.91798,0.20509 -1.74317,0.459 -2.47558,0.76172 -0.73243,0.30275 -1.32813,0.66896 -1.78711,1.09863 -0.45899,0.4297 -0.69825,0.95705 -0.71778,1.58203 0,0.0586 0.0732,0.12209 0.21973,0.19043 0.14648,0.0684 0.42968,0.16115 0.84961,0.27832 0.41992,0.1172 1.01562,0.27834 1.78711,0.4834 0.77147,0.20509 1.7871,0.47853 3.04687,0.82031 1.25976,0.34181 2.80272,0.7715 4.62891,1.28907 1.82615,0.51758 3.999,1.1377 6.51856,1.86035 0.23435,0.52735 0.35154,1.03516 0.35156,1.52343 -2e-5,0.21486 -0.0244,0.4297 -0.0732,0.64454 -0.14651,0.6836 -0.47366,1.32324 -0.98145,1.91894 -0.50783,0.59571 -1.15725,1.15723 -1.94824,1.68457 -0.79104,0.52735 -1.64553,1.00098 -2.56348,1.4209 -0.91798,0.41992 -1.87013,0.79102 -2.85644,1.11328 -0.98635,0.32227 -1.93361,0.5957 -2.8418,0.82031 -0.90821,0.22461 -1.73829,0.39063 -2.49023,0.49805 -0.63478,0.0879 -1.17189,0.13184 -1.61133,0.13184 -0.0781,0 -0.15138,0 -0.21973,0 -0.39063,0 -0.95704,-0.0732 -1.69922,-0.21973 -0.74219,-0.14648 -1.48438,-0.36621 -2.22656,-0.65918 -0.742191,-0.29297 -1.391604,-0.64941 -1.948243,-1.06934 -0.556641,-0.41992 -0.834962,-0.89355 -0.834961,-1.42089 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3006"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 121.78153,449.57516 c -0.01,-0.14647 -0.0147,-0.28808 -0.0147,-0.4248 0,-0.75195 0.1709,-1.5039 0.5127,-2.25586 0.41015,-0.88866 0.98144,-1.73827 1.71387,-2.54883 0.73241,-0.81053 1.59179,-1.56248 2.57812,-2.25586 0.98632,-0.69334 2.02636,-1.28416 3.12012,-1.77246 1.09374,-0.48826 2.20214,-0.85447 3.32519,-1.09863 0.80077,-0.17577 1.57226,-0.26366 2.31446,-0.26367 0.29295,10e-6 0.58104,0.0147 0.86425,0.0439 0.37108,2e-5 0.74218,0.0195 1.11329,0.0586 0.37107,0.0391 0.69822,0.13673 0.98144,0.29297 0.28319,0.15626 0.51268,0.38087 0.68848,0.67382 0.17576,0.29299 0.26365,0.69338 0.26367,1.20118 -2e-5,0.25392 -0.0635,0.47852 -0.19043,0.67382 -0.12697,0.19533 -0.28322,0.38088 -0.46875,0.55664 -0.18556,0.1758 -0.38576,0.33205 -0.60059,0.46875 -0.21486,0.13674 -0.41017,0.27345 -0.58593,0.41016 -0.0586,-0.27342 -0.11721,-0.53221 -0.17578,-0.77637 -0.0586,-0.24412 -0.15139,-0.45897 -0.27832,-0.64453 -0.12697,-0.18553 -0.29299,-0.33202 -0.49805,-0.43945 -0.2051,-0.10741 -0.47365,-0.16112 -0.80567,-0.16113 -1.15235,0.23438 -2.39747,0.59083 -3.73535,1.06933 -1.3379,0.47853 -2.56837,1.04982 -3.6914,1.71387 -1.12306,0.66407 -2.02638,1.41114 -2.70996,2.24121 -0.55665,0.67384 -0.83497,1.39161 -0.83497,2.15332 0,0.17579 0.0147,0.35157 0.0439,0.52734 0,0.85938 0.16601,1.55274 0.49805,2.08008 0.33202,0.52735 0.76659,0.93751 1.30371,1.23047 0.5371,0.29297 1.15233,0.48828 1.8457,0.58594 0.69335,0.0977 1.40136,0.14649 2.12402,0.14648 1.11327,1e-5 2.19238,-0.16601 3.23731,-0.49804 1.04491,-0.33203 2.06541,-0.70313 3.06152,-1.11329 0.99608,-0.41015 1.97264,-0.78124 2.92969,-1.11328 0.95701,-0.33202 1.89451,-0.49804 2.8125,-0.49804 0.15623,0 0.31736,0.01 0.4834,0.0293 0.16599,0.0195 0.31248,0.0732 0.43945,0.16114 0.12693,0.0879 0.21482,0.21485 0.26367,0.38086 0.0195,0.0781 0.0293,0.16602 0.0293,0.26367 -2e-5,0.11719 -0.0147,0.25879 -0.0439,0.4248 -0.0977,0.35157 -0.44435,0.70313 -1.04003,1.05469 -0.59573,0.35157 -1.32815,0.6836 -2.19727,0.99609 -0.86916,0.31251 -1.81642,0.60547 -2.8418,0.87891 -1.0254,0.27344 -2.0215,0.50781 -2.98828,0.70312 -0.96681,0.19532 -1.83595,0.34668 -2.60742,0.45411 -0.77149,0.10742 -1.34278,0.16113 -1.71387,0.16113 -0.85938,0 -1.78711,-0.0977 -2.7832,-0.29297 -0.9961,-0.19531 -1.91895,-0.51758 -2.76855,-0.9668 -0.84962,-0.44921 -1.55762,-1.04003 -2.12403,-1.77246 -0.56641,-0.73242 -0.84961,-1.6455 -0.84961,-2.73926 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3008"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 145.71708,438.58884 c 0,-0.37108 0.13183,-0.61522 0.39551,-0.73243 0.26367,-0.11717 0.55175,-0.17576 0.86425,-0.17578 0.50781,2e-5 0.91309,0.20998 1.21583,0.62989 0.30273,0.41993 0.5371,0.90822 0.70312,1.46484 0.16601,0.55666 0.2832,1.10353 0.35156,1.64063 0.0684,0.53712 0.12207,0.92286 0.16114,1.15722 0.72265,-0.66405 1.53319,-1.27928 2.43164,-1.8457 0.89843,-0.56639 1.8994,-1.04979 3.00293,-1.4502 1.1035,-0.40037 2.33397,-0.69334 3.6914,-0.8789 0.88866,-0.11717 1.84569,-0.17577 2.8711,-0.17578 0.53709,1e-5 1.09861,0.0147 1.68457,0.0439 0.1367,-0.0293 0.26365,-0.0439 0.38086,-0.0439 0.34177,1e-5 0.61033,0.12697 0.80566,0.38086 0.26365,0.34181 0.41502,0.74708 0.4541,1.21582 0.01,0.0781 0.0146,0.16114 0.0146,0.24902 -2e-5,0.38087 -0.0781,0.75685 -0.23438,1.12793 -0.18556,0.44923 -0.46388,0.7129 -0.83496,0.79101 -0.68361,-0.50779 -1.5088,-0.83494 -2.47558,-0.98144 -0.46877,-0.0684 -0.94728,-0.10253 -1.43555,-0.10254 -0.51759,10e-6 -1.04494,0.0391 -1.58203,0.11719 -1.04493,0.15626 -2.07521,0.44435 -3.09082,0.86426 -1.01564,0.41993 -1.91895,0.95216 -2.70996,1.59667 -0.79102,0.64455 -1.41602,1.38673 -1.875,2.22657 -0.39063,0.7129 -0.58594,1.4795 -0.58594,2.2998 0,0.13673 0.005,0.27833 0.0147,0.42481 -1e-5,0.60547 0.0391,1.19629 0.11719,1.77246 0.0781,0.57617 0.16112,1.15235 0.24902,1.72851 0.0879,0.57618 0.17089,1.15235 0.24902,1.72852 0.0781,0.57617 0.11719,1.15723 0.11719,1.74316 -0.52735,0.0391 -0.95215,0.10742 -1.27441,0.20508 -0.29298,0.0879 -0.542,0.13184 -0.74707,0.13184 -0.0195,0 -0.0391,0 -0.0586,0 -0.21484,-0.01 -0.40039,-0.10743 -0.55664,-0.29297 -0.15625,-0.18555 -0.33203,-0.56152 -0.52734,-1.12793 -0.0195,-0.13672 -0.0684,-0.54687 -0.14649,-1.23047 -0.0781,-0.68359 -0.1709,-1.51367 -0.27832,-2.49023 -0.10742,-0.97656 -0.22949,-2.0459 -0.36621,-3.20801 -0.13672,-1.1621 -0.26855,-2.30468 -0.3955,-3.42774 -0.12696,-1.12303 -0.24415,-2.15819 -0.35157,-3.10547 -0.10742,-0.94725 -0.19043,-1.70408 -0.24902,-2.2705 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3010"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 166.28349,433.16891 c -1e-5,-0.44919 0.12695,-0.77146 0.38085,-0.96679 0.25391,-0.19529 0.55664,-0.3076 0.90821,-0.33692 0.0781,-0.01 0.16113,-0.0146 0.24902,-0.0146 l 0.80567,0.11718 c 0.35155,0.0977 0.60546,0.21487 0.76171,0.35157 0.0781,0.27346 0.11719,0.5176 0.11719,0.73242 0,0.28322 -0.0684,0.50783 -0.20508,0.67383 -0.23438,0.29299 -0.54199,0.45412 -0.92285,0.48339 -0.0488,2e-5 -0.0977,2e-5 -0.14648,0 -0.33204,2e-5 -0.67872,-0.083 -1.04004,-0.24902 -0.41016,-0.19529 -0.71289,-0.45896 -0.9082,-0.79102 z m 1.08398,21.32813 0,-16.34766 2.31445,0 c 0.17578,2.40236 0.33203,4.95607 0.46875,7.66114 0.13672,2.70508 0.2539,5.43457 0.35157,8.18847 -0.0977,0.39063 -0.29786,0.67383 -0.60059,0.84961 -0.30274,0.17578 -0.62989,0.26856 -0.98145,0.27832 -0.0293,0 -0.0586,0 -0.0879,0 -0.32227,0 -0.62012,-0.0537 -0.89355,-0.16113 -0.30274,-0.11719 -0.49317,-0.27344 -0.57129,-0.46875 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3012"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 173.34403,439.8779 c 0.0781,-0.0781 0.22461,-0.166 0.43946,-0.26367 0.21484,-0.0976 0.43945,-0.14159 0.67382,-0.13184 0.23437,0.01 0.45898,0.10256 0.67383,0.27832 0.21484,0.1758 0.37109,0.47853 0.46875,0.9082 2.79296,-0.93748 5.18554,-1.47947 7.17774,-1.62597 0.51756,-0.039 1.00584,-0.0586 1.46484,-0.0586 1.33788,2e-5 2.47069,0.15627 3.39844,0.46875 1.24998,0.41994 2.14842,1.06447 2.69531,1.9336 0.46873,0.7422 0.7031,1.55763 0.70312,2.44629 -2e-5,0.15626 -0.01,0.31739 -0.0293,0.4834 -0.0977,1.08399 -0.50295,2.22168 -1.21582,3.41308 -0.71291,1.19141 -1.709,2.31446 -2.98828,3.36914 -1.27931,1.05469 -2.82228,1.98731 -4.62891,2.79785 -1.80665,0.81055 -3.84278,1.38184 -6.1084,1.71387 0,0.27344 0.005,0.70313 0.0147,1.28906 0.01,0.58594 0.0244,1.25 0.0439,1.99219 0.0195,0.74218 0.0342,1.52343 0.0439,2.34375 0.01,0.82031 0.0244,1.60644 0.0439,2.3584 0.0195,0.75194 0.0439,1.43065 0.0732,2.03613 0.0293,0.60546 0.0635,1.05468 0.10254,1.34766 0.0195,0.17577 0.0293,0.34667 0.0293,0.51269 0,0.63476 -0.18555,1.10351 -0.55664,1.40625 -0.37109,0.30272 -0.85449,0.45409 -1.45019,0.45411 -0.15625,-2e-5 -0.31739,-0.01 -0.4834,-0.0293 z m 2.43164,13.27148 c 2.71484,-0.60546 4.9414,-1.31835 6.67969,-2.13867 1.73827,-0.82031 3.07128,-1.66991 3.99902,-2.54883 0.92772,-0.87889 1.49901,-1.74803 1.71387,-2.60742 0.0879,-0.34179 0.13182,-0.66405 0.13184,-0.9668 -2e-5,-0.4785 -0.10256,-0.92284 -0.30762,-1.333 -0.33205,-0.67382 -0.89845,-1.21581 -1.69922,-1.62598 -0.80079,-0.41014 -1.73829,-0.61522 -2.8125,-0.61523 -0.76173,1e-5 -1.60157,0.0879 -2.51953,0.26367 -0.91798,0.17579 -1.77247,0.47364 -2.56348,0.89355 -0.79102,0.41994 -1.44043,0.98634 -1.94824,1.69922 -0.45899,0.63478 -0.68848,1.41114 -0.68848,2.3291 0,0.10743 0.005,0.21486 0.0146,0.32227 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3014"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 192.53349,441.07907 5.47851,0 0,-9.46289 c 0.0781,-0.23435 0.21972,-0.44919 0.42481,-0.64453 0.20507,-0.19529 0.42479,-0.34177 0.65918,-0.43945 0.13671,-0.0586 0.27831,-0.0879 0.4248,-0.0879 0.0976,2e-5 0.20019,0.0147 0.30762,0.0439 0.2539,0.0684 0.46874,0.24905 0.64453,0.54199 0.1953,0.80081 0.33202,1.60647 0.41015,2.417 0.0781,0.81056 0.12695,1.62111 0.14649,2.43164 0.0195,0.81056 0.0342,1.62111 0.0439,2.43164 0.01,0.81056 0.0439,1.60646 0.10254,2.38769 0.37109,-0.0586 0.80077,-0.0928 1.28907,-0.10254 0.48827,-0.01 0.98143,-0.0195 1.47949,-0.0293 0.49803,-0.01 0.98631,-0.0195 1.46484,-0.0293 0.4785,-0.01 0.91307,-0.0342 1.30371,-0.0732 l -0.11718,2.63672 -5.33204,-0.14649 c -0.01,0.60548 -0.0146,1.18654 -0.0146,1.74317 -1e-5,0.55665 0.005,1.09375 0.0146,1.61132 0.0195,1.0254 0.0439,2.02638 0.0733,3.00293 0.0293,0.97657 0.0537,1.97266 0.0732,2.98828 0.0195,1.01563 0.0293,2.11915 0.0293,3.31055 -0.43947,0.19531 -0.82521,0.29297 -1.15723,0.29297 -0.26368,0 -0.48829,-0.0635 -0.67383,-0.19043 -0.41993,-0.2832 -0.71778,-0.75684 -0.89355,-1.4209 -0.17579,-0.66406 -0.26368,-1.47461 -0.26368,-2.43164 0,-0.95703 0.0147,-1.93847 0.0439,-2.94433 0.0293,-1.00586 0.0439,-1.97754 0.0439,-2.91504 0,-0.93749 -0.0879,-1.73827 -0.26367,-2.40235 l -5.68359,0 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3016"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 223.11942,435.01462 c 0,-0.25389 0.0928,-0.46873 0.27832,-0.64453 0.18555,-0.17576 0.41016,-0.29783 0.67383,-0.36621 0.26367,-0.0683 0.53223,-0.0976 0.80567,-0.0879 0.27343,0.01 0.5078,0.0635 0.70312,0.16113 l 7.03125,8.49609 8.73047,-10.3418 2.13867,1.72852 -8.78906,10.42969 c 0.56639,0.76173 1.18163,1.44044 1.8457,2.03613 0.66405,0.59571 1.33299,1.14747 2.00684,1.65527 0.67381,0.50782 1.3281,0.98634 1.96289,1.43555 0.63474,0.44923 1.19138,0.90821 1.66992,1.37695 0.4785,0.46876 0.86424,0.96192 1.15723,1.4795 0.29294,0.51758 0.43943,1.08887 0.43945,1.71386 -0.0781,0.56641 -0.33205,0.94727 -0.76172,1.14258 -0.11721,0.0586 -0.24416,0.0879 -0.38086,0.0879 -0.36135,0 -0.78127,-0.18554 -1.25976,-0.55664 l -8.32032,-7.64648 c -0.62501,0.52735 -1.22071,1.22071 -1.78711,2.08008 -0.56641,0.85938 -1.1377,1.70898 -1.71386,2.54882 -0.57618,0.83985 -1.17677,1.56251 -1.80176,2.16797 -0.62501,0.60547 -1.31836,0.90821 -2.08008,0.90821 -0.74219,0 -1.2793,-0.11719 -1.61133,-0.35157 -0.24414,-0.17578 -0.36621,-0.50293 -0.36621,-0.98144 0,-0.16602 0.0147,-0.35645 0.0439,-0.57129 l 6.94336,-8.23242 c -1.25001,-1.56249 -2.30958,-2.89061 -3.17871,-3.98438 -0.86915,-1.09373 -1.58204,-1.99705 -2.13868,-2.70996 -0.55664,-0.71287 -0.98633,-1.26463 -1.28906,-1.65527 -0.30273,-0.39061 -0.52734,-0.68358 -0.67383,-0.87891 -0.14648,-0.19529 -0.22949,-0.31248 -0.24902,-0.35156 -0.0195,-0.039 -0.0293,-0.0683 -0.0293,-0.0879 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3018"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 245.64872,452.91501 c 0.0977,-0.76172 0.21484,-1.74316 0.35156,-2.94434 0.13672,-1.20116 0.29297,-2.49022 0.46875,-3.86718 0.17578,-1.37695 0.35156,-2.77343 0.52735,-4.18946 0.17577,-1.416 0.34179,-2.71483 0.49804,-3.89648 0.15625,-1.18162 0.2832,-2.18748 0.38086,-3.01758 0.0977,-0.83006 0.16601,-1.35252 0.20508,-1.56738 0.0781,-0.54686 0.16601,-1.01561 0.26367,-1.40625 0.0976,-0.3906 0.24414,-0.71287 0.43946,-0.9668 0.1953,-0.25388 0.45898,-0.43455 0.79101,-0.54199 0.33203,-0.1074 0.77148,-0.16111 1.31836,-0.16114 0.74218,0.37112 1.43066,0.94729 2.06543,1.72852 0.63476,0.78127 1.22558,1.66506 1.77246,2.65137 0.54687,0.98635 1.06444,2.0215 1.55274,3.10547 0.48826,1.084 0.95213,2.10939 1.3916,3.07617 0.43944,0.96681 0.86912,1.81642 1.28906,2.54883 0.41991,0.73243 0.83495,1.24512 1.24512,1.53808 l 7.32422,-12.74414 c 0.50778,-0.37107 0.97165,-0.55662 1.3916,-0.55664 0.12693,2e-5 0.24411,0.0147 0.35156,0.0439 0.49802,0.1465 0.93259,0.53225 1.30371,1.15722 0.37107,0.62502 0.69333,1.44534 0.9668,2.46094 0.27341,1.01564 0.51755,2.12892 0.73242,3.33984 0.21482,1.21096 0.40036,2.48537 0.55664,3.82325 0.15622,1.3379 0.30759,2.64161 0.4541,3.91113 0.14646,1.26954 0.29782,2.46583 0.4541,3.58887 0.15622,1.12305 0.332,2.08496 0.52735,2.88574 0.0488,0.2832 0.0732,0.53711 0.0732,0.76172 -3e-5,0.43945 -0.0879,0.78613 -0.26367,1.04004 -0.2637,0.38086 -0.59085,0.57129 -0.98145,0.57129 -0.39065,0 -0.78128,-0.15625 -1.17187,-0.46875 -0.39066,-0.3125 -0.64456,-0.74219 -0.76172,-1.28907 -0.0391,-0.35156 -0.10257,-0.89355 -0.19043,-1.62597 -0.0879,-0.73242 -0.19046,-1.55762 -0.30762,-2.47559 -0.11721,-0.91796 -0.23928,-1.88476 -0.36621,-2.90039 -0.12698,-1.01562 -0.25393,-1.98241 -0.38086,-2.90039 -0.12698,-0.91796 -0.23928,-1.74315 -0.33691,-2.47559 -0.0977,-0.7324 -0.16604,-1.2744 -0.20508,-1.62597 -3e-5,-0.5078 -0.0147,-0.96678 -0.0439,-1.37696 -0.0293,-0.41014 -0.12697,-0.65916 -0.29297,-0.74707 -0.16604,-0.0879 -0.42482,0.0342 -0.77636,0.36621 -0.35159,0.33205 -0.84475,0.98635 -1.47949,1.96289 -0.63479,0.97658 -1.43557,2.334 -2.40235,4.07227 -0.96681,1.73829 -2.14357,3.96485 -3.53027,6.67969 -0.13674,0.27344 -0.32717,0.4541 -0.57129,0.54199 -0.24416,0.0879 -0.50783,0.0488 -0.79102,-0.11719 -0.28321,-0.16601 -0.57618,-0.47851 -0.8789,-0.9375 -0.30275,-0.45898 -0.57131,-1.09862 -0.80567,-1.91894 l -6.73828,-14.32617 c -0.15625,0.29299 -0.30274,0.76174 -0.43945,1.40625 -0.13673,0.64455 -0.26368,1.38185 -0.38086,2.21191 -0.11719,0.83009 -0.22462,1.71877 -0.32227,2.66602 -0.0977,0.94728 -0.18555,1.87501 -0.26367,2.7832 -0.0781,0.90821 -0.14649,1.76759 -0.20508,2.57812 -0.0586,0.81056 -0.10742,1.49904 -0.14648,2.06543 -0.0879,0.56642 -0.13184,1.12306 -0.13184,1.66992 0,0.0586 0,0.11232 0,0.16114 0.01,0.59571 0.0293,1.15235 0.0586,1.66992 0.0293,0.51758 0.0439,0.99121 0.0439,1.4209 0,0.42969 -0.0732,0.78613 -0.21972,1.06933 -0.14649,0.28321 -0.39063,0.49317 -0.73243,0.62989 -0.23437,0.0976 -0.54687,0.14648 -0.9375,0.14648 -0.16601,0 -0.34668,-0.01 -0.54199,-0.0293 -0.41016,1e-5 -0.72266,-0.10253 -0.9375,-0.30761 -0.18555,-0.17578 -0.27832,-0.42969 -0.27832,-0.76172 0,-0.0586 0.005,-0.12207 0.0146,-0.19043 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3020"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 277.06962,451.1572 c 0,-0.45898 0,-0.92773 0,-1.40625 0,-0.94726 0.005,-1.92382 0.0147,-2.92969 0.13671,-1.83593 0.23437,-3.4619 0.29297,-4.87793 0.0586,-1.416 0.19042,-2.64159 0.3955,-3.67676 0.20508,-1.03514 0.52734,-1.89939 0.9668,-2.59277 0.43945,-0.69334 1.09375,-1.24998 1.96289,-1.66992 0.86914,-0.4199 2.00683,-0.71776 3.41309,-0.89356 1.40624,-0.17576 3.18358,-0.26365 5.33203,-0.26367 0.29295,2e-5 0.73241,0.0195 1.31836,0.0586 0.58592,0.0391 1.23045,0.11721 1.93359,0.23438 0.70311,0.11721 1.42576,0.27346 2.16797,0.46875 0.74217,0.19533 1.42088,0.44924 2.03613,0.76172 0.61522,0.31252 1.11814,0.69338 1.50879,1.14257 0.3906,0.44924 0.58592,0.97659 0.58594,1.58204 -2e-5,1.32814 -0.3467,2.48536 -1.04004,3.47168 -0.69338,0.98634 -1.5967,1.84083 -2.70996,2.56347 -1.1133,0.72267 -2.3633,1.31837 -3.75,1.78711 -1.38673,0.46876 -2.77833,0.83986 -4.17481,1.11328 -1.39649,0.27345 -2.72461,0.46388 -3.98437,0.57129 -1.25977,0.10743 -2.31934,0.16114 -3.17871,0.16113 l -0.17578,8.20313 c -1e-5,0.17578 -0.12696,0.29297 -0.38086,0.35156 -0.25391,0.0586 -0.55176,0.0879 -0.89356,0.0879 -0.3418,0 -0.66894,-0.0147 -0.98144,-0.0439 -0.3125,-0.0293 -0.52735,-0.0342 -0.64453,-0.0147 0,-1.40625 -0.005,-2.80273 -0.0147,-4.18945 z m 3.01758,-8.74512 c -0.01,0.0879 -0.0147,0.17091 -0.0147,0.24902 -10e-6,0.32228 0.0488,0.61037 0.14648,0.86426 0.11719,0.32228 0.32715,0.5713 0.62989,0.74707 0.20507,0.1172 0.47851,0.17579 0.82031,0.17578 0.14648,10e-6 0.30761,-0.01 0.4834,-0.0293 0.5664,2e-5 1.30858,-0.0342 2.22656,-0.10253 0.91796,-0.0683 1.88964,-0.18554 2.91504,-0.35157 1.02538,-0.166 2.05565,-0.40038 3.09082,-0.70312 1.03514,-0.30272 1.96775,-0.68358 2.79785,-1.14258 0.83006,-0.45897 1.50877,-1.00585 2.03613,-1.64062 0.52733,-0.63476 0.791,-1.38182 0.79102,-2.24122 -0.13674,-0.62498 -0.45412,-1.1572 -0.95215,-1.59668 -0.49807,-0.43943 -1.1133,-0.78611 -1.8457,-1.04003 -0.73244,-0.25389 -1.53811,-0.42479 -2.417,-0.5127 -0.52735,-0.0488 -1.05958,-0.0732 -1.59668,-0.0732 -0.36134,2e-5 -0.72266,0.01 -1.08398,0.0293 -0.90821,0.0586 -1.792,0.18557 -2.65137,0.38086 -0.85938,0.19534 -1.63086,0.45413 -2.31445,0.77637 -0.6836,0.32229 -1.24024,0.70314 -1.66992,1.14258 -0.42969,0.43947 -0.67384,0.92287 -0.73242,1.45019 -0.0391,0.29299 -0.10743,0.64455 -0.20508,1.05469 -0.0977,0.41017 -0.19044,0.83498 -0.27832,1.27442 -0.0879,0.43946 -0.14649,0.86915 -0.17578,1.28906 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3022"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 300.97587,451.1572 c 0,-0.45898 0,-0.92773 0,-1.40625 0,-0.94726 0.005,-1.92382 0.0147,-2.92969 0.13671,-1.83593 0.23437,-3.4619 0.29297,-4.87793 0.0586,-1.416 0.19042,-2.64159 0.3955,-3.67676 0.20508,-1.03514 0.52734,-1.89939 0.9668,-2.59277 0.43945,-0.69334 1.09375,-1.24998 1.96289,-1.66992 0.86914,-0.4199 2.00683,-0.71776 3.41309,-0.89356 1.40624,-0.17576 3.18358,-0.26365 5.33203,-0.26367 0.29295,2e-5 0.73241,0.0195 1.31836,0.0586 0.58592,0.0391 1.23045,0.11721 1.93359,0.23438 0.70311,0.11721 1.42576,0.27346 2.16797,0.46875 0.74217,0.19533 1.42088,0.44924 2.03613,0.76172 0.61522,0.31252 1.11814,0.69338 1.50879,1.14257 0.3906,0.44924 0.58592,0.97659 0.58594,1.58204 -2e-5,1.32814 -0.3467,2.48536 -1.04004,3.47168 -0.69338,0.98634 -1.5967,1.84083 -2.70996,2.56347 -1.1133,0.72267 -2.3633,1.31837 -3.75,1.78711 -1.38673,0.46876 -2.77833,0.83986 -4.17481,1.11328 -1.39649,0.27345 -2.72461,0.46388 -3.98437,0.57129 -1.25977,0.10743 -2.31934,0.16114 -3.17871,0.16113 l -0.17578,8.20313 c -1e-5,0.17578 -0.12696,0.29297 -0.38086,0.35156 -0.25391,0.0586 -0.55176,0.0879 -0.89356,0.0879 -0.3418,0 -0.66894,-0.0147 -0.98144,-0.0439 -0.3125,-0.0293 -0.52735,-0.0342 -0.64453,-0.0147 0,-1.40625 -0.005,-2.80273 -0.0147,-4.18945 z m 3.01758,-8.74512 c -0.01,0.0879 -0.0147,0.17091 -0.0147,0.24902 -10e-6,0.32228 0.0488,0.61037 0.14648,0.86426 0.11719,0.32228 0.32715,0.5713 0.62989,0.74707 0.20507,0.1172 0.47851,0.17579 0.82031,0.17578 0.14648,10e-6 0.30761,-0.01 0.4834,-0.0293 0.5664,2e-5 1.30858,-0.0342 2.22656,-0.10253 0.91796,-0.0683 1.88964,-0.18554 2.91504,-0.35157 1.02538,-0.166 2.05565,-0.40038 3.09082,-0.70312 1.03514,-0.30272 1.96775,-0.68358 2.79785,-1.14258 0.83006,-0.45897 1.50877,-1.00585 2.03613,-1.64062 0.52733,-0.63476 0.791,-1.38182 0.79102,-2.24122 -0.13674,-0.62498 -0.45412,-1.1572 -0.95215,-1.59668 -0.49807,-0.43943 -1.1133,-0.78611 -1.8457,-1.04003 -0.73244,-0.25389 -1.53811,-0.42479 -2.417,-0.5127 -0.52735,-0.0488 -1.05958,-0.0732 -1.59668,-0.0732 -0.36134,2e-5 -0.72266,0.01 -1.08398,0.0293 -0.90821,0.0586 -1.792,0.18557 -2.65137,0.38086 -0.85938,0.19534 -1.63086,0.45413 -2.31445,0.77637 -0.6836,0.32229 -1.24024,0.70314 -1.66992,1.14258 -0.42969,0.43947 -0.67384,0.92287 -0.73242,1.45019 -0.0391,0.29299 -0.10743,0.64455 -0.20508,1.05469 -0.0977,0.41017 -0.19044,0.83498 -0.27832,1.27442 -0.0879,0.43946 -0.14649,0.86915 -0.17578,1.28906 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3024"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 339.28153,446.20602 c 0,-2.0117 0.36133,-3.93553 1.08399,-5.77148 0.72265,-1.83592 1.71386,-3.45213 2.97363,-4.84863 1.25976,-1.39647 2.74413,-2.50975 4.45312,-3.33985 1.70898,-0.83005 3.55956,-1.24509 5.55176,-1.24511 0.80077,2e-5 1.46971,0.044 2.00684,0.13183 0.53709,0.0879 0.97166,0.27346 1.30371,0.55664 0.33201,0.28323 0.57127,0.6885 0.71777,1.21582 0.14647,0.52737 0.21971,1.23049 0.21973,2.10938 -1.13283,-1.13279 -2.31935,-1.8408 -3.55957,-2.12403 -0.56642,-0.12693 -1.12306,-0.1904 -1.66992,-0.19043 -0.66408,3e-5 -1.31837,0.0928 -1.96289,0.27833 -1.18166,0.34181 -2.29494,0.94728 -3.33985,1.8164 -1.04493,0.86916 -1.94336,1.88479 -2.69531,3.04688 -0.75196,1.16212 -1.31836,2.42189 -1.69922,3.77929 -0.28321,0.99611 -0.42481,1.98244 -0.4248,2.95899 -1e-5,0.35157 0.0195,0.69825 0.0586,1.04004 0,1.23047 0.21972,2.30957 0.65918,3.2373 0.43945,0.92774 1.03515,1.69434 1.78711,2.29981 0.75195,0.60547 1.63573,1.05957 2.65137,1.3623 1.01561,0.30274 2.0996,0.4541 3.25195,0.4541 1.4453,-0.11718 2.71483,-0.36132 3.80859,-0.73242 1.09374,-0.37109 2.09471,-0.82031 3.00293,-1.34766 0.90819,-0.52733 1.77733,-1.09862 2.60743,-1.71386 0.83005,-0.61523 1.70407,-1.21582 2.62207,-1.80176 0.17575,10e-6 0.35642,0.01 0.54199,0.0293 0.18552,0.0195 0.35642,0.0586 0.51269,0.11718 0.15623,0.0586 0.28318,0.15138 0.38086,0.27832 0.0976,0.12696 0.14646,0.30763 0.14649,0.542 -0.97659,0.85938 -2.03128,1.71875 -3.16407,2.57812 -1.13283,0.85938 -2.32912,1.62598 -3.58886,2.29981 -1.25979,0.67383 -2.57814,1.21093 -3.95508,1.61132 -1.25001,0.36133 -2.53419,0.542 -3.85254,0.542 -0.12696,0 -0.25392,0 -0.38086,0 -1.28907,0 -2.53907,-0.21973 -3.75,-0.65918 -1.21094,-0.43946 -2.28516,-1.06446 -3.22266,-1.875 -0.9375,-0.81055 -1.68457,-1.77734 -2.24121,-2.90039 -0.55664,-1.12304 -0.83496,-2.36816 -0.83496,-3.73536 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3026"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 365.8538,431.61618 c 0.21484,-0.29294 0.4248,-0.57126 0.62988,-0.83496 0.20508,-0.26365 0.50293,-0.39548 0.89356,-0.39551 0.2539,3e-5 0.48827,0.30276 0.70312,0.9082 0.21484,0.6055 0.40039,1.41116 0.55664,2.417 0.15625,1.00588 0.29297,2.15334 0.41016,3.44238 0.11718,1.28908 0.21484,2.62697 0.29297,4.01367 0.0781,1.38673 0.14159,2.76857 0.19043,4.14551 0.0488,1.37696 0.0879,2.63673 0.11718,3.7793 0.0293,1.14258 0.0488,2.12402 0.0586,2.94433 0.01,0.82032 0.0146,1.37696 0.0146,1.66992 -10e-6,0.35157 -0.0732,0.63477 -0.21973,0.84961 -0.14649,0.21485 -0.33204,0.38575 -0.55664,0.5127 -0.22461,0.12695 -0.47852,0.20996 -0.76172,0.24902 -0.28321,0.0391 -0.55176,0.0586 -0.80566,0.0586 -0.0391,0 -0.0928,-0.005 -0.16114,-0.0146 -0.0684,-0.01 -0.1123,-0.0147 -0.13183,-0.0147 -1e-5,-0.50781 -0.0147,-1.28418 -0.0439,-2.3291 -0.0293,-1.04492 -0.0635,-2.22656 -0.10254,-3.54492 -0.0391,-1.31836 -0.0781,-2.70507 -0.11719,-4.16016 -0.0391,-1.45507 -0.083,-2.84178 -0.13183,-4.16016 -0.0488,-1.31834 -0.0977,-2.49998 -0.14649,-3.54492 -0.0488,-1.0449 -0.083,-1.82127 -0.10253,-2.3291 -10e-6,-0.1367 -0.0244,-0.38084 -0.0732,-0.73242 -0.0488,-0.35154 -0.10254,-0.72264 -0.16113,-1.11328 -0.0586,-0.39061 -0.12207,-0.75682 -0.19043,-1.09864 -0.0684,-0.34177 -0.12207,-0.58103 -0.16113,-0.71777 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3028"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 371.65458,433.16891 c 0,-0.44919 0.12695,-0.77146 0.38086,-0.96679 0.2539,-0.19529 0.55664,-0.3076 0.9082,-0.33692 0.0781,-0.01 0.16113,-0.0146 0.24903,-0.0146 l 0.80566,0.11718 c 0.35156,0.0977 0.60546,0.21487 0.76172,0.35157 0.0781,0.27346 0.11718,0.5176 0.11719,0.73242 -10e-6,0.28322 -0.0684,0.50783 -0.20508,0.67383 -0.23438,0.29299 -0.542,0.45412 -0.92285,0.48339 -0.0488,2e-5 -0.0977,2e-5 -0.14649,0 -0.33203,2e-5 -0.67871,-0.083 -1.04004,-0.24902 -0.41016,-0.19529 -0.71289,-0.45896 -0.9082,-0.79102 z m 1.08398,21.32813 0,-16.34766 2.31446,0 c 0.17577,2.40236 0.33202,4.95607 0.46875,7.66114 0.13671,2.70508 0.2539,5.43457 0.35156,8.18847 -0.0977,0.39063 -0.29786,0.67383 -0.60059,0.84961 -0.30274,0.17578 -0.62988,0.26856 -0.98144,0.27832 -0.0293,0 -0.0586,0 -0.0879,0 -0.32227,0 -0.62012,-0.0537 -0.89356,-0.16113 -0.30273,-0.11719 -0.49316,-0.27344 -0.57129,-0.46875 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3030"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 377.25028,450.54196 c -0.0488,-0.42968 -0.0732,-0.8496 -0.0732,-1.25976 0,-1.14257 0.17578,-2.26562 0.52734,-3.36914 0.47852,-1.5039 1.20117,-2.83202 2.16797,-3.98438 0.9668,-1.15233 2.13379,-2.06541 3.50098,-2.73926 1.28905,-0.63475 2.6953,-0.95213 4.21875,-0.95215 0.0879,2e-5 0.17577,2e-5 0.26367,0 0.27343,2e-5 0.63964,0.0391 1.09863,0.11719 0.45898,0.0781 0.94726,0.20021 1.46485,0.36621 0.51756,0.16603 1.02537,0.376 1.52344,0.62989 0.49803,0.25392 0.93748,0.55665 1.31835,0.9082 0.38085,0.35158 0.66893,0.74708 0.86426,1.18652 0.12694,0.29298 0.19041,0.61037 0.19043,0.95215 -2e-5,0.16603 -0.0147,0.34181 -0.0439,0.52734 -0.8008,0.56642 -1.72365,0.95705 -2.76856,1.17188 -1.04493,0.21485 -2.10939,0.36622 -3.19336,0.4541 -1.08399,0.0879 -2.14356,0.16603 -3.17871,0.23438 -1.03516,0.0684 -1.93848,0.24903 -2.70996,0.54199 -0.77149,0.29298 -1.36719,0.75684 -1.78711,1.3916 -0.30274,0.45899 -0.45899,1.06934 -0.46875,1.83105 0,0.28321 0.0244,0.58595 0.0732,0.90821 0.29297,1.07422 0.77637,1.86524 1.4502,2.37304 0.67382,0.50782 1.45507,0.81544 2.34375,0.92286 0.30273,0.0391 0.61523,0.0537 0.9375,0.0439 0.60546,0 1.24022,-0.0635 1.9043,-0.19043 1.00584,-0.20507 1.99217,-0.47363 2.95898,-0.80566 0.96678,-0.33203 1.8701,-0.68359 2.70996,-1.05469 0.83983,-0.37109 1.53319,-0.67382 2.08008,-0.9082 0.25389,0 0.46873,0.0928 0.64453,0.27832 0.17576,0.18555 0.26365,0.40528 0.26367,0.65918 -0.4883,0.83984 -1.23048,1.5918 -2.22656,2.25586 -0.99611,0.66406 -2.11916,1.20117 -3.36914,1.61132 -1.25001,0.41016 -2.55372,0.66407 -3.91113,0.76172 -0.34181,0.0195 -0.67384,0.0293 -0.9961,0.0293 -0.98633,0 -1.92871,-0.10742 -2.82715,-0.32227 -1.19141,-0.29296 -2.23633,-0.81054 -3.13476,-1.55273 -0.89844,-0.74219 -1.50391,-1.74804 -1.81641,-3.01758 z m 5.85938,-7.61719 7.26562,-1.20117 c -0.31251,-0.46873 -0.71778,-0.80076 -1.21582,-0.99609 -0.49806,-0.1953 -1.02052,-0.29296 -1.56738,-0.29297 -0.35157,10e-6 -0.78126,0.0391 -1.28906,0.11719 -0.50783,0.0781 -0.99611,0.21486 -1.46485,0.41015 -0.46875,0.19533 -0.87403,0.44924 -1.21582,0.76172 -0.3418,0.31252 -0.5127,0.71291 -0.51269,1.20117 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3032"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 397.94852,448.91599 c 0,-0.3125 0,-0.62988 0,-0.95215 0,-0.63476 0.005,-1.27441 0.0147,-1.91895 0.0195,-0.96679 0.0488,-1.91405 0.0879,-2.8418 0.0391,-0.92772 0.083,-1.77244 0.13184,-2.53418 0.0488,-0.7617 0.0976,-1.40135 0.14648,-1.91894 0.0488,-0.51756 0.10254,-0.86424 0.16114,-1.04004 0.21484,-0.15623 0.45898,-0.30272 0.73242,-0.43945 0.27343,-0.1367 0.54687,-0.20506 0.82031,-0.20508 0.35156,0.0195 0.59082,0.24904 0.71777,0.68848 0.12695,0.43947 0.19043,0.93751 0.19043,1.49414 0,0.55665 -0.0342,1.09864 -0.10253,1.62597 -0.0684,0.52736 -0.10255,0.88869 -0.10254,1.08399 2.03124,-1.50389 3.77929,-2.59764 5.24414,-3.28125 1.46483,-0.68358 2.70018,-1.04491 3.70605,-1.08399 0.0684,2e-5 0.14159,2e-5 0.21973,0 0.90819,2e-5 1.64061,0.2344 2.19726,0.70313 0.60546,0.50783 1.07421,1.21095 1.40625,2.10937 0.33202,0.89845 0.55174,1.94826 0.65918,3.14942 0.10741,1.20118 0.17088,2.46583 0.19043,3.79394 0.01,0.66407 0.0146,1.33302 0.0147,2.00684 -2e-5,0.67383 -0.005,1.35742 -0.0147,2.05078 -1e-5,0.3418 -1e-5,0.6836 0,1.02539 -1e-5,1.00586 0.0195,1.97754 0.0586,2.91504 -0.2344,0.11719 -0.39553,0.18555 -0.4834,0.20508 -0.0391,0.01 -0.0781,0.0146 -0.11719,0.0146 -0.0586,0 -0.1172,-0.01 -0.17578,-0.0293 -0.10744,-0.0293 -0.24904,-0.0635 -0.42481,-0.10254 -0.17579,-0.0391 -0.44923,-0.0684 -0.82031,-0.0879 -0.23439,-0.95703 -0.36622,-2.05078 -0.39551,-3.28125 -0.0195,-0.74218 -0.0293,-1.48925 -0.0293,-2.24121 -2e-5,-0.50781 0.005,-1.0205 0.0146,-1.53809 0.01,-0.42968 0.0146,-0.85936 0.0146,-1.28906 -1e-5,-0.85937 -0.0147,-1.70897 -0.0439,-2.54883 -0.0391,-1.26952 -0.18556,-2.44139 -0.43945,-3.51562 0.1367,-0.31249 -0.01,-0.49315 -0.43946,-0.542 -0.1172,-0.01 -0.23927,-0.0146 -0.36621,-0.0146 -0.38087,1e-5 -0.84474,0.0488 -1.3916,0.14648 -0.7422,0.13673 -1.57228,0.35158 -2.49023,0.64453 -0.91798,0.29298 -1.792,0.63966 -2.62207,1.04004 -0.83009,0.4004 -1.55274,0.84474 -2.16797,1.33301 -0.61524,0.48829 -0.99122,0.97657 -1.12793,1.46484 l -0.0293,9.96094 -2.43164,0 c -0.11719,-0.27344 -0.20996,-0.70801 -0.27832,-1.30371 -0.0684,-0.5957 -0.12207,-1.29883 -0.16113,-2.10938 -0.0391,-0.81054 -0.0635,-1.68944 -0.0733,-2.63671 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3034"
|
||||
style="font-size:30px;fill:#e6e6e6;font-family:Architects Daughter;-inkscape-font-specification:Architects Daughter"
|
||||
d="m 416.06864,441.07907 5.47852,0 0,-9.46289 c 0.0781,-0.23435 0.21972,-0.44919 0.4248,-0.64453 0.20507,-0.19529 0.4248,-0.34177 0.65918,-0.43945 0.13671,-0.0586 0.27831,-0.0879 0.42481,-0.0879 0.0976,2e-5 0.20018,0.0147 0.30761,0.0439 0.2539,0.0684 0.46875,0.24905 0.64453,0.54199 0.19531,0.80081 0.33203,1.60647 0.41016,2.417 0.0781,0.81056 0.12695,1.62111 0.14649,2.43164 0.0195,0.81056 0.0342,1.62111 0.0439,2.43164 0.01,0.81056 0.0439,1.60646 0.10254,2.38769 0.37108,-0.0586 0.80077,-0.0928 1.28906,-0.10254 0.48827,-0.01 0.98144,-0.0195 1.47949,-0.0293 0.49804,-0.01 0.98632,-0.0195 1.46485,-0.0293 0.4785,-0.01 0.91307,-0.0342 1.30371,-0.0732 l -0.11719,2.63672 -5.33203,-0.14649 c -0.01,0.60548 -0.0147,1.18654 -0.0146,1.74317 -10e-6,0.55665 0.005,1.09375 0.0146,1.61132 0.0195,1.0254 0.0439,2.02638 0.0732,3.00293 0.0293,0.97657 0.0537,1.97266 0.0732,2.98828 0.0195,1.01563 0.0293,2.11915 0.0293,3.31055 -0.43946,0.19531 -0.8252,0.29297 -1.15722,0.29297 -0.26368,0 -0.48829,-0.0635 -0.67383,-0.19043 -0.41993,-0.2832 -0.71778,-0.75684 -0.89356,-1.4209 -0.17579,-0.66406 -0.26368,-1.47461 -0.26367,-2.43164 -1e-5,-0.95703 0.0146,-1.93847 0.0439,-2.94433 0.0293,-1.00586 0.0439,-1.97754 0.0439,-2.91504 -1e-5,-0.93749 -0.0879,-1.73827 -0.26367,-2.40235 l -5.68359,0 z" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 53 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 2.0 KiB |
@@ -0,0 +1,101 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 64 64"
|
||||
enable-background="new 0 0 64 64"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="100%"
|
||||
height="100%"
|
||||
sodipodi:docname="1f60e.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></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs14" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview12"
|
||||
showgrid="false"
|
||||
inkscape:zoom="5.2149125"
|
||||
inkscape:cx="31.262833"
|
||||
inkscape:cy="43.287727"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<g
|
||||
fill-rule="evenodd"
|
||||
id="g4">
|
||||
<path
|
||||
fill="#ffdd67"
|
||||
d="M32,2c16.568,0,30,13.432,30,30S48.567,62,32,62 C15.431,62,2,48.568,2,32S15.431,2,32,2"
|
||||
id="path6" />
|
||||
<path
|
||||
style="fill:#00b800;fill-opacity:1"
|
||||
d="M 3.5625,20.59375 C 3.5617277,20.61973 2.625,23.4375 2.625,23.4375 2.641847,23.4396 5,24.375 5,24.375 5.641,28.89 4.4665,34.149 8.0625,35.5 c 3.337999,1.254 13.65575,1.47825 16.96875,0.15625 2.263789,-0.707316 2.785744,-4.808374 4.5625,-9.21875 1.318373,-2.804199 4.047867,-2.09697 4.75,-0.03125 1.776756,4.410377 2.298711,8.542684 4.5625,9.25 3.313001,1.322 13.630751,1.09775 16.96875,-0.15625 3.596,-1.351 2.4215,-6.61 3.0625,-11.125 0,0 2.35815,-0.9354 2.375,-0.9375 0,0 -0.936727,-2.84902 -0.9375,-2.875 0,0 -56.8109128,0.05542 -56.8125,0.03125 z"
|
||||
id="path8"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccc" />
|
||||
</g>
|
||||
<path
|
||||
fill="#664e27"
|
||||
d="m21.462 43.09c1.133 1.779 2.712 3.071 4.548 3.956 1.831.886 3.908 1.326 5.991 1.328 2.081-.007 4.156-.445 5.986-1.331 1.834-.886 3.414-2.176 4.549-3.953.246 2.078-.826 4.341-2.82 5.944-1.974 1.626-4.844 2.58-7.716 2.567-2.871.008-5.738-.944-7.713-2.57-1.991-1.602-3.066-3.863-2.825-5.941"
|
||||
id="path10" />
|
||||
<path
|
||||
d="m 8.6970804,23.353774 c 0.0811,1.564202 0.05518,3.771962 0.1883838,5.667016 0.1332009,1.895055 0.4255216,3.477402 1.1430988,3.79078 2.19549,0.82479 10.557439,1.03174 12.736487,0.162226 1.488955,-0.465221 3.13895,-7.419132 3.646038,-9.600898"
|
||||
id="path8-8"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffdd67;fill-opacity:1"
|
||||
sodipodi:nodetypes="csccc" />
|
||||
<path
|
||||
d="m 55.38603,23.277822 c -0.0811,1.564202 -0.05519,3.771962 -0.188384,5.667016 -0.133202,1.895054 -0.425522,3.477402 -1.143099,3.79078 -2.195491,0.824789 -10.55744,1.03174 -12.736487,0.162226 -1.488955,-0.465221 -3.13895,-7.419133 -3.646038,-9.600898"
|
||||
id="path8-8-6"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffdd67;fill-opacity:1"
|
||||
sodipodi:nodetypes="csccc" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#664e27;fill-opacity:1;stroke:none"
|
||||
id="path3097"
|
||||
sodipodi:cx="17.016949"
|
||||
sodipodi:cy="27.79661"
|
||||
sodipodi:rx="2.7796609"
|
||||
sodipodi:ry="2.7118645"
|
||||
d="m 19.79661,27.79661 a 2.7796609,2.7118645 0 1 1 -5.559322,0 2.7796609,2.7118645 0 1 1 5.559322,0 z" />
|
||||
<path
|
||||
transform="translate(30.440678,2.9178945e-7)"
|
||||
sodipodi:type="arc"
|
||||
style="fill:#664e27;fill-opacity:1;stroke:none"
|
||||
id="path3097-7"
|
||||
sodipodi:cx="17.016949"
|
||||
sodipodi:cy="27.79661"
|
||||
sodipodi:rx="2.7796609"
|
||||
sodipodi:ry="2.7118645"
|
||||
d="m 19.79661,27.79661 a 2.7796609,2.7118645 0 1 1 -5.559322,0 2.7796609,2.7118645 0 1 1 5.559322,0 z" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 4.2 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 2.3 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
@@ -0,0 +1,164 @@
|
||||
<?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="svg4136"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
sodipodi:docname="owncloud.svg"
|
||||
inkscape:export-filename="/home/klaus/Pictures/app.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<metadata
|
||||
id="metadata4142">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<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="defs4140" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview4138"
|
||||
showgrid="false"
|
||||
inkscape:zoom="5.6568544"
|
||||
inkscape:cx="14.346866"
|
||||
inkscape:cy="30.516531"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4136" />
|
||||
<rect
|
||||
width="64"
|
||||
height="64"
|
||||
x="0"
|
||||
y="0"
|
||||
id="rect236"
|
||||
style="fill:#1d2d44;fill-opacity:1" />
|
||||
<circle
|
||||
d="m 308.82599,78.911003 c 0,11.229054 -9.10295,20.332001 -20.332,20.332001 -11.22906,0 -20.332,-9.102947 -20.332,-20.332001 0,-11.229054 9.10294,-20.332001 20.332,-20.332001 11.22905,0 20.332,9.102947 20.332,20.332001 z"
|
||||
sodipodi:ry="20.332001"
|
||||
sodipodi:rx="20.332001"
|
||||
sodipodi:cy="78.911003"
|
||||
sodipodi:cx="288.49399"
|
||||
cx="288.49399"
|
||||
cy="78.911003"
|
||||
r="20.332001"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle265"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 288.453,149.577 c 0,20.56818 -16.67381,37.242 -37.242,37.242 -20.56819,0 -37.242,-16.67382 -37.242,-37.242 0,-20.56819 16.67381,-37.242 37.242,-37.242 20.56819,0 37.242,16.67381 37.242,37.242 z"
|
||||
sodipodi:ry="37.242001"
|
||||
sodipodi:rx="37.242001"
|
||||
sodipodi:cy="149.577"
|
||||
sodipodi:cx="251.211"
|
||||
cx="251.211"
|
||||
cy="149.577"
|
||||
r="37.242001"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle272"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 333.48601,124.796 c 0,22.23553 -18.02547,40.261 -40.261,40.261 -22.23554,0 -40.26101,-18.02547 -40.26101,-40.261 0,-22.23554 18.02547,-40.261004 40.26101,-40.261004 22.23553,0 40.261,18.025464 40.261,40.261004 z"
|
||||
sodipodi:ry="40.261002"
|
||||
sodipodi:rx="40.261002"
|
||||
sodipodi:cy="124.796"
|
||||
sodipodi:cx="293.22501"
|
||||
cx="293.22501"
|
||||
cy="124.796"
|
||||
r="40.261002"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle279"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 412.57602,108.472 c 0,20.56819 -16.67382,37.242 -37.24201,37.242 -20.56818,0 -37.242,-16.67381 -37.242,-37.242 0,-20.568189 16.67382,-37.242 37.242,-37.242 20.56819,0 37.24201,16.673811 37.24201,37.242 z"
|
||||
sodipodi:ry="37.242001"
|
||||
sodipodi:rx="37.242001"
|
||||
sodipodi:cy="108.472"
|
||||
sodipodi:cx="375.33401"
|
||||
cx="375.33401"
|
||||
cy="108.472"
|
||||
r="37.242001"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle286"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 371.73401,79.503998 c 0,20.567632 -16.67336,37.241002 -37.241,37.241002 -20.56764,0 -37.241,-16.67337 -37.241,-37.241002 0,-20.567637 16.67336,-37.241001 37.241,-37.241001 20.56764,0 37.241,16.673364 37.241,37.241001 z"
|
||||
sodipodi:ry="37.241001"
|
||||
sodipodi:rx="37.241001"
|
||||
sodipodi:cy="79.503998"
|
||||
sodipodi:cx="334.49301"
|
||||
cx="334.49301"
|
||||
cy="79.503998"
|
||||
r="37.241001"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle293"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 479.727,163.95799 c 0,11.76367 -9.53633,21.3 -21.3,21.3 -11.76366,0 -21.3,-9.53633 -21.3,-21.3 0,-11.76366 9.53634,-21.3 21.3,-21.3 11.76367,0 21.3,9.53634 21.3,21.3 z"
|
||||
sodipodi:ry="21.299999"
|
||||
sodipodi:rx="21.299999"
|
||||
sodipodi:cy="163.95799"
|
||||
sodipodi:cx="458.427"
|
||||
cx="458.427"
|
||||
cy="163.95799"
|
||||
r="21.299999"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle300"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 453.424,147.563 c 0,22.23554 -18.02547,40.26101 -40.26101,40.26101 -22.23553,0 -40.261,-18.02547 -40.261,-40.26101 0,-22.23553 18.02547,-40.261 40.261,-40.261 22.23554,0 40.26101,18.02547 40.26101,40.261 z"
|
||||
sodipodi:ry="40.261002"
|
||||
sodipodi:rx="40.261002"
|
||||
sodipodi:cy="147.563"
|
||||
sodipodi:cx="413.16299"
|
||||
cx="413.16299"
|
||||
cy="147.563"
|
||||
r="40.261002"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle307"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<circle
|
||||
d="m 312.06099,166.011 c 0,11.76311 -9.53588,21.299 -21.299,21.299 -11.76311,0 -21.299,-9.53589 -21.299,-21.299 0,-11.76311 9.53589,-21.299 21.299,-21.299 11.76312,0 21.299,9.53589 21.299,21.299 z"
|
||||
sodipodi:ry="21.299"
|
||||
sodipodi:rx="21.299"
|
||||
sodipodi:cy="166.011"
|
||||
sodipodi:cx="290.76199"
|
||||
cx="290.76199"
|
||||
cy="166.011"
|
||||
r="21.299"
|
||||
transform="matrix(0.20046791,0,0,0.20046791,-37.454422,9.2352954)"
|
||||
id="circle314"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:4;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 42.35326,36.432575 c 0,5.682862 -4.607555,10.289616 -10.290819,10.289616 -5.68327,0 -10.290618,-4.606754 -10.290618,-10.289616 0,-5.683464 4.607549,-10.290619 10.290618,-10.290619 5.683063,0 10.290819,4.607155 10.290819,10.290619 z"
|
||||
id="path321"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#1d2d44;stroke-width:0.80187166;stroke-opacity:1" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 6.6 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.6 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.5 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.6 KiB |
|
Antes Largura: | Altura: | Tamanho: 2.1 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
@@ -0,0 +1,170 @@
|
||||
<?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"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 64 64"
|
||||
enable-background="new 0 0 64 64"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="100%"
|
||||
height="100%"
|
||||
sodipodi:docname="xmpp.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="defs14">
|
||||
<linearGradient
|
||||
id="SVGID_2_"
|
||||
y2="1.279e-13"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="-1073.2"
|
||||
gradientTransform="matrix(-1.0000166,0,0,1.0000166,-1008.2207,-0.00100002)"
|
||||
y1="126.85"
|
||||
x1="-1073.2">
|
||||
<stop
|
||||
stop-color="#1b3967"
|
||||
offset=".011"
|
||||
id="stop15" />
|
||||
<stop
|
||||
stop-color="#13b5ea"
|
||||
offset=".467"
|
||||
id="stop17" />
|
||||
<stop
|
||||
stop-color="#002b5c"
|
||||
offset=".9945"
|
||||
id="stop19" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="SVGID_1_"
|
||||
y2="0.00048828"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="-1807.2"
|
||||
gradientTransform="translate(1925.9953,9.9988343)"
|
||||
y1="125.86"
|
||||
x1="-1807.2">
|
||||
<stop
|
||||
stop-color="#1b3967"
|
||||
offset=".011"
|
||||
id="stop4" />
|
||||
<stop
|
||||
stop-color="#13b5ea"
|
||||
offset=".467"
|
||||
id="stop6" />
|
||||
<stop
|
||||
stop-color="#002b5c"
|
||||
offset=".9945"
|
||||
id="stop8" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
y2="0.00048828"
|
||||
x2="-1807.2"
|
||||
y1="125.86"
|
||||
x1="-1807.2"
|
||||
gradientTransform="matrix(1.0000166,0,0,1.0000166,1916.6379,-19.937399)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient3019"
|
||||
xlink:href="#SVGID_1_"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#SVGID_2_"
|
||||
id="linearGradient3048"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(-1.0000166,0,0,1.0000166,-1007.6106,-19.937399)"
|
||||
x1="-1073.2"
|
||||
y1="126.85"
|
||||
x2="-1073.2"
|
||||
y2="1.279e-13" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#SVGID_1_"
|
||||
id="linearGradient3058"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.0000166,0,0,1.0000166,1916.6379,-19.937399)"
|
||||
x1="-1807.2"
|
||||
y1="125.86"
|
||||
x2="-1807.2"
|
||||
y2="0.00048828" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#SVGID_2_"
|
||||
id="linearGradient3060"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(-1.0000166,0,0,1.0000166,-1007.6106,-19.937399)"
|
||||
x1="-1073.2"
|
||||
y1="126.85"
|
||||
x2="-1073.2"
|
||||
y2="1.279e-13" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1327"
|
||||
inkscape:window-height="744"
|
||||
id="namedview12"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="30.519755"
|
||||
inkscape:cy="28.83501"
|
||||
inkscape:window-x="39"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<g
|
||||
id="g3050"
|
||||
transform="matrix(0.34819669,0,0,0.38000549,1.8469324,14.646028)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:url(#linearGradient3058)"
|
||||
id="path10"
|
||||
d="m 136.89835,-5.7481628 c 0.077,1.313022 -1.78603,0.968016 -1.78603,2.293038 0,38.5516398 -44.720737,96.8326458 -89.848486,108.1918348 l 0,1.18201 C 105.22183,100.40863 171.99594,39.117582 173.50596,-19.933399 l -36.60061,14.1892362 z" />
|
||||
<path
|
||||
style="fill:#e96d1f"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path12"
|
||||
d="m 120.83809,-1.9770998 c 0.077,1.31302201 0.121,2.63304401 0.121,3.958066 0,38.5516388 -30.700509,90.4985348 -75.828258,101.8617238 l 0,1.63703 C 104.19681,101.65665 150.94259,42.455637 150.94259,-3.7221288 c 0,-2.37504 -0.125,-4.729079 -0.37101,-7.0561172 l -29.73049,8.7961462 z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:url(#linearGradient3060)"
|
||||
id="path21"
|
||||
d="m 37.205701,-5.7481628 c -0.077,1.313022 1.787029,0.968016 1.787029,2.293038 0,38.5516398 46.558773,97.3676558 91.68952,108.7318348 l 0,1.63903 C 70.728257,101.39565 2.1201185,39.114582 0.6100933,-19.936399 L 37.209701,-5.7471628 z" />
|
||||
<path
|
||||
style="fill:#a0ce67"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path23"
|
||||
d="m 55.338002,-1.0050838 c -0.076,1.31302201 -0.120002,2.630044 -0.120002,3.957066 0,38.5516398 30.699509,90.4985388 75.82826,101.8617278 l 0,1.63902 C 72.001278,103.66269 25.234502,43.427654 25.234502,-2.7491128 c 0,-2.375039 0.128002,-4.729078 0.371006,-7.056117 l 29.730494,8.798146 z" />
|
||||
<path
|
||||
style="fill:#439639"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path25"
|
||||
d="m 25.319503,-10.354239 7.617127,2.7220452 c -0.041,0.962016 -0.066,2.254037 -0.066,3.225053 0,41.2196848 37.271618,98.2056618 87.27345,107.1218108 3.24505,1.08802 7.53812,2.07704 10.93218,2.93105 l 0,1.63803 C 65.821176,101.72366 19.974415,35.416521 25.314503,-10.358239 z" />
|
||||
<path
|
||||
style="fill:#d9541e"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path27"
|
||||
d="m 150.94859,-11.177253 -7.83313,2.6250442 c 0.041,0.963016 0.191,2.203036 0.191,3.173052 0,41.2196848 -37.27262,98.2066678 -87.275447,107.1218168 -3.243054,1.08901 -7.538125,2.07703 -10.930181,2.93204 l 0,1.63903 C 113.44597,97.653591 156.28268,34.593507 150.94259,-11.178253 z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 6.1 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.8 KiB |
|
Antes Largura: | Altura: | Tamanho: 1.9 KiB |
|
Depois Largura: | Altura: | Tamanho: 892 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" fill="#dc5047" d="m2.3496 1v0.002c-0.1975 0.0382-0.3531 0.2333-0.3496 0.4375v13.122c0 0.228 0.2061 0.436 0.4316 0.436h11.138c0.226 0 0.432-0.208 0.432-0.437v-10.143c-0.004-0.0669-0.023-0.1329-0.055-0.1914l-3.312-3.1993c-0.043-0.0164-0.089-0.0255-0.135-0.0273h-8.0684c-0.0268-0.0026-0.0552-0.0026-0.082 0zm5.0059 2h0.1933c0.1855 0 0.3632 0.0663 0.4922 0.1953 0.5323 0.5322 0.2837 1.8299 0.0176 2.9024-0.0161 0.0483-0.0251 0.0891-0.0332 0.1132 0.3226 0.9112 0.783 1.6452 1.291 2.0645 0.2097 0.1613 0.4431 0.3216 0.7016 0.4668 0.362-0.0403 0.71-0.0567 1.041-0.0567 1 0 1.604 0.1777 1.837 0.5567 0.081 0.129 0.12 0.2821 0.096 0.4433-0.008 0.2016-0.079 0.3885-0.224 0.5335-0.138 0.153-0.378 0.24-0.733 0.24-0.613 0-1.615-0.186-2.4217-0.5977-1.3871 0.1537-2.4194 0.3417-3.25 0.6077-0.0403 0.016-0.0881 0.03-0.1445 0.054-1 1.71-1.7414 2.477-2.3946 2.477-0.1291 0-0.2586-0.033-0.3554-0.09l-0.3868-0.248-0.0254-0.041c-0.0565-0.145-0.0732-0.282-0.041-0.435 0.0887-0.427 0.5498-1.106 1.5176-1.711 0.1532-0.113 0.3942-0.242 0.7168-0.395 0.2419-0.4191 0.5011-0.9109 0.7754-1.4511 0.4113-0.8306 0.6675-1.6517 0.8691-2.3613v-0.0098c-0.2984-0.9757-0.4741-1.5642-0.1757-2.6367 0.0726-0.3064 0.3383-0.6211 0.6367-0.6211zm0.1211 0.5c-0.0162 0.0242-0.0405 0.0654-0.0567 0.0977-0.1371 0.3386-0.1288 0.9266 0.0567 1.6523l0.041-0.0312c0.0564-0.2581 0.0805-0.4848 0.1289-0.6622l0.0234-0.1289c0.0806-0.4596 0.0649-0.6932-0.0722-0.8867l-0.1211-0.041zm0.0664 3.6465c-0.1856 0.5968-0.4535 1.2321-0.8164 1.9336-0.1613 0.3064-0.3398 0.596-0.4043 0.8379l0.0898-0.0313c1.0242-0.3951 1.9937-0.621 2.6953-0.75-0.1209-0.0806-0.2353-0.1691-0.332-0.2578-0.4839-0.4112-0.9017-1.0067-1.2324-1.7324zm3.361 2.2168c-0.056 0-0.113-0.0006-0.185 0.0801 0.588 0.258 1.16 0.4121 1.531 0.4121 0.056 0 0.106-0.0076 0.154-0.0157h0.034c0.04-0.0161 0.064-0.0267 0.072-0.1074-0.016-0.0242-0.032-0.0556-0.072-0.0879-0.081-0.0806-0.405-0.2812-1.534-0.2812zm-5.863 1.4587c-0.1693 0.097-0.3061 0.186-0.3867 0.25-0.5726 0.524-0.9343 1.055-0.9746 1.362 0.3629-0.121 0.8371-0.652 1.3613-1.612z"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 2.3 KiB |
|
Depois Largura: | Altura: | Tamanho: 805 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<g transform="matrix(.79998 0 0 .8 1.6 1.9554)" fill="#969696">
|
||||
<path d="m6.9375 0.056c-0.2484 0-0.4375 0.18908-0.4375 0.4375v1.25c-0.5539 0.1422-1.0512 0.3719-1.5312 0.6563l-0.9063-0.9063c-0.17566-0.17566-0.44934-0.17566-0.625 0l-1.5 1.5c-0.17566 0.17566-0.17566 0.44934 0 0.625l0.9063 0.9063c-0.2844 0.48-0.5141 0.9773-0.6563 1.5312h-1.25c-0.24842 0-0.4375 0.1891-0.4375 0.4375v2.125c1e-8 0.24842 0.18908 0.4375 0.4375 0.4375h1.25c0.1422 0.5539 0.37188 1.0512 0.65625 1.5312l-0.9063 0.907c-0.17566 0.17566-0.17566 0.44934 0 0.625l1.5 1.5c0.17566 0.17566 0.44934 0.17566 0.625 0l0.9063-0.907c0.48 0.285 0.9773 0.514 1.5312 0.656v1.25c1e-7 0.24842 0.18908 0.4375 0.4375 0.4375h2.125c0.2484 0 0.4375-0.189 0.4375-0.438v-1.25c0.5539-0.1422 1.0512-0.37188 1.5312-0.65625l0.90625 0.90625c0.17566 0.17566 0.44934 0.17566 0.625 0l1.5-1.5c0.17566-0.17566 0.17566-0.44934 0-0.625l-0.906-0.906c0.285-0.48 0.514-0.9771 0.656-1.531h1.25c0.249 0 0.438-0.1891 0.438-0.4375v-2.125c0-0.2484-0.189-0.4375-0.438-0.4375h-1.25c-0.142-0.5539-0.371-1.0512-0.656-1.5312l0.906-0.9063c0.17566-0.17566 0.17566-0.44934 0-0.625l-1.5-1.5c-0.17566-0.17566-0.44934-0.17566-0.625 0l-0.906 0.9063c-0.48-0.2844-0.977-0.5141-1.531-0.6563v-1.25c0.0004-0.24872-0.1887-0.4378-0.4371-0.4378zm1.0625 4.1573c1.8451 0 3.3427 1.4975 3.3427 3.3427 0 1.8451-1.4975 3.3427-3.3427 3.3427-1.8451 0-3.3427-1.4979-3.3427-3.343s1.4976-3.3427 3.3427-3.3427z" display="block" fill="#969696"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.7 KiB |
|
Depois Largura: | Altura: | Tamanho: 640 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m12.805 1.0011c-2.2 0.3545-5.1445 0.7194-7.3383 1.0937-0.581 0.2835-0.4503 1.0133-0.4761 1.5429v7.0895c-1.2243-0.23017-2.7173 0.78142-2.782 2.3831-0.1057 0.99721 0.77859 1.8652 1.7402 1.8885 1.7217 0.04179 2.8992-1.1005 2.9179-2.545-0.01876-2.4261 0.0056-4.8533 0-7.2795 0.26654-0.01974 4.3036-0.79006 4.6667-0.84134v5.452c-1.07-0.2561-2.4374 0.4472-2.7766 1.8832-0.14314 0.80489 0.1274 1.8152 0.94411 2.156 1.5943 0.73261 3.783-0.75137 3.694-2.493-0.02473-3.235 0.02025-6.4717 0-9.707-0.042-0.30422-0.24827-0.64474-0.59033-0.62281z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 843 B |
|
Depois Largura: | Altura: | Tamanho: 306 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m2.3501 1.0014c-0.19751 0.0382-0.35351 0.23331-0.35001 0.43742v13.123c0.000005 0.22905 0.20523 0.43745 0.43079 0.43746l11.139 0.001c0.22556-0.000006 0.43078-0.20841 0.43079-0.43746v-10.143c-0.004-0.06684-0.022-0.13284-0.054-0.19135l-3.3121-3.1989c-0.043-0.0164-0.088-0.0256-0.134-0.0274l-8.0699-0.001c-0.02684-0.0026-0.05393-0.0026-0.08077 0z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 730 B |
|
Depois Largura: | Altura: | Tamanho: 283 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm0.5391 3h12v8h-12v-8z" fill-rule="evenodd" fill="#55739a"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 543 B |
|
Depois Largura: | Altura: | Tamanho: 595 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm6.5157 3.793h3.5704v3.3847l-1.192-1.1269-1.7847 1.6914-1.1894-1.1289 1.7851-1.6914-1.1894-1.1289zm-2.3809 0.5644h1.7852l0.5957 0.5645h-2.3809v4.5141h4.7593v-2.2583l0.596 0.5645v1.6938c0 0.312-0.266 0.564-0.596 0.564h-4.7593c-0.3297 0-0.5957-0.252-0.5957-0.564v-4.5141c0-0.3126 0.266-0.5645 0.5957-0.5645z" fill-rule="evenodd" fill="#55739a"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 826 B |
|
Depois Largura: | Altura: | Tamanho: 693 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm8.3829 3.5c0.4252 0 0.8512 0.1603 1.1742 0.4824 0.644 0.6442 0.644 1.7035 0 2.3477l-1.0492 1.0469c0.0442-0.3929-0.0174-0.7896-0.1876-1.1524l0.5648-0.5644c0.284-0.2844 0.284-0.7215 0-1.0059-0.285-0.2844-0.7218-0.2844-1.0062 0l-1.6757 1.6758c-0.2844 0.2843-0.2844 0.7215 0 1.0058 0.0593 0.0594 0.1291 0.1003 0.1992 0.1348l-0.6914 0.6913c-0.0646-0.048-0.1193-0.098-0.1778-0.156-0.6441-0.6443-0.6441-1.7017 0-2.3458l1.6758-1.6778c0.3221-0.3221 0.7483-0.4824 1.1739-0.4824zm-1.0157 2.3379c0.0646 0.0478 0.1193 0.0978 0.1778 0.1562 0.6438 0.6438 0.6431 1.7015 0 2.3459v0.002l-1.6758 1.676c-0.6442 0.644-1.7035 0.644-2.3477 0-0.6442-0.645-0.6442-1.704 0-2.3481l1.0488-1.0469c-0.0438 0.3929 0.0174 0.7896 0.1876 1.1524l-0.5645 0.5646c-0.2844 0.284-0.2844 0.721 0 1.006 0.2844 0.284 0.7215 0.284 1.0059 0l1.6757-1.6761c0.2844-0.2843 0.2844-0.7215 0-1.0058-0.0593-0.0594-0.1291-0.1003-0.1992-0.1348l0.6914-0.6914z" fill-rule="evenodd" fill="#55739a"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.4 KiB |
|
Depois Largura: | Altura: | Tamanho: 655 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm8.6521 3.4941c0.679 0 1.227 0.5503 1.227 1.2286 0 0.6782-0.548 1.2285-1.227 1.2285-0.3022 0-0.5806-0.1097-0.7946-0.291l-2.3692 1.207c0.003 0.035 0.0078 0.0714 0.0078 0.1074 0 0.0641-0.0081 0.1281-0.0175 0.1895l2.3476 1.1989c0.2182-0.198 0.5079-0.32 0.8259-0.32 0.679 0 1.229 0.552 1.229 1.23 0 0.679-0.55 1.227-1.229 1.227-0.678 0-1.2282-0.548-1.2282-1.227 0-0.022 0.0027-0.046 0.0039-0.068l-2.4317-1.2362c-0.2039 0.1512-0.4574 0.2382-0.7304 0.2382-0.6783 0-1.2266-0.5483-1.2266-1.2265 0-0.6783 0.5483-1.2266 1.2266-1.2266 0.3043 0 0.5842 0.1096 0.7988 0.293l2.3672-1.2071c-0.0033-0.0366-0.0078-0.0757-0.0078-0.1132 0-0.6783 0.5502-1.2266 1.2282-1.2266v-0.0059z" fill-rule="evenodd" fill="#55739a"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.2 KiB |
|
Depois Largura: | Altura: | Tamanho: 655 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m1.4609 2c-0.2505 0-0.4609 0.2104-0.4609 0.4609v11.078c0 0.259 0.2021 0.461 0.4609 0.461h13.078c0.259 0 0.461-0.202 0.461-0.461v-9.0761c0-0.2504-0.21-0.4629-0.461-0.4629h-6.539l-2-2h-4.5391zm6.545 2.8867l1.0722 2.6836 2.9219 0.2305-2.2227 1.8476 0.6857 2.8516-2.4454-1.543-2.5 1.533 0.7109-2.8025-2.2285-1.9043 2.8848-0.1875 1.1211-2.709z" fill-rule="evenodd" fill="#55739a"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 669 B |
|
Depois Largura: | Altura: | Tamanho: 276 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)" fill="#55739a">
|
||||
<path d="m200.2 999.72c-0.28913 0-0.53125 0.2421-0.53125 0.53117v12.784c0 0.2985 0.23264 0.5312 0.53125 0.5312h15.091c0.2986 0 0.53124-0.2327 0.53124-0.5312l0.0004-10.474c0-0.2889-0.24211-0.5338-0.53124-0.5338l-7.5457 0.0005-2.3076-2.3078z" fill-rule="evenodd" fill="#55739a"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 662 B |
|
Depois Largura: | Altura: | Tamanho: 486 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m1.3438 2c-0.19748 0.03825-0.3473 0.2334-0.34375 0.4375v11.125c0 0.23 0.212 0.438 0.4375 0.438h13.125c0.22555-0.000006 0.43749-0.20846 0.4375-0.4375v-10.953c-0.0005-0.33655-0.2645-0.61145-0.5155-0.6095zm0.65619 0.99994 12 0.0000068v5.0001l-1-1-3 4-3-3-4 4h-1zm2.5001 1c-0.82845 0-1.5 0.67155-1.5 1.5s0.67155 1.5 1.5 1.5 1.5-0.67155 1.5-1.5-0.67155-1.5-1.5-1.5z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 748 B |
|
Depois Largura: | Altura: | Tamanho: 302 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<g fill-rule="evenodd" transform="matrix(.86667 0 0 .86667 -172.05 -864.43)" fill="#35537a">
|
||||
<path d="m4 3-2 2v7.539c0 0.259 0.2021 0.461 0.4609 0.461h11.078c0.259 0 0.461-0.202 0.461-0.461v-7.539l-2-2zm1 1h6l1 1h-8z" fill-rule="evenodd" transform="matrix(1.1538 0 0 1.1538 198.51 997.42)" fill="#55739a"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 598 B |
|
Depois Largura: | Altura: | Tamanho: 570 B |
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<g fill="#969696" transform="matrix(.5 0 0 .5 290.36 -.78825)">
|
||||
<path d="m-572.71 3.5765c-1.108 0-2 0.892-2 2v4c0 1.108 0.892 2 2 2s2-0.892 2-2v-4c0-1.108-0.892-2-2-2zm16 0c-1.108 0-2 0.892-2 2v4c0 1.108 0.892 2 2 2s2-0.892 2-2v-4c0-1.108-0.892-2-2-2zm-13 4v2c0 1.662-1.338 3-3 3s-3-1.338-3-3v-1.875c-1.728 0.44254-3 2.0052-3 3.875v16c0 2.216 1.784 4 4 4h20c2.216 0 4-1.784 4-4v-16c0-1.8698-1.272-3.4325-3-3.875v1.875c0 1.662-1.338 3-3 3s-3-1.338-3-3v-2h-10zm-5.9062 9h21.812c0.0554 0 0.0937 0.03835 0.0937 0.09375v11.812c0 0.0554-0.0384 0.09375-0.0937 0.09375h-21.812c-0.0554 0-0.0937-0.03835-0.0937-0.09375v-11.812c0-0.0554 0.0384-0.09375 0.0937-0.09375z" fill="#969696"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 966 B |
|
Depois Largura: | Altura: | Tamanho: 591 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path d="m10.828 3.0503-1.4138 1.4142 3.5358 3.5355-3.5358 3.536 1.4138 1.414 4.95-4.95-4.95-4.9497zm-5.6569 0l-4.9493 4.9497 4.9498 4.95 1.4142-1.414-3.5355-3.536 3.5355-3.5355-1.4142-1.4142z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 494 B |
|
Depois Largura: | Altura: | Tamanho: 889 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m4.6156 3.3325c-0.97744 0-1.8066 0.71483-1.8066 1.6373 0.0069 0.29157 0.033 0.65113 0.20701 1.4115v0.0188l0.01885 0.01885c0.05585 0.16 0.13714 0.25152 0.24465 0.37639s0.23568 0.27185 0.35756 0.39521c0.0144 0.0145 0.0235 0.02345 0.0376 0.037649 0.02415 0.10519 0.05345 0.21839 0.07527 0.31993 0.05807 0.27016 0.05211 0.46148 0.0376 0.52694-0.42001 0.14747-0.94254 0.32311-1.4114 0.52693-0.2632 0.1144-0.5015 0.2166-0.6963 0.3387-0.1949 0.1221-0.3887 0.2144-0.4517 0.4893-0.001 0.0125-0.001 0.0251 0 0.037648-0.06155 0.56519-0.15466 1.3963-0.22583 1.9572-0.01535 0.11808 0.04685 0.24255 0.15055 0.30111 0.85134 0.45986 2.1591 0.64493 3.4627 0.63988 1.3036-0.0051 2.601-0.20105 3.4251-0.63988 0.10368-0.05855 0.16592-0.18303 0.15055-0.30111-0.0227-0.17536-0.05063-0.57074-0.07527-0.95982-0.02465-0.38905-0.046-0.77173-0.07527-0.99742-0.0102-0.055948-0.0367-0.10883-0.07528-0.15056-0.2616-0.3125-0.6527-0.5037-1.1102-0.6963-0.4176-0.1758-0.9071-0.3584-1.3926-0.5645-0.02715-0.060528-0.05416-0.23663 0-0.50814 0.0145-0.072898 0.03735-0.15098 0.05646-0.22583 0.04565-0.051098 0.08118-0.092853 0.13173-0.15056 0.10782-0.12307 0.22367-0.25215 0.31993-0.37639 0.09625-0.12424 0.175-0.23082 0.22583-0.37639l0.01885-0.0188c0.1967-0.79393 0.19681-1.1252 0.20701-1.4115v-0.01885c0-0.92247-0.82919-1.6373-1.8066-1.6373zm5.1679-1.5025c-1.4251 0-2.634 1.0421-2.634 2.387 0.0101 0.42508 0.04815 0.94927 0.3018 2.0578v0.02745l0.02745 0.02745c0.08143 0.23325 0.19994 0.36668 0.35668 0.54874 0.15674 0.18205 0.3436 0.39632 0.52129 0.57618 0.0209 0.02115 0.0343 0.034299 0.05487 0.054883 0.03525 0.15335 0.07793 0.31839 0.10975 0.46643 0.08465 0.39387 0.07597 0.67278 0.05488 0.76823-0.61234 0.21501-1.3742 0.47106-2.0578 0.76823-0.38378 0.16685-0.73109 0.31583-1.0152 0.49388-0.28411 0.17804-0.56664 0.31254-0.65849 0.71338-0.0015 0.01825-0.0015 0.03665 0 0.05489-0.08974 0.82398-0.22549 2.0356-0.32925 2.8534-0.0224 0.17215 0.06833 0.35362 0.2195 0.43899 1.2412 0.67043 3.1478 0.94028 5.0484 0.93288s3.792-0.2931 4.9936-0.93288c0.15116-0.08537 0.2419-0.26684 0.2195-0.43899-0.03315-0.25564-0.07382-0.83208-0.10975-1.3993-0.03595-0.56718-0.06711-1.1252-0.10974-1.4542-0.0149-0.08155-0.05344-0.15866-0.10975-0.21949-0.38168-0.45576-0.95194-0.73438-1.6188-1.0152-0.60884-0.25635-1.3226-0.52259-2.0304-0.82308-0.03955-0.088248-0.07897-0.345 0-0.74078 0.0212-0.10628 0.05441-0.22011 0.08231-0.32924 0.06652-0.074503 0.11836-0.13538 0.19206-0.2195 0.1572-0.17941 0.3261-0.36762 0.46643-0.54874 0.14033-0.18113 0.25515-0.33651 0.32924-0.54874l0.02745-0.02745c0.28679-1.1574 0.28694-1.6404 0.30182-2.0578v-0.02745c0-1.3449-1.2089-2.387-2.634-2.387z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 2.9 KiB |
|
Depois Largura: | Altura: | Tamanho: 382 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m2.3496 1.002c-0.1975 0.0382-0.3531 0.2333-0.3496 0.4375v13.122c0 0.23 0.2061 0.438 0.4316 0.438h11.138c0.226 0 0.432-0.208 0.432-0.438v-10.142c-0.004-0.0669-0.023-0.133-0.055-0.1915l-3.312-3.1992c-0.043-0.0164-0.089-0.0255-0.135-0.0273h-8.0684c-0.0268-0.00265-0.0552-0.00265-0.082 0zm1.6504 1.998h6v1h-6v-1zm0 3h5v1h-5v-1zm0 3h8v1h-8v-1zm0 3h4v1h-4v-1z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 741 B |
|
Depois Largura: | Altura: | Tamanho: 318 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m1.3438 2c-0.1975 0.0382-0.34736 0.2334-0.3438 0.4375v11.125c0 0.229 0.212 0.438 0.4375 0.438h13.125c0.22555-0.000006 0.4375-0.20846 0.4375-0.4375v-10.953c0-0.3362-0.265-0.611-0.516-0.609zm0.6562 1h12v10h-12zm3 2v6l6-3z" fill="#969696"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 607 B |
|
Depois Largura: | Altura: | Tamanho: 380 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m2.3496 1.002c-0.1975 0.0382-0.3531 0.2333-0.3496 0.4375v13.122c0 0.23 0.2061 0.438 0.4316 0.438h11.138c0.226 0 0.432-0.208 0.432-0.438v-10.142c-0.004-0.0669-0.023-0.133-0.055-0.1915l-3.312-3.1992c-0.043-0.0164-0.089-0.0255-0.135-0.0273h-8.0684c-0.0268-0.00265-0.0552-0.00265-0.082 0zm1.6504 1.998h6v1h-6v-1zm0 3h5v1h-5v-1zm0 3h8v1h-8v-1zm0 3h4v1h-4v-1z" fill="#49abea"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 741 B |
|
Depois Largura: | Altura: | Tamanho: 259 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m1.3438 2c-0.1975 0.0382-0.34736 0.2334-0.3438 0.4375v11.125c0 0.229 0.212 0.438 0.4375 0.438h13.125c0.22555-0.000006 0.4375-0.20846 0.4375-0.4375v-10.953c0-0.3362-0.265-0.611-0.516-0.609zm0.6562 3h12v6h-12z" fill="#f0965f"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 595 B |
|
Depois Largura: | Altura: | Tamanho: 362 B |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg 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/">
|
||||
<path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m2.3496 1.002c-0.1975 0.0382-0.3531 0.2333-0.3496 0.4375v13.122c0.000005 0.22905 0.20608 0.43749 0.43164 0.4375h11.139c0.22556-0.000006 0.43163-0.20845 0.43164-0.4375v-10.143c-0.004-0.06684-0.02269-0.1329-0.05469-0.19141l-3.3125-3.1992c-0.043-0.0164-0.08876-0.025544-0.13477-0.027344h-8.0684c-0.02684-0.0026-0.055194-0.0026-0.082028 2e-7zm1.6504 2.998h2v2h-2zm3 0h5v2h-5zm-3 3h2v2h-2zm3 0h5v2h-5zm-3 3h2v2h-2zm3 0h5v2h-5z" fill="#9abd4e"/>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 809 B |
@@ -0,0 +1,57 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="44"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
viewBox="0 0 44 44"
|
||||
width="44"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91+devel r"
|
||||
sodipodi:docname="fullscreen_black.svg"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1869"
|
||||
inkscape:window-height="1056"
|
||||
id="namedview11"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="-6.9152542"
|
||||
inkscape:cy="16"
|
||||
inkscape:window-x="51"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" /><g
|
||||
id="background"
|
||||
transform="translate(0,12)"><rect
|
||||
height="32"
|
||||
width="32"
|
||||
id="rect2"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:none" /></g><g
|
||||
id="fullscreen"
|
||||
transform="translate(6,4)"><path
|
||||
d="m 20,8 8,8 V 8 Z M 4,24 h 8 L 4,16 Z"
|
||||
id="path5"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
d="M 32,28 V 4 H 0 v 24 h 14 v 2 H 8 v 2 H 24 V 30 H 18 V 28 Z M 2,26 V 6 h 28 v 20 z"
|
||||
id="path7"
|
||||
inkscape:connector-curvature="0" /></g></svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 1.9 KiB |
@@ -0,0 +1,60 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="44"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
viewBox="0 0 44 44"
|
||||
width="44"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91+devel r"
|
||||
sodipodi:docname="fullscreen_white.svg"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs13" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1869"
|
||||
inkscape:window-height="1056"
|
||||
id="namedview11"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="-6.9152542"
|
||||
inkscape:cy="16"
|
||||
inkscape:window-x="51"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" /><g
|
||||
id="background"
|
||||
transform="translate(0,12)"><rect
|
||||
height="32"
|
||||
width="32"
|
||||
id="rect2"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:none" /></g><g
|
||||
id="fullscreen"
|
||||
transform="translate(6,4)"
|
||||
style="fill:#ffffff"><path
|
||||
d="m 20,8 8,8 V 8 Z M 4,24 h 8 L 4,16 Z"
|
||||
id="path5"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
d="M 32,28 V 4 H 0 v 24 h 14 v 2 H 8 v 2 H 24 V 30 H 18 V 28 Z M 2,26 V 6 h 28 v 20 z"
|
||||
id="path7"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></g></svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 2.0 KiB |
@@ -0,0 +1,87 @@
|
||||
<?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="272.70593"
|
||||
height="275.19449"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="gear_grey.svg">
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.8"
|
||||
inkscape:cx="146.88159"
|
||||
inkscape:cy="131.06634"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1111"
|
||||
inkscape:window-height="716"
|
||||
inkscape:window-x="191"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="0"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" />
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4617">
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:#b3b3b3;stroke:none"
|
||||
id="path4619"
|
||||
sodipodi:cx="141.42857"
|
||||
sodipodi:cy="140.90877"
|
||||
sodipodi:rx="124.28571"
|
||||
sodipodi:ry="124.28571"
|
||||
d="m 265.71429,140.90877 a 124.28571,124.28571 0 1 1 -248.57143,0 124.28571,124.28571 0 1 1 248.57143,0 z"
|
||||
transform="translate(170.48656,275.14888)" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf: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
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-175.56216,-278.4604)">
|
||||
<path
|
||||
style="fill:#000000;stroke:none"
|
||||
d="m 322.90077,552.37609 c -0.8025,-1.03265 -4.1298,-6.77812 -7.394,-12.76771 -5.66062,-10.38686 -5.9349,-11.45971 -5.9349,-23.21429 0,-6.77827 -0.16071,-12.33471 -0.35714,-12.34764 -0.19643,-0.0129 -7.10714,-1.25351 -15.35714,-2.75686 -8.25,-1.50332 -15.42054,-2.29632 -15.93453,-1.7622 -0.51399,0.53413 -2.65068,5.852 -4.7482,11.8175 -3.29679,9.3763 -4.91271,11.81339 -11.92261,17.98135 -13.16776,11.58617 -12.78024,11.47418 -21.89865,6.32807 l -7.91867,-4.46902 2.59473,-13.70492 c 2.49374,-13.17148 2.90233,-14.05529 10.49705,-22.70579 4.34627,-4.95047 7.90231,-9.56676 7.90231,-10.2584 0,-1.47559 -18.31337,-23.80793 -20.06165,-24.4643 -0.65433,-0.24566 -6.31795,2.51133 -12.58583,6.12664 l -11.39614,6.57329 -13.13132,-0.41234 -13.13131,-0.41236 -3.2803,-8.73539 -3.28031,-8.7354 10.00696,-8.17517 c 10.84131,-8.85678 12.71635,-9.70148 27.21704,-12.26113 l 9.64286,-1.70214 0,-16.16553 0,-16.16553 -7.5,-1.47726 c -4.125,-0.81249 -9.8425,-1.8811 -12.70556,-2.37469 -3.46464,-0.5973 -8.76203,-3.85429 -15.83987,-9.73882 l -10.63432,-8.8414 3.17885,-8.52806 3.17886,-8.52805 13.60638,-0.40736 13.60637,-0.40735 10.9584,6.47878 c 6.02712,3.56333 11.38742,6.44805 11.91178,6.41048 1.07253,-0.0768 19.25751,-22.17096 20.00721,-24.30806 0.26531,-0.75631 -2.67819,-5.06316 -6.54112,-9.5708 -9.23405,-10.77518 -8.94789,-10.17209 -11.75184,-24.76724 l -2.43237,-12.66102 8.23066,-4.90297 8.23065,-4.90298 10.59272,9.07442 c 9.9688,8.53993 10.84458,9.77375 14.869,20.94783 2.78986,7.74624 4.97907,11.78706 6.2981,11.625 1.112,-0.13663 8.28967,-1.33754 15.95038,-2.66869 l 13.92857,-2.42028 0,-12.18641 c 0,-11.78521 0.21856,-12.59093 6.63887,-24.47416 3.65139,-6.75827 6.83678,-12.52672 7.07865,-12.81878 0.24187,-0.29206 4.61063,0.25596 9.70834,1.21783 10.34441,1.95186 9.29217,0.3446 12.39626,18.9345 1.53751,9.2079 1.41438,10.15238 -2.8655,21.98039 -2.45962,6.79749 -4.29177,12.48885 -4.07147,12.64746 4.71177,3.39226 27.103,15.17953 28.15202,14.81988 0.79829,-0.27369 4.84943,-4.58023 9.00255,-9.57008 6.9761,-8.38161 8.52263,-9.438 20.30933,-13.87272 l 12.75821,-4.80025 5.08923,5.87865 c 2.79907,3.23326 5.53904,6.62899 6.08881,7.54607 0.54977,0.91709 -2.04455,6.76442 -5.76518,12.99407 -6.19419,10.37126 -7.69156,11.86889 -17.75219,17.75522 -6.04307,3.53571 -11.0023,7.00724 -11.02051,7.71451 -0.0183,0.70726 2.31563,7.61798 5.18633,15.35714 3.61895,9.75638 5.91877,14.07069 7.5,14.06952 1.2543,-9.3e-4 6.9707,-0.89614 12.70311,-1.98936 10.42006,-1.9872 10.42577,-1.98654 23.57143,2.70176 l 13.14886,4.68944 0.41954,9.31679 0.41954,9.3168 -8.15887,3.05261 c -15.89207,5.94599 -18.87437,6.32689 -32.05681,4.0942 l -12.23376,-2.072 -5.26624,14.56129 c -2.89645,8.00871 -5.25595,15.12 -5.24333,15.80287 0.0128,0.68285 4.99475,3.99618 11.07143,7.36293 10.50011,5.81754 11.37924,6.70144 17.71197,17.80828 l 6.66347,11.68693 -2.7181,3.62029 c -1.49496,1.99115 -4.17209,5.33511 -5.94919,7.43102 l -3.23108,3.81075 -12.85165,-4.85782 c -10.57761,-3.99825 -13.73735,-5.93237 -17.85714,-10.93058 -2.75303,-3.34003 -6.61264,-7.82157 -8.57693,-9.959 l -3.57143,-3.88623 -13.57142,7.92583 c -7.46429,4.3592 -13.74919,8.09684 -13.96646,8.30585 -0.21727,0.20903 1.60376,5.7737 4.04673,12.36596 4.3249,11.67062 4.39808,12.26779 2.78221,22.70022 -2.66803,17.22532 -2.40288,16.70485 -9.04751,17.76102 -3.2768,0.52086 -7.29125,1.27903 -8.92097,1.68483 -1.62973,0.4058 -3.61975,-0.10714 -4.42225,-1.13973 l 0,0 z m 5.75622,-91.21091 c 40.6356,-15.20371 40.72047,-74.63235 0.12828,-89.86647 -11.6351,-4.36662 -28.19803,-3.77677 -38.37603,1.36669 -37.2726,18.83572 -35.50133,72.09244 2.92315,87.89042 10.85167,4.4616 24.40368,4.69537 35.32454,0.60936 l 6e-5,0 z"
|
||||
id="path4584"
|
||||
inkscape:connector-curvature="0"
|
||||
clip-path="url(#clipPath4617)" />
|
||||
<path
|
||||
style="fill:#000000;stroke:none"
|
||||
d="m 137.40915,254.8325 c -1.26388,-3.15876 -2.30675,-9.74805 -2.31748,-14.64286 -0.03,-13.68249 -0.66793,-14.93253 -8.47507,-16.60686 -3.72822,-0.79957 -10.89569,-1.87094 -15.92771,-2.38086 l -9.14914,-0.92711 -4.027767,10.62916 c -3.904909,10.30494 -9.421742,18.24315 -12.678473,18.24315 -1.736606,0 -17.384447,-8.69884 -21.68079,-12.05264 -4.20131,-3.27961 -1.931667,-10.19323 6.980559,-21.26363 l 7.845084,-9.74484 -6.385824,-8.1123 c -3.512203,-4.46177 -8.245923,-10.30856 -10.519376,-12.99287 l -4.133552,-4.88057 -12.329214,6.66628 c -6.781068,3.66646 -13.656601,6.66629 -15.278964,6.66629 -3.271731,0 -8.338082,-9.55112 -11.612425,-21.89182 -1.76747,-6.66142 -1.710297,-6.98112 1.710359,-9.56355 1.946426,-1.46946 9.163956,-3.80946 16.038956,-5.19999 l 12.5,-2.52823 0,-16.70704 0,-16.70704 -10.357143,-1.78814 c -5.696429,-0.98348 -12.843581,-3.02213 -15.882561,-4.53034 -5.022513,-2.4926 -5.458415,-3.15507 -4.789259,-7.2786 0.404887,-2.49503 2.547958,-9.193329 4.76238,-14.885117 3.592557,-9.234046 4.434488,-10.348706 7.816639,-10.348706 2.084728,0 9.100345,3.00841 15.59026,6.685357 l 11.799845,6.685356 4.166639,-4.899642 c 9.088134,-10.686935 15.464628,-19.545471 15.464628,-21.484214 0,-1.121577 -2.62404,-5.214683 -5.831201,-9.09579 -6.7947,-8.222527 -9.883084,-13.759459 -9.883084,-17.718639 0,-3.210132 18.974775,-15.886714 23.77982,-15.886714 3.625548,0 7.895445,5.827393 12.682653,17.308799 2.091384,5.015875 4.349691,9.69443 5.018461,10.396788 0.71142,0.747145 7.76951,0.222625 17.01037,-1.264124 l 15.79441,-2.541139 0,-11.921252 c 0,-7.621693 0.82879,-13.992614 2.29797,-17.664448 2.15452,-5.384664 2.66001,-5.743195 8.09727,-5.743195 3.18961,0 9.86981,0.708849 14.84489,1.575221 l 9.04558,1.575222 0,6.922461 c 0,3.807354 -1.65411,12.158671 -3.67581,18.558484 -2.0217,6.399813 -3.46813,11.829199 -3.21429,12.065302 0.25385,0.236103 6.82512,3.820095 14.60283,7.96443 l 14.14129,7.535151 8.71586,-9.435108 c 8.23632,-8.916025 15.3622,-13.90402 19.86332,-13.90402 1.78522,0 18.13823,18.020332 18.13823,19.987568 0,2.654106 -10.51563,12.705932 -18.94374,18.108223 -9.10246,5.834529 -9.82127,6.652683 -8.93776,10.1729 1.57242,6.264976 9.4061,25.907756 10.63515,26.667346 0.62578,0.38675 6.55497,-0.0216 13.17597,-0.90751 9.99681,-1.33756 13.11893,-1.25044 18.41143,0.51373 l 6.37324,2.12441 0,13.38956 0,13.38956 -6.42857,1.89426 c -5.17857,1.52593 -8.87329,1.5662 -19.00145,0.20712 -7.4181,-0.99542 -13.05582,-1.16059 -13.75084,-0.40286 -1.95698,2.1336 -10.3766,28.97456 -9.52241,30.35665 0.43701,0.70711 5.19671,3.90091 10.5771,7.09734 6.2538,3.71532 11.1796,7.92283 13.65558,11.66429 l 3.87307,5.8526 -2.86288,3.63956 c -4.38864,5.57927 -12.42466,14.31215 -14.15297,15.38031 -3.29983,2.0394 -12.69305,-3.81343 -21.67235,-13.50386 l -9.28571,-10.02111 -13.57143,8.13113 c -7.46428,4.47211 -13.79851,8.31193 -14.07606,8.53291 -0.27755,0.221 1.20602,5.53844 3.29682,11.81654 2.55534,7.673 3.65733,13.67335 3.36178,18.3049 l -0.43968,6.89015 -7.85714,1.64795 c -4.32143,0.90639 -10.84092,1.70996 -14.48775,1.78572 -6.45052,0.134 -6.69301,-0.0183 -8.92857,-5.60544 z m 19.61036,-73.3652 c 34.05446,-16.66129 35.92066,-67.13028 3.17384,-85.832465 -12.58073,-7.185038 -31.24883,-8.116887 -44.61884,-2.227222 -8.23256,3.62655 -18.548016,13.504017 -23.09118,22.110727 -3.416776,6.47285 -3.800721,8.7155 -3.800721,22.20021 0,12.90344 0.457912,15.85761 3.27616,21.1358 6.984552,13.08112 18.824081,22.45795 32.789441,25.96905 9.31337,2.34151 23.67947,0.84748 32.2713,-3.3561 z"
|
||||
id="path2985"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(175.56216,278.4604)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 9.5 KiB |
@@ -0,0 +1,59 @@
|
||||
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
viewBox="0 0 1000 1000"
|
||||
preserveAspectRatio="xMinYMin meet"
|
||||
width="100%"
|
||||
height="100%"
|
||||
style="width: 512px; height: 512px;"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="group_grey.svg">
|
||||
<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>
|
||||
<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="980"
|
||||
inkscape:window-height="716"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.6675088"
|
||||
inkscape:cx="512.17823"
|
||||
inkscape:cy="480.21903"
|
||||
inkscape:window-x="386"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
d="m 0.94630456,763.0963 c 0,22.21203 9.08673644,33.31804 27.26020844,33.31804 l 112.069747,0 0,-142.35887 c 0,-18.17347 4.54363,-34.83222 13.63088,-49.97627 9.08724,-15.14405 21.70797,-26.75512 37.86216,-34.83326 l 115.09866,-54.52042 c 10.09637,-6.05782 18.17347,-13.12528 24.23129,-21.20238 -12.11564,-18.17347 -22.21202,-39.37586 -30.28912,-63.60715 -8.0771,-24.2313 -12.11564,-49.47223 -12.11564,-75.7228 0,-16.1542 2.01927,-32.3084 6.05782,-48.46259 4.03855,-16.1542 9.08674,-31.29876 15.14456,-45.43368 -20.19275,-14.13493 -41.39513,-21.20239 -63.60715,-21.20239 -38.36622,2.01928 -68.65534,17.66839 -90.86736,46.94736 -22.21201,29.27897 -33.31803,62.09244 -33.31803,98.44042 2.01928,62.59751 24.2313,107.02155 66.63606,133.27212 L 16.092416,596.50615 C 5.9960421,602.56397 0.94785546,612.66034 0.94785546,626.79527 l 0,136.30103 z M 191.76775,796.41434 c -2.01927,42.40476 10.09637,64.61678 36.34695,66.63606 l 542.17524,0 c 12.11565,-4.03855 20.69783,-10.09637 25.74653,-18.17347 5.04869,-8.0771 7.57305,-14.63948 7.57305,-19.68716 l 0,-171.13275 c 0,-18.17347 -7.06746,-30.28912 -21.20238,-36.34694 L 637.01936,545.01619 573.41221,514.72707 c 38.36622,-22.21202 63.60715,-60.57824 75.7228,-115.09865 8.0771,-30.28912 8.0771,-61.58788 0,-93.89627 -10.09637,-36.34695 -28.7744,-67.14115 -56.0341,-92.38259 -27.25969,-25.24145 -59.06352,-38.87182 -95.4115,-40.89109 -36.34694,2.01927 -67.6457,15.64964 -93.89627,40.89109 -26.25057,25.24144 -44.42404,55.02601 -54.52042,89.35368 -12.11564,46.44331 -8.07709,93.89627 12.11565,142.35886 16.1542,30.28912 37.35658,54.52041 63.60715,72.69389 l -57.54932,27.2602 -151.4456,69.66498 c -16.1542,8.0771 -24.2313,21.20238 -24.2313,39.37585 l 0,142.35887 z m 475.53918,-302.8912 c 8.0771,8.0771 18.17347,16.1542 30.28912,24.23129 12.11565,8.0771 23.22166,14.13493 33.31803,18.17348 10.09638,4.03855 23.22166,9.59181 39.37586,16.65979 16.1542,7.06797 28.26984,12.62124 36.34694,16.65979 16.1542,8.0771 28.77493,19.68819 37.86218,34.83326 9.08724,15.14507 13.63088,31.80384 13.63088,49.97627 l 0,142.35887 115.09865,0 c 18.17347,-2.01928 27.26021,-13.12529 27.26021,-33.31803 l 0,-136.30104 c 0,-14.13493 -5.04819,-24.2313 -15.14456,-30.28912 L 815.72517,514.72707 c 42.40477,-30.28912 63.60715,-73.70352 63.60715,-130.24321 0,-38.36622 -12.11565,-72.18881 -36.34694,-101.46778 -24.2313,-29.27897 -53.51078,-43.91896 -87.83845,-43.92 -22.21202,0 -44.42404,7.06747 -66.63606,21.20239 12.11564,30.28912 18.17347,61.58787 18.17347,93.89627 0,50.48187 -13.12529,96.92518 -39.37586,139.32995 z"
|
||||
id="path4"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cscsscccsssccscccscccccssscccccscscccccscccssssssccssccssccscc"
|
||||
style="fill:#000000;stroke-width:1.55090213000000010;fill-opacity:1" />
|
||||
</svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 4.2 KiB |