Merge lp:~kokoto-java/polly/numix-iconset into lp:polly

Proposed by George Karavasilev
Status: Merged
Merged at revision: 417
Proposed branch: lp:~kokoto-java/polly/numix-iconset
Merge into: lp:polly
Diff against target: 14458 lines (+14308/-0)
30 files modified
share/polly/iconsets/numix48/actions.svg (+86/-0)
share/polly/iconsets/numix48/block.svg (+340/-0)
share/polly/iconsets/numix48/cancel.svg (+334/-0)
share/polly/iconsets/numix48/close.svg (+145/-0)
share/polly/iconsets/numix48/compose.svg (+292/-0)
share/polly/iconsets/numix48/context.svg (+82/-0)
share/polly/iconsets/numix48/coordinates.svg (+198/-0)
share/polly/iconsets/numix48/delete.svg (+298/-0)
share/polly/iconsets/numix48/edit.svg (+228/-0)
share/polly/iconsets/numix48/expand.svg (+154/-0)
share/polly/iconsets/numix48/favorite.svg (+250/-0)
share/polly/iconsets/numix48/follow.svg (+415/-0)
share/polly/iconsets/numix48/info.svg (+1889/-0)
share/polly/iconsets/numix48/lists.svg (+80/-0)
share/polly/iconsets/numix48/media.svg (+64/-0)
share/polly/iconsets/numix48/message.svg (+462/-0)
share/polly/iconsets/numix48/more.svg (+144/-0)
share/polly/iconsets/numix48/next.svg (+177/-0)
share/polly/iconsets/numix48/notifications.svg (+242/-0)
share/polly/iconsets/numix48/popular.svg (+65/-0)
share/polly/iconsets/numix48/previous.svg (+177/-0)
share/polly/iconsets/numix48/protected.svg (+517/-0)
share/polly/iconsets/numix48/relationship.svg (+293/-0)
share/polly/iconsets/numix48/reply.svg (+171/-0)
share/polly/iconsets/numix48/retweet.svg (+171/-0)
share/polly/iconsets/numix48/retweets.svg (+5685/-0)
share/polly/iconsets/numix48/send.svg (+88/-0)
share/polly/iconsets/numix48/unfollow.svg (+495/-0)
share/polly/iconsets/numix48/unshorten.svg (+245/-0)
share/polly/iconsets/numix48/verified.svg (+521/-0)
To merge this branch: bzr merge lp:~kokoto-java/polly/numix-iconset
Reviewer Review Type Date Requested Status
Conscious User Pending
Review via email: mp+177289@code.launchpad.net

Description of the change

Numix iconset for Polly.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'share/polly/iconsets/numix48'
=== added file 'share/polly/iconsets/numix48/actions.svg'
--- share/polly/iconsets/numix48/actions.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/actions.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,86 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 id="svg7384"
13 height="48"
14 width="48"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="actions.svg">
18 <defs
19 id="defs11" />
20 <sodipodi:namedview
21 pagecolor="#ffffff"
22 bordercolor="#666666"
23 borderopacity="1"
24 objecttolerance="10"
25 gridtolerance="10"
26 guidetolerance="10"
27 inkscape:pageopacity="0"
28 inkscape:pageshadow="2"
29 inkscape:window-width="1366"
30 inkscape:window-height="715"
31 id="namedview9"
32 showgrid="false"
33 inkscape:zoom="4.2351368"
34 inkscape:cx="8"
35 inkscape:cy="21.559322"
36 inkscape:window-x="0"
37 inkscape:window-y="26"
38 inkscape:window-maximized="1"
39 inkscape:current-layer="svg7384" />
40 <metadata
41 id="metadata90">
42 <rdf:RDF>
43 <cc:Work
44 rdf:about="">
45 <dc:format>image/svg+xml</dc:format>
46 <dc:type
47 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48 <dc:title>Gnome Symbolic Icon Theme</dc:title>
49 </cc:Work>
50 </rdf:RDF>
51 </metadata>
52 <title
53 id="title9167">Gnome Symbolic Icon Theme</title>
54 <g
55 id="layer12"
56 transform="matrix(2.5,0,0,2.5,-298.4,-2163.5)"
57 style="fill:#5fc257;fill-opacity:1">
58 <rect
59 id="rect20592"
60 style="color:#000000;fill:#5fc257;fill-opacity:1;enable-background:new"
61 rx="0.38462001"
62 ry="0.50229001"
63 height="4"
64 width="4"
65 y="867"
66 x="126.96" />
67 <rect
68 id="rect16730"
69 style="color:#000000;fill:#5fc257;fill-opacity:1;enable-background:new"
70 rx="0.38462001"
71 ry="0.50229001"
72 height="4"
73 width="4"
74 y="873"
75 x="126.96" />
76 <rect
77 id="rect16732"
78 style="color:#000000;fill:#5fc257;fill-opacity:1;enable-background:new"
79 rx="0.38462001"
80 ry="0.50229001"
81 height="4"
82 width="4"
83 y="879"
84 x="126.96" />
85 </g>
86</svg>
087
=== added file 'share/polly/iconsets/numix48/block.svg'
--- share/polly/iconsets/numix48/block.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/block.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,340 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 version="1.1"
14 width="48"
15 height="48"
16 id="svg3123"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="cancel.svg">
19 <metadata
20 id="metadata58">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 <dc:title></dc:title>
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1366"
41 inkscape:window-height="715"
42 id="namedview56"
43 showgrid="false"
44 showguides="true"
45 inkscape:guide-bbox="true"
46 inkscape:zoom="4.1556334"
47 inkscape:cx="40.392524"
48 inkscape:cy="23.787368"
49 inkscape:window-x="0"
50 inkscape:window-y="26"
51 inkscape:window-maximized="1"
52 inkscape:current-layer="svg3123">
53 <inkscape:grid
54 type="xygrid"
55 id="grid3805" />
56 </sodipodi:namedview>
57 <defs
58 id="defs3125">
59 <linearGradient
60 id="linearGradient8838-795">
61 <stop
62 id="stop2737"
63 style="stop-color:black;stop-opacity:1"
64 offset="0" />
65 <stop
66 id="stop2739"
67 style="stop-color:black;stop-opacity:0"
68 offset="1" />
69 </linearGradient>
70 <radialGradient
71 cx="62.625"
72 cy="4.625"
73 r="10.625"
74 fx="62.625"
75 fy="4.625"
76 id="radialGradient3546"
77 xlink:href="#linearGradient8838-795"
78 gradientUnits="userSpaceOnUse"
79 gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
80 <linearGradient
81 id="linearGradient37935">
82 <stop
83 id="stop37937"
84 style="stop-color:#7c7c7c;stop-opacity:1"
85 offset="0" />
86 <stop
87 id="stop37939"
88 style="stop-color:#242424;stop-opacity:1"
89 offset="1" />
90 </linearGradient>
91 <linearGradient
92 x1="15.655657"
93 y1="13.360059"
94 x2="15.655657"
95 y2="44.785629"
96 id="linearGradient3571"
97 xlink:href="#linearGradient37935"
98 gradientUnits="userSpaceOnUse"
99 gradientTransform="translate(0.749992,5e-8)" />
100 <linearGradient
101 id="linearGradient4873-625-158-888-767">
102 <stop
103 id="stop4258"
104 style="stop-color:white;stop-opacity:1"
105 offset="0" />
106 <stop
107 id="stop4260"
108 style="stop-color:white;stop-opacity:0"
109 offset="1" />
110 </linearGradient>
111 <linearGradient
112 x1="63.397362"
113 y1="-9.3832779"
114 x2="63.397362"
115 y2="7.4434662"
116 id="linearGradient3568"
117 xlink:href="#linearGradient4873-625-158-888-767"
118 gradientUnits="userSpaceOnUse"
119 gradientTransform="matrix(2.149872,0,0,2.149872,-109.36554,31.935343)" />
120 <linearGradient
121 id="linearGradient42174">
122 <stop
123 id="stop42176"
124 style="stop-color:#a0a0a0;stop-opacity:1"
125 offset="0" />
126 <stop
127 id="stop42178"
128 style="stop-color:white;stop-opacity:1"
129 offset="1" />
130 </linearGradient>
131 <linearGradient
132 x1="6.342216"
133 y1="7.7893324"
134 x2="22.218424"
135 y2="25.884274"
136 id="linearGradient3565"
137 xlink:href="#linearGradient42174"
138 gradientUnits="userSpaceOnUse" />
139 <linearGradient
140 id="linearGradient2145">
141 <stop
142 id="stop2147"
143 style="stop-color:#fffffd;stop-opacity:1"
144 offset="0" />
145 <stop
146 id="stop2149"
147 style="stop-color:#cbcbc9;stop-opacity:1"
148 offset="1" />
149 </linearGradient>
150 <radialGradient
151 cx="11.901996"
152 cy="10.045444"
153 r="29.292715"
154 fx="11.901996"
155 fy="10.045444"
156 id="radialGradient3563"
157 xlink:href="#linearGradient2145"
158 gradientUnits="userSpaceOnUse" />
159 <linearGradient
160 id="linearGradient7101">
161 <stop
162 id="stop7103"
163 style="stop-color:black;stop-opacity:1"
164 offset="0" />
165 <stop
166 id="stop7105"
167 style="stop-color:black;stop-opacity:0"
168 offset="1" />
169 </linearGradient>
170 <linearGradient
171 x1="79.25"
172 y1="15.75"
173 x2="83.625"
174 y2="14.78125"
175 id="linearGradient3566"
176 xlink:href="#linearGradient7101"
177 gradientUnits="userSpaceOnUse" />
178 <linearGradient
179 id="linearGradient3747">
180 <stop
181 id="stop3749"
182 style="stop-color:#494949;stop-opacity:1"
183 offset="0" />
184 <stop
185 id="stop3751"
186 style="stop-color:#888a85;stop-opacity:0"
187 offset="1" />
188 </linearGradient>
189 <linearGradient
190 x1="78.3125"
191 y1="12.3125"
192 x2="83.203491"
193 y2="12.09283"
194 id="linearGradient3554"
195 xlink:href="#linearGradient3747"
196 gradientUnits="userSpaceOnUse"
197 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
198 <linearGradient
199 id="linearGradient7089">
200 <stop
201 id="stop7091"
202 style="stop-color:#eeeeec;stop-opacity:1"
203 offset="0" />
204 <stop
205 id="stop7093"
206 style="stop-color:#eeeeec;stop-opacity:0"
207 offset="1" />
208 </linearGradient>
209 <linearGradient
210 x1="80.625"
211 y1="14.0625"
212 x2="83.21875"
213 y2="13.875"
214 id="linearGradient3552"
215 xlink:href="#linearGradient7089"
216 gradientUnits="userSpaceOnUse"
217 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
218 <linearGradient
219 id="linearGradient7065">
220 <stop
221 id="stop7067"
222 style="stop-color:white;stop-opacity:1"
223 offset="0" />
224 <stop
225 id="stop7069"
226 style="stop-color:white;stop-opacity:0"
227 offset="1" />
228 </linearGradient>
229 <linearGradient
230 x1="78.5"
231 y1="16.40625"
232 x2="83.03125"
233 y2="16.4375"
234 id="linearGradient3549"
235 xlink:href="#linearGradient7065"
236 gradientUnits="userSpaceOnUse"
237 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
238 <linearGradient
239 id="linearGradient2499"
240 y2="5.4675999"
241 gradientUnits="userSpaceOnUse"
242 x2="63.396999"
243 gradientTransform="matrix(2.8014,0,0,2.8014,-142.25,43.835)"
244 y1="-12.489"
245 x1="63.396999">
246 <stop
247 id="stop4875"
248 style="stop-color:#ffffff;stop-opacity:0;"
249 offset="0" />
250 <stop
251 offset="0.70486474"
252 style="stop-color:#ffffff;stop-opacity:0;"
253 id="stop3899" />
254 <stop
255 id="stop4877"
256 style="stop-color:#ffffff;stop-opacity:1;"
257 offset="1" />
258 </linearGradient>
259 <radialGradient
260 r="61.015869"
261 fy="991.86218"
262 fx="64.807991"
263 cy="1019.3622"
264 cx="64.807991"
265 gradientTransform="matrix(1.2269244,0,0,0.99133944,-14.523159,8.5591009)"
266 gradientUnits="userSpaceOnUse"
267 id="radialGradient5966"
268 xlink:href="#linearGradient2499"
269 inkscape:collect="always" />
270 <linearGradient
271 x1="24"
272 y1="5"
273 x2="24"
274 gradientUnits="userSpaceOnUse"
275 y2="45"
276 id="linearGradient3269">
277 <stop
278 offset="0"
279 style="stop-color:#fff"
280 id="stop3261" />
281 <stop
282 offset="1"
283 style="stop-color:#fff;stop-opacity:0"
284 id="stop3263" />
285 </linearGradient>
286 <linearGradient
287 x1="24.104"
288 y1="15.181"
289 gradientTransform="matrix(1.8451,0,0,1.834,-20.057,-17.214)"
290 x2="24.104"
291 gradientUnits="userSpaceOnUse"
292 y2="34.224998"
293 id="linearGradient2452">
294 <stop
295 offset="0"
296 style="stop-color:#d7e866"
297 id="stop2266" />
298 <stop
299 offset="1"
300 style="stop-color:#8cab2a"
301 id="stop2268" />
302 </linearGradient>
303 <radialGradient
304 r="10.625"
305 gradientTransform="matrix(2.1647,0,0,0.75294,-111.56,36.518)"
306 cx="62.625"
307 cy="4.625"
308 gradientUnits="userSpaceOnUse"
309 id="radialGradient2469">
310 <stop
311 offset="0"
312 id="stop8840" />
313 <stop
314 offset="1"
315 style="stop-opacity:0"
316 id="stop8842" />
317 </radialGradient>
318 </defs>
319 <path
320 sodipodi:type="arc"
321 style="fill:none;stroke:#8d3939;stroke-width:2.30024503;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
322 id="path3019"
323 sodipodi:cx="20"
324 sodipodi:cy="28"
325 sodipodi:rx="10"
326 sodipodi:ry="10"
327 d="m 30,28 a 10,10 0 1 1 -20,0 10,10 0 1 1 20,0 z"
328 transform="matrix(1.7937219,0,0,1.793722,-11.87444,-26.224217)" />
329 <rect
330 style="fill:#8d3939;fill-opacity:1;stroke:none"
331 id="rect3037"
332 width="8.6322317"
333 height="34.076687"
334 x="28.8759"
335 y="-9.272337"
336 ry="2.2087865"
337 inkscape:transform-center-x="-9.9881254"
338 inkscape:transform-center-y="-0.31627053"
339 transform="matrix(0.85439223,0.51962863,-0.56038347,0.82823328,0,0)" />
340</svg>
0341
=== added file 'share/polly/iconsets/numix48/cancel.svg'
--- share/polly/iconsets/numix48/cancel.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/cancel.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,334 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 version="1.1"
14 width="48"
15 height="48"
16 id="svg3123"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="clock.svg">
19 <metadata
20 id="metadata58">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 <dc:title></dc:title>
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1366"
41 inkscape:window-height="715"
42 id="namedview56"
43 showgrid="true"
44 showguides="true"
45 inkscape:guide-bbox="true"
46 inkscape:zoom="4.1556334"
47 inkscape:cx="40.392524"
48 inkscape:cy="23.787368"
49 inkscape:window-x="0"
50 inkscape:window-y="26"
51 inkscape:window-maximized="1"
52 inkscape:current-layer="svg3123">
53 <inkscape:grid
54 type="xygrid"
55 id="grid3805" />
56 </sodipodi:namedview>
57 <defs
58 id="defs3125">
59 <linearGradient
60 id="linearGradient8838-795">
61 <stop
62 id="stop2737"
63 style="stop-color:black;stop-opacity:1"
64 offset="0" />
65 <stop
66 id="stop2739"
67 style="stop-color:black;stop-opacity:0"
68 offset="1" />
69 </linearGradient>
70 <radialGradient
71 cx="62.625"
72 cy="4.625"
73 r="10.625"
74 fx="62.625"
75 fy="4.625"
76 id="radialGradient3546"
77 xlink:href="#linearGradient8838-795"
78 gradientUnits="userSpaceOnUse"
79 gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
80 <linearGradient
81 id="linearGradient37935">
82 <stop
83 id="stop37937"
84 style="stop-color:#7c7c7c;stop-opacity:1"
85 offset="0" />
86 <stop
87 id="stop37939"
88 style="stop-color:#242424;stop-opacity:1"
89 offset="1" />
90 </linearGradient>
91 <linearGradient
92 x1="15.655657"
93 y1="13.360059"
94 x2="15.655657"
95 y2="44.785629"
96 id="linearGradient3571"
97 xlink:href="#linearGradient37935"
98 gradientUnits="userSpaceOnUse"
99 gradientTransform="translate(0.749992,5e-8)" />
100 <linearGradient
101 id="linearGradient4873-625-158-888-767">
102 <stop
103 id="stop4258"
104 style="stop-color:white;stop-opacity:1"
105 offset="0" />
106 <stop
107 id="stop4260"
108 style="stop-color:white;stop-opacity:0"
109 offset="1" />
110 </linearGradient>
111 <linearGradient
112 x1="63.397362"
113 y1="-9.3832779"
114 x2="63.397362"
115 y2="7.4434662"
116 id="linearGradient3568"
117 xlink:href="#linearGradient4873-625-158-888-767"
118 gradientUnits="userSpaceOnUse"
119 gradientTransform="matrix(2.149872,0,0,2.149872,-109.36554,31.935343)" />
120 <linearGradient
121 id="linearGradient42174">
122 <stop
123 id="stop42176"
124 style="stop-color:#a0a0a0;stop-opacity:1"
125 offset="0" />
126 <stop
127 id="stop42178"
128 style="stop-color:white;stop-opacity:1"
129 offset="1" />
130 </linearGradient>
131 <linearGradient
132 x1="6.342216"
133 y1="7.7893324"
134 x2="22.218424"
135 y2="25.884274"
136 id="linearGradient3565"
137 xlink:href="#linearGradient42174"
138 gradientUnits="userSpaceOnUse" />
139 <linearGradient
140 id="linearGradient2145">
141 <stop
142 id="stop2147"
143 style="stop-color:#fffffd;stop-opacity:1"
144 offset="0" />
145 <stop
146 id="stop2149"
147 style="stop-color:#cbcbc9;stop-opacity:1"
148 offset="1" />
149 </linearGradient>
150 <radialGradient
151 cx="11.901996"
152 cy="10.045444"
153 r="29.292715"
154 fx="11.901996"
155 fy="10.045444"
156 id="radialGradient3563"
157 xlink:href="#linearGradient2145"
158 gradientUnits="userSpaceOnUse" />
159 <linearGradient
160 id="linearGradient7101">
161 <stop
162 id="stop7103"
163 style="stop-color:black;stop-opacity:1"
164 offset="0" />
165 <stop
166 id="stop7105"
167 style="stop-color:black;stop-opacity:0"
168 offset="1" />
169 </linearGradient>
170 <linearGradient
171 x1="79.25"
172 y1="15.75"
173 x2="83.625"
174 y2="14.78125"
175 id="linearGradient3566"
176 xlink:href="#linearGradient7101"
177 gradientUnits="userSpaceOnUse" />
178 <linearGradient
179 id="linearGradient3747">
180 <stop
181 id="stop3749"
182 style="stop-color:#494949;stop-opacity:1"
183 offset="0" />
184 <stop
185 id="stop3751"
186 style="stop-color:#888a85;stop-opacity:0"
187 offset="1" />
188 </linearGradient>
189 <linearGradient
190 x1="78.3125"
191 y1="12.3125"
192 x2="83.203491"
193 y2="12.09283"
194 id="linearGradient3554"
195 xlink:href="#linearGradient3747"
196 gradientUnits="userSpaceOnUse"
197 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
198 <linearGradient
199 id="linearGradient7089">
200 <stop
201 id="stop7091"
202 style="stop-color:#eeeeec;stop-opacity:1"
203 offset="0" />
204 <stop
205 id="stop7093"
206 style="stop-color:#eeeeec;stop-opacity:0"
207 offset="1" />
208 </linearGradient>
209 <linearGradient
210 x1="80.625"
211 y1="14.0625"
212 x2="83.21875"
213 y2="13.875"
214 id="linearGradient3552"
215 xlink:href="#linearGradient7089"
216 gradientUnits="userSpaceOnUse"
217 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
218 <linearGradient
219 id="linearGradient7065">
220 <stop
221 id="stop7067"
222 style="stop-color:white;stop-opacity:1"
223 offset="0" />
224 <stop
225 id="stop7069"
226 style="stop-color:white;stop-opacity:0"
227 offset="1" />
228 </linearGradient>
229 <linearGradient
230 x1="78.5"
231 y1="16.40625"
232 x2="83.03125"
233 y2="16.4375"
234 id="linearGradient3549"
235 xlink:href="#linearGradient7065"
236 gradientUnits="userSpaceOnUse"
237 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
238 <linearGradient
239 id="linearGradient2499"
240 y2="5.4675999"
241 gradientUnits="userSpaceOnUse"
242 x2="63.396999"
243 gradientTransform="matrix(2.8014,0,0,2.8014,-142.25,43.835)"
244 y1="-12.489"
245 x1="63.396999">
246 <stop
247 id="stop4875"
248 style="stop-color:#ffffff;stop-opacity:0;"
249 offset="0" />
250 <stop
251 offset="0.70486474"
252 style="stop-color:#ffffff;stop-opacity:0;"
253 id="stop3899" />
254 <stop
255 id="stop4877"
256 style="stop-color:#ffffff;stop-opacity:1;"
257 offset="1" />
258 </linearGradient>
259 <radialGradient
260 r="61.015869"
261 fy="991.86218"
262 fx="64.807991"
263 cy="1019.3622"
264 cx="64.807991"
265 gradientTransform="matrix(1.2269244,0,0,0.99133944,-14.523159,8.5591009)"
266 gradientUnits="userSpaceOnUse"
267 id="radialGradient5966"
268 xlink:href="#linearGradient2499"
269 inkscape:collect="always" />
270 <linearGradient
271 x1="24"
272 y1="5"
273 x2="24"
274 gradientUnits="userSpaceOnUse"
275 y2="45"
276 id="linearGradient3269">
277 <stop
278 offset="0"
279 style="stop-color:#fff"
280 id="stop3261" />
281 <stop
282 offset="1"
283 style="stop-color:#fff;stop-opacity:0"
284 id="stop3263" />
285 </linearGradient>
286 <linearGradient
287 x1="24.104"
288 y1="15.181"
289 gradientTransform="matrix(1.8451,0,0,1.834,-20.057,-17.214)"
290 x2="24.104"
291 gradientUnits="userSpaceOnUse"
292 y2="34.224998"
293 id="linearGradient2452">
294 <stop
295 offset="0"
296 style="stop-color:#d7e866"
297 id="stop2266" />
298 <stop
299 offset="1"
300 style="stop-color:#8cab2a"
301 id="stop2268" />
302 </linearGradient>
303 <radialGradient
304 r="10.625"
305 gradientTransform="matrix(2.1647,0,0,0.75294,-111.56,36.518)"
306 cx="62.625"
307 cy="4.625"
308 gradientUnits="userSpaceOnUse"
309 id="radialGradient2469">
310 <stop
311 offset="0"
312 id="stop8840" />
313 <stop
314 offset="1"
315 style="stop-opacity:0"
316 id="stop8842" />
317 </radialGradient>
318 </defs>
319 <path
320 sodipodi:type="arc"
321 style="fill:none;stroke:#8d3939;stroke-width:2.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
322 id="path3019"
323 sodipodi:cx="20"
324 sodipodi:cy="28"
325 sodipodi:rx="10"
326 sodipodi:ry="10"
327 d="m 30,28 a 10,10 0 1 1 -20,0 10,10 0 1 1 20,0 z"
328 transform="matrix(1.7937219,0,0,1.793722,-11.87444,-26.224217)" />
329 <path
330 inkscape:connector-curvature="0"
331 id="path2997"
332 d="m 33.29279,14.661653 a 2.6038023,2.6040817 0 0 0 -0.210947,-0.17261 2.6038023,2.6040817 0 0 0 -3.490195,0.230147 L 24.0687,20.24273 18.545753,14.71919 a 2.6038023,2.6040817 0 1 0 -3.681963,3.682359 l 5.522946,5.52354 -5.522946,5.523539 a 2.6038023,2.6040817 0 1 0 3.681963,3.68236 l 5.522947,-5.523539 5.522948,5.523539 a 2.6038023,2.6040817 0 0 0 3.912087,-0.19179 2.6038023,2.6040817 0 0 0 -0.230123,-3.49057 l -5.522947,-5.523539 5.522947,-5.52354 a 2.6038023,2.6040817 0 0 0 0.01918,-3.739896 z"
333 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8d3939;fill-opacity:1;stroke:none;stroke-width:5.99999952;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
334</svg>
0335
=== added file 'share/polly/iconsets/numix48/close.svg'
--- share/polly/iconsets/numix48/close.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/close.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,145 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 id="svg3275"
14 height="48"
15 width="48"
16 version="1.0"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="close.svg">
19 <metadata
20 id="metadata19">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 <dc:title />
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1366"
41 inkscape:window-height="715"
42 id="namedview17"
43 showgrid="true"
44 inkscape:zoom="7.9999996"
45 inkscape:cx="5.1153186"
46 inkscape:cy="28.191109"
47 inkscape:window-x="0"
48 inkscape:window-y="26"
49 inkscape:window-maximized="1"
50 inkscape:current-layer="svg3275"
51 showguides="true"
52 inkscape:guide-bbox="true">
53 <inkscape:grid
54 type="xygrid"
55 id="grid2997" />
56 </sodipodi:namedview>
57 <defs
58 id="defs3277">
59 <radialGradient
60 id="radialGradient2469"
61 gradientUnits="userSpaceOnUse"
62 cy="4.625"
63 cx="62.625"
64 gradientTransform="matrix(2.1647,0,0,0.75294,-111.56,36.518)"
65 r="10.625">
66 <stop
67 id="stop8840"
68 offset="0" />
69 <stop
70 id="stop8842"
71 style="stop-opacity:0"
72 offset="1" />
73 </radialGradient>
74 <linearGradient
75 id="linearGradient2452"
76 y2="34.224998"
77 gradientUnits="userSpaceOnUse"
78 x2="24.104"
79 gradientTransform="matrix(1.8451,0,0,1.834,-20.057,-17.214)"
80 y1="15.181"
81 x1="24.104">
82 <stop
83 id="stop2266"
84 style="stop-color:#d7e866"
85 offset="0" />
86 <stop
87 id="stop2268"
88 style="stop-color:#8cab2a"
89 offset="1" />
90 </linearGradient>
91 <linearGradient
92 id="linearGradient3269"
93 y2="45"
94 gradientUnits="userSpaceOnUse"
95 x2="24"
96 y1="5"
97 x1="24">
98 <stop
99 id="stop3261"
100 style="stop-color:#fff"
101 offset="0" />
102 <stop
103 id="stop3263"
104 style="stop-color:#fff;stop-opacity:0"
105 offset="1" />
106 </linearGradient>
107 <radialGradient
108 inkscape:collect="always"
109 xlink:href="#linearGradient2499"
110 id="radialGradient5966"
111 gradientUnits="userSpaceOnUse"
112 gradientTransform="matrix(1.2269244,0,0,0.99133944,-14.523159,8.5591009)"
113 cx="64.807991"
114 cy="1019.3622"
115 fx="64.807991"
116 fy="991.86218"
117 r="61.015869" />
118 <linearGradient
119 x1="63.396999"
120 y1="-12.489"
121 gradientTransform="matrix(2.8014,0,0,2.8014,-142.25,43.835)"
122 x2="63.396999"
123 gradientUnits="userSpaceOnUse"
124 y2="5.4675999"
125 id="linearGradient2499">
126 <stop
127 offset="0"
128 style="stop-color:#ffffff;stop-opacity:0;"
129 id="stop4875" />
130 <stop
131 id="stop3899"
132 style="stop-color:#ffffff;stop-opacity:0;"
133 offset="0.70486474" />
134 <stop
135 offset="1"
136 style="stop-color:#ffffff;stop-opacity:1;"
137 id="stop4877" />
138 </linearGradient>
139 </defs>
140 <path
141 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#8d3939;fill-opacity:1;stroke:none;stroke-width:5.99999952;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
142 d="M 37.826804,10.104832 A 3.9056993,3.9061226 0 0 0 37.510385,9.8459168 3.9056993,3.9061226 0 0 0 32.275097,10.191138 l -8.284413,8.285308 -8.284411,-8.285308 a 3.9056993,3.9061226 0 1 0 -5.522939,5.523538 l 8.284411,8.28531 -8.284411,8.285308 a 3.9056993,3.9061226 0 1 0 5.522939,5.52354 l 8.284411,-8.285309 8.284413,8.285309 a 3.9056993,3.9061226 0 0 0 5.868125,-0.287685 3.9056993,3.9061226 0 0 0 -0.345184,-5.235855 l -8.284412,-8.285308 8.284412,-8.28531 a 3.9056993,3.9061226 0 0 0 0.02878,-5.609844 z"
143 id="path2997"
144 inkscape:connector-curvature="0" />
145</svg>
0146
=== added file 'share/polly/iconsets/numix48/compose.svg'
--- share/polly/iconsets/numix48/compose.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/compose.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,292 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 id="svg3508"
14 height="48"
15 width="48"
16 version="1.0"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="compose.svg">
19 <metadata
20 id="metadata62">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 </cc:Work>
28 </rdf:RDF>
29 </metadata>
30 <sodipodi:namedview
31 pagecolor="#ffffff"
32 bordercolor="#666666"
33 borderopacity="1"
34 objecttolerance="10"
35 gridtolerance="10"
36 guidetolerance="10"
37 inkscape:pageopacity="0"
38 inkscape:pageshadow="2"
39 inkscape:window-width="1366"
40 inkscape:window-height="715"
41 id="namedview60"
42 showgrid="true"
43 inkscape:zoom="4.9166667"
44 inkscape:cx="23.782134"
45 inkscape:cy="11.09972"
46 inkscape:window-x="0"
47 inkscape:window-y="26"
48 inkscape:window-maximized="1"
49 inkscape:current-layer="svg3508">
50 <inkscape:grid
51 type="xygrid"
52 id="grid3816" />
53 </sodipodi:namedview>
54 <defs
55 id="defs3510">
56 <linearGradient
57 id="linearGradient3156"
58 y2="36"
59 gradientUnits="userSpaceOnUse"
60 x2="-.097514"
61 gradientTransform="matrix(0.72415,0,0,0.73599,74.074876,5.5950852)"
62 y1="36"
63 x1="36.5">
64 <stop
65 id="stop3916"
66 style="stop-color:#c02cbb"
67 offset="0" />
68 <stop
69 id="stop3918"
70 style="stop-color:#b329ae;stop-opacity:.49804"
71 offset=".79722" />
72 <stop
73 id="stop3920"
74 style="stop-color:#982394;stop-opacity:0"
75 offset="1" />
76 </linearGradient>
77 <linearGradient
78 id="linearGradient3154"
79 y2="15.5"
80 gradientUnits="userSpaceOnUse"
81 x2="-.073089"
82 gradientTransform="matrix(0.72415,0,0,0.73599,74.074876,5.5950852)"
83 y1="15.5"
84 x1="23.997">
85 <stop
86 id="stop3700"
87 style="stop-color:#ce7ecc"
88 offset="0" />
89 <stop
90 id="stop3702"
91 style="stop-color:#c056bc;stop-opacity:.81569"
92 offset=".76279" />
93 <stop
94 id="stop3704"
95 style="stop-color:#f8c9f7;stop-opacity:0"
96 offset="1" />
97 </linearGradient>
98 <linearGradient
99 id="linearGradient3151"
100 y2="-.43754"
101 gradientUnits="userSpaceOnUse"
102 x2="20.484"
103 gradientTransform="matrix(0,-0.86253,0.84866,0,75.365876,45.413085)"
104 y1="12.82"
105 x1="20.484">
106 <stop
107 id="stop2189"
108 style="stop-color:#fff;stop-opacity:.64341"
109 offset="0" />
110 <stop
111 id="stop2191"
112 style="stop-color:#fff;stop-opacity:0"
113 offset="1" />
114 </linearGradient>
115 <linearGradient
116 id="linearGradient5060">
117 <stop
118 id="stop5062"
119 offset="0" />
120 <stop
121 id="stop5064"
122 style="stop-opacity:0"
123 offset="1" />
124 </linearGradient>
125 <linearGradient
126 id="linearGradient3104">
127 <stop
128 id="stop3106"
129 style="stop-color:#aaa"
130 offset="0" />
131 <stop
132 id="stop3108"
133 style="stop-color:#c8c8c8"
134 offset="1" />
135 </linearGradient>
136 <filter
137 id="filter3248"
138 y="-.16434"
139 x="-.14846"
140 height="1.3287"
141 width="1.2969">
142 <feGaussianBlur
143 id="feGaussianBlur3250"
144 stdDeviation="0.77391625" />
145 </filter>
146 <linearGradient
147 id="linearGradient2432"
148 y2="5.4565"
149 gradientUnits="userSpaceOnUse"
150 x2="36.358"
151 gradientTransform="matrix(0.9977,0,0,1.0407,57.259676,-6.7147148)"
152 y1="8.059"
153 x1="32.892">
154 <stop
155 id="stop8591"
156 style="stop-color:#fefefe"
157 offset="0" />
158 <stop
159 id="stop8593"
160 style="stop-color:#cbcbcb"
161 offset="1" />
162 </linearGradient>
163 <linearGradient
164 id="linearGradient2439"
165 y2="3.3639"
166 xlink:href="#linearGradient3104"
167 gradientUnits="userSpaceOnUse"
168 x2="22.004"
169 gradientTransform="translate(55.113776,-8.6560148)"
170 y1="47.813"
171 x1="22.004" />
172 <linearGradient
173 id="linearGradient2442"
174 y2="46.017"
175 gradientUnits="userSpaceOnUse"
176 x2="24"
177 gradientTransform="matrix(1,0,0,0.97778,57.095876,-6.5755848)"
178 y1="2"
179 x1="24">
180 <stop
181 id="stop3213"
182 style="stop-color:#fff"
183 offset="0" />
184 <stop
185 id="stop3215"
186 style="stop-color:#fff;stop-opacity:0"
187 offset="1" />
188 </linearGradient>
189 <radialGradient
190 id="radialGradient2445"
191 gradientUnits="userSpaceOnUse"
192 cy="112.3"
193 cx="102"
194 gradientTransform="matrix(0.3617,0,0,-0.39078,57.946936,41.908085)"
195 r="139.56">
196 <stop
197 id="stop41"
198 style="stop-color:#b7b8b9"
199 offset="0" />
200 <stop
201 id="stop47"
202 style="stop-color:#ececec"
203 offset=".18851" />
204 <stop
205 id="stop49"
206 style="stop-color:#fafafa;stop-opacity:0"
207 offset=".25718" />
208 <stop
209 id="stop51"
210 style="stop-color:#fff;stop-opacity:0"
211 offset=".30111" />
212 <stop
213 id="stop53"
214 style="stop-color:#fafafa;stop-opacity:0"
215 offset=".53130" />
216 <stop
217 id="stop55"
218 style="stop-color:#ebecec;stop-opacity:0"
219 offset=".84490" />
220 <stop
221 id="stop57"
222 style="stop-color:#e1e2e3;stop-opacity:0"
223 offset="1" />
224 </radialGradient>
225 <linearGradient
226 id="linearGradient2448"
227 y2="47.013"
228 gradientUnits="userSpaceOnUse"
229 x2="25.132"
230 gradientTransform="matrix(1,0,0,0.95617,57.095876,-7.5238148)"
231 y1=".98521"
232 x1="25.132">
233 <stop
234 id="stop3602"
235 style="stop-color:#f4f4f4"
236 offset="0" />
237 <stop
238 id="stop3604"
239 style="stop-color:#dbdbdb"
240 offset="1" />
241 </linearGradient>
242 <linearGradient
243 id="linearGradient2450"
244 y2="2.9062"
245 xlink:href="#linearGradient3104"
246 gradientUnits="userSpaceOnUse"
247 x2="-51.786"
248 gradientTransform="matrix(0.8075,0,0,0.89483,116.50588,-8.5895148)"
249 y1="50.786"
250 x1="-51.786" />
251 <radialGradient
252 id="radialGradient2453"
253 xlink:href="#linearGradient5060"
254 gradientUnits="userSpaceOnUse"
255 cy="486.65"
256 cx="605.71"
257 gradientTransform="matrix(0.02304,0,0,0.0147,83.456876,31.431085)"
258 r="117.14" />
259 <radialGradient
260 id="radialGradient2456"
261 xlink:href="#linearGradient5060"
262 gradientUnits="userSpaceOnUse"
263 cy="486.65"
264 cx="605.71"
265 gradientTransform="matrix(-0.02304,0,0,0.0147,78.718876,31.431085)"
266 r="117.14" />
267 <linearGradient
268 id="linearGradient2459"
269 y2="609.51"
270 gradientUnits="userSpaceOnUse"
271 x2="302.86"
272 gradientTransform="matrix(0.067325,0,0,0.0147,56.754736,31.431085)"
273 y1="366.65"
274 x1="302.86">
275 <stop
276 id="stop5050"
277 style="stop-opacity:0"
278 offset="0" />
279 <stop
280 id="stop5056"
281 offset=".5" />
282 <stop
283 id="stop5052"
284 style="stop-opacity:0"
285 offset="1" />
286 </linearGradient>
287 </defs>
288 <path
289 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:1;color:#000000;fill:#acdb87;fill-opacity:1;stroke:none;stroke-width:3.00000023999999987;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
290 d="M 10.34375 4 C 9.6072267 4.0767109 8.9960396 4.764118 9 5.5 L 9 42.5 C 9.0000789 43.285337 9.7096842 43.999922 10.5 44 L 32 44 L 32 41 L 12.03125 41 L 12.03125 7 L 30 7 L 30 11 L 36 11 L 36 24 L 39 24 L 39 8 L 33 4 L 10.5 4 C 10.44764 3.99729 10.396114 3.9972944 10.34375 4 z M 34 26 L 34 33 L 27 33 L 27 37 L 34 37 L 34 44 L 38 44 L 38 37 L 45 37 L 45 33 L 38 33 L 38 26 L 34 26 z "
291 id="rect3039" />
292</svg>
0293
=== added file 'share/polly/iconsets/numix48/context.svg'
--- share/polly/iconsets/numix48/context.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/context.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,82 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 width="48"
13 height="48"
14 id="svg3803"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="user-available.svg">
18 <defs
19 id="defs3805" />
20 <sodipodi:namedview
21 id="base"
22 pagecolor="#ffffff"
23 bordercolor="#666666"
24 borderopacity="1.0"
25 inkscape:pageopacity="0.0"
26 inkscape:pageshadow="2"
27 inkscape:zoom="5.6"
28 inkscape:cx="43.086288"
29 inkscape:cy="28.881208"
30 inkscape:document-units="px"
31 inkscape:current-layer="layer1"
32 showgrid="false"
33 inkscape:window-width="1366"
34 inkscape:window-height="715"
35 inkscape:window-x="0"
36 inkscape:window-y="26"
37 inkscape:window-maximized="1" />
38 <metadata
39 id="metadata3808">
40 <rdf:RDF>
41 <cc:Work
42 rdf:about="">
43 <dc:format>image/svg+xml</dc:format>
44 <dc:type
45 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
46 <dc:title />
47 </cc:Work>
48 </rdf:RDF>
49 </metadata>
50 <g
51 inkscape:label="Capa 1"
52 inkscape:groupmode="layer"
53 id="layer1"
54 transform="translate(0,-1004.3622)">
55 <rect
56 style="fill:none;fill-opacity:1;stroke:none"
57 id="rect4338"
58 width="48"
59 height="48"
60 x="0"
61 y="1004.3622"
62 ry="0" />
63 <g
64 id="g4334"
65 transform="matrix(-1.4815403,0,0,1.4815403,64.407706,-497.55134)"
66 style="fill:#00b566;fill-opacity:1">
67 <path
68 inkscape:connector-curvature="0"
69 id="path3015"
70 d="m 19.128994,1036.3746 -1.408719,5.2574 4.451231,-4.4512 z"
71 style="fill:#00b566;fill-opacity:1;stroke:none" />
72 <rect
73 ry="7.5761442"
74 y="1018.2695"
75 x="15.026019"
76 height="18.940361"
77 width="24.496199"
78 id="rect4332"
79 style="fill:#00b566;fill-opacity:1;stroke:none" />
80 </g>
81 </g>
82</svg>
083
=== added file 'share/polly/iconsets/numix48/coordinates.svg'
--- share/polly/iconsets/numix48/coordinates.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/coordinates.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,198 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="48"
14 height="48"
15 id="svg2"
16 version="1.1"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="coordinates.svg">
19 <defs
20 id="defs4">
21 <linearGradient
22 id="linearGradient3795">
23 <stop
24 style="stop-color:#52a2cc;stop-opacity:1;"
25 offset="0"
26 id="stop3797" />
27 <stop
28 style="stop-color:#59b3e1;stop-opacity:1;"
29 offset="1"
30 id="stop3799" />
31 </linearGradient>
32 <linearGradient
33 inkscape:collect="always"
34 id="linearGradient3914">
35 <stop
36 style="stop-color:#59b3e1;stop-opacity:1;"
37 offset="0"
38 id="stop3916" />
39 <stop
40 style="stop-color:#59b3e1;stop-opacity:0;"
41 offset="1"
42 id="stop3918" />
43 </linearGradient>
44 <linearGradient
45 id="linearGradient3698">
46 <stop
47 id="stop3700"
48 offset="0"
49 style="stop-color:#96d0e1;stop-opacity:1" />
50 <stop
51 style="stop-color:#89b7e1;stop-opacity:1"
52 offset="0.67819428"
53 id="stop3706" />
54 <stop
55 id="stop3702"
56 offset="1"
57 style="stop-color:#699dd3;stop-opacity:1" />
58 </linearGradient>
59 <linearGradient
60 id="linearGradient3708">
61 <stop
62 id="stop3710"
63 offset="0"
64 style="stop-color:#658db6;stop-opacity:1" />
65 <stop
66 style="stop-color:#527fab;stop-opacity:1;"
67 offset="0.76777935"
68 id="stop3716" />
69 <stop
70 id="stop3712"
71 offset="1"
72 style="stop-color:#4071a0;stop-opacity:1" />
73 </linearGradient>
74 <linearGradient
75 id="linearGradient3750">
76 <stop
77 style="stop-color:#d0e2f1;stop-opacity:1"
78 offset="0"
79 id="stop3752" />
80 <stop
81 id="stop3756"
82 offset="0.85580856"
83 style="stop-color:#cadef0;stop-opacity:1" />
84 <stop
85 style="stop-color:#95bee3;stop-opacity:1"
86 offset="1"
87 id="stop3754" />
88 </linearGradient>
89 <linearGradient
90 id="linearGradient3803">
91 <stop
92 id="stop3805"
93 offset="0"
94 style="stop-color:#d7def0;stop-opacity:1;" />
95 <stop
96 style="stop-color:#ffffff;stop-opacity:1"
97 offset="0.5"
98 id="stop3811" />
99 <stop
100 id="stop3807"
101 offset="1"
102 style="stop-color:#d5def0;stop-opacity:1" />
103 </linearGradient>
104 <linearGradient
105 inkscape:collect="always"
106 xlink:href="#linearGradient3914"
107 id="linearGradient3920"
108 x1="6.8000002"
109 y1="25.0625"
110 x2="45.325001"
111 y2="25.0625"
112 gradientUnits="userSpaceOnUse" />
113 </defs>
114 <sodipodi:namedview
115 id="base"
116 pagecolor="#ffffff"
117 bordercolor="#666666"
118 borderopacity="1.0"
119 inkscape:pageopacity="0.0"
120 inkscape:pageshadow="2"
121 inkscape:zoom="11.313709"
122 inkscape:cx="21.787026"
123 inkscape:cy="23.36604"
124 inkscape:document-units="px"
125 inkscape:current-layer="layer1"
126 showgrid="true"
127 inkscape:window-width="1366"
128 inkscape:window-height="715"
129 inkscape:window-x="0"
130 inkscape:window-y="26"
131 inkscape:window-maximized="1">
132 <inkscape:grid
133 type="xygrid"
134 id="grid3017" />
135 </sodipodi:namedview>
136 <metadata
137 id="metadata7">
138 <rdf:RDF>
139 <cc:Work
140 rdf:about="">
141 <dc:format>image/svg+xml</dc:format>
142 <dc:type
143 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
144 <dc:title></dc:title>
145 </cc:Work>
146 </rdf:RDF>
147 </metadata>
148 <g
149 inkscape:label="Capa 1"
150 inkscape:groupmode="layer"
151 id="layer1"
152 transform="translate(0,-1004.3622)">
153 <path
154 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#52a2cc;fill-opacity:1;stroke:none;stroke-width:1.33048689px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
155 d="m 5.7968778,1019.6122 0.039062,2.5 35.8593768,0 -0.03905,-2.5 z"
156 id="path3019"
157 inkscape:connector-curvature="0"
158 sodipodi:nodetypes="ccccc" />
159 <path
160 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#52a2cc;fill-opacity:1;stroke:none;stroke-width:1.33048689px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
161 d="m 4.9375027,1027.1122 0,2.5 38.1250003,0 0,-2.5 -38.1250003,0 z"
162 id="path3031"
163 inkscape:connector-curvature="0" />
164 <path
165 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#52a2cc;fill-opacity:1;stroke:none;stroke-width:1.33048689px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
166 d="m 6.5000032,1034.6122 0,2.5 34.9999998,0 0,-2.5 z"
167 id="path3033"
168 inkscape:connector-curvature="0"
169 sodipodi:nodetypes="ccccc" />
170 <path
171 inkscape:connector-curvature="0"
172 id="path3021"
173 d="m 22.750005,1009.3098 0,38.1476 2.5,0 0,-38.1476 -2.5,0 z"
174 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#52a2cc;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
175 <path
176 sodipodi:nodetypes="cc"
177 style="fill:none;stroke:#52a2cc;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
178 d="m 16.35236,1045.9089 c -4.57326,-10.5019 -4.223639,-23.6751 0,-35.1553"
179 id="path3029"
180 inkscape:connector-curvature="0" />
181 <path
182 inkscape:connector-curvature="0"
183 id="path3017"
184 d="m 31.647647,1045.9089 c 4.573261,-10.5019 4.223638,-23.6751 0,-35.1553"
185 style="fill:none;stroke:#52a2cc;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
186 sodipodi:nodetypes="cc" />
187 <path
188 sodipodi:type="arc"
189 style="fill:none;stroke:#52a2cc;stroke-width:1.21386659;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
190 id="path3012"
191 sodipodi:cx="23.953241"
192 sodipodi:cy="27.317127"
193 sodipodi:rx="9.1039991"
194 sodipodi:ry="9.1039991"
195 d="m 33.05724,27.317127 a 9.1039991,9.1039991 0 1 1 -18.207998,0 9.1039991,9.1039991 0 1 1 18.207998,0 z"
196 transform="matrix(2.0595345,0,0,2.0595345,-25.332526,972.10164)" />
197 </g>
198</svg>
0199
=== added file 'share/polly/iconsets/numix48/delete.svg'
--- share/polly/iconsets/numix48/delete.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/delete.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,298 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 id="svg3396"
13 height="48"
14 width="48"
15 version="1.0"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="delete.svg">
18 <metadata
19 id="metadata64">
20 <rdf:RDF>
21 <cc:Work
22 rdf:about="">
23 <dc:format>image/svg+xml</dc:format>
24 <dc:type
25 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26 <dc:title />
27 </cc:Work>
28 </rdf:RDF>
29 </metadata>
30 <sodipodi:namedview
31 pagecolor="#ffffff"
32 bordercolor="#666666"
33 borderopacity="1"
34 objecttolerance="10"
35 gridtolerance="10"
36 guidetolerance="10"
37 inkscape:pageopacity="0"
38 inkscape:pageshadow="2"
39 inkscape:window-width="1366"
40 inkscape:window-height="715"
41 id="namedview62"
42 showgrid="true"
43 inkscape:zoom="11.874905"
44 inkscape:cx="22.043138"
45 inkscape:cy="25.082973"
46 inkscape:window-x="0"
47 inkscape:window-y="26"
48 inkscape:window-maximized="1"
49 inkscape:current-layer="svg3396">
50 <inkscape:grid
51 type="xygrid"
52 id="grid3906" />
53 </sodipodi:namedview>
54 <defs
55 id="defs3398">
56 <radialGradient
57 id="radialGradient2661"
58 gradientUnits="userSpaceOnUse"
59 cy="35.127"
60 cx="23.071"
61 gradientTransform="matrix(1.0638,0.013724,-0.009553,0.23168,118.76592,36.591726)"
62 r="10.319">
63 <stop
64 id="stop2093"
65 offset="0" />
66 <stop
67 id="stop2095"
68 style="stop-opacity:0"
69 offset="1" />
70 </radialGradient>
71 <linearGradient
72 id="linearGradient2658"
73 y2="46.073"
74 gradientUnits="userSpaceOnUse"
75 x2="28.857"
76 y1="26"
77 x1="28.857"
78 gradientTransform="translate(106.84292,-0.48127441)">
79 <stop
80 id="stop3499"
81 style="stop-color:#699536"
82 offset="0" />
83 <stop
84 id="stop3501"
85 style="stop-color:#587d2d"
86 offset="1" />
87 </linearGradient>
88 <linearGradient
89 id="linearGradient2656"
90 y2="32.485"
91 gradientUnits="userSpaceOnUse"
92 x2="24.104"
93 gradientTransform="matrix(0.89889,0,0,0.89347,121.37892,14.952726)"
94 y1="15.169"
95 x1="24.104">
96 <stop
97 id="stop2266"
98 style="stop-color:#d7e866"
99 offset="0" />
100 <stop
101 id="stop2268"
102 style="stop-color:#8cab2a"
103 offset="1" />
104 </linearGradient>
105 <linearGradient
106 id="linearGradient2653"
107 y2="47.273"
108 gradientUnits="userSpaceOnUse"
109 x2="24.139"
110 gradientTransform="matrix(0.53994,0,0,0.53668,129.99392,23.012726)"
111 y1="6.5317"
112 x1="24.139">
113 <stop
114 id="stop4224"
115 style="stop-color:#fff"
116 offset="0" />
117 <stop
118 id="stop4226"
119 style="stop-color:#fff;stop-opacity:0"
120 offset="1" />
121 </linearGradient>
122 <radialGradient
123 id="radialGradient2455"
124 gradientUnits="userSpaceOnUse"
125 cy="5.0172"
126 cx="3"
127 gradientTransform="matrix(-1.2749e-8,1.7143,-2.1593,-1.46e-8,12.809,2.857)"
128 r="21">
129 <stop
130 id="stop3486"
131 style="stop-color:#bdbdbd"
132 offset="0" />
133 <stop
134 id="stop3488"
135 style="stop-color:#d0d0d0"
136 offset="1" />
137 </radialGradient>
138 <linearGradient
139 id="linearGradient2453"
140 y2="16.19"
141 gradientUnits="userSpaceOnUse"
142 x2="62.989"
143 gradientTransform="translate(-50.941,0)"
144 y1="13.183"
145 x1="62.989">
146 <stop
147 id="stop6406"
148 style="stop-color:#f9f9f9"
149 offset="0" />
150 <stop
151 id="stop6408"
152 style="stop-color:#c9c9c9"
153 offset="1" />
154 </linearGradient>
155 <radialGradient
156 id="radialGradient7600-312"
157 gradientUnits="userSpaceOnUse"
158 cy="486.65"
159 cx="605.71"
160 gradientTransform="matrix(-0.03213,0,0,0.037059,23.363,25.412)"
161 r="117.14">
162 <stop
163 id="stop2681"
164 offset="0" />
165 <stop
166 id="stop2683"
167 style="stop-opacity:0"
168 offset="1" />
169 </radialGradient>
170 <radialGradient
171 id="radialGradient7598-526"
172 gradientUnits="userSpaceOnUse"
173 cy="486.65"
174 cx="605.71"
175 gradientTransform="matrix(0.03213,0,0,0.037059,24.637,25.412)"
176 r="117.14">
177 <stop
178 id="stop2675"
179 offset="0" />
180 <stop
181 id="stop2677"
182 style="stop-opacity:0"
183 offset="1" />
184 </radialGradient>
185 <linearGradient
186 id="linearGradient7596-975"
187 y2="609.51"
188 gradientUnits="userSpaceOnUse"
189 x2="302.86"
190 gradientTransform="matrix(0.08284,0,0,0.037059,-5.9408,25.412)"
191 y1="366.65"
192 x1="302.86">
193 <stop
194 id="stop2667"
195 style="stop-opacity:0"
196 offset="0" />
197 <stop
198 id="stop2669"
199 offset=".5" />
200 <stop
201 id="stop2671"
202 style="stop-opacity:0"
203 offset="1" />
204 </linearGradient>
205 <linearGradient
206 id="linearGradient2446"
207 y2="15.944"
208 gradientUnits="userSpaceOnUse"
209 x2="65.34"
210 gradientTransform="translate(-53.765,-0.11419)"
211 y1="45.114"
212 x1="82.453">
213 <stop
214 id="stop3624"
215 style="stop-color:#bb2b12"
216 offset="0" />
217 <stop
218 id="stop3626"
219 style="stop-color:#cd7233"
220 offset="1" />
221 </linearGradient>
222 <radialGradient
223 id="radialGradient2444"
224 gradientUnits="userSpaceOnUse"
225 cy="14.113"
226 cx="63.969"
227 gradientTransform="matrix(1.5647,-9.5143e-8,6.1772e-8,1.0159,-86.213,8.1461)"
228 r="23.097">
229 <stop
230 id="stop3618"
231 style="stop-color:#f0c178"
232 offset="0" />
233 <stop
234 id="stop3270"
235 style="stop-color:#e18941"
236 offset=".5" />
237 <stop
238 id="stop3620"
239 style="stop-color:#ec4f18"
240 offset="1" />
241 </radialGradient>
242 <linearGradient
243 id="linearGradient2441"
244 y2="36.658"
245 gradientUnits="userSpaceOnUse"
246 x2="22.809"
247 gradientTransform="matrix(1.1447,0,0,0.99775,-3.4661,1.0988)"
248 y1="49.629"
249 x1="22.935">
250 <stop
251 id="stop2661"
252 style="stop-color:#0a0a0a;stop-opacity:.498"
253 offset="0" />
254 <stop
255 id="stop2663"
256 style="stop-color:#0a0a0a;stop-opacity:0"
257 offset="1" />
258 </linearGradient>
259 <radialGradient
260 id="radialGradient2438"
261 gradientUnits="userSpaceOnUse"
262 cy="8.3021"
263 cx="7.2647"
264 gradientTransform="matrix(0,1.208,-1.6272,0,26.372,8.2665)"
265 r="20.98">
266 <stop
267 id="stop2693"
268 style="stop-color:#fff;stop-opacity:0.4"
269 offset="0" />
270 <stop
271 id="stop2695"
272 style="stop-color:#fff;stop-opacity:0"
273 offset="1" />
274 </radialGradient>
275 <linearGradient
276 id="linearGradient2435"
277 y2="33.955"
278 gradientUnits="userSpaceOnUse"
279 x2="15.215"
280 y1="22.292"
281 x1="11.566">
282 <stop
283 id="stop2687"
284 style="stop-color:#fff;stop-opacity:.27451"
285 offset="0" />
286 <stop
287 id="stop2689"
288 style="stop-color:#fff;stop-opacity:.078431"
289 offset="1" />
290 </linearGradient>
291 </defs>
292 <path
293 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:1;color:#000000;fill:#c4655e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.00000023999999987;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
294 d="m 21.187628,8 c -0.676368,0.1439566 -1.202581,0.8086463 -1.1875,1.5 L 20,11 6,11 c -2,0 -2,2 -2,2 l 0,3 40,0 0,-3 c 0,-2 -2,-2 -2,-2 L 28,11.03125 28,9.5 C 27.999921,8.7146233 27.285377,8.0000786 26.5,8 L 21.500128,8 C 21.39634,7.989131 21.291417,7.989131 21.187628,8 z M 4,18 4,37.5 c 7.86e-5,0.785377 0.7146233,1.499921 1.5,1.5 l 37,0 c 0.785377,-7.9e-5 1.499921,-0.714623 1.5,-1.5 L 44,18 z"
295 id="path3912"
296 inkscape:connector-curvature="0"
297 sodipodi:nodetypes="ccccccccccccccccccccc" />
298</svg>
0299
=== added file 'share/polly/iconsets/numix48/edit.svg'
--- share/polly/iconsets/numix48/edit.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/edit.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,228 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 id="svg3277"
14 height="48"
15 width="48"
16 version="1.1"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="edit.svg">
19 <metadata
20 id="metadata49">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 <dc:title />
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1366"
41 inkscape:window-height="715"
42 id="namedview47"
43 showgrid="false"
44 inkscape:zoom="2.9384766"
45 inkscape:cx="15.236956"
46 inkscape:cy="36.676637"
47 inkscape:window-x="0"
48 inkscape:window-y="26"
49 inkscape:window-maximized="1"
50 inkscape:current-layer="svg3277" />
51 <defs
52 id="defs3279">
53 <linearGradient
54 id="linearGradient3240">
55 <stop
56 id="stop3242"
57 style="stop-color:#3e3e3e"
58 offset="0" />
59 <stop
60 id="stop3244"
61 style="stop-color:#828282"
62 offset=".5" />
63 <stop
64 id="stop3246"
65 style="stop-color:#3c3c3c"
66 offset="1" />
67 </linearGradient>
68 <linearGradient
69 id="linearGradient3223">
70 <stop
71 id="stop3225"
72 style="stop-color:#999"
73 offset="0" />
74 <stop
75 id="stop3231"
76 style="stop-color:#fff"
77 offset=".5" />
78 <stop
79 id="stop3227"
80 style="stop-color:#777"
81 offset="1" />
82 </linearGradient>
83 <linearGradient
84 id="linearGradient2863"
85 y2="26.03"
86 gradientUnits="userSpaceOnUse"
87 x2="9"
88 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,28.089605,1.4762529)"
89 y1="29.057"
90 x1="9">
91 <stop
92 id="stop3292"
93 style="stop-color:#e4db7b"
94 offset="0" />
95 <stop
96 id="stop3294"
97 style="stop-color:#f4f0c8"
98 offset="1" />
99 </linearGradient>
100 <linearGradient
101 id="linearGradient2865"
102 y2="41.392"
103 gradientUnits="userSpaceOnUse"
104 x2="9.5221"
105 gradientTransform="matrix(0.94216,0,0,0.941,67.446405,-6.3194471)"
106 y1="37.372"
107 x1="5.5179">
108 <stop
109 id="stop3193"
110 style="stop-color:#cbbd27"
111 offset="0" />
112 <stop
113 id="stop3195"
114 style="stop-color:#9b901d"
115 offset="1" />
116 </linearGradient>
117 <linearGradient
118 id="linearGradient2868"
119 y2="30"
120 xlink:href="#linearGradient3223"
121 gradientUnits="userSpaceOnUse"
122 x2="30.038"
123 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,30.431605,-0.87584709)"
124 y1="24.99"
125 x1="30.038" />
126 <linearGradient
127 id="linearGradient2871"
128 y2="30"
129 xlink:href="#linearGradient3240"
130 gradientUnits="userSpaceOnUse"
131 x2="30.038"
132 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,30.752605,-1.1984471)"
133 y1="24.99"
134 x1="30.038" />
135 <linearGradient
136 id="linearGradient2874"
137 y2="30"
138 xlink:href="#linearGradient3223"
139 gradientUnits="userSpaceOnUse"
140 x2="30.038"
141 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,29.310605,0.25045291)"
142 y1="24.99"
143 x1="30.038" />
144 <linearGradient
145 id="linearGradient2877"
146 y2="30"
147 xlink:href="#linearGradient3240"
148 gradientUnits="userSpaceOnUse"
149 x2="30.038"
150 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,29.631605,-0.07204709)"
151 y1="24.99"
152 x1="30.038" />
153 <linearGradient
154 id="linearGradient2880"
155 y2="30"
156 xlink:href="#linearGradient3223"
157 gradientUnits="userSpaceOnUse"
158 x2="30.038"
159 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,28.194605,1.3712529)"
160 y1="24.99"
161 x1="30.038" />
162 <linearGradient
163 id="linearGradient2883"
164 y2="30"
165 xlink:href="#linearGradient3240"
166 gradientUnits="userSpaceOnUse"
167 x2="30.038"
168 gradientTransform="matrix(1.1213,-1.1264,1.3858,1.3783,28.515605,1.0492529)"
169 y1="24.99"
170 x1="30.038" />
171 <linearGradient
172 id="linearGradient2888"
173 y2="31.211"
174 gradientUnits="userSpaceOnUse"
175 x2="23.576"
176 gradientTransform="matrix(1.1539,-1.1591,1.1841,1.1777,32.322605,6.5612529)"
177 y1="25.357"
178 x1="23.576">
179 <stop
180 id="stop3157"
181 offset="0" />
182 <stop
183 id="stop3171"
184 style="stop-color:#c3c3c3"
185 offset=".13483" />
186 <stop
187 id="stop3173"
188 style="stop-color:#8c8c8c"
189 offset=".20224" />
190 <stop
191 id="stop3163"
192 style="stop-color:#fff"
193 offset=".26966" />
194 <stop
195 id="stop3165"
196 style="stop-color:#757575"
197 offset=".44650" />
198 <stop
199 id="stop3167"
200 style="stop-color:#7d7d7d"
201 offset=".57114" />
202 <stop
203 id="stop3169"
204 style="stop-color:#b6b6b6"
205 offset=".72038" />
206 <stop
207 id="stop3159"
208 offset="1" />
209 </linearGradient>
210 <filter
211 id="filter3699"
212 height="1.4807"
213 width="1.12"
214 color-interpolation-filters="sRGB"
215 y="-.24035"
216 x="-.059978">
217 <feGaussianBlur
218 id="feGaussianBlur3701"
219 stdDeviation="1.0014601" />
220 </filter>
221 </defs>
222 <path
223 style="fill:#b73bb5;fill-opacity:1;stroke:none"
224 d="m 36.43553,4 c 0,0 1.189048,0.042917 4.3553,3.2091683 C 43.842468,10.260808 44,11.56447 44,11.56447 L 15.690543,39.873925 4,44 8.126075,32.309457 z"
225 id="rect3026"
226 inkscape:connector-curvature="0"
227 sodipodi:nodetypes="csccccc" />
228</svg>
0229
=== added file 'share/polly/iconsets/numix48/expand.svg'
--- share/polly/iconsets/numix48/expand.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/expand.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,154 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 id="svg3275"
14 height="48"
15 width="48"
16 version="1.0"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="more.svg">
19 <metadata
20 id="metadata19">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 <dc:title></dc:title>
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1366"
41 inkscape:window-height="715"
42 id="namedview17"
43 showgrid="true"
44 inkscape:zoom="7.9999996"
45 inkscape:cx="-14.52363"
46 inkscape:cy="24.869919"
47 inkscape:window-x="0"
48 inkscape:window-y="26"
49 inkscape:window-maximized="1"
50 inkscape:current-layer="svg3275">
51 <inkscape:grid
52 type="xygrid"
53 id="grid2997" />
54 </sodipodi:namedview>
55 <defs
56 id="defs3277">
57 <radialGradient
58 id="radialGradient2469"
59 gradientUnits="userSpaceOnUse"
60 cy="4.625"
61 cx="62.625"
62 gradientTransform="matrix(2.1647,0,0,0.75294,-111.56,36.518)"
63 r="10.625">
64 <stop
65 id="stop8840"
66 offset="0" />
67 <stop
68 id="stop8842"
69 style="stop-opacity:0"
70 offset="1" />
71 </radialGradient>
72 <linearGradient
73 id="linearGradient2452"
74 y2="34.224998"
75 gradientUnits="userSpaceOnUse"
76 x2="24.104"
77 gradientTransform="matrix(1.8451,0,0,1.834,-20.057,-17.214)"
78 y1="15.181"
79 x1="24.104">
80 <stop
81 id="stop2266"
82 style="stop-color:#d7e866"
83 offset="0" />
84 <stop
85 id="stop2268"
86 style="stop-color:#8cab2a"
87 offset="1" />
88 </linearGradient>
89 <linearGradient
90 id="linearGradient3269"
91 y2="45"
92 gradientUnits="userSpaceOnUse"
93 x2="24"
94 y1="5"
95 x1="24">
96 <stop
97 id="stop3261"
98 style="stop-color:#fff"
99 offset="0" />
100 <stop
101 id="stop3263"
102 style="stop-color:#fff;stop-opacity:0"
103 offset="1" />
104 </linearGradient>
105 <radialGradient
106 inkscape:collect="always"
107 xlink:href="#linearGradient2499"
108 id="radialGradient5966"
109 gradientUnits="userSpaceOnUse"
110 gradientTransform="matrix(1.2269244,0,0,0.99133944,-14.523159,8.5591009)"
111 cx="64.807991"
112 cy="1019.3622"
113 fx="64.807991"
114 fy="991.86218"
115 r="61.015869" />
116 <linearGradient
117 x1="63.396999"
118 y1="-12.489"
119 gradientTransform="matrix(2.8014,0,0,2.8014,-142.25,43.835)"
120 x2="63.396999"
121 gradientUnits="userSpaceOnUse"
122 y2="5.4675999"
123 id="linearGradient2499">
124 <stop
125 offset="0"
126 style="stop-color:#ffffff;stop-opacity:0;"
127 id="stop4875" />
128 <stop
129 id="stop3899"
130 style="stop-color:#ffffff;stop-opacity:0;"
131 offset="0.70486474" />
132 <stop
133 offset="1"
134 style="stop-color:#ffffff;stop-opacity:1;"
135 id="stop4877" />
136 </linearGradient>
137 </defs>
138 <path
139 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#9db73b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
140 d="m 23.142857,12 c 0,0 -1.714285,0 -1.714285,1.714286 l 0,7.714286 -7.714286,0 C 12,21.428572 12,23.142857 12,23.142857 l 0,1.714286 c 0,0 0,1.714285 1.714286,1.714285 l 7.714286,0 0,7.714286 C 21.428572,36 23.142857,36 23.142857,36 l 1.714286,0 c 0,0 1.714285,0 1.714285,-1.714286 l 0,-7.714286 7.714286,0 C 36,26.571428 36,24.857143 36,24.857143 l 0,-1.714286 c 0,0 0,-1.714285 -1.714286,-1.714285 l -7.714286,0 0,-7.714286 C 26.571428,12 24.857143,12 24.857143,12 l -1.714286,0 z"
141 id="rect2999"
142 inkscape:connector-curvature="0"
143 sodipodi:nodetypes="cccccccccccccccccccccc" />
144 <path
145 sodipodi:type="arc"
146 style="fill:none;stroke:#9db73b;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
147 id="path2997"
148 sodipodi:cx="20"
149 sodipodi:cy="25.5"
150 sodipodi:rx="20"
151 sodipodi:ry="22.5"
152 d="m 40,25.5 a 20,22.5 0 1 1 -40,0 20,22.5 0 1 1 40,0 z"
153 transform="matrix(0.91384214,0,0,0.81230412,5.7231573,3.286245)" />
154</svg>
0155
=== added file 'share/polly/iconsets/numix48/favorite.svg'
--- share/polly/iconsets/numix48/favorite.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/favorite.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,250 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 id="svg3692"
14 height="48px"
15 width="48px"
16 version="1.1"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="favorite.svg">
19 <sodipodi:namedview
20 pagecolor="#ffffff"
21 bordercolor="#666666"
22 borderopacity="1"
23 objecttolerance="10"
24 gridtolerance="10"
25 guidetolerance="10"
26 inkscape:pageopacity="0"
27 inkscape:pageshadow="2"
28 inkscape:window-width="1366"
29 inkscape:window-height="715"
30 id="namedview42"
31 showgrid="true"
32 inkscape:zoom="7.0247955"
33 inkscape:cx="17.784382"
34 inkscape:cy="11.750038"
35 inkscape:window-x="0"
36 inkscape:window-y="26"
37 inkscape:window-maximized="1"
38 inkscape:current-layer="svg3692">
39 <inkscape:grid
40 type="xygrid"
41 id="grid3811" />
42 </sodipodi:namedview>
43 <defs
44 id="defs3694">
45 <linearGradient
46 id="linearGradient3619"
47 y2="33.955"
48 gradientUnits="userSpaceOnUse"
49 x2="15.215"
50 gradientTransform="translate(2.9799,-3.1217)"
51 y1="22.292"
52 x1="11.566">
53 <stop
54 id="stop2687"
55 style="stop-color:#fff;stop-opacity:.27451"
56 offset="0" />
57 <stop
58 id="stop2689"
59 style="stop-color:#fff;stop-opacity:0"
60 offset="1" />
61 </linearGradient>
62 <linearGradient
63 id="linearGradient3648"
64 y2="43.444"
65 gradientUnits="userSpaceOnUse"
66 x2="29.647"
67 y1="2"
68 x1="29.647">
69 <stop
70 id="stop3644"
71 style="stop-color:#fff"
72 offset="0" />
73 <stop
74 id="stop3646"
75 style="stop-color:#fff;stop-opacity:0"
76 offset="1" />
77 </linearGradient>
78 <radialGradient
79 id="radialGradient3627"
80 gradientUnits="userSpaceOnUse"
81 cy="25.625"
82 cx="13.139"
83 gradientTransform="matrix(0,2.6541,-3.1628,0,97.183,-26.676)"
84 r="13.931">
85 <stop
86 id="stop3692"
87 style="stop-color:#ffeb9f"
88 offset="0" />
89 <stop
90 id="stop3694"
91 style="stop-color:#ffd57e"
92 offset=".26238" />
93 <stop
94 id="stop3696"
95 style="stop-color:#ffbc43"
96 offset=".66094" />
97 <stop
98 id="stop3698"
99 style="stop-color:#ff921a"
100 offset="1" />
101 </radialGradient>
102 <linearGradient
103 id="linearGradient3629"
104 y2="9.58"
105 gradientUnits="userSpaceOnUse"
106 x2="21.483"
107 gradientTransform="matrix(1.6509,0,0,1.6568,-11.466,-15.046)"
108 y1="36.255"
109 x1="21.483">
110 <stop
111 id="stop3605"
112 style="stop-color:#a7651c"
113 offset="0" />
114 <stop
115 id="stop3607"
116 style="stop-color:#c8a700"
117 offset="1" />
118 </linearGradient>
119 <radialGradient
120 id="radialGradient3690"
121 gradientUnits="userSpaceOnUse"
122 cx="62.625"
123 cy="4.625"
124 r="10.625"
125 gradientTransform="matrix(2.1647,0,0,0.84706,-111.56,35.082)">
126 <stop
127 id="stop8840"
128 offset="0" />
129 <stop
130 id="stop8842"
131 style="stop-opacity:0"
132 offset="1" />
133 </radialGradient>
134 <linearGradient
135 id="linearGradient5530"
136 y2="38.274"
137 gradientUnits="userSpaceOnUse"
138 x2="22.369"
139 gradientTransform="matrix(0.59882,0,0,0.5952,23.605,21.219)"
140 y1="8.0323"
141 x1="22.369">
142 <stop
143 id="stop3945"
144 style="stop-color:#fff"
145 offset="0" />
146 <stop
147 id="stop3947"
148 style="stop-color:#fff;stop-opacity:0"
149 offset="1" />
150 </linearGradient>
151 <radialGradient
152 id="radialGradient2885"
153 gradientUnits="userSpaceOnUse"
154 cx="69.448"
155 cy="51.695"
156 r="31"
157 gradientTransform="matrix(0,0.67924,-0.73892,0,72.903,-19.49)">
158 <stop
159 id="stop3244-5"
160 style="stop-color:#eef87e"
161 offset="0" />
162 <stop
163 id="stop3246-9"
164 style="stop-color:#cde34f"
165 offset=".26238" />
166 <stop
167 id="stop3248-7"
168 style="stop-color:#93b723"
169 offset=".66094" />
170 <stop
171 id="stop3250-8"
172 style="stop-color:#5a7e0d"
173 offset="1" />
174 </radialGradient>
175 <linearGradient
176 id="linearGradient2887"
177 y2="52.809"
178 gradientUnits="userSpaceOnUse"
179 y1="123.19"
180 gradientTransform="matrix(0.28214,0,0,0.28445,12.171,9.9582)"
181 x2="72.422"
182 x1="72.422">
183 <stop
184 id="stop2492-3"
185 style="stop-color:#365f0e"
186 offset="0" />
187 <stop
188 id="stop2494-8"
189 style="stop-color:#84a718"
190 offset="1" />
191 </linearGradient>
192 <linearGradient
193 inkscape:collect="always"
194 xlink:href="#linearGradient5530"
195 id="linearGradient3020"
196 gradientUnits="userSpaceOnUse"
197 gradientTransform="matrix(0.59882,0,0,0.5952,-29.886525,43.388492)"
198 x1="22.369"
199 y1="8.0323"
200 x2="22.369"
201 y2="38.274" />
202 <linearGradient
203 inkscape:collect="always"
204 xlink:href="#linearGradient3619"
205 id="linearGradient3028"
206 gradientUnits="userSpaceOnUse"
207 gradientTransform="translate(-65.359083,-18.579327)"
208 x1="11.566"
209 y1="22.292"
210 x2="15.215"
211 y2="33.955" />
212 <linearGradient
213 inkscape:collect="always"
214 xlink:href="#linearGradient3648"
215 id="linearGradient3031"
216 gradientUnits="userSpaceOnUse"
217 x1="29.647"
218 y1="2"
219 x2="29.647"
220 y2="43.444"
221 gradientTransform="translate(-68.338983,-15.457627)" />
222 <radialGradient
223 inkscape:collect="always"
224 xlink:href="#radialGradient3690"
225 id="radialGradient3041"
226 gradientUnits="userSpaceOnUse"
227 gradientTransform="matrix(2.1647,0,0,0.84706,-179.89898,19.624373)"
228 cx="62.625"
229 cy="4.625"
230 r="10.625" />
231 </defs>
232 <metadata
233 id="metadata3697">
234 <rdf:RDF>
235 <cc:Work
236 rdf:about="">
237 <dc:format>image/svg+xml</dc:format>
238 <dc:type
239 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
240 <dc:title />
241 </cc:Work>
242 </rdf:RDF>
243 </metadata>
244 <path
245 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:1;color:#000000;fill:#c45e9b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
246 d="m 24,5 c -0.05259,0.00764 -0.104769,0.018076 -0.15625,0.03125 -0.184713,0.018612 -0.365874,0.071894 -0.53125,0.15625 -0.01057,0.010262 -0.02099,0.020681 -0.03125,0.03125 -0.485477,0.195195 -0.774004,0.4819713 -1,0.75 -0.324629,0.3850067 -0.630969,0.8327972 -0.9375,1.34375 -0.613062,1.0219055 -1.256758,2.320195 -1.90625,3.625 -0.649492,1.304806 -1.289724,2.616988 -1.8125,3.625 -0.261388,0.504006 -0.510997,0.929374 -0.6875,1.21875 -0.05381,0.08822 -0.106531,0.129161 -0.15625,0.1875 -0.07157,0.02734 -0.129794,0.04176 -0.21875,0.0625 -0.332456,0.07751 -0.811481,0.189979 -1.375,0.28125 -1.127037,0.182541 -2.581712,0.351942 -4.03125,0.5625 -1.4495382,0.210558 -2.8647348,0.455395 -4.03125,0.71875 -0.5832576,0.131678 -1.0948157,0.250142 -1.5625,0.4375 -0.2338421,0.09368 -0.4720233,0.202691 -0.71875,0.375 -0.2467267,0.172309 -0.5686823,0.414158 -0.75,0.96875 -0.1814043,0.554828 -0.067118,0.964756 0.03125,1.25 0.098368,0.285244 0.2095448,0.505798 0.34375,0.71875 0.2684104,0.425903 0.6057444,0.83388 1,1.28125 0.7885111,0.894741 1.8268044,1.920649 2.875,2.9375 1.0481956,1.016851 2.102729,2.006859 2.90625,2.8125 0.401761,0.402821 0.746099,0.774853 0.96875,1.03125 0.06575,0.07571 0.08383,0.122988 0.125,0.1875 0.0037,0.07415 0.0076,0.128046 0,0.21875 -0.0284,0.336904 -0.06954,0.814678 -0.15625,1.375 -0.173411,1.120643 -0.441052,2.565167 -0.6875,4 -0.246448,1.434833 -0.485184,2.877466 -0.59375,4.0625 -0.05428,0.592517 -0.09748,1.091583 -0.0625,1.59375 0.01749,0.251084 0.0669,0.524128 0.15625,0.8125 0.08935,0.288372 0.216713,0.660628 0.6875,1 0.470504,0.339851 0.887098,0.34845 1.1875,0.34375 0.300402,-0.0047 0.5368,-0.03298 0.78125,-0.09375 0.488899,-0.121532 0.981465,-0.328357 1.53125,-0.5625 1.099569,-0.468286 2.421482,-1.105058 3.71875,-1.78125 1.297268,-0.676192 2.574089,-1.395897 3.59375,-1.90625 0.509831,-0.255177 0.966592,-0.462439 1.28125,-0.59375 C 23.871714,38.024748 23.926097,38.018422 24,38 c 0.07394,0.01842 0.128297,0.02475 0.21875,0.0625 0.314616,0.131313 0.771448,0.338571 1.28125,0.59375 1.019604,0.510358 2.296466,1.230056 3.59375,1.90625 1.297284,0.676194 2.619091,1.31296 3.71875,1.78125 0.549829,0.234145 1.042304,0.440972 1.53125,0.5625 0.244473,0.06076 0.480868,0.08905 0.78125,0.09375 0.300382,0.0047 0.717064,-0.0042 1.1875,-0.34375 0.470393,-0.339578 0.598249,-0.711695 0.6875,-1 0.08925,-0.288305 0.138783,-0.561414 0.15625,-0.8125 0.03493,-0.502171 -0.0082,-1.001183 -0.0625,-1.59375 -0.108602,-1.185134 -0.347307,-2.62761 -0.59375,-4.0625 -0.246443,-1.43489 -0.514129,-2.879373 -0.6875,-4 -0.08669,-0.560313 -0.127871,-1.03814 -0.15625,-1.375 -0.0076,-0.09069 -0.0037,-0.144577 0,-0.21875 0.04118,-0.06455 0.05925,-0.111798 0.125,-0.1875 0.222643,-0.256353 0.566979,-0.628458 0.96875,-1.03125 0.803543,-0.805584 1.858009,-1.795637 2.90625,-2.8125 1.048241,-1.016863 2.086455,-2.042652 2.875,-2.9375 0.394272,-0.447424 0.731587,-0.85524 1,-1.28125 0.134207,-0.213005 0.245412,-0.433439 0.34375,-0.71875 0.09834,-0.285311 0.212635,-0.695354 0.03125,-1.25 -0.181298,-0.554772 -0.503254,-0.796452 -0.75,-0.96875 -0.246746,-0.172298 -0.484913,-0.281345 -0.71875,-0.375 -0.467674,-0.187309 -0.979248,-0.305863 -1.5625,-0.4375 -1.166505,-0.263274 -2.581703,-0.508228 -4.03125,-0.71875 -1.449547,-0.210522 -2.904265,-0.379915 -4.03125,-0.5625 -0.563493,-0.09129 -1.042637,-0.203706 -1.375,-0.28125 -0.08893,-0.02075 -0.147165,-0.03512 -0.21875,-0.0625 -0.04971,-0.05834 -0.102439,-0.09927 -0.15625,-0.1875 C 30.885995,15.491874 30.636396,15.066476 30.375,14.5625 29.852208,13.554548 29.21203,12.242206 28.5625,10.9375 27.91297,9.6327945 27.269331,8.3343203 26.65625,7.3125 26.34971,6.8015899 26.04337,6.3537198 25.71875,5.96875 25.39413,5.5837802 25.156179,5 24,5 z"
247 id="path1307"
248 inkscape:connector-curvature="0"
249 sodipodi:nodetypes="ccccssssscsssssscsssssscsssssscscssssccssscscsssssscsssssscssssscccssssc" />
250</svg>
0251
=== added file 'share/polly/iconsets/numix48/follow.svg'
--- share/polly/iconsets/numix48/follow.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/follow.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,415 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 version="1.1"
14 width="48"
15 height="48"
16 id="svg3123"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="follow.svg">
19 <metadata
20 id="metadata58">
21 <rdf:RDF>
22 <cc:Work
23 rdf:about="">
24 <dc:format>image/svg+xml</dc:format>
25 <dc:type
26 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 <dc:title />
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1366"
41 inkscape:window-height="715"
42 id="namedview56"
43 showgrid="true"
44 showguides="true"
45 inkscape:guide-bbox="true"
46 inkscape:zoom="4.1556334"
47 inkscape:cx="40.392524"
48 inkscape:cy="23.787368"
49 inkscape:window-x="0"
50 inkscape:window-y="26"
51 inkscape:window-maximized="1"
52 inkscape:current-layer="svg3123">
53 <inkscape:grid
54 type="xygrid"
55 id="grid3805" />
56 </sodipodi:namedview>
57 <defs
58 id="defs3125">
59 <linearGradient
60 id="linearGradient8838-795">
61 <stop
62 id="stop2737"
63 style="stop-color:black;stop-opacity:1"
64 offset="0" />
65 <stop
66 id="stop2739"
67 style="stop-color:black;stop-opacity:0"
68 offset="1" />
69 </linearGradient>
70 <radialGradient
71 cx="62.625"
72 cy="4.625"
73 r="10.625"
74 fx="62.625"
75 fy="4.625"
76 id="radialGradient3546"
77 xlink:href="#linearGradient8838-795"
78 gradientUnits="userSpaceOnUse"
79 gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
80 <linearGradient
81 id="linearGradient37935">
82 <stop
83 id="stop37937"
84 style="stop-color:#7c7c7c;stop-opacity:1"
85 offset="0" />
86 <stop
87 id="stop37939"
88 style="stop-color:#242424;stop-opacity:1"
89 offset="1" />
90 </linearGradient>
91 <linearGradient
92 x1="15.655657"
93 y1="13.360059"
94 x2="15.655657"
95 y2="44.785629"
96 id="linearGradient3571"
97 xlink:href="#linearGradient37935"
98 gradientUnits="userSpaceOnUse"
99 gradientTransform="translate(0.749992,5e-8)" />
100 <linearGradient
101 id="linearGradient4873-625-158-888-767">
102 <stop
103 id="stop4258"
104 style="stop-color:white;stop-opacity:1"
105 offset="0" />
106 <stop
107 id="stop4260"
108 style="stop-color:white;stop-opacity:0"
109 offset="1" />
110 </linearGradient>
111 <linearGradient
112 x1="63.397362"
113 y1="-9.3832779"
114 x2="63.397362"
115 y2="7.4434662"
116 id="linearGradient3568"
117 xlink:href="#linearGradient4873-625-158-888-767"
118 gradientUnits="userSpaceOnUse"
119 gradientTransform="matrix(2.149872,0,0,2.149872,-109.36554,31.935343)" />
120 <linearGradient
121 id="linearGradient42174">
122 <stop
123 id="stop42176"
124 style="stop-color:#a0a0a0;stop-opacity:1"
125 offset="0" />
126 <stop
127 id="stop42178"
128 style="stop-color:white;stop-opacity:1"
129 offset="1" />
130 </linearGradient>
131 <linearGradient
132 x1="6.342216"
133 y1="7.7893324"
134 x2="22.218424"
135 y2="25.884274"
136 id="linearGradient3565"
137 xlink:href="#linearGradient42174"
138 gradientUnits="userSpaceOnUse" />
139 <linearGradient
140 id="linearGradient2145">
141 <stop
142 id="stop2147"
143 style="stop-color:#fffffd;stop-opacity:1"
144 offset="0" />
145 <stop
146 id="stop2149"
147 style="stop-color:#cbcbc9;stop-opacity:1"
148 offset="1" />
149 </linearGradient>
150 <radialGradient
151 cx="11.901996"
152 cy="10.045444"
153 r="29.292715"
154 fx="11.901996"
155 fy="10.045444"
156 id="radialGradient3563"
157 xlink:href="#linearGradient2145"
158 gradientUnits="userSpaceOnUse" />
159 <linearGradient
160 id="linearGradient7101">
161 <stop
162 id="stop7103"
163 style="stop-color:black;stop-opacity:1"
164 offset="0" />
165 <stop
166 id="stop7105"
167 style="stop-color:black;stop-opacity:0"
168 offset="1" />
169 </linearGradient>
170 <linearGradient
171 x1="79.25"
172 y1="15.75"
173 x2="83.625"
174 y2="14.78125"
175 id="linearGradient3566"
176 xlink:href="#linearGradient7101"
177 gradientUnits="userSpaceOnUse" />
178 <linearGradient
179 id="linearGradient3747">
180 <stop
181 id="stop3749"
182 style="stop-color:#494949;stop-opacity:1"
183 offset="0" />
184 <stop
185 id="stop3751"
186 style="stop-color:#888a85;stop-opacity:0"
187 offset="1" />
188 </linearGradient>
189 <linearGradient
190 x1="78.3125"
191 y1="12.3125"
192 x2="83.203491"
193 y2="12.09283"
194 id="linearGradient3554"
195 xlink:href="#linearGradient3747"
196 gradientUnits="userSpaceOnUse"
197 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
198 <linearGradient
199 id="linearGradient7089">
200 <stop
201 id="stop7091"
202 style="stop-color:#eeeeec;stop-opacity:1"
203 offset="0" />
204 <stop
205 id="stop7093"
206 style="stop-color:#eeeeec;stop-opacity:0"
207 offset="1" />
208 </linearGradient>
209 <linearGradient
210 x1="80.625"
211 y1="14.0625"
212 x2="83.21875"
213 y2="13.875"
214 id="linearGradient3552"
215 xlink:href="#linearGradient7089"
216 gradientUnits="userSpaceOnUse"
217 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
218 <linearGradient
219 id="linearGradient7065">
220 <stop
221 id="stop7067"
222 style="stop-color:white;stop-opacity:1"
223 offset="0" />
224 <stop
225 id="stop7069"
226 style="stop-color:white;stop-opacity:0"
227 offset="1" />
228 </linearGradient>
229 <linearGradient
230 x1="78.5"
231 y1="16.40625"
232 x2="83.03125"
233 y2="16.4375"
234 id="linearGradient3549"
235 xlink:href="#linearGradient7065"
236 gradientUnits="userSpaceOnUse"
237 gradientTransform="matrix(1.6399715,0,0,1.7710483,-112.55969,-11.636734)" />
238 <linearGradient
239 id="linearGradient2499"
240 y2="5.4675999"
241 gradientUnits="userSpaceOnUse"
242 x2="63.396999"
243 gradientTransform="matrix(2.8014,0,0,2.8014,-142.25,43.835)"
244 y1="-12.489"
245 x1="63.396999">
246 <stop
247 id="stop4875"
248 style="stop-color:#ffffff;stop-opacity:0;"
249 offset="0" />
250 <stop
251 offset="0.70486474"
252 style="stop-color:#ffffff;stop-opacity:0;"
253 id="stop3899" />
254 <stop
255 id="stop4877"
256 style="stop-color:#ffffff;stop-opacity:1;"
257 offset="1" />
258 </linearGradient>
259 <radialGradient
260 r="61.015869"
261 fy="991.86218"
262 fx="64.807991"
263 cy="1019.3622"
264 cx="64.807991"
265 gradientTransform="matrix(1.2269244,0,0,0.99133944,-14.523159,8.5591009)"
266 gradientUnits="userSpaceOnUse"
267 id="radialGradient5966"
268 xlink:href="#linearGradient2499"
269 inkscape:collect="always" />
270 <linearGradient
271 x1="24"
272 y1="5"
273 x2="24"
274 gradientUnits="userSpaceOnUse"
275 y2="45"
276 id="linearGradient3269">
277 <stop
278 offset="0"
279 style="stop-color:#fff"
280 id="stop3261" />
281 <stop
282 offset="1"
283 style="stop-color:#fff;stop-opacity:0"
284 id="stop3263" />
285 </linearGradient>
286 <linearGradient
287 x1="24.104"
288 y1="15.181"
289 gradientTransform="matrix(1.8451,0,0,1.834,-20.057,-17.214)"
290 x2="24.104"
291 gradientUnits="userSpaceOnUse"
292 y2="34.224998"
293 id="linearGradient2452">
294 <stop
295 offset="0"
296 style="stop-color:#d7e866"
297 id="stop2266" />
298 <stop
299 offset="1"
300 style="stop-color:#8cab2a"
301 id="stop2268" />
302 </linearGradient>
303 <radialGradient
304 r="10.625"
305 gradientTransform="matrix(2.1647,0,0,0.75294,-111.56,36.518)"
306 cx="62.625"
307 cy="4.625"
308 gradientUnits="userSpaceOnUse"
309 id="radialGradient2469">
310 <stop
311 offset="0"
312 id="stop8840" />
313 <stop
314 offset="1"
315 style="stop-opacity:0"
316 id="stop8842" />
317 </radialGradient>
318 <linearGradient
319 id="linearGradient2499-0"
320 y2="5.4675999"
321 gradientUnits="userSpaceOnUse"
322 x2="63.396999"
323 gradientTransform="matrix(2.8014,0,0,2.8014,-142.25,43.835)"
324 y1="-12.489"
325 x1="63.396999">
326 <stop
327 id="stop4875-9"
328 style="stop-color:#ffffff;stop-opacity:0;"
329 offset="0" />
330 <stop
331 offset="0.70486474"
332 style="stop-color:#ffffff;stop-opacity:0;"
333 id="stop3899-3" />
334 <stop
335 id="stop4877-5"
336 style="stop-color:#ffffff;stop-opacity:1;"
337 offset="1" />
338 </linearGradient>
339 <radialGradient
340 r="61.015869"
341 fy="991.86218"
342 fx="64.807991"
343 cy="1019.3622"
344 cx="64.807991"
345 gradientTransform="matrix(1.2269244,0,0,0.99133944,-14.523159,8.5591009)"
346 gradientUnits="userSpaceOnUse"
347 id="radialGradient5966-8"
348 xlink:href="#linearGradient2499-0"
349 inkscape:collect="always" />
350 <linearGradient
351 x1="24"
352 y1="5"
353 x2="24"
354 gradientUnits="userSpaceOnUse"
355 y2="45"
356 id="linearGradient3269-0">
357 <stop
358 offset="0"
359 style="stop-color:#fff"
360 id="stop3261-6" />
361 <stop
362 offset="1"
363 style="stop-color:#fff;stop-opacity:0"
364 id="stop3263-5" />
365 </linearGradient>
366 <linearGradient
367 x1="24.104"
368 y1="15.181"
369 gradientTransform="matrix(1.8451,0,0,1.834,-20.057,-17.214)"
370 x2="24.104"
371 gradientUnits="userSpaceOnUse"
372 y2="34.224998"
373 id="linearGradient2452-0">
374 <stop
375 offset="0"
376 style="stop-color:#d7e866"
377 id="stop2266-1" />
378 <stop
379 offset="1"
380 style="stop-color:#8cab2a"
381 id="stop2268-1" />
382 </linearGradient>
383 <radialGradient
384 r="10.625"
385 gradientTransform="matrix(2.1647,0,0,0.75294,-111.56,36.518)"
386 cx="62.625"
387 cy="4.625"
388 gradientUnits="userSpaceOnUse"
389 id="radialGradient2469-7">
390 <stop
391 offset="0"
392 id="stop8840-9" />
393 <stop
394 offset="1"
395 style="stop-opacity:0"
396 id="stop8842-1" />
397 </radialGradient>
398 </defs>
399 <path
400 sodipodi:type="arc"
401 style="fill:#3f971d;stroke:#3f971d;stroke-width:2.29999995000000013;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
402 id="path3019"
403 sodipodi:cx="20"
404 sodipodi:cy="28"
405 sodipodi:rx="10"
406 sodipodi:ry="10"
407 d="m 30,28 a 10,10 0 1 1 -20,0 10,10 0 1 1 20,0 z"
408 transform="matrix(1.7937219,0,0,1.793722,-11.87444,-26.224217)" />
409 <path
410 sodipodi:nodetypes="cccccccccccccccccccccc"
411 inkscape:connector-curvature="0"
412 id="rect2999"
413 d="m 23.000002,10 c 0,0 -2,0 -2,2 l 0,9 L 12,21 c -2,0 -2,2 -2,2 l 0,2 c 0,0 0,2 2,2 l 9.000002,0 0,9 c 0,2 2,2 2,2 l 2,0 c 0,0 2,0 2,-2 l 0,-9 9,0 c 2,0 2,-2 2,-2 l 0,-2 c 0,0 0,-2 -2,-2 l -9,0 0,-9 c 0,-2 -2,-2 -2,-2 l -2,0 z"
414 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
415</svg>
0416
=== added file 'share/polly/iconsets/numix48/info.svg'
--- share/polly/iconsets/numix48/info.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/info.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,1889 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="48"
14 height="48"
15 id="svg2"
16 version="1.1"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="info.svg">
19 <defs
20 id="defs4">
21 <linearGradient
22 id="linearGradient3795">
23 <stop
24 style="stop-color:#b7b7b7;stop-opacity:1;"
25 offset="0"
26 id="stop3797" />
27 <stop
28 style="stop-color:#7b7b7b;stop-opacity:1;"
29 offset="1"
30 id="stop3799" />
31 </linearGradient>
32 <linearGradient
33 id="linearGradient3698">
34 <stop
35 id="stop3700"
36 offset="0"
37 style="stop-color:#96d0e1;stop-opacity:1" />
38 <stop
39 style="stop-color:#89b7e1;stop-opacity:1"
40 offset="0.67819428"
41 id="stop3706" />
42 <stop
43 id="stop3702"
44 offset="1"
45 style="stop-color:#699dd3;stop-opacity:1" />
46 </linearGradient>
47 <linearGradient
48 id="linearGradient3708">
49 <stop
50 id="stop3710"
51 offset="0"
52 style="stop-color:#658db6;stop-opacity:1" />
53 <stop
54 style="stop-color:#527fab;stop-opacity:1;"
55 offset="0.76777935"
56 id="stop3716" />
57 <stop
58 id="stop3712"
59 offset="1"
60 style="stop-color:#4071a0;stop-opacity:1" />
61 </linearGradient>
62 <linearGradient
63 id="linearGradient3750">
64 <stop
65 style="stop-color:#d0e2f1;stop-opacity:1"
66 offset="0"
67 id="stop3752" />
68 <stop
69 id="stop3756"
70 offset="0.85580856"
71 style="stop-color:#cadef0;stop-opacity:1" />
72 <stop
73 style="stop-color:#95bee3;stop-opacity:1"
74 offset="1"
75 id="stop3754" />
76 </linearGradient>
77 <linearGradient
78 id="linearGradient3803">
79 <stop
80 id="stop3805"
81 offset="0"
82 style="stop-color:#d7def0;stop-opacity:1;" />
83 <stop
84 style="stop-color:#ffffff;stop-opacity:1"
85 offset="0.5"
86 id="stop3811" />
87 <stop
88 id="stop3807"
89 offset="1"
90 style="stop-color:#d5def0;stop-opacity:1" />
91 </linearGradient>
92 <linearGradient
93 inkscape:collect="always"
94 xlink:href="#linearGradient3795"
95 id="linearGradient3801"
96 x1="23.204165"
97 y1="1053.158"
98 x2="23.204165"
99 y2="1004.8474"
100 gradientUnits="userSpaceOnUse"
101 gradientTransform="translate(0,-2056.7244)" />
102 <linearGradient
103 inkscape:collect="always"
104 xlink:href="#linearGradient3795"
105 id="linearGradient3859"
106 x1="26.192217"
107 y1="1024.0002"
108 x2="28.641211"
109 y2="1024.0002"
110 gradientUnits="userSpaceOnUse" />
111 <linearGradient
112 inkscape:collect="always"
113 xlink:href="#linearGradient3795"
114 id="linearGradient3867"
115 gradientUnits="userSpaceOnUse"
116 x1="26.192217"
117 y1="1024.0002"
118 x2="28.641211"
119 y2="1024.0002" />
120 <linearGradient
121 inkscape:collect="always"
122 xlink:href="#linearGradient3795"
123 id="linearGradient3869"
124 gradientUnits="userSpaceOnUse"
125 x1="26.192217"
126 y1="1024.0002"
127 x2="28.641211"
128 y2="1024.0002" />
129 <linearGradient
130 inkscape:collect="always"
131 xlink:href="#linearGradient3795"
132 id="linearGradient3871"
133 gradientUnits="userSpaceOnUse"
134 x1="26.192217"
135 y1="1024.0002"
136 x2="28.641211"
137 y2="1024.0002" />
138 <linearGradient
139 inkscape:collect="always"
140 xlink:href="#linearGradient3795"
141 id="linearGradient3877"
142 gradientUnits="userSpaceOnUse"
143 x1="29.718235"
144 y1="1027.8575"
145 x2="22.811094"
146 y2="1015.5485" />
147 <linearGradient
148 inkscape:collect="always"
149 xlink:href="#linearGradient3795"
150 id="linearGradient3879"
151 gradientUnits="userSpaceOnUse"
152 x1="17.196316"
153 y1="1006.2238"
154 x2="31.448042"
155 y2="1030.9086" />
156 <linearGradient
157 inkscape:collect="always"
158 xlink:href="#linearGradient3795"
159 id="linearGradient3895"
160 x1="21.973417"
161 y1="34.43922"
162 x2="42.475323"
163 y2="24.798252"
164 gradientUnits="userSpaceOnUse" />
165 <linearGradient
166 y2="24.930641"
167 x2="33.587574"
168 y1="24.930641"
169 x1="21.036427"
170 gradientUnits="userSpaceOnUse"
171 id="linearGradient4432"
172 xlink:href="#linearGradient3619"
173 inkscape:collect="always" />
174 <linearGradient
175 y2="24.930641"
176 x2="33.587574"
177 y1="24.930641"
178 x1="21.036427"
179 gradientUnits="userSpaceOnUse"
180 id="linearGradient4430"
181 xlink:href="#linearGradient4081"
182 inkscape:collect="always" />
183 <linearGradient
184 y2="24.930641"
185 x2="33.587574"
186 y1="24.930641"
187 x1="21.036427"
188 gradientUnits="userSpaceOnUse"
189 id="linearGradient6470"
190 xlink:href="#linearGradient3619"
191 inkscape:collect="always" />
192 <linearGradient
193 y2="24.930641"
194 x2="33.587574"
195 y1="24.930641"
196 x1="21.036427"
197 gradientUnits="userSpaceOnUse"
198 id="linearGradient6468"
199 xlink:href="#linearGradient4081"
200 inkscape:collect="always" />
201 <linearGradient
202 id="linearGradient8838">
203 <stop
204 id="stop8840"
205 style="stop-color:#000000;stop-opacity:1"
206 offset="0" />
207 <stop
208 id="stop8842"
209 style="stop-color:#000000;stop-opacity:0"
210 offset="1" />
211 </linearGradient>
212 <radialGradient
213 cx="62.625"
214 cy="4.625"
215 r="10.625"
216 fx="62.625"
217 fy="4.625"
218 id="radialGradient2436"
219 xlink:href="#linearGradient8838"
220 gradientUnits="userSpaceOnUse"
221 gradientTransform="matrix(2.1647059,0,0,0.7529402,-111.56471,36.517647)" />
222 <linearGradient
223 id="linearGradient3397">
224 <stop
225 id="stop3399"
226 style="stop-color:#aaaaaa;stop-opacity:1"
227 offset="0" />
228 <stop
229 id="stop3401"
230 style="stop-color:#8c8c8c;stop-opacity:1"
231 offset="1" />
232 </linearGradient>
233 <linearGradient
234 x1="37.201294"
235 y1="1"
236 x2="37.201294"
237 y2="45"
238 id="linearGradient2517"
239 xlink:href="#linearGradient3397"
240 gradientUnits="userSpaceOnUse" />
241 <linearGradient
242 x1="63.9995"
243 y1="3.1001"
244 x2="63.9995"
245 y2="122.8994"
246 id="linearGradient3309"
247 gradientUnits="userSpaceOnUse">
248 <stop
249 id="stop3311"
250 style="stop-color:#f6f6f6;stop-opacity:1"
251 offset="0" />
252 <stop
253 id="stop3313"
254 style="stop-color:#d2d2d2;stop-opacity:1"
255 offset="1" />
256 </linearGradient>
257 <linearGradient
258 x1="20.758585"
259 y1="1"
260 x2="20.758585"
261 y2="45.017357"
262 id="linearGradient2515"
263 xlink:href="#linearGradient3309"
264 gradientUnits="userSpaceOnUse" />
265 <linearGradient
266 id="linearGradient5128">
267 <stop
268 id="stop5130"
269 style="stop-color:#e5e5e5;stop-opacity:1"
270 offset="0" />
271 <stop
272 id="stop5132"
273 style="stop-color:#ababab;stop-opacity:1"
274 offset="1" />
275 </linearGradient>
276 <linearGradient
277 x1="86.132919"
278 y1="105.105"
279 x2="84.63858"
280 y2="20.895"
281 id="linearGradient2512"
282 xlink:href="#linearGradient5128"
283 gradientUnits="userSpaceOnUse"
284 gradientTransform="matrix(0.3244803,0,0,0.3244803,3.2332655,2.5577454)" />
285 <linearGradient
286 id="linearGradient3637">
287 <stop
288 id="stop3639"
289 style="stop-color:#f0f0f0;stop-opacity:1"
290 offset="0" />
291 <stop
292 id="stop3641"
293 style="stop-color:#dcdcdc;stop-opacity:1"
294 offset="1" />
295 </linearGradient>
296 <linearGradient
297 x1="45.447727"
298 y1="92.539597"
299 x2="45.447727"
300 y2="7.0165396"
301 id="ButtonShadow"
302 gradientUnits="userSpaceOnUse"
303 gradientTransform="scale(1.0058652,0.994169)">
304 <stop
305 id="stop3750-5"
306 style="stop-color:#000000;stop-opacity:1"
307 offset="0" />
308 <stop
309 id="stop3752-2"
310 style="stop-color:#000000;stop-opacity:0.58823532"
311 offset="1" />
312 </linearGradient>
313 <linearGradient
314 id="linearGradient3737">
315 <stop
316 id="stop3739"
317 style="stop-color:#ffffff;stop-opacity:1"
318 offset="0" />
319 <stop
320 id="stop3741-5"
321 style="stop-color:#ffffff;stop-opacity:0"
322 offset="1" />
323 </linearGradient>
324 <linearGradient
325 id="linearGradient3700">
326 <stop
327 id="stop3702-4"
328 style="stop-color:#2276c5;stop-opacity:1"
329 offset="0" />
330 <stop
331 id="stop3704"
332 style="stop-color:#68baf4;stop-opacity:1"
333 offset="1" />
334 </linearGradient>
335 <filter
336 color-interpolation-filters="sRGB"
337 id="filter3174">
338 <feGaussianBlur
339 id="feGaussianBlur3176"
340 stdDeviation="1.71" />
341 </filter>
342 <linearGradient
343 x1="36.357143"
344 y1="6"
345 x2="36.357143"
346 y2="63.893143"
347 id="linearGradient3188"
348 xlink:href="#linearGradient3737"
349 gradientUnits="userSpaceOnUse" />
350 <radialGradient
351 cx="48"
352 cy="90.171875"
353 r="42"
354 fx="48"
355 fy="90.171875"
356 id="radialGradient3619"
357 xlink:href="#linearGradient3737"
358 gradientUnits="userSpaceOnUse"
359 gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.5510206,0.19713193)" />
360 <linearGradient
361 x1="48"
362 y1="90"
363 x2="48"
364 y2="5.9877172"
365 id="linearGradient2843"
366 xlink:href="#linearGradient3700"
367 gradientUnits="userSpaceOnUse"
368 gradientTransform="translate(0,100)" />
369 <clipPath
370 id="clipPath3625">
371 <path
372 d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
373 inkscape:connector-curvature="0"
374 id="path3627-4"
375 style="fill:#ffffff;fill-opacity:1;stroke:none" />
376 </clipPath>
377 <linearGradient
378 x1="44.512066"
379 y1="6"
380 x2="44.512066"
381 y2="90.015434"
382 id="linearGradient3643"
383 xlink:href="#linearGradient3637"
384 gradientUnits="userSpaceOnUse" />
385 <clipPath
386 id="clipPath3649">
387 <rect
388 width="76"
389 height="76"
390 rx="4"
391 ry="4"
392 x="10"
393 y="10"
394 id="rect3651"
395 style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
396 </clipPath>
397 <filter
398 color-interpolation-filters="sRGB"
399 id="filter3657">
400 <feGaussianBlur
401 id="feGaussianBlur3659"
402 stdDeviation="1.14" />
403 </filter>
404 <linearGradient
405 x1="20.758585"
406 y1="1"
407 x2="20.758585"
408 y2="45.017357"
409 id="linearGradient3665"
410 xlink:href="#linearGradient4081"
411 gradientUnits="userSpaceOnUse"
412 gradientTransform="matrix(0.93022994,0,0,-0.93022994,23.674475,61.395341)" />
413 <linearGradient
414 x1="20.758585"
415 y1="1"
416 x2="20.758585"
417 y2="45.017357"
418 id="linearGradient3669"
419 xlink:href="#linearGradient4081"
420 gradientUnits="userSpaceOnUse"
421 gradientTransform="matrix(0.47268421,0.12665535,0.12665535,-0.47268421,44.47921,74.733655)" />
422 <linearGradient
423 id="linearGradient4081">
424 <stop
425 id="stop4083"
426 style="stop-color:#aaaaaa;stop-opacity:1"
427 offset="0" />
428 <stop
429 id="stop4085"
430 style="stop-color:#f0f0f0;stop-opacity:1"
431 offset="1" />
432 </linearGradient>
433 <linearGradient
434 x1="45.447727"
435 y1="92.539597"
436 x2="45.447727"
437 y2="7.0165396"
438 id="ButtonShadow-0"
439 gradientUnits="userSpaceOnUse"
440 gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
441 <stop
442 id="stop3750-8"
443 style="stop-color:#000000;stop-opacity:1"
444 offset="0" />
445 <stop
446 id="stop3752-5"
447 style="stop-color:#000000;stop-opacity:0.58823532"
448 offset="1" />
449 </linearGradient>
450 <linearGradient
451 x1="32.251034"
452 y1="6.1317081"
453 x2="32.251034"
454 y2="90.238609"
455 id="linearGradient3780"
456 xlink:href="#ButtonShadow-0"
457 gradientUnits="userSpaceOnUse"
458 gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)" />
459 <linearGradient
460 x1="32.251034"
461 y1="6.1317081"
462 x2="32.251034"
463 y2="90.238609"
464 id="linearGradient3772-5"
465 xlink:href="#ButtonShadow-0"
466 gradientUnits="userSpaceOnUse"
467 gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)" />
468 <linearGradient
469 x1="32.251034"
470 y1="6.1317081"
471 x2="32.251034"
472 y2="90.238609"
473 id="linearGradient3725-6"
474 xlink:href="#ButtonShadow-0"
475 gradientUnits="userSpaceOnUse"
476 gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)" />
477 <linearGradient
478 x1="32.251034"
479 y1="6.1317081"
480 x2="32.251034"
481 y2="90.238609"
482 id="linearGradient3721-5"
483 xlink:href="#ButtonShadow-0"
484 gradientUnits="userSpaceOnUse"
485 gradientTransform="matrix(1,0,0,-1,0,97)" />
486 <linearGradient
487 x1="32.251034"
488 y1="6.1317081"
489 x2="32.251034"
490 y2="90.238609"
491 id="linearGradient3289"
492 xlink:href="#ButtonShadow-0"
493 gradientUnits="userSpaceOnUse"
494 gradientTransform="matrix(1.0238095,0,0,-1.0119048,-1.1428571,98.071429)" />
495 <linearGradient
496 x1="36.357143"
497 y1="6"
498 x2="36.357143"
499 y2="63.893143"
500 id="linearGradient3188-2"
501 xlink:href="#linearGradient3737-2"
502 gradientUnits="userSpaceOnUse" />
503 <linearGradient
504 id="linearGradient3737-2">
505 <stop
506 id="stop3739-0"
507 style="stop-color:#ffffff;stop-opacity:1"
508 offset="0" />
509 <stop
510 id="stop3741-1"
511 style="stop-color:#ffffff;stop-opacity:0"
512 offset="1" />
513 </linearGradient>
514 <radialGradient
515 cx="48"
516 cy="90.171875"
517 r="42"
518 fx="48"
519 fy="90.171875"
520 id="radialGradient3619-5"
521 xlink:href="#linearGradient3737-2"
522 gradientUnits="userSpaceOnUse"
523 gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
524 <linearGradient
525 id="linearGradient3822">
526 <stop
527 id="stop3824"
528 offset="0"
529 style="stop-color:#ffffff;stop-opacity:1;" />
530 <stop
531 id="stop3826"
532 offset="1"
533 style="stop-color:#ffffff;stop-opacity:0;" />
534 </linearGradient>
535 <linearGradient
536 inkscape:collect="always"
537 id="linearGradient3804">
538 <stop
539 style="stop-color:#000000;stop-opacity:1;"
540 offset="0"
541 id="stop3806" />
542 <stop
543 style="stop-color:#000000;stop-opacity:0;"
544 offset="1"
545 id="stop3808" />
546 </linearGradient>
547 <linearGradient
548 inkscape:collect="always"
549 id="linearGradient3772">
550 <stop
551 style="stop-color:#333333;stop-opacity:1;"
552 offset="0"
553 id="stop3775" />
554 <stop
555 style="stop-color:#333333;stop-opacity:0;"
556 offset="1"
557 id="stop3777" />
558 </linearGradient>
559 <linearGradient
560 id="linearGradient3759">
561 <stop
562 style="stop-color:#3333c8;stop-opacity:1;"
563 offset="0"
564 id="stop3761" />
565 <stop
566 style="stop-color:#f0f0f0;stop-opacity:1;"
567 offset="0.32948276"
568 id="stop3764" />
569 <stop
570 style="stop-color:#969696;stop-opacity:1;"
571 offset="1"
572 id="stop3766" />
573 </linearGradient>
574 <linearGradient
575 id="linearGradient3845">
576 <stop
577 style="stop-color:#646464;stop-opacity:1;"
578 offset="0"
579 id="stop3851" />
580 <stop
581 style="stop-color:#646464;stop-opacity:0;"
582 offset="1"
583 id="stop3853" />
584 </linearGradient>
585 <linearGradient
586 id="linearGradient3812">
587 <stop
588 style="stop-color:#f0f0f0;stop-opacity:1;"
589 offset="0"
590 id="stop3814" />
591 <stop
592 style="stop-color:#646464;stop-opacity:1;"
593 offset="1"
594 id="stop3816" />
595 </linearGradient>
596 <linearGradient
597 id="linearGradient3777">
598 <stop
599 id="stop3779"
600 offset="0"
601 style="stop-color:#b4b4b4;stop-opacity:1;" />
602 <stop
603 style="stop-color:#f0f0f0;stop-opacity:1;"
604 offset="0.125"
605 id="stop3787" />
606 <stop
607 style="stop-color:#b4b4b4;stop-opacity:1;"
608 offset="0.46778932"
609 id="stop3785" />
610 <stop
611 style="stop-color:#f0f0f0;stop-opacity:1;"
612 offset="0.77607095"
613 id="stop3781" />
614 <stop
615 id="stop3783"
616 offset="1"
617 style="stop-color:#b4b4b4;stop-opacity:1;" />
618 </linearGradient>
619 <linearGradient
620 id="linearGradient3755">
621 <stop
622 style="stop-color:#b4b4b4;stop-opacity:1;"
623 offset="0"
624 id="stop3757" />
625 <stop
626 id="stop3763"
627 offset="0.5"
628 style="stop-color:#f0f0f0;stop-opacity:1;" />
629 <stop
630 style="stop-color:#b4b4b4;stop-opacity:1;"
631 offset="1"
632 id="stop3759" />
633 </linearGradient>
634 <linearGradient
635 id="linearGradient3738">
636 <stop
637 style="stop-color:#646464;stop-opacity:1;"
638 offset="0"
639 id="stop3741" />
640 <stop
641 style="stop-color:#646464;stop-opacity:0"
642 offset="1"
643 id="stop3743" />
644 </linearGradient>
645 <linearGradient
646 id="linearGradient3721">
647 <stop
648 id="stop3733"
649 offset="0"
650 style="stop-color:#c8c8c8;stop-opacity:1;" />
651 <stop
652 id="stop3731"
653 offset="0.32948276"
654 style="stop-color:#f0f0f0;stop-opacity:1;" />
655 <stop
656 id="stop3729"
657 offset="1"
658 style="stop-color:#969696;stop-opacity:1;" />
659 </linearGradient>
660 <linearGradient
661 id="linearGradient3705">
662 <stop
663 style="stop-color:#646464;stop-opacity:1;"
664 offset="0"
665 id="stop3707" />
666 <stop
667 id="stop3717"
668 offset="0.23085631"
669 style="stop-color:#c8c8c8;stop-opacity:1;" />
670 <stop
671 id="stop3715"
672 offset="0.50891"
673 style="stop-color:#f0f0f0;stop-opacity:1;" />
674 <stop
675 id="stop3713"
676 offset="0.80074656"
677 style="stop-color:#c8c8c8;stop-opacity:1;" />
678 <stop
679 style="stop-color:#646464;stop-opacity:1;"
680 offset="1"
681 id="stop3709" />
682 </linearGradient>
683 <linearGradient
684 id="linearGradient3905">
685 <stop
686 style="stop-color:#bebebe;stop-opacity:1;"
687 offset="0"
688 id="stop3907" />
689 <stop
690 style="stop-color:#969696;stop-opacity:1;"
691 offset="1"
692 id="stop3909" />
693 </linearGradient>
694 <linearGradient
695 id="linearGradient3897">
696 <stop
697 style="stop-color:#a0a0a0;stop-opacity:1;"
698 offset="0"
699 id="stop3899" />
700 <stop
701 style="stop-color:#c8c8c8;stop-opacity:1;"
702 offset="1"
703 id="stop3901" />
704 </linearGradient>
705 <linearGradient
706 id="linearGradient3889">
707 <stop
708 style="stop-color:#c8c8c8;stop-opacity:1;"
709 offset="0"
710 id="stop3891" />
711 <stop
712 style="stop-color:#f0f0f0;stop-opacity:1;"
713 offset="1"
714 id="stop3893" />
715 </linearGradient>
716 <linearGradient
717 id="linearGradient3676">
718 <stop
719 style="stop-color:#ffffff;stop-opacity:0.58823532;"
720 offset="0"
721 id="stop3679" />
722 <stop
723 style="stop-color:#000000;stop-opacity:0;"
724 offset="1"
725 id="stop3681" />
726 </linearGradient>
727 <linearGradient
728 id="linearGradient3788">
729 <stop
730 style="stop-color:#cb4e00;stop-opacity:1;"
731 offset="0"
732 id="stop3790" />
733 <stop
734 style="stop-color:#cb4e00;stop-opacity:0;"
735 offset="1"
736 id="stop3792" />
737 </linearGradient>
738 <linearGradient
739 id="linearGradient3766">
740 <stop
741 style="stop-color:#ffffff;stop-opacity:0;"
742 offset="0"
743 id="stop3768" />
744 <stop
745 id="stop3770"
746 offset="0.49821591"
747 style="stop-color:#ffffff;stop-opacity:0;" />
748 <stop
749 id="stop3772"
750 offset="0.52774066"
751 style="stop-color:#ffffff;stop-opacity:0.78431374;" />
752 <stop
753 id="stop3774"
754 offset="0.71785575"
755 style="stop-color:#ffffff;stop-opacity:0.58823532;" />
756 <stop
757 style="stop-color:#ffffff;stop-opacity:0;"
758 offset="1"
759 id="stop3776" />
760 </linearGradient>
761 <linearGradient
762 id="linearGradient3748">
763 <stop
764 id="stop3750"
765 offset="0"
766 style="stop-color:#8c5900;stop-opacity:0;" />
767 <stop
768 style="stop-color:#ebc000;stop-opacity:0;"
769 offset="0.1931276"
770 id="stop3752-7" />
771 <stop
772 style="stop-color:#fefa00;stop-opacity:0;"
773 offset="0.51009506"
774 id="stop3754-6" />
775 <stop
776 style="stop-color:#ebc003;stop-opacity:0.78431374;"
777 offset="0.59583193"
778 id="stop3756-4" />
779 <stop
780 id="stop3758"
781 offset="1"
782 style="stop-color:#ca8400;stop-opacity:0.78431374;" />
783 </linearGradient>
784 <linearGradient
785 id="linearGradient3730">
786 <stop
787 style="stop-color:#ffffff;stop-opacity:0;"
788 offset="0"
789 id="stop3732" />
790 <stop
791 id="stop3740"
792 offset="0.3594332"
793 style="stop-color:#ffffff;stop-opacity:0;" />
794 <stop
795 id="stop3738"
796 offset="0.63468701"
797 style="stop-color:#ffffff;stop-opacity:0.74509805;" />
798 <stop
799 style="stop-color:#ffffff;stop-opacity:0;"
800 offset="1"
801 id="stop3734" />
802 </linearGradient>
803 <linearGradient
804 id="linearGradient3704">
805 <stop
806 id="stop3706-0"
807 offset="0"
808 style="stop-color:#fff000;stop-opacity:1;" />
809 <stop
810 id="stop3708"
811 offset="1"
812 style="stop-color:#976500;stop-opacity:1;" />
813 </linearGradient>
814 <linearGradient
815 id="linearGradient3682">
816 <stop
817 style="stop-color:#fadf00;stop-opacity:1"
818 offset="0"
819 id="stop3684" />
820 <stop
821 style="stop-color:#976500;stop-opacity:1;"
822 offset="1"
823 id="stop3686" />
824 </linearGradient>
825 <linearGradient
826 id="linearGradient3668">
827 <stop
828 style="stop-color:#8c5900;stop-opacity:1;"
829 offset="0"
830 id="stop3670" />
831 <stop
832 id="stop3680"
833 offset="0.1931276"
834 style="stop-color:#ebc000;stop-opacity:1" />
835 <stop
836 id="stop3678"
837 offset="0.51009506"
838 style="stop-color:#fefa00;stop-opacity:1;" />
839 <stop
840 id="stop3676"
841 offset="0.81011766"
842 style="stop-color:#ebc003;stop-opacity:1;" />
843 <stop
844 style="stop-color:#ca8400;stop-opacity:1;"
845 offset="1"
846 id="stop3672" />
847 </linearGradient>
848 <linearGradient
849 id="linearGradient3634">
850 <stop
851 style="stop-color:#646464;stop-opacity:1;"
852 offset="0"
853 id="stop3636" />
854 <stop
855 id="stop3649"
856 offset="0.15487957"
857 style="stop-color:#ffffff;stop-opacity:1;" />
858 <stop
859 id="stop3642"
860 offset="0.52534908"
861 style="stop-color:#c8c8c8;stop-opacity:1;" />
862 <stop
863 style="stop-color:#969696;stop-opacity:1;"
864 offset="1"
865 id="stop3638" />
866 </linearGradient>
867 <linearGradient
868 id="linearGradient3614">
869 <stop
870 style="stop-color:#646464;stop-opacity:1;"
871 offset="0"
872 id="stop3616" />
873 <stop
874 id="stop3647"
875 offset="0.20557238"
876 style="stop-color:#b4b4b4;stop-opacity:1;" />
877 <stop
878 id="stop3645"
879 offset="0.37812805"
880 style="stop-color:#dcdcdc;stop-opacity:1;" />
881 <stop
882 id="stop3624"
883 offset="0.59117258"
884 style="stop-color:#f0f0f0;stop-opacity:1;" />
885 <stop
886 id="stop3622"
887 offset="0.7663672"
888 style="stop-color:#b4b4b4;stop-opacity:1;" />
889 <stop
890 style="stop-color:#646464;stop-opacity:1;"
891 offset="1"
892 id="stop3618" />
893 </linearGradient>
894 <inkscape:perspective
895 sodipodi:type="inkscape:persp3d"
896 inkscape:vp_x="0 : 526.18109 : 1"
897 inkscape:vp_y="0 : 1000 : 0"
898 inkscape:vp_z="744.09448 : 526.18109 : 1"
899 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
900 id="perspective10" />
901 <inkscape:perspective
902 id="perspective2824"
903 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
904 inkscape:vp_z="1 : 0.5 : 1"
905 inkscape:vp_y="0 : 1000 : 0"
906 inkscape:vp_x="0 : 0.5 : 1"
907 sodipodi:type="inkscape:persp3d" />
908 <linearGradient
909 inkscape:collect="always"
910 xlink:href="#linearGradient3748"
911 id="linearGradient3760"
912 gradientUnits="userSpaceOnUse"
913 x1="12.979694"
914 y1="1045.5385"
915 x2="20.479694"
916 y2="1045.5385" />
917 <linearGradient
918 inkscape:collect="always"
919 xlink:href="#linearGradient3766"
920 id="linearGradient3764"
921 gradientUnits="userSpaceOnUse"
922 x1="12.979694"
923 y1="1045.5385"
924 x2="20.479694"
925 y2="1045.5385"
926 gradientTransform="translate(-4e-7,-3.814e-5)" />
927 <linearGradient
928 gradientTransform="matrix(-1,0,0,-1,-8.0401786,1051.9426)"
929 y2="18.75"
930 x2="24.001602"
931 y1="-13.340853"
932 x1="24.001602"
933 gradientUnits="userSpaceOnUse"
934 id="linearGradient4054"
935 xlink:href="#linearGradient4056"
936 inkscape:collect="always" />
937 <linearGradient
938 gradientTransform="translate(-35.357143,986.14791)"
939 gradientUnits="userSpaceOnUse"
940 y2="18.75"
941 x2="24.001602"
942 y1="-6.5223217"
943 x1="24.001602"
944 id="linearGradient4050"
945 xlink:href="#linearGradient4044"
946 inkscape:collect="always" />
947 <linearGradient
948 gradientTransform="matrix(1.0084114,0,0,1.0084114,-0.18624787,1004.1364)"
949 gradientUnits="userSpaceOnUse"
950 y2="37.635307"
951 x2="24"
952 y1="10.35"
953 x1="24"
954 id="linearGradient4040"
955 xlink:href="#linearGradient4034"
956 inkscape:collect="always" />
957 <inkscape:perspective
958 sodipodi:type="inkscape:persp3d"
959 inkscape:vp_x="0 : 0.5 : 1"
960 inkscape:vp_y="0 : 1000 : 0"
961 inkscape:vp_z="1 : 0.5 : 1"
962 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
963 id="perspective3118" />
964 <inkscape:perspective
965 id="perspective10-2"
966 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
967 inkscape:vp_z="744.09448 : 526.18109 : 1"
968 inkscape:vp_y="0 : 1000 : 0"
969 inkscape:vp_x="0 : 526.18109 : 1"
970 sodipodi:type="inkscape:persp3d" />
971 <linearGradient
972 id="linearGradient4026">
973 <stop
974 id="stop4028"
975 offset="0"
976 style="stop-color:#969696;stop-opacity:1;" />
977 <stop
978 id="stop4030"
979 offset="1"
980 style="stop-color:#9dd144;stop-opacity:0;" />
981 </linearGradient>
982 <linearGradient
983 id="linearGradient4034">
984 <stop
985 id="stop4036"
986 offset="0"
987 style="stop-color:#828282;stop-opacity:1;" />
988 <stop
989 id="stop4038"
990 offset="1"
991 style="stop-color:#dcdcdc;stop-opacity:1;" />
992 </linearGradient>
993 <linearGradient
994 id="linearGradient4044">
995 <stop
996 id="stop4046"
997 offset="0"
998 style="stop-color:#ffffff;stop-opacity:1;" />
999 <stop
1000 id="stop4048"
1001 offset="1"
1002 style="stop-color:#ffffff;stop-opacity:0;" />
1003 </linearGradient>
1004 <linearGradient
1005 id="linearGradient4056">
1006 <stop
1007 style="stop-color:#505050;stop-opacity:1;"
1008 offset="0"
1009 id="stop4058" />
1010 <stop
1011 style="stop-color:#505050;stop-opacity:0;"
1012 offset="1"
1013 id="stop4060" />
1014 </linearGradient>
1015 <linearGradient
1016 id="linearGradient3607">
1017 <stop
1018 id="stop3609"
1019 offset="0"
1020 style="stop-color:#dcdcdc;stop-opacity:1;" />
1021 <stop
1022 id="stop3611"
1023 offset="1"
1024 style="stop-color:#aaaaaa;stop-opacity:1;" />
1025 </linearGradient>
1026 <linearGradient
1027 id="linearGradient3615">
1028 <stop
1029 id="stop3617"
1030 offset="0"
1031 style="stop-color:#bebebe;stop-opacity:1;" />
1032 <stop
1033 id="stop3619"
1034 offset="1"
1035 style="stop-color:#a0a0a0;stop-opacity:1;" />
1036 </linearGradient>
1037 <linearGradient
1038 id="linearGradient3619">
1039 <stop
1040 id="stop3621"
1041 offset="0"
1042 style="stop-color:#787878;stop-opacity:1;" />
1043 <stop
1044 id="stop3623"
1045 offset="1"
1046 style="stop-color:#f0f0f0;stop-opacity:1;" />
1047 </linearGradient>
1048 <linearGradient
1049 inkscape:collect="always"
1050 xlink:href="#linearGradient3705"
1051 id="linearGradient3851"
1052 gradientUnits="userSpaceOnUse"
1053 gradientTransform="translate(-39.285714,11.428571)"
1054 x1="58.962406"
1055 y1="1023.2551"
1056 x2="67.859726"
1057 y2="1023.2551" />
1058 <linearGradient
1059 inkscape:collect="always"
1060 xlink:href="#linearGradient3721"
1061 id="linearGradient3853"
1062 gradientUnits="userSpaceOnUse"
1063 gradientTransform="translate(-39.262149,11.444594)"
1064 x1="54.230263"
1065 y1="1002.3824"
1066 x2="72.793266"
1067 y2="1008.0967" />
1068 <linearGradient
1069 inkscape:collect="always"
1070 xlink:href="#linearGradient3845"
1071 id="linearGradient3855"
1072 gradientUnits="userSpaceOnUse"
1073 gradientTransform="translate(-39.285714,11.428571)"
1074 x1="72.78125"
1075 y1="1013.2798"
1076 x2="65.12587"
1077 y2="1009.4286" />
1078 <linearGradient
1079 inkscape:collect="always"
1080 xlink:href="#linearGradient3812"
1081 id="linearGradient3858"
1082 gradientUnits="userSpaceOnUse"
1083 x1="63.57143"
1084 y1="1006.5033"
1085 x2="63.57143"
1086 y2="1010.7657" />
1087 <linearGradient
1088 inkscape:collect="always"
1089 xlink:href="#linearGradient3755"
1090 id="linearGradient3860"
1091 gradientUnits="userSpaceOnUse"
1092 x1="63.571426"
1093 y1="1007.1501"
1094 x2="63.571426"
1095 y2="1010.1188" />
1096 <linearGradient
1097 inkscape:collect="always"
1098 xlink:href="#linearGradient3777"
1099 id="linearGradient3862"
1100 gradientUnits="userSpaceOnUse"
1101 gradientTransform="translate(259.12667,-50.36259)"
1102 x1="61.618301"
1103 y1="1006.8152"
1104 x2="61.618301"
1105 y2="1010.4536" />
1106 <linearGradient
1107 inkscape:collect="always"
1108 xlink:href="#linearGradient3777"
1109 id="linearGradient3864"
1110 gradientUnits="userSpaceOnUse"
1111 gradientTransform="translate(261.05852,-50.880228)"
1112 x1="61.618301"
1113 y1="1006.8152"
1114 x2="61.618301"
1115 y2="1010.4536" />
1116 <linearGradient
1117 inkscape:collect="always"
1118 xlink:href="#linearGradient3777"
1119 id="linearGradient3869-9"
1120 gradientUnits="userSpaceOnUse"
1121 gradientTransform="translate(260.10988,-50.62604)"
1122 x1="61.618301"
1123 y1="1006.8152"
1124 x2="61.618301"
1125 y2="1010.4536" />
1126 <linearGradient
1127 inkscape:collect="always"
1128 xlink:href="#linearGradient3777"
1129 id="linearGradient3871-1"
1130 gradientUnits="userSpaceOnUse"
1131 gradientTransform="translate(262.04173,-51.143678)"
1132 x1="61.618301"
1133 y1="1006.8152"
1134 x2="61.618301"
1135 y2="1010.4536" />
1136 <linearGradient
1137 inkscape:collect="always"
1138 xlink:href="#linearGradient3777"
1139 id="linearGradient3873"
1140 gradientUnits="userSpaceOnUse"
1141 gradientTransform="translate(263.0465,-51.412905)"
1142 x1="61.618301"
1143 y1="1006.8152"
1144 x2="61.618301"
1145 y2="1010.4536" />
1146 <linearGradient
1147 inkscape:collect="always"
1148 xlink:href="#linearGradient3676"
1149 id="linearGradient3875"
1150 gradientUnits="userSpaceOnUse"
1151 gradientTransform="translate(25.078477,-3.6760333)"
1152 x1="36.695298"
1153 y1="1030.7966"
1154 x2="41.465527"
1155 y2="1030.7966" />
1156 <linearGradient
1157 inkscape:collect="always"
1158 xlink:href="#linearGradient3772"
1159 id="linearGradient3877-1"
1160 gradientUnits="userSpaceOnUse"
1161 x1="25.186865"
1162 y1="1012.0792"
1163 x2="30.276894"
1164 y2="1015.2991" />
1165 <linearGradient
1166 inkscape:collect="always"
1167 xlink:href="#linearGradient3772"
1168 id="linearGradient3879-0"
1169 gradientUnits="userSpaceOnUse"
1170 gradientTransform="translate(-39.262149,11.444594)"
1171 x1="75.127792"
1172 y1="999.01636"
1173 x2="68.824013"
1174 y2="1001.667" />
1175 <linearGradient
1176 inkscape:collect="always"
1177 xlink:href="#linearGradient3822"
1178 id="linearGradient3881"
1179 gradientUnits="userSpaceOnUse"
1180 gradientTransform="translate(-0.13392858,0.13392858)"
1181 x1="28.617702"
1182 y1="1011.9861"
1183 x2="32.4375"
1184 y2="1017.081" />
1185 <linearGradient
1186 inkscape:collect="always"
1187 xlink:href="#linearGradient3804"
1188 id="linearGradient3883"
1189 gradientUnits="userSpaceOnUse"
1190 x1="28.617702"
1191 y1="1011.9861"
1192 x2="32.4375"
1193 y2="1017.081" />
1194 <linearGradient
1195 inkscape:collect="always"
1196 xlink:href="#linearGradient3738"
1197 id="linearGradient3885"
1198 gradientUnits="userSpaceOnUse"
1199 x1="38.4375"
1200 y1="42.46796"
1201 x2="38.4375"
1202 y2="48.978466" />
1203 <linearGradient
1204 inkscape:collect="always"
1205 xlink:href="#linearGradient3614"
1206 id="linearGradient3922"
1207 gradientUnits="userSpaceOnUse"
1208 gradientTransform="matrix(0.62736208,-0.62736208,0.70710678,0.70710678,-783.00879,292.36108)"
1209 x1="14.443695"
1210 y1="1018.1508"
1211 x2="19.015695"
1212 y2="1018.1508" />
1213 <linearGradient
1214 inkscape:collect="always"
1215 xlink:href="#linearGradient3668"
1216 id="linearGradient3924"
1217 gradientUnits="userSpaceOnUse"
1218 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-784.34289,293.69518)"
1219 x1="12.979694"
1220 y1="1045.5385"
1221 x2="20.479694"
1222 y2="1045.5385" />
1223 <linearGradient
1224 inkscape:collect="always"
1225 xlink:href="#linearGradient3730"
1226 id="linearGradient3926"
1227 gradientUnits="userSpaceOnUse"
1228 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-784.34289,293.69518)"
1229 x1="12.979694"
1230 y1="1045.5385"
1231 x2="20.479694"
1232 y2="1045.5385" />
1233 <linearGradient
1234 inkscape:collect="always"
1235 xlink:href="#linearGradient3682"
1236 id="linearGradient3929"
1237 gradientUnits="userSpaceOnUse"
1238 gradientTransform="translate(-762.28803,-346.94032)"
1239 x1="13.973214"
1240 y1="1049.6167"
1241 x2="15.803571"
1242 y2="1049.6167" />
1243 <linearGradient
1244 inkscape:collect="always"
1245 xlink:href="#linearGradient3704"
1246 id="linearGradient3931"
1247 gradientUnits="userSpaceOnUse"
1248 gradientTransform="translate(-758.4666,-346.94032)"
1249 x1="13.973214"
1250 y1="1049.6167"
1251 x2="15.803571"
1252 y2="1049.6167" />
1253 <linearGradient
1254 inkscape:collect="always"
1255 xlink:href="#linearGradient3634"
1256 id="linearGradient3933"
1257 gradientUnits="userSpaceOnUse"
1258 gradientTransform="matrix(0.55901126,-0.55901126,0.66175373,0.66175373,-736.4706,336.61229)"
1259 x1="16.729694"
1260 y1="1000.1935"
1261 x2="16.729694"
1262 y2="1007.9633" />
1263 <radialGradient
1264 inkscape:collect="always"
1265 xlink:href="#linearGradient3788"
1266 id="radialGradient3935"
1267 gradientUnits="userSpaceOnUse"
1268 gradientTransform="matrix(-0.59679792,0.59679834,-0.248035,-0.24803483,226.93251,1261.3425)"
1269 cx="16.729694"
1270 cy="1033.7007"
1271 fx="16.729694"
1272 fy="1033.7007"
1273 r="3.75" />
1274 <linearGradient
1275 inkscape:collect="always"
1276 xlink:href="#linearGradient3730"
1277 id="linearGradient3937"
1278 gradientUnits="userSpaceOnUse"
1279 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-784.34289,293.69518)"
1280 x1="12.979694"
1281 y1="1035.3344"
1282 x2="20.479694"
1283 y2="1035.3344" />
1284 <linearGradient
1285 inkscape:collect="always"
1286 xlink:href="#linearGradient3705"
1287 id="linearGradient4001"
1288 gradientUnits="userSpaceOnUse"
1289 gradientTransform="translate(-39.285714,11.428571)"
1290 x1="58.962406"
1291 y1="1023.2551"
1292 x2="67.859726"
1293 y2="1023.2551" />
1294 <linearGradient
1295 inkscape:collect="always"
1296 xlink:href="#linearGradient3721"
1297 id="linearGradient4003"
1298 gradientUnits="userSpaceOnUse"
1299 gradientTransform="translate(-39.262149,11.444594)"
1300 x1="54.230263"
1301 y1="1002.3824"
1302 x2="72.793266"
1303 y2="1008.0967" />
1304 <linearGradient
1305 inkscape:collect="always"
1306 xlink:href="#linearGradient3845"
1307 id="linearGradient4005"
1308 gradientUnits="userSpaceOnUse"
1309 gradientTransform="translate(-39.285714,11.428571)"
1310 x1="72.78125"
1311 y1="1013.2798"
1312 x2="65.12587"
1313 y2="1009.4286" />
1314 <linearGradient
1315 inkscape:collect="always"
1316 xlink:href="#linearGradient3812"
1317 id="linearGradient4007"
1318 gradientUnits="userSpaceOnUse"
1319 x1="63.57143"
1320 y1="1006.5033"
1321 x2="63.57143"
1322 y2="1010.7657" />
1323 <linearGradient
1324 inkscape:collect="always"
1325 xlink:href="#linearGradient3755"
1326 id="linearGradient4009"
1327 gradientUnits="userSpaceOnUse"
1328 x1="63.571426"
1329 y1="1007.1501"
1330 x2="63.571426"
1331 y2="1010.1188" />
1332 <linearGradient
1333 inkscape:collect="always"
1334 xlink:href="#linearGradient3777"
1335 id="linearGradient4011"
1336 gradientUnits="userSpaceOnUse"
1337 gradientTransform="translate(259.12667,-50.36259)"
1338 x1="61.618301"
1339 y1="1006.8152"
1340 x2="61.618301"
1341 y2="1010.4536" />
1342 <linearGradient
1343 inkscape:collect="always"
1344 xlink:href="#linearGradient3777"
1345 id="linearGradient4013"
1346 gradientUnits="userSpaceOnUse"
1347 gradientTransform="translate(261.05852,-50.880228)"
1348 x1="61.618301"
1349 y1="1006.8152"
1350 x2="61.618301"
1351 y2="1010.4536" />
1352 <linearGradient
1353 inkscape:collect="always"
1354 xlink:href="#linearGradient3777"
1355 id="linearGradient4015"
1356 gradientUnits="userSpaceOnUse"
1357 gradientTransform="translate(260.10988,-50.62604)"
1358 x1="61.618301"
1359 y1="1006.8152"
1360 x2="61.618301"
1361 y2="1010.4536" />
1362 <linearGradient
1363 inkscape:collect="always"
1364 xlink:href="#linearGradient3777"
1365 id="linearGradient4017"
1366 gradientUnits="userSpaceOnUse"
1367 gradientTransform="translate(262.04173,-51.143678)"
1368 x1="61.618301"
1369 y1="1006.8152"
1370 x2="61.618301"
1371 y2="1010.4536" />
1372 <linearGradient
1373 inkscape:collect="always"
1374 xlink:href="#linearGradient3777"
1375 id="linearGradient4019"
1376 gradientUnits="userSpaceOnUse"
1377 gradientTransform="translate(263.0465,-51.412905)"
1378 x1="61.618301"
1379 y1="1006.8152"
1380 x2="61.618301"
1381 y2="1010.4536" />
1382 <linearGradient
1383 inkscape:collect="always"
1384 xlink:href="#linearGradient3676"
1385 id="linearGradient4021"
1386 gradientUnits="userSpaceOnUse"
1387 gradientTransform="translate(25.078477,-3.6760333)"
1388 x1="36.695298"
1389 y1="1030.7966"
1390 x2="41.465527"
1391 y2="1030.7966" />
1392 <linearGradient
1393 inkscape:collect="always"
1394 xlink:href="#linearGradient3772"
1395 id="linearGradient4023"
1396 gradientUnits="userSpaceOnUse"
1397 x1="25.186865"
1398 y1="1012.0792"
1399 x2="30.276894"
1400 y2="1015.2991" />
1401 <linearGradient
1402 inkscape:collect="always"
1403 xlink:href="#linearGradient3772"
1404 id="linearGradient4025"
1405 gradientUnits="userSpaceOnUse"
1406 gradientTransform="translate(-39.262149,11.444594)"
1407 x1="75.127792"
1408 y1="999.01636"
1409 x2="68.824013"
1410 y2="1001.667" />
1411 <linearGradient
1412 inkscape:collect="always"
1413 xlink:href="#linearGradient3822"
1414 id="linearGradient4027"
1415 gradientUnits="userSpaceOnUse"
1416 gradientTransform="translate(-0.13392858,0.13392858)"
1417 x1="28.617702"
1418 y1="1011.9861"
1419 x2="32.4375"
1420 y2="1017.081" />
1421 <linearGradient
1422 inkscape:collect="always"
1423 xlink:href="#linearGradient3804"
1424 id="linearGradient4029"
1425 gradientUnits="userSpaceOnUse"
1426 x1="28.617702"
1427 y1="1011.9861"
1428 x2="32.4375"
1429 y2="1017.081" />
1430 <linearGradient
1431 inkscape:collect="always"
1432 xlink:href="#linearGradient3738"
1433 id="linearGradient4031"
1434 gradientUnits="userSpaceOnUse"
1435 x1="38.4375"
1436 y1="42.46796"
1437 x2="38.4375"
1438 y2="48.978466" />
1439 <linearGradient
1440 inkscape:collect="always"
1441 xlink:href="#linearGradient3614"
1442 id="linearGradient4033"
1443 gradientUnits="userSpaceOnUse"
1444 gradientTransform="matrix(0.62736208,-0.62736208,0.70710678,0.70710678,-783.00879,292.36108)"
1445 x1="14.443695"
1446 y1="1018.1508"
1447 x2="19.015695"
1448 y2="1018.1508" />
1449 <linearGradient
1450 inkscape:collect="always"
1451 xlink:href="#linearGradient3668"
1452 id="linearGradient4035"
1453 gradientUnits="userSpaceOnUse"
1454 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-784.34289,293.69518)"
1455 x1="12.979694"
1456 y1="1045.5385"
1457 x2="20.479694"
1458 y2="1045.5385" />
1459 <linearGradient
1460 inkscape:collect="always"
1461 xlink:href="#linearGradient3730"
1462 id="linearGradient4037"
1463 gradientUnits="userSpaceOnUse"
1464 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-784.34289,293.69518)"
1465 x1="12.979694"
1466 y1="1045.5385"
1467 x2="20.479694"
1468 y2="1045.5385" />
1469 <linearGradient
1470 inkscape:collect="always"
1471 xlink:href="#linearGradient3682"
1472 id="linearGradient4039"
1473 gradientUnits="userSpaceOnUse"
1474 gradientTransform="translate(-762.28803,-346.94032)"
1475 x1="13.973214"
1476 y1="1049.6167"
1477 x2="15.803571"
1478 y2="1049.6167" />
1479 <linearGradient
1480 inkscape:collect="always"
1481 xlink:href="#linearGradient3704"
1482 id="linearGradient4041"
1483 gradientUnits="userSpaceOnUse"
1484 gradientTransform="translate(-758.4666,-346.94032)"
1485 x1="13.973214"
1486 y1="1049.6167"
1487 x2="15.803571"
1488 y2="1049.6167" />
1489 <linearGradient
1490 inkscape:collect="always"
1491 xlink:href="#linearGradient3634"
1492 id="linearGradient4043"
1493 gradientUnits="userSpaceOnUse"
1494 gradientTransform="matrix(0.55901126,-0.55901126,0.66175373,0.66175373,-736.4706,336.61229)"
1495 x1="16.729694"
1496 y1="1000.1935"
1497 x2="16.729694"
1498 y2="1007.9633" />
1499 <radialGradient
1500 inkscape:collect="always"
1501 xlink:href="#linearGradient3788"
1502 id="radialGradient4045"
1503 gradientUnits="userSpaceOnUse"
1504 gradientTransform="matrix(-0.59679792,0.59679834,-0.248035,-0.24803483,226.93251,1261.3425)"
1505 cx="16.729694"
1506 cy="1033.7007"
1507 fx="16.729694"
1508 fy="1033.7007"
1509 r="3.75" />
1510 <linearGradient
1511 inkscape:collect="always"
1512 xlink:href="#linearGradient3730"
1513 id="linearGradient4047"
1514 gradientUnits="userSpaceOnUse"
1515 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-784.34289,293.69518)"
1516 x1="12.979694"
1517 y1="1035.3344"
1518 x2="20.479694"
1519 y2="1035.3344" />
1520 <linearGradient
1521 inkscape:collect="always"
1522 xlink:href="#linearGradient3804"
1523 id="linearGradient4051"
1524 gradientUnits="userSpaceOnUse"
1525 x1="28.617702"
1526 y1="1011.9861"
1527 x2="32.4375"
1528 y2="1017.081"
1529 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,682.07834,306.0152)" />
1530 <linearGradient
1531 inkscape:collect="always"
1532 xlink:href="#linearGradient3822"
1533 id="linearGradient4055"
1534 gradientUnits="userSpaceOnUse"
1535 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,681.88894,306.0152)"
1536 x1="28.617702"
1537 y1="1011.9861"
1538 x2="32.4375"
1539 y2="1017.081" />
1540 <linearGradient
1541 inkscape:collect="always"
1542 xlink:href="#linearGradient3772"
1543 id="linearGradient4058"
1544 gradientUnits="userSpaceOnUse"
1545 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,646.22326,286.34522)"
1546 x1="75.127792"
1547 y1="999.01636"
1548 x2="68.824013"
1549 y2="1001.667" />
1550 <linearGradient
1551 inkscape:collect="always"
1552 xlink:href="#linearGradient3772"
1553 id="linearGradient4061"
1554 gradientUnits="userSpaceOnUse"
1555 x1="25.186865"
1556 y1="1012.0792"
1557 x2="30.276894"
1558 y2="1015.2991"
1559 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,682.07834,306.0152)" />
1560 <linearGradient
1561 inkscape:collect="always"
1562 xlink:href="#linearGradient3845"
1563 id="linearGradient4076"
1564 gradientUnits="userSpaceOnUse"
1565 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,646.21793,286.31723)"
1566 x1="72.78125"
1567 y1="1013.2798"
1568 x2="65.12587"
1569 y2="1009.4286" />
1570 <linearGradient
1571 inkscape:collect="always"
1572 xlink:href="#linearGradient3721"
1573 id="linearGradient4079"
1574 gradientUnits="userSpaceOnUse"
1575 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,646.22326,286.34522)"
1576 x1="54.230263"
1577 y1="1002.3824"
1578 x2="72.793266"
1579 y2="1008.0967" />
1580 <linearGradient
1581 inkscape:collect="always"
1582 xlink:href="#linearGradient3705"
1583 id="linearGradient4082"
1584 gradientUnits="userSpaceOnUse"
1585 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,646.21793,-718.04497)"
1586 x1="58.962406"
1587 y1="1023.2551"
1588 x2="67.859726"
1589 y2="1023.2551" />
1590 <linearGradient
1591 inkscape:collect="always"
1592 xlink:href="#linearGradient3730"
1593 id="linearGradient4086"
1594 gradientUnits="userSpaceOnUse"
1595 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-771.32985,337.77298)"
1596 x1="12.979694"
1597 y1="1035.3344"
1598 x2="20.479694"
1599 y2="1035.3344" />
1600 <radialGradient
1601 inkscape:collect="always"
1602 xlink:href="#linearGradient3788"
1603 id="radialGradient4089"
1604 gradientUnits="userSpaceOnUse"
1605 gradientTransform="matrix(-0.59679792,0.59679834,-0.248035,-0.24803483,239.94555,1305.4203)"
1606 cx="16.729694"
1607 cy="1033.7007"
1608 fx="16.729694"
1609 fy="1033.7007"
1610 r="3.75" />
1611 <linearGradient
1612 inkscape:collect="always"
1613 xlink:href="#linearGradient3634"
1614 id="linearGradient4092"
1615 gradientUnits="userSpaceOnUse"
1616 gradientTransform="matrix(0.55901126,-0.55901126,0.66175373,0.66175373,-723.45756,380.69009)"
1617 x1="16.729694"
1618 y1="1000.1935"
1619 x2="16.729694"
1620 y2="1007.9633" />
1621 <linearGradient
1622 inkscape:collect="always"
1623 xlink:href="#linearGradient3704"
1624 id="linearGradient4095"
1625 gradientUnits="userSpaceOnUse"
1626 gradientTransform="translate(-780.4327,-306.571)"
1627 x1="13.973214"
1628 y1="1049.6167"
1629 x2="15.803571"
1630 y2="1049.6167" />
1631 <linearGradient
1632 inkscape:collect="always"
1633 xlink:href="#linearGradient3682"
1634 id="linearGradient4098"
1635 gradientUnits="userSpaceOnUse"
1636 gradientTransform="translate(-784.25413,-306.571)"
1637 x1="13.973214"
1638 y1="1049.6167"
1639 x2="15.803571"
1640 y2="1049.6167" />
1641 <linearGradient
1642 inkscape:collect="always"
1643 xlink:href="#linearGradient3730"
1644 id="linearGradient4101"
1645 gradientUnits="userSpaceOnUse"
1646 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-771.32985,337.77298)"
1647 x1="12.979694"
1648 y1="1045.5385"
1649 x2="20.479694"
1650 y2="1045.5385" />
1651 <linearGradient
1652 inkscape:collect="always"
1653 xlink:href="#linearGradient3668"
1654 id="linearGradient4104"
1655 gradientUnits="userSpaceOnUse"
1656 gradientTransform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-771.32985,337.77298)"
1657 x1="12.979694"
1658 y1="1045.5385"
1659 x2="20.479694"
1660 y2="1045.5385" />
1661 <linearGradient
1662 inkscape:collect="always"
1663 xlink:href="#linearGradient3614"
1664 id="linearGradient4107"
1665 gradientUnits="userSpaceOnUse"
1666 gradientTransform="matrix(0.62736208,-0.62736208,0.70710678,0.70710678,-769.99575,336.43888)"
1667 x1="14.443695"
1668 y1="1018.1508"
1669 x2="19.015695"
1670 y2="1018.1508" />
1671 <linearGradient
1672 inkscape:collect="always"
1673 xlink:href="#linearGradient3676"
1674 id="linearGradient4109"
1675 gradientUnits="userSpaceOnUse"
1676 gradientTransform="translate(25.078477,-3.6760333)"
1677 x1="36.695298"
1678 y1="1030.7966"
1679 x2="41.465527"
1680 y2="1030.7966" />
1681 <linearGradient
1682 inkscape:collect="always"
1683 xlink:href="#linearGradient3676"
1684 id="linearGradient4112"
1685 gradientUnits="userSpaceOnUse"
1686 gradientTransform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,666.55044,301.45104)"
1687 x1="36.695298"
1688 y1="1030.7966"
1689 x2="41.465527"
1690 y2="1030.7966" />
1691 <linearGradient
1692 inkscape:collect="always"
1693 xlink:href="#linearGradient3812"
1694 id="linearGradient4116"
1695 gradientUnits="userSpaceOnUse"
1696 x1="63.57143"
1697 y1="1006.5033"
1698 x2="63.57143"
1699 y2="1010.7657" />
1700 <linearGradient
1701 inkscape:collect="always"
1702 xlink:href="#linearGradient3755"
1703 id="linearGradient4118"
1704 gradientUnits="userSpaceOnUse"
1705 x1="63.571426"
1706 y1="1007.1501"
1707 x2="63.571426"
1708 y2="1010.1188" />
1709 <linearGradient
1710 inkscape:collect="always"
1711 xlink:href="#linearGradient3777"
1712 id="linearGradient4120"
1713 gradientUnits="userSpaceOnUse"
1714 gradientTransform="translate(259.12667,-50.36259)"
1715 x1="61.618301"
1716 y1="1006.8152"
1717 x2="61.618301"
1718 y2="1010.4536" />
1719 <linearGradient
1720 inkscape:collect="always"
1721 xlink:href="#linearGradient3777"
1722 id="linearGradient4122"
1723 gradientUnits="userSpaceOnUse"
1724 gradientTransform="translate(261.05852,-50.880228)"
1725 x1="61.618301"
1726 y1="1006.8152"
1727 x2="61.618301"
1728 y2="1010.4536" />
1729 <linearGradient
1730 inkscape:collect="always"
1731 xlink:href="#linearGradient3777"
1732 id="linearGradient4124"
1733 gradientUnits="userSpaceOnUse"
1734 gradientTransform="translate(260.10988,-50.62604)"
1735 x1="61.618301"
1736 y1="1006.8152"
1737 x2="61.618301"
1738 y2="1010.4536" />
1739 <linearGradient
1740 inkscape:collect="always"
1741 xlink:href="#linearGradient3777"
1742 id="linearGradient4126"
1743 gradientUnits="userSpaceOnUse"
1744 gradientTransform="translate(262.04173,-51.143678)"
1745 x1="61.618301"
1746 y1="1006.8152"
1747 x2="61.618301"
1748 y2="1010.4536" />
1749 <linearGradient
1750 inkscape:collect="always"
1751 xlink:href="#linearGradient3777"
1752 id="linearGradient4128"
1753 gradientUnits="userSpaceOnUse"
1754 gradientTransform="translate(263.0465,-51.412905)"
1755 x1="61.618301"
1756 y1="1006.8152"
1757 x2="61.618301"
1758 y2="1010.4536" />
1759 <linearGradient
1760 inkscape:collect="always"
1761 xlink:href="#linearGradient3777"
1762 id="linearGradient4131"
1763 gradientUnits="userSpaceOnUse"
1764 gradientTransform="matrix(0.32109148,0.94704819,-0.94704819,0.32109148,914.66574,664.161)"
1765 x1="61.618301"
1766 y1="1006.8152"
1767 x2="61.618301"
1768 y2="1010.4536" />
1769 <linearGradient
1770 inkscape:collect="always"
1771 xlink:href="#linearGradient3777"
1772 id="linearGradient4134"
1773 gradientUnits="userSpaceOnUse"
1774 gradientTransform="translate(921.67907,-652.70686)"
1775 x1="61.618301"
1776 y1="1006.8152"
1777 x2="61.618301"
1778 y2="1010.4536" />
1779 <linearGradient
1780 inkscape:collect="always"
1781 xlink:href="#linearGradient3777"
1782 id="linearGradient4137"
1783 gradientUnits="userSpaceOnUse"
1784 gradientTransform="translate(919.74722,-652.18923)"
1785 x1="61.618301"
1786 y1="1006.8152"
1787 x2="61.618301"
1788 y2="1010.4536" />
1789 <linearGradient
1790 inkscape:collect="always"
1791 xlink:href="#linearGradient3777"
1792 id="linearGradient4140"
1793 gradientUnits="userSpaceOnUse"
1794 gradientTransform="translate(920.69586,-652.44341)"
1795 x1="61.618301"
1796 y1="1006.8152"
1797 x2="61.618301"
1798 y2="1010.4536" />
1799 <linearGradient
1800 inkscape:collect="always"
1801 xlink:href="#linearGradient3777"
1802 id="linearGradient4143"
1803 gradientUnits="userSpaceOnUse"
1804 gradientTransform="translate(918.76401,-651.92578)"
1805 x1="61.618301"
1806 y1="1006.8152"
1807 x2="61.618301"
1808 y2="1010.4536" />
1809 <linearGradient
1810 inkscape:collect="always"
1811 xlink:href="#linearGradient3755"
1812 id="linearGradient4146"
1813 gradientUnits="userSpaceOnUse"
1814 x1="63.571426"
1815 y1="1007.1501"
1816 x2="63.571426"
1817 y2="1010.1188"
1818 gradientTransform="translate(792.85675,-410.33871)" />
1819 <linearGradient
1820 inkscape:collect="always"
1821 xlink:href="#linearGradient3812"
1822 id="linearGradient4149"
1823 gradientUnits="userSpaceOnUse"
1824 x1="63.57143"
1825 y1="1006.5033"
1826 x2="63.57143"
1827 y2="1010.7657"
1828 gradientTransform="translate(792.85675,-410.33871)" />
1829 <linearGradient
1830 inkscape:collect="always"
1831 xlink:href="#linearGradient3614"
1832 id="linearGradient4151"
1833 gradientUnits="userSpaceOnUse"
1834 gradientTransform="matrix(0.62736208,-0.62736208,0.70710678,0.70710678,-769.99575,-667.92332)"
1835 x1="14.443695"
1836 y1="1018.1508"
1837 x2="19.015695"
1838 y2="1018.1508" />
1839 </defs>
1840 <sodipodi:namedview
1841 id="base"
1842 pagecolor="#ffffff"
1843 bordercolor="#666666"
1844 borderopacity="1.0"
1845 inkscape:pageopacity="0.0"
1846 inkscape:pageshadow="2"
1847 inkscape:zoom="5.6568545"
1848 inkscape:cx="2.6890735"
1849 inkscape:cy="24.063181"
1850 inkscape:document-units="px"
1851 inkscape:current-layer="layer1"
1852 showgrid="false"
1853 inkscape:window-width="1366"
1854 inkscape:window-height="715"
1855 inkscape:window-x="0"
1856 inkscape:window-y="26"
1857 inkscape:window-maximized="1">
1858 <inkscape:grid
1859 type="xygrid"
1860 id="grid3850"
1861 empspacing="5"
1862 visible="true"
1863 enabled="true"
1864 snapvisiblegridlinesonly="true" />
1865 </sodipodi:namedview>
1866 <metadata
1867 id="metadata7">
1868 <rdf:RDF>
1869 <cc:Work
1870 rdf:about="">
1871 <dc:format>image/svg+xml</dc:format>
1872 <dc:type
1873 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1874 <dc:title />
1875 </cc:Work>
1876 </rdf:RDF>
1877 </metadata>
1878 <g
1879 inkscape:label="Capa 1"
1880 inkscape:groupmode="layer"
1881 id="layer1"
1882 transform="translate(0,-1004.3622)">
1883 <path
1884 inkscape:connector-curvature="0"
1885 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ef6555;fill-opacity:1;stroke:none;stroke-width:3.95768571;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
1886 d="m 24,1008.3622 c -11.02346,0 -20,8.9765 -20,20 0,11.0234 8.97654,20 20,20 11.02346,0 20,-8.9766 20,-20 0,-11.0235 -8.97654,-20 -20,-20 z m 0,7.5 c 1.380711,0 2.5,1.1192 2.5,2.5 0,1.3807 -1.119289,2.5 -2.5,2.5 -1.380711,0 -2.5,-1.1193 -2.5,-2.5 0,-1.3808 1.119289,-2.5 2.5,-2.5 z m -3.75,7.5 1.25,0 5,0 0,15 2.5,0 0,2.5 -10,0 0,-2.5 2.5,0 0,-12.5 -1.25,0 0,-2.5 z"
1887 id="path3035" />
1888 </g>
1889</svg>
01890
=== added file 'share/polly/iconsets/numix48/lists.svg'
--- share/polly/iconsets/numix48/lists.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/lists.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,80 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 id="svg7384"
13 height="48"
14 width="48"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="lists.svg">
18 <defs
19 id="defs11" />
20 <sodipodi:namedview
21 pagecolor="#ffffff"
22 bordercolor="#666666"
23 borderopacity="1"
24 objecttolerance="10"
25 gridtolerance="10"
26 guidetolerance="10"
27 inkscape:pageopacity="0"
28 inkscape:pageshadow="2"
29 inkscape:window-width="1366"
30 inkscape:window-height="715"
31 id="namedview9"
32 showgrid="false"
33 inkscape:zoom="12.84"
34 inkscape:cx="8"
35 inkscape:cy="29.545805"
36 inkscape:window-x="0"
37 inkscape:window-y="26"
38 inkscape:window-maximized="1"
39 inkscape:current-layer="svg7384" />
40 <metadata
41 id="metadata90">
42 <rdf:RDF>
43 <cc:Work
44 rdf:about="">
45 <dc:format>image/svg+xml</dc:format>
46 <dc:type
47 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48 <dc:title>Gnome Symbolic Icon Theme</dc:title>
49 </cc:Work>
50 </rdf:RDF>
51 </metadata>
52 <title
53 id="title9167">Gnome Symbolic Icon Theme</title>
54 <g
55 id="layer12"
56 transform="matrix(4.0001598,0,0,4.0001598,-168.00687,-2992.1221)"
57 style="fill:#7899f4;fill-opacity:1">
58 <rect
59 id="rect7356"
60 style="color:#bebebe;fill:#7899f4;fill-opacity:1"
61 height="2.0002"
62 width="9.9996004"
63 y="749"
64 x="43" />
65 <rect
66 id="rect7358"
67 style="color:#bebebe;fill:#7899f4;fill-opacity:1"
68 height="2.0002"
69 width="9.9996004"
70 y="753"
71 x="43" />
72 <rect
73 id="rect7360"
74 style="color:#bebebe;fill:#7899f4;fill-opacity:1"
75 height="2.0002"
76 width="9.9996004"
77 y="757"
78 x="43" />
79 </g>
80</svg>
081
=== added file 'share/polly/iconsets/numix48/media.svg'
--- share/polly/iconsets/numix48/media.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/media.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,64 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 id="svg7384"
13 height="48"
14 width="48"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="video-x-generic-symbolic.svg">
18 <defs
19 id="defs9" />
20 <sodipodi:namedview
21 pagecolor="#ffffff"
22 bordercolor="#666666"
23 borderopacity="1"
24 objecttolerance="10"
25 gridtolerance="10"
26 guidetolerance="10"
27 inkscape:pageopacity="0"
28 inkscape:pageshadow="2"
29 inkscape:window-width="1366"
30 inkscape:window-height="715"
31 id="namedview7"
32 showgrid="false"
33 inkscape:zoom="8.4702736"
34 inkscape:cx="8"
35 inkscape:cy="26.889591"
36 inkscape:window-x="0"
37 inkscape:window-y="26"
38 inkscape:window-maximized="1"
39 inkscape:current-layer="svg7384" />
40 <metadata
41 id="metadata90">
42 <rdf:RDF>
43 <cc:Work
44 rdf:about="">
45 <dc:format>image/svg+xml</dc:format>
46 <dc:type
47 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
48 <dc:title>Gnome Symbolic Icon Theme</dc:title>
49 </cc:Work>
50 </rdf:RDF>
51 </metadata>
52 <title
53 id="title9167">Gnome Symbolic Icon Theme</title>
54 <g
55 id="layer14"
56 transform="matrix(2.5048924,0,0,2.5,-1301.0521,-748.5)"
57 style="fill:#ff7dbc;fill-opacity:1">
58 <path
59 id="path4856"
60 style="color:#000000;fill:#ff7dbc;enable-background:new;fill-opacity:1"
61 d="m 522.97,301 c 0,0 -0.96875,1 -0.96875,2 v 12 c 0,1.0096 -1,2 -1,2 h 1 c 0,0 0.42287,-0.42699 0.71875,-1 h 1 c -0.29588,0.57301 -0.71875,1 -0.71875,1 h 1 c 0,0 1,-1.0214 1,-2 v -2 h 8 v 2 c 0,1 -1,2 -1,2 h 1 c 0,0 0.42287,-0.42699 0.71875,-1 h 1 c -0.29588,0.57301 -0.71875,1 -0.71875,1 h 1 c 0,0 1,-0.98438 1,-2 v -12 c 0,-1 0.96875,-2 0.96875,-2 h -3 c 0,0 -0.96875,1 -0.96875,2 v 3 h -8 v -3 c 0,-1 0.96875,-2 0.96875,-2 h -3 z m 0.3125,1 h 1 c -0.15291,0.30578 -0.28125,0.65211 -0.28125,1 h -1 c 0,-0.34789 0.12834,-0.69422 0.28125,-1 z m 11,0 h 1 c -0.15291,0.30578 -0.28125,0.65211 -0.28125,1 h -1 c 0,-0.34789 0.12834,-0.69422 0.28125,-1 z m -11.281,2 h 1 v 1 h -1 v -1 z m 11,0 h 1 v 1 h -1 v -1 z m -11,2 h 1 v 1 h -1 v -1 z m 11,0 h 1 v 1 h -1 v -1 z m -9,1 h 8 v 5 h -8 v -5 z m -2,1 h 1 v 1 h -1 v -1 z m 11,0 h 1 v 1 h -1 v -1 z m -11,2 h 1 v 1 h -1 v -1 z m 11,0 h 1 v 1 h -1 v -1 z m -11,2 h 1 v 1 h -1 v -1 z m 11,0 h 1 v 1 h -1 v -1 z m -11,2 h 1 v 1 h -1 v -1 z m 11,0 h 1 v 1 h -1 v -1 z"
62 inkscape:connector-curvature="0" />
63 </g>
64</svg>
065
=== added file 'share/polly/iconsets/numix48/message.svg'
--- share/polly/iconsets/numix48/message.svg 1970-01-01 00:00:00 +0000
+++ share/polly/iconsets/numix48/message.svg 2013-07-28 17:52:26 +0000
@@ -0,0 +1,462 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="48"
14 height="48"
15 id="svg2"
16 version="1.1"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="internet-mail.svg">
19 <defs
20 id="defs4">
21 <linearGradient
22 id="linearGradient3845">
23 <stop
24 style="stop-color:#4a678d;stop-opacity:1;"
25 offset="0"
26 id="stop3847" />
27 <stop
28 style="stop-color:#5f9ebb;stop-opacity:1;"
29 offset="1"
30 id="stop3849" />
31 </linearGradient>
32 <linearGradient
33 id="linearGradient3864">
34 <stop
35 style="stop-color:#000000;stop-opacity:1;"
36 offset="0"
37 id="stop3866" />
38 <stop
39 style="stop-color:#ffffff;stop-opacity:1;"
40 offset="1"
41 id="stop3868" />
42 </linearGradient>
43 <linearGradient
44 id="linearGradient3858">
45 <stop
46 style="stop-color:#b7b7b7;stop-opacity:1;"
47 offset="0"
48 id="stop3860" />
49 <stop
50 style="stop-color:#feb81e;stop-opacity:1;"
51 offset="1"
52 id="stop3862" />
53 </linearGradient>
54 <linearGradient
55 id="linearGradient3932">
56 <stop
57 id="stop3934"
58 offset="0"
59 style="stop-color:#b7b7b7;stop-opacity:0.41489363;" />
60 <stop
61 id="stop3936"
62 offset="1"
63 style="stop-color:#000000;stop-opacity:0;" />
64 </linearGradient>
65 <linearGradient
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches