First commit 2014-2020

This commit is contained in:
Sebastian Fröhlich
2020-08-06 09:35:54 +02:00
commit 40a5bca3b8
215 changed files with 28433 additions and 0 deletions
+98
View File
@@ -0,0 +1,98 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:04:49 2014
%%Pages: 1
%%BoundingBox: 0 -1 14 14
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 14 14
%%EndPageSetup
q 0 -1 14 15 rectclip q
0 13.973 14 -14 re W n
0 g
4.738 9.988 m 4.387 9.988 4.145 9.953 4.023 9.918 c 4.023 7.645 l 4.172
7.613 4.352 7.602 4.602 7.602 c 5.527 7.602 6.102 8.07 6.102 8.86 c
6.098 9.567 5.609 9.988 4.738 9.988 c h
4.738 9.988 m f
13.121 13.973 m 0.855 13.973 l 0.383 13.973 0 13.59 0 13.117 c 0 0.856
l 0 0.383 0.383 0 0.855 0 c 13.121 0 l 13.594 0 13.977 0.383 13.977
0.856 c 13.977 13.117 l 13.977 13.59 13.594 13.973 13.121 13.973 c h
7.113 7.074 m 6.523 6.516 5.641 6.266 4.613 6.266 c 4.387 6.266 4.18
6.274 4.02 6.297 c 4.02 3.543 l 2.297 3.543 l 2.297 11.141 l 2.832
11.231 3.586 11.301 4.648 11.301 c 5.723 11.301 6.488 11.098 7 10.684 c
7.496 10.297 7.824 9.656 7.824 8.902 c 7.824 8.149 7.574 7.508 7.113
7.074 c h
9.715 3.43 m 8.984 3.43 8.332 3.59 7.91 3.82 c 8.219 5.063 l 8.539
4.871 9.199 4.641 9.715 4.641 c 10.238 4.641 10.457 4.824 10.457 5.11 c
10.457 5.395 10.285 5.531 9.637 5.75 c 8.48 6.137 8.035 6.766 8.047
7.43 c 8.047 8.469 8.938 9.258 10.32 9.258 c 10.973 9.258 11.555 9.11
11.898 8.938 c 11.59 7.738 l 11.336 7.875 10.859 8.059 10.379 8.059 c
9.957 8.059 9.719 7.887 9.719 7.602 c 9.719 7.34 9.934 7.203 10.617
6.961 c 11.68 6.598 12.125 6.059 12.137 5.238 c 12.137 4.195 11.312
3.43 9.715 3.43 c h
9.715 3.43 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+92
View File
@@ -0,0 +1,92 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:48:32 2014
%%Pages: 1
%%BoundingBox: 0 -1 14 14
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 14 14
%%EndPageSetup
q 0 -1 14 15 rectclip q
0 13.497 14 -14 re W n
0 g
5.477 8.88 m 5.457 8.88 l 5.355 8.469 5.254 7.95 5.141 7.555 c 4.734
6.098 l 6.254 6.098 l 5.824 7.555 l 5.703 7.962 5.578 8.469 5.477 8.88
c h
5.477 8.88 m f
12.668 13.497 m 0.828 13.497 l 0.371 13.497 0 13.126 0 12.669 c 0 0.825
l 0 0.372 0.371 0.001 0.828 0.001 c 12.672 0.001 l 13.125 0.001 13.496
0.372 13.496 0.825 c 13.496 12.669 l 13.496 13.126 13.125 13.497 12.668
13.497 c h
7.008 3.173 m 6.477 4.934 l 4.512 4.934 l 4.02 3.173 l 2.41 3.173 l
4.512 10.04 l 6.547 10.04 l 8.676 3.173 l h
11.035 3.173 m 9.484 3.173 l 9.484 8.153 l 11.035 8.153 l h
10.25 8.766 m 9.762 8.766 9.434 9.114 9.445 9.54 c 9.434 9.989 9.762
10.325 10.262 10.325 c 10.762 10.325 11.074 9.989 11.086 9.54 c 11.086
9.114 10.762 8.766 10.25 8.766 c h
10.25 8.766 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+104
View File
@@ -0,0 +1,104 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:49:10 2014
%%Pages: 1
%%BoundingBox: 0 -1 26 29
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 26 29
%%EndPageSetup
q 0 -1 26 30 rectclip q
0 28.178 26 -29 re W n
0 g
15.465 15.217 m 15.43 15.26 14.375 16.549 15.582 17.631 c 16.922 18.838
l 16.922 18.838 18.309 19.795 19.301 18.69 c 20.547 19.807 l 20.012
20.4 l 17.824 22.842 14.066 23.045 11.621 20.85 c 9.336 18.803 l 13.844
13.775 l h
15.465 15.217 m f
2.41 12.584 m -0.035 10.389 -0.953 5.99 1.238 3.545 c 2.941 1.65 l
5.133 -0.791 9.605 -0.353 12.051 1.838 c 18.5 7.631 l 8.855 18.369 l h
2.41 12.584 m f
19.754 15.604 m 18.492 14.467 l 18.492 14.467 17.117 13.377 16.055
14.561 c 16.055 14.549 l 14.449 13.104 l 18.977 8.057 l 21.262 10.108 l
23.703 12.303 23.91 16.061 21.719 18.502 c 21.184 19.092 l 19.918
17.959 l 19.918 17.963 20.938 16.666 19.754 15.604 c h
19.754 15.604 m f
25.348 27.639 m 23.609 28.436 22.039 28.346 21.141 27.397 c 20.211
26.428 20.52 25.1 21.926 23.947 c 23.691 22.486 23.371 21.615 23.066
21.174 c 23.066 21.174 22.672 20.455 21.383 20.049 c 21.215 20.01
20.602 19.951 20.543 19.783 c 21.184 19.096 l 21.27 19.119 22.785
19.775 23.648 21.033 c 24.391 22.115 24.02 23.248 22.496 24.498 c
21.121 25.623 21.09 26.744 21.504 27.178 c 21.875 27.568 23.062 27.858
24.828 27.053 c 24.941 27.002 25.148 27.092 25.293 27.256 c 25.434
27.412 25.461 27.592 25.348 27.639 c h
25.348 27.639 m f
17.73 18.049 m 16.414 16.865 l 16.016 16.51 15.98 15.893 16.34 15.49 c
16.699 15.092 17.316 15.057 17.715 15.416 c 19.035 16.6 l 19.434 16.959
19.465 17.572 19.105 17.975 c 18.746 18.377 18.133 18.408 17.73 18.049
c h
17.73 18.049 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+151
View File
@@ -0,0 +1,151 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 08:46:24 2014
%%Pages: 1
%%BoundingBox: 0 -1 429 413
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 429 413
%%EndPageSetup
q 0 -1 429 414 rectclip q
0 412.731 429 -413 re W n
0 g
314.812 164.012 m 322.645 164.012 329.418 165.239 335.133 167.688 c
340.844 170.137 345.574 173.317 349.328 177.235 c 353.082 181.153
355.859 185.641 357.652 190.7 c 359.445 195.759 360.344 200.899 360.344
206.122 c 360.344 212.973 359.203 218.848 356.918 223.747 c 354.633
228.641 351.613 232.802 347.859 236.231 c 344.105 239.657 340.109
242.43 335.867 244.555 c 323.625 250.673 l 318.402 252.958 314.406
254.919 311.629 256.548 c 308.855 258.18 307.469 259.977 307.469
261.934 c 307.469 265.2 308.691 267.239 311.141 268.055 c 313.59
268.872 315.301 269.278 316.281 269.278 c 324.441 269.278 330.969
266.505 335.867 260.954 c 338.148 259.325 340.273 258.669 342.23
258.997 c 344.512 258.997 346.309 260.137 347.613 262.423 c 356.918
277.11 l 359.203 280.376 358.875 283.477 355.938 286.415 c 345.82
296.532 332.762 301.591 316.77 301.591 c 303.715 301.591 293.023
297.759 284.699 290.087 c 276.379 282.415 272.215 272.704 272.215
260.954 c 272.215 254.102 273.359 248.387 275.645 243.821 c 277.93
239.251 280.867 235.333 284.457 232.067 c 288.047 228.805 291.965
226.11 296.207 223.989 c 300.453 221.868 304.531 219.993 308.449 218.36
c 314.324 215.751 318.648 213.466 321.426 211.505 c 324.199 209.548
325.586 207.262 325.586 204.653 c 325.586 199.102 321.832 196.329
314.324 196.329 c 305.512 196.329 298.004 199.755 291.805 206.61 c
290.496 208.243 288.539 209.059 285.93 209.059 c 282.992 209.059
281.031 207.919 280.051 205.634 c 270.262 190.454 l 268.301 187.188
268.465 184.087 270.75 181.149 c 282.172 169.727 296.859 164.012
314.812 164.012 c h
216.402 164.012 m 224.238 164.012 231.09 165.239 236.965 167.688 c
242.84 170.137 247.656 173.317 251.41 177.235 c 255.164 181.153 257.938
185.641 259.734 190.7 c 261.527 195.759 262.426 200.899 262.426 206.122
c 262.426 212.973 261.203 218.848 258.754 223.747 c 256.305 228.641
253.285 232.802 249.695 236.231 c 246.105 239.657 242.105 242.43
237.699 244.555 c 233.293 246.677 229.133 248.716 225.215 250.673 c
220.32 252.958 216.402 254.919 213.465 256.548 c 210.527 258.18 209.059
259.977 209.059 261.934 c 209.059 265.2 210.281 267.239 212.73 268.055
c 215.18 268.872 217.055 269.278 218.363 269.278 c 226.523 269.278
233.047 266.505 237.945 260.954 c 239.578 258.997 241.699 258.344
244.309 258.997 c 246.27 258.997 248.062 260.137 249.695 262.423 c
258.996 277.11 l 261.281 280.376 260.957 283.477 258.016 286.415 c
247.898 296.532 234.844 301.591 218.848 301.591 c 205.793 301.591
195.102 297.759 186.781 290.087 c 178.457 282.415 174.297 272.704
174.297 260.954 c 174.297 254.102 175.438 248.387 177.723 243.821 c
180.008 239.251 182.945 235.333 186.535 232.067 c 190.129 228.805
193.961 226.11 198.043 223.989 c 202.121 221.868 206.121 219.993
210.039 218.36 c 216.238 215.751 220.727 213.466 223.5 211.505 c
226.277 209.548 227.664 207.262 227.664 204.653 c 227.664 199.102
223.91 196.329 216.402 196.329 c 207.262 196.329 199.758 199.755
193.879 206.61 c 192.574 208.243 190.453 209.059 187.516 209.059 c
184.906 209.059 183.109 207.919 182.129 205.634 c 171.848 190.454 l
169.891 186.864 170.219 183.762 172.828 181.149 c 183.602 169.727
198.125 164.012 216.402 164.012 c h
161.078 195.837 m 162.059 197.798 162.059 199.755 161.078 201.712 c
160.426 203.673 159.121 204.977 157.16 205.63 c 141.004 212.973 l
139.047 213.954 137.09 213.954 135.129 212.973 c 132.844 211.997
131.539 210.528 131.211 208.567 c 130.559 206.934 129.09 204.489
126.805 201.223 c 124.523 197.962 121.094 196.329 116.523 196.329 c
110.324 196.329 105.266 199.677 101.348 206.368 c 97.43 213.059 95.473
221.786 95.473 232.559 c 95.473 243.333 97.43 252.145 101.348 258.997 c
105.266 265.852 110.324 269.278 116.523 269.278 c 120.441 269.278
123.543 267.973 125.828 265.36 c 128.113 262.751 129.906 260.137
131.211 257.528 c 132.191 255.571 133.66 254.262 135.621 253.61 c
137.578 252.958 139.371 252.958 141.004 253.61 c 157.16 260.954 l
159.445 261.934 160.754 263.403 161.078 265.36 c 161.73 267.645 161.566
269.606 160.59 271.235 c 151.125 291.473 136.434 301.591 116.523
301.591 c 99.879 301.591 86.414 295.227 76.133 282.497 c 65.852 269.766
60.711 253.122 60.711 232.559 c 60.711 211.997 65.852 195.43 76.133
182.864 c 86.414 170.298 99.879 164.012 116.523 164.012 c 136.434
164.012 151.285 174.622 161.078 195.837 c h
413.711 412.731 m 417.957 412.731 421.465 411.344 424.238 408.571 c
427.012 405.794 428.398 402.286 428.398 398.044 c 428.398 90.575 l
428.398 87.637 427.504 84.864 425.707 82.251 c 423.91 79.641 421.707
77.844 419.098 76.868 c 220.32 0.977 l 219.012 0.325 217.219 0.001
214.934 0.001 c 212.648 0.001 210.855 0.325 209.547 0.977 c 9.793
76.868 l 6.855 77.844 4.488 79.641 2.691 82.251 c 0.898 84.864 0 87.637
0 90.575 c 0 398.044 l 0 402.286 1.469 405.794 4.406 408.571 c 7.344
411.344 10.77 412.731 14.688 412.731 c h
413.711 412.731 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+82
View File
@@ -0,0 +1,82 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:29:43 2014
%%Pages: 1
%%BoundingBox: 0 -1 116 105
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 116 105
%%EndPageSetup
q 0 -1 116 106 rectclip q
0 104.286 116 -105 re W n
0 g
17.141 104.286 m 13.297 84.926 l 92.031 84.926 l 89.555 72.477 l 10.754
72.477 l 6.973 53.122 l 85.711 53.122 l 81.277 31.024 l 49.602 20.532 l
22.098 31.024 l 23.988 40.606 l 4.629 40.606 l 0 17.403 l 45.496 0 l
97.898 17.403 l 115.234 104.286 l h
17.141 104.286 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+108
View File
@@ -0,0 +1,108 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:31:46 2014
%%Pages: 1
%%BoundingBox: 0 -1 36 46
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 36 46
%%EndPageSetup
q 0 -1 36 47 rectclip q
0 45.642 36 -46 re W n
0 g
35.328 28.126 m 35.305 28.208 l 35.289 28.353 35.254 28.489 35.207
28.63 c 35.16 28.771 l 35.125 28.845 l 35.051 29.009 34.965 29.153
34.863 29.282 c 34.836 29.333 l 19.18 44.989 l 18.996 45.173 18.785
45.317 18.516 45.442 c 18.328 45.513 l 18.191 45.56 18.051 45.591
17.902 45.61 c 17.797 45.642 l 7.363 45.642 l 3.305 45.642 0 42.341 0
38.278 c 0 7.364 l 0 3.302 3.305 0.001 7.363 0.001 c 27.977 0.001 l
32.035 0.001 35.336 3.302 35.336 7.364 c 35.336 27.919 l h
9.52 9.63 m 8.898 9.63 l 7.949 9.63 7.18 10.399 7.18 11.349 c 7.18
12.302 7.949 13.071 8.898 13.071 c 9.52 13.071 l 10.473 13.071 11.242
12.302 11.242 11.349 c 11.242 10.399 10.473 9.63 9.52 9.63 c h
9.52 14.216 m 8.898 14.216 l 7.949 14.216 7.18 14.989 7.18 15.938 c
7.18 16.888 7.949 17.657 8.898 17.657 c 9.52 17.657 l 10.473 17.657
11.242 16.888 11.242 15.938 c 11.242 14.989 10.473 14.216 9.52 14.216 c
h
9.52 18.806 m 8.898 18.806 l 7.949 18.806 7.18 19.575 7.18 20.528 c
7.18 21.478 7.949 22.247 8.898 22.247 c 9.52 22.247 l 10.473 22.247
11.242 21.478 11.242 20.528 c 11.242 19.575 10.473 18.806 9.52 18.806 c
h
26.871 9.63 m 14.254 9.63 l 13.301 9.63 12.531 10.399 12.531 11.349 c
12.531 12.302 13.301 13.071 14.254 13.071 c 26.871 13.071 l 27.82
13.071 28.59 12.302 28.59 11.349 c 28.59 10.399 27.824 9.63 26.871 9.63
c h
26.871 14.216 m 14.254 14.216 l 13.301 14.216 12.531 14.989 12.531
15.938 c 12.531 16.888 13.301 17.657 14.254 17.657 c 26.871 17.657 l
27.82 17.657 28.59 16.888 28.59 15.938 c 28.59 14.989 27.824 14.216
26.871 14.216 c h
26.871 18.806 m 14.254 18.806 l 13.301 18.806 12.531 19.575 12.531
20.528 c 12.531 21.478 13.301 22.247 14.254 22.247 c 26.871 22.247 l
27.82 22.247 28.59 21.478 28.59 20.528 c 28.59 19.575 27.824 18.806
26.871 18.806 c h
26.871 18.806 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+95
View File
@@ -0,0 +1,95 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:42:58 2014
%%Pages: 1
%%BoundingBox: 0 -1 359 410
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 359 410
%%EndPageSetup
q 0 -1 359 411 rectclip q
0 409.6 359 -410 re W n
0 g
271.609 255.998 m 217.496 255.998 l 179.203 199.588 l 140.906 255.998 l
86.789 255.998 l 151.656 159.014 l 78.465 51.202 l 183.359 51.202 l
183.359 87.83 l 159.137 87.83 l 179.199 117.827 l 223.758 51.202 l
279.938 51.202 l 206.746 159.014 l h
335.773 329.827 m 278.629 386.971 l 266.184 399.416 241.602 409.6 224
409.6 c 32 409.6 l 14.398 409.6 0 395.202 0 377.6 c 0 31.998 l 0 14.401
14.398 -0.002 32 -0.002 c 326.398 -0.002 l 344 -0.002 358.398 14.401
358.398 31.998 c 358.398 275.202 l 358.398 292.799 348.219 317.381
335.773 329.827 c h
317.672 311.725 m 318.922 310.475 320.172 308.936 321.383 307.202 c 256
307.202 l 256 372.58 l 257.734 371.37 259.273 370.123 260.527 368.87 c
h
332.801 31.998 m 332.801 28.53 329.867 25.6 326.398 25.6 c 32 25.6 l
28.531 25.6 25.602 28.53 25.602 31.998 c 25.602 377.6 l 25.602 381.069
28.531 383.998 32 383.998 c 224 383.998 l 225.934 383.998 228.102
383.756 230.398 383.319 c 230.398 281.6 l 332.117 281.6 l 332.555
279.303 332.801 277.135 332.801 275.202 c h
332.801 31.998 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+85
View File
@@ -0,0 +1,85 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Tue Oct 7 12:30:54 2014
%%Pages: 1
%%BoundingBox: 0 -1 14 17
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 14 17
%%EndPageSetup
q 0 -1 14 18 rectclip q
0 16.4 14 -17 re W n
0 g
6.801 16.4 m 3.039 16.4 0 13.361 0 9.599 c 0 5.841 3.039 2.798 6.801
2.798 c 7.199 2.798 l 7.199 0.002 l 11.121 1.841 13.602 6.002 13.602
9.599 c 13.602 13.361 10.559 16.4 6.801 16.4 c h
6.398 9.201 m 5.602 7.599 l 4.398 7.599 l 5.199 9.201 l 4 9.201 l 4
11.599 l 6.398 11.599 l h
9.602 9.201 m 8.801 7.599 l 7.602 7.599 l 8.398 9.201 l 7.199 9.201 l
7.199 11.599 l 9.602 11.599 l h
9.602 9.201 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+85
View File
@@ -0,0 +1,85 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:26:22 2014
%%Pages: 1
%%BoundingBox: 0 -1 19 11
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 19 11
%%EndPageSetup
q 0 -1 19 12 rectclip q
0 10.106 19 -11 re W n
0 g
5.703 1.087 m 0 4.2 l 0 5.923 l 5.703 9.017 l 5.703 6.993 l 1.73 5.083
l 5.703 3.102 l h
5.703 1.087 m f
6.68 0.001 m 10.461 10.106 l 11.656 10.106 l 7.867 0.001 l h
6.68 0.001 m f
12.938 1.087 m 12.938 3.102 l 16.91 5.067 l 12.938 7.017 l 12.938 9.017
l 18.641 5.919 l 18.641 4.208 l h
12.938 1.087 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+85
View File
@@ -0,0 +1,85 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:31:50 2014
%%Pages: 1
%%BoundingBox: 0 -1 362 410
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 362 410
%%EndPageSetup
q 0 -1 362 411 rectclip q
0 409.6 362 -410 re W n
0 g
0 409.6 m 32.859 40.948 l 180.359 -0.002 l 328.25 41.01 l 361.168 409.6
l h
289.637 289.03 m 116.621 289.03 l 120.742 242.729 l 285.527 242.729 l
273.113 103.924 l 180.578 78.256 l 180.484 78.225 l 180.375 78.225 l
87.746 103.924 l 81.414 174.928 l 126.812 174.928 l 130.031 138.838 l
180.375 125.272 l 180.488 125.303 l 230.859 138.897 l 236.09 197.518 l
79.391 197.518 l 67.195 334.237 l 293.68 334.237 l h
289.637 289.03 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+114
View File
@@ -0,0 +1,114 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:29:03 2014
%%Pages: 1
%%BoundingBox: 0 -1 14 19
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 14 19
%%EndPageSetup
q 0 -1 14 20 rectclip q
0 18.641 14 -19 re W n
0 g
6.484 8.633 m 6.484 8.633 5.445 10.633 5.484 12.098 c 5.512 13.141
7.867 14.176 8.793 15.676 c 9.719 17.18 8.68 18.641 8.68 18.641 c 8.68
18.641 8.91 17.563 8.293 16.446 c 7.68 15.333 5.406 14.676 4.52 12.751
c 3.637 10.825 6.484 8.633 6.484 8.633 c h
6.484 8.633 m f
10.375 14.715 m 10.375 14.715 6.832 13.368 6.832 11.829 c 6.832 10.286
7.793 9.786 7.949 9.286 c 8.102 8.786 7.68 7.938 7.68 7.938 c 7.68
7.938 9.066 8.903 8.832 10.016 c 8.602 11.133 7.523 11.481 8.141 12.598
c 8.555 13.344 10.375 14.715 10.375 14.715 c h
10.375 14.715 m f
6.102 6.598 m 9.375 6.715 10.566 7.747 10.566 7.747 c 8.449 7.169 2.828
7.208 2.789 7.63 c 2.75 8.055 4.52 8.403 4.52 8.403 c 4.52 8.403 1.75
8.403 1.52 7.708 c 1.289 7.016 2.828 6.481 6.102 6.598 c h
6.102 6.598 m f
10.836 4.973 m 10.836 4.973 14.039 5.657 13.723 7.399 c 13.34 9.516
11.105 8.321 11.105 8.321 c 11.105 8.321 12.684 8.321 12.836 7.36 c
12.992 6.399 10.836 4.973 10.836 4.973 c h
10.836 4.973 m f
9.258 5.899 m 9.258 5.899 8.449 5.684 7.254 5.551 c 5.652 5.372 3.711
5.512 3.559 5.782 c 3.406 6.051 3.828 6.208 3.828 6.208 c 1.902 5.743
2.957 4.938 5.211 4.782 c 7.148 4.649 10.027 5.36 10.027 5.36 c h
9.258 5.899 m f
4.293 4.215 m 4.293 4.215 3.418 4.192 3.367 3.731 c 3.316 3.27 3.906
2.856 6.062 2.731 c 8.219 2.602 9.73 3.317 9.73 3.317 c 8.758 3.911 l
8.758 3.911 8.141 3.782 7.191 3.653 c 6.242 3.524 4.293 3.755 4.215
3.934 c 4.137 4.114 4.293 4.215 4.293 4.215 c h
4.293 4.215 m f
12.684 2.137 m 13.016 2.497 12.578 2.778 12.578 2.778 c 12.578 2.778
12.734 2.598 12.531 2.395 c 12.324 2.188 10.449 1.676 7.445 1.524 c
4.445 1.368 1.184 1.805 1.082 2.188 c 0.98 2.575 2.75 2.883 2.75 2.883
c 2.547 2.856 0.082 2.805 0.004 2.137 c -0.074 1.469 1.082 0.93 5.703
0.93 c 10.32 0.934 12.352 1.778 12.684 2.137 c h
12.684 2.137 m f
10.887 0.622 m 8.859 0.215 2.699 0.473 2.699 0.473 c 2.699 0.473 6.703
-0.48 11.273 0.317 c 13.457 0.7 13.582 1.755 13.582 1.755 c 13.582
1.755 12.914 1.036 10.887 0.622 c h
10.887 0.622 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+134
View File
@@ -0,0 +1,134 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:31:03 2014
%%Pages: 1
%%BoundingBox: 0 -1 16 19
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 16 19
%%EndPageSetup
q 0 -1 16 20 rectclip q
0 18.734 16 -19 re W n
0 g
15.547 3.453 m 15.051 3.656 14.645 3.976 14.676 4.59 c 14.703 5.199
14.238 5.605 14.238 5.605 c 14.238 5.605 14.645 6.945 14.266 8.055 c
13.887 9.16 12.637 10.937 11.676 12.273 c 10.715 13.613 11.531 15.16
10.656 17.137 c 9.781 19.117 7.512 19 6.289 18.156 c 5.066 17.312 5.441
15.219 5.5 14.226 c 5.559 13.238 5.527 12.531 5.414 12.277 c 5.301
12.019 4.512 11.082 3.988 10.297 c 3.465 9.508 3.086 7.879 2.703 7.207
c 2.328 6.539 2.59 5.93 2.59 5.93 c 2.59 5.93 2.328 5.84 2.121 5.402 c
1.918 4.969 1.512 4.762 0.781 4.621 c 0.055 4.472 0.055 4.004 0.23 3.48
c 0.406 2.957 0.23 2.664 0.027 1.996 c -0.176 1.328 0.84 1.125 1.832
1.008 c 2.82 0.89 3.93 0.25 4.859 0.137 c 5.793 0.019 6.082 0.773 6.082
0.773 c 6.082 0.773 7.133 1.008 8.238 1.035 c 9.344 1.066 10.391 0.805
10.391 0.805 c 10.391 0.805 10.594 0.34 10.973 0.137 c 11.352 -0.07
12.168 -0.098 12.691 0.453 c 13.215 1.008 14.613 1.707 15.398 2.144 c
16.188 2.582 16.043 3.25 15.547 3.453 c h
8.734 16.293 m 9.234 16.293 9.637 15.797 9.637 15.187 c 9.637 14.754
9.434 14.379 9.137 14.199 c 9.062 14.23 8.984 14.265 8.898 14.301 c
9.078 14.39 9.203 14.617 9.203 14.879 c 9.203 15.222 8.992 15.504 8.727
15.504 c 8.469 15.504 8.254 15.222 8.254 14.879 c 8.254 14.754 8.285
14.629 8.336 14.531 c 8.18 14.594 8.039 14.648 7.926 14.691 c 7.867
14.84 7.832 15.008 7.832 15.187 c 7.832 15.797 8.234 16.293 8.734
16.293 c h
8.668 13.961 m 8.918 13.875 9.195 13.715 9.168 13.555 c 9.137 13.39
9.008 13.39 8.668 13.183 c 8.332 12.98 7.598 12.527 7.363 12.496 c
7.129 12.465 6.996 12.597 6.746 12.758 c 6.496 12.922 6.027 13.305
6.145 13.508 c 6.145 13.508 6.512 13.789 6.672 13.933 c 6.832 14.082
7.246 14.433 7.496 14.387 c 7.742 14.344 8.418 14.051 8.668 13.961 c h
6.418 16.117 m 6.812 16.117 7.133 15.648 7.133 15.07 c 7.133 14.965
7.121 14.867 7.102 14.769 c 7.004 14.738 6.906 14.687 6.812 14.605 c
6.766 14.566 6.723 14.531 6.684 14.492 c 6.746 14.609 6.77 14.777 6.742
14.953 c 6.688 15.265 6.477 15.496 6.27 15.465 c 6.062 15.43 5.938
15.144 5.988 14.828 c 6.043 14.508 6.25 14.277 6.461 14.312 c 6.473
14.316 6.484 14.32 6.496 14.324 c 6.395 14.226 6.301 14.14 6.203 14.07
c 5.918 14.203 5.707 14.601 5.707 15.07 c 5.707 15.652 6.023 16.117
6.418 16.117 c h
5.648 1.406 m 5.559 0.988 5.066 0.683 5.066 0.683 c 4.625 0.547 3.395
1.078 2.836 1.312 c 2.277 1.547 0.855 1.617 0.672 1.824 c 0.484 2.035
0.762 2.5 0.836 2.941 c 0.902 3.387 0.695 3.664 0.766 3.965 c 0.836
4.265 1.742 4.265 2.09 4.476 c 2.438 4.687 2.508 5.293 2.789 5.453 c
3.066 5.617 3.578 5.035 3.789 4.707 c 3.996 4.387 4.789 2.988 5.113
2.64 c 5.441 2.289 5.742 1.824 5.648 1.406 c h
10.801 5.465 m 10.715 5.055 10.715 3.57 10.715 3.57 c 10.715 3.57 9.812
2.32 8.414 2.113 c 7.016 1.91 6.316 2.058 6.316 2.058 c 5.531 2.957 l
5.531 2.957 6.141 3.047 6.055 3.66 c 5.969 4.269 4.191 5.113 3.871
5.871 c 3.551 6.629 3.812 7.91 4.223 8.551 c 4.629 9.191 4.891 10.59
5.297 11.055 c 5.707 11.519 6.023 12.508 5.879 12.945 c 5.879 12.945
6.754 11.898 7.363 12.07 c 7.973 12.246 9.344 13.265 9.547 13.09 c 9.75
12.914 11.496 9.074 11.672 7.851 c 11.848 6.629 11.555 5.695 11.555
5.695 c 11.555 5.695 10.887 5.871 10.801 5.465 c h
15.27 2.719 m 14.996 2.469 13.48 1.859 13.027 1.383 c 12.578 0.91
11.988 0.523 11.629 0.637 c 11.266 0.75 10.949 1.246 11.105 1.972 c
11.266 2.695 11.402 3.488 11.379 3.941 c 11.355 4.394 11.266 5.004
11.379 5.094 c 11.492 5.183 11.672 5.14 11.672 5.14 c 11.672 5.14
11.582 4.281 12.102 4.055 c 12.621 3.828 13.367 4.144 13.594 4.371 c
13.82 4.597 13.98 4.933 13.98 4.933 c 13.98 4.933 14.207 4.82 14.184
4.461 c 14.16 4.097 14.34 3.578 14.68 3.398 c 15.02 3.219 15.539 2.969
15.27 2.719 c h
15.27 2.719 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+90
View File
@@ -0,0 +1,90 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:30:19 2014
%%Pages: 1
%%BoundingBox: 0 -1 16 19
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 16 19
%%EndPageSetup
q 0 -1 16 20 rectclip q
0 18.642 16 -19 re W n
0 g
12.711 8.193 m 12.199 10.771 14.648 12.287 14.648 12.287 c 14.648
12.287 13.691 13.666 12.09 14.021 c 10.488 14.377 9.684 13.935 8.883
13.599 c 8.082 13.267 7.684 13.267 7.684 13.267 c 6.523 13.267 5.68
14.49 3.477 13.935 c 1.957 13.548 0.359 11.798 0.07 9.705 c -0.219
7.611 0.406 4.943 1.605 2.873 c 2.809 0.802 4.031 0.021 4.898 0.002 c
5.77 -0.022 6.637 0.623 7.684 0.779 c 8.727 0.935 9.371 0.4 10.398
0.111 c 11.422 -0.178 11.777 0.091 12.957 1.091 c 14.137 2.095 15.207
4.966 15.207 4.966 c 15.207 4.966 13.223 5.611 12.711 8.193 c h
12.711 8.193 m f
10.441 15.693 m 11.578 16.849 11.191 18.642 11.191 18.642 c 11.191
18.642 9.598 18.361 8.527 17.252 c 7.461 16.138 7.637 14.38 7.637 14.38
c 7.637 14.38 9.305 14.537 10.441 15.693 c h
10.441 15.693 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+98
View File
@@ -0,0 +1,98 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Wed Aug 13 13:41:13 2014
%%Pages: 1
%%BoundingBox: 0 -1 759 769
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 759 769
%%EndPageSetup
q 0 -1 759 770 rectclip q
0 768.88 759 -769 re W n
0 g
0 634.161 m 0 48.001 l 0 21.521 21.52 0.001 48 0.001 c 634.16 0.001 l
660.641 0.001 682.16 21.521 682.16 48.001 c 682.16 514.958 l 360.961
191.919 l 352.48 183.439 342 176.958 330.641 173.2 c 214.078 134.958 l
207.762 132.88 201.199 131.841 194.559 131.841 c 184.801 131.841
175.039 134.161 166.238 138.642 c 158 142.802 150.641 148.88 145.039
156.161 c 133.039 171.521 128.961 191.118 133.68 210.001 c 164.879
333.919 l 168.238 347.2 175.121 359.439 184.801 369.118 c 496 682.161 l
48 682.161 l 21.441 682.161 0 660.642 0 634.161 c h
0 634.161 m f
701.441 602.482 m 749.121 650.482 l 762.16 663.521 761.922 690.482
748.641 703.759 c 693.602 758.802 l 686.879 765.521 676.641 768.88
666.48 768.88 c 656.559 768.88 646.801 765.681 640.398 759.278 c
592.719 711.278 l 621.84 682.161 l 682.16 621.841 l h
701.441 602.482 m f
211.441 322.161 m 180.238 198.239 l 177.84 188.642 185.441 179.841
194.559 179.841 c 196.078 179.841 197.602 180.079 199.121 180.56 c
315.68 218.802 l 316 218.88 316.32 219.04 316.559 219.118 c 211.922
323.841 l h
211.441 322.161 m f
243.52 360.079 m 352.32 251.278 l 667.602 568.4 l 558.801 677.2 l h
243.52 360.079 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+113
View File
@@ -0,0 +1,113 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:45:32 2014
%%Pages: 1
%%BoundingBox: 0 -1 26 26
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 26 26
%%EndPageSetup
q 0 -1 26 27 rectclip q
0 25.497 26 -26 re W n
0 g
19.688 20.532 m 18.129 23.106 15.527 24.965 12.387 25.403 c 6.711
26.188 1.969 21.946 0.625 16.137 c -1.07 8.79 0.848 6.219 4.406 6.114 c
5.062 6.704 5.871 7.169 6.762 7.446 c h
9.211 21.016 m 9.402 22.403 10.688 23.376 12.078 23.18 c 13.465 22.989
14.438 21.704 14.246 20.317 c 14.051 18.926 12.766 17.954 11.379 18.149
c 9.988 18.34 9.02 19.622 9.211 21.016 c h
3.965 18.258 m 4.105 19.29 5.059 20.008 6.086 19.864 c 7.117 19.723
7.836 18.774 7.695 17.743 c 7.551 16.712 6.598 15.993 5.57 16.137 c
4.539 16.278 3.82 17.227 3.965 18.258 c h
4.496 9.809 m 3.465 9.954 2.746 10.903 2.891 11.934 c 3.031 12.962
3.984 13.684 5.016 13.54 c 6.043 13.399 6.762 12.446 6.621 11.415 c
6.477 10.383 5.523 9.665 4.496 9.809 c h
4.496 9.809 m f
15.234 8.446 m 15.492 8.774 l 25.043 21.223 l 25.023 21.426 24.914
21.712 24.555 22.036 c 23.848 22.676 23.383 22.364 23.383 22.364 c
12.281 11.633 l 11.996 11.36 l h
15.234 8.446 m f
11.398 4.188 m 11.672 4.493 l 14.66 7.817 l 11.402 10.715 l 8.438 7.411
l 8.16 7.102 l h
9.617 7.587 m 11.102 9.27 l 11.242 9.426 11.477 9.442 11.633 9.305 c
11.824 9.137 l 11.898 9.071 11.945 8.981 11.953 8.88 c 11.957 8.778
11.926 8.68 11.859 8.606 c 10.371 6.922 l 10.234 6.77 10 6.751 9.844
6.891 c 9.652 7.059 l 9.578 7.126 9.531 7.215 9.523 7.313 c 9.52 7.415
9.555 7.512 9.617 7.587 c h
9.617 7.587 m f
10.527 3.309 m 10.527 3.309 l 10.527 3.309 10.695 3.575 10.723 3.63 c
7.688 6.372 l 7.617 6.36 7.555 6.344 7.484 6.329 c 7.48 6.329 7.473
6.325 7.465 6.325 c 5.016 5.747 2.605 3.114 5.031 0.165 c 5.141 0.028
5.324 -0.031 5.492 0.016 c 5.664 0.059 5.793 0.2 5.824 0.368 c 5.895
0.755 6.035 1.18 6.363 1.489 c 7.105 2.196 9.195 1.055 10.527 3.309 c h
7.562 2.567 m 6.953 2.544 6.32 2.52 5.84 2.063 c 5.746 1.977 5.664 1.88
5.59 1.782 c 5.504 1.672 5.363 1.618 5.227 1.641 c 5.09 1.665 4.977
1.762 4.934 1.895 c 4.797 2.317 4.762 2.77 4.895 3.235 c 4.973 3.508
5.098 3.758 5.258 3.989 c 5.875 3.317 6.414 2.934 7.414 3.024 c 8.035
3.079 8.609 3.055 9.141 2.911 c 8.652 2.61 8.117 2.587 7.562 2.567 c h
7.562 2.567 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+100
View File
@@ -0,0 +1,100 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:36:25 2014
%%Pages: 1
%%BoundingBox: 0 -1 359 410
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 359 410
%%EndPageSetup
q 0 -1 359 411 rectclip q
0 409.6 359 -410 re W n
0 g
51.199 204.799 m 128 204.799 l 128 179.202 l 51.199 179.202 l h
51.199 153.6 m 128 153.6 l 128 127.998 l 51.199 127.998 l h
51.199 102.401 m 128 102.401 l 128 76.799 l 51.199 76.799 l h
335.773 329.827 m 278.629 386.971 l 266.184 399.416 241.602 409.6 224
409.6 c 32 409.6 l 14.398 409.6 0 395.202 0 377.6 c 0 31.998 l 0 14.401
14.398 -0.002 32 -0.002 c 326.398 -0.002 l 344 -0.002 358.398 14.401
358.398 31.998 c 358.398 275.202 l 358.398 292.799 348.219 317.381
335.773 329.827 c h
317.672 311.725 m 318.922 310.475 320.172 308.936 321.383 307.202 c 256
307.202 l 256 372.58 l 257.734 371.37 259.273 370.123 260.527 368.87 c
h
332.801 31.998 m 332.801 28.53 329.867 25.6 326.398 25.6 c 32 25.6 l
28.531 25.6 25.602 28.53 25.602 31.998 c 25.602 377.6 l 25.602 381.069
28.531 383.998 32 383.998 c 224 383.998 l 225.934 383.998 228.102
383.756 230.398 383.319 c 230.398 281.6 l 332.117 281.6 l 332.555
279.303 332.801 277.135 332.801 275.202 c h
204.801 127.998 m 280.316 127.998 l 274.387 98.788 248.562 76.799
217.602 76.799 c 182.254 76.799 153.602 105.452 153.602 140.799 c
153.602 171.764 175.59 197.584 204.801 203.518 c h
243.199 230.401 m 278.547 230.401 307.199 201.748 307.199 166.401 c
307.199 162.018 306.758 157.737 305.918 153.6 c 230.398 153.6 l 230.398
229.116 l 234.535 229.955 238.816 230.401 243.199 230.401 c h
243.199 230.401 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+130
View File
@@ -0,0 +1,130 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 08:47:19 2014
%%Pages: 1
%%BoundingBox: 0 -1 84 88
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 84 88
%%EndPageSetup
q 0 -1 84 89 rectclip q
0 87.2 84 -88 re W n
0 g
51.527 7.528 m 51.641 7.52 51.758 7.512 51.875 7.512 c 78.273 7.512 l
81.363 7.512 83.875 10.024 83.875 13.11 c 83.875 74.309 l 83.875 77.399
81.363 79.911 78.273 79.911 c 51.875 79.911 l 51.758 79.911 51.641
79.899 51.527 79.895 c 51.527 87.2 l 0 80.325 l 0 7.055 l 51.527 0.001
l h
51.527 76.677 m 51.641 76.692 51.758 76.712 51.875 76.712 c 78.273
76.712 l 79.598 76.712 80.676 75.634 80.676 74.309 c 80.676 13.11 l
80.676 11.79 79.598 10.712 78.273 10.712 c 51.875 10.712 l 51.758
10.712 51.641 10.731 51.527 10.747 c h
8.32 38.368 m 6.578 38.411 4.879 38.942 4.035 39.47 c 4.719 42.501 l
5.633 41.977 7.051 41.442 8.523 41.419 c 10.125 41.391 10.98 42.091
10.98 43.177 c 10.98 44.212 10.238 44.805 8.387 45.528 c 5.859 46.485
4.234 47.981 4.234 50.348 c 4.234 53.126 6.375 55.305 9.988 55.399 c
11.742 55.446 13.051 55.083 13.988 54.661 c 13.191 51.587 l 12.559
51.903 11.441 52.352 9.918 52.325 c 8.41 52.302 7.684 51.555 7.684
50.704 c 7.684 49.653 8.547 49.196 10.539 48.399 c 13.305 47.317 14.625
45.774 14.625 43.407 c 14.625 40.591 12.582 38.255 8.32 38.368 c h
31.512 34.97 m 29.02 35.786 26.969 36.602 24.695 37.645 c 24.32 37.809
23.918 37.899 23.52 37.934 c 19.77 38.29 16.34 41.184 16.34 46.696 c
16.34 51.759 19.426 55.649 24.395 55.782 c 29.641 55.919 32.586 51.895
32.586 47.055 c 32.586 43.032 30.73 40.227 28.426 39.231 c 28.426 39.13
l 29.77 38.708 31.277 38.356 32.668 38.032 c h
46.867 37.61 m 35.242 37.911 l 35.242 55.774 l 39.379 55.88 l 39.379
41.239 l 46.867 41.118 l h
46.867 37.61 m f
24.293 52.673 m 21.707 52.63 20.234 50.016 20.234 46.821 c 20.207
43.575 21.73 41.067 24.266 41.02 c 26.867 40.973 28.402 43.47 28.402
46.899 c 28.402 50.095 26.922 52.72 24.293 52.673 c h
24.293 52.673 m f
64.672 29.087 m 70.883 29.087 75.742 31.302 75.742 34.134 c 75.742
37.321 l 75.742 37.774 75.609 38.235 75.348 38.688 c 75.336 38.704 l
75.594 39.137 75.742 39.595 75.742 40.071 c 75.742 43.255 l 75.742
43.708 75.609 44.169 75.348 44.622 c 75.312 44.68 l 75.586 45.126
75.742 45.595 75.742 46.087 c 75.742 49.274 l 75.742 49.704 75.621
50.145 75.387 50.579 c 75.355 50.63 l 75.426 50.825 75.477 51.02 75.477
51.231 c 75.477 53.805 69.91 55.196 64.672 55.196 c 59.441 55.196
53.875 53.805 53.875 51.231 c 53.875 51.02 53.926 50.821 53.996 50.63 c
53.969 50.579 l 53.73 50.145 53.609 49.704 53.609 49.274 c 53.609
46.087 l 53.609 45.598 53.766 45.126 54.039 44.68 c 54.004 44.618 l
53.742 44.165 53.609 43.708 53.609 43.255 c 53.609 40.067 l 53.609
39.595 53.758 39.137 54.016 38.704 c 54.004 38.684 l 53.742 38.231
53.609 37.774 53.609 37.321 c 53.609 34.134 l 53.609 31.302 58.469
29.087 64.672 29.087 c h
54.797 48.739 m 56.57 47.235 60.688 46.458 64.672 46.458 c 68.664
46.458 72.781 47.235 74.559 48.743 c 74.559 46.091 l 74.559 44.262 70.5
42.223 64.672 42.223 c 58.852 42.223 54.797 44.262 54.797 46.091 c h
54.797 43.067 m 56.613 41.403 60.348 40.341 64.672 40.341 c 69.004
40.341 72.742 41.403 74.559 43.067 c 74.559 40.071 l 74.559 38.243 70.5
36.204 64.672 36.204 c 58.852 36.204 54.797 38.243 54.797 40.071 c h
54.797 37.134 m 56.613 35.47 60.348 34.407 64.672 34.407 c 69.004
34.407 72.742 35.47 74.559 37.134 c 74.559 34.134 l 74.559 32.305 70.5
30.27 64.672 30.27 c 58.852 30.27 54.797 32.305 54.797 34.134 c h
54.797 37.134 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+131
View File
@@ -0,0 +1,131 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:34:56 2014
%%Pages: 1
%%BoundingBox: 0 -1 60 82
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 60 82
%%EndPageSetup
q 0 -1 60 83 rectclip q
0 81.6 60 -82 re W n
0 g
29.898 22.026 m 26.906 22.026 25.18 19.088 25.18 15.463 c 25.148 11.776
26.934 8.955 29.871 8.955 c 32.836 8.955 34.566 11.748 34.566 15.545 c
34.566 19.088 32.895 22.026 29.898 22.026 c h
29.898 22.026 m f
59.184 62.045 m 59.18 62.42 59.062 62.791 58.805 63.08 c 43.07 81.053 l
43.066 81.057 43.062 81.061 43.059 81.065 c 42.965 81.17 42.855 81.256
42.742 81.33 c 42.707 81.354 42.672 81.373 42.633 81.393 c 42.535
81.448 42.43 81.495 42.32 81.526 c 42.289 81.534 42.262 81.545 42.234
81.553 c 42.113 81.584 41.992 81.6 41.867 81.6 c 3.199 81.6 l 1.438
81.6 0 80.162 0 78.401 c 0 3.202 l 0 1.436 1.438 -0.002 3.199 -0.002 c
56 -0.002 l 57.766 -0.002 59.199 1.436 59.199 3.202 c 59.199 61.866 l
59.199 61.928 59.191 61.987 59.184 62.045 c h
10.633 5.498 m 8.414 5.498 6.227 6.073 5.133 6.678 c 6.027 10.307 l
7.207 9.702 9.023 9.096 10.891 9.096 c 12.91 9.096 13.973 9.932 13.973
11.202 c 13.973 12.409 13.055 13.1 10.723 13.936 c 7.496 15.057 5.395
16.846 5.395 19.666 c 5.395 22.979 8.16 25.51 12.738 25.51 c 14.926
25.51 16.539 25.053 17.691 24.534 c 16.711 20.991 l 15.934 21.366
14.551 21.912 12.652 21.912 c 10.75 21.912 9.828 21.049 9.828 20.041 c
9.828 18.803 10.922 18.256 13.426 17.303 c 16.855 16.037 18.469 14.252
18.469 11.514 c 18.469 8.264 15.961 5.498 10.633 5.498 c h
38.02 2.448 m 35.258 3.252 32.953 4.088 30.359 5.182 c 29.93 5.354
29.469 5.44 29.008 5.471 c 24.633 5.756 20.543 8.983 20.543 15.319 c
20.543 21.135 24.227 25.51 30.016 25.51 c 35.949 25.51 39.203 21.022
39.203 15.721 c 39.203 11.315 37.156 8.205 34.594 7.053 c 34.594 6.94 l
36.094 6.506 37.762 6.159 39.289 5.846 c h
54.207 5.787 m 42.082 5.787 l 42.082 25.194 l 46.488 25.194 l 46.488
9.471 l 54.207 9.471 l h
3.199 27.268 m 3.199 78.401 l 40.266 78.401 l 40.266 62.026 l 40.266
61.143 40.984 60.428 41.867 60.428 c 56 60.428 l 56 27.268 l h
3.199 27.268 m f
38.297 56.241 m 38.367 56.436 38.418 56.635 38.418 56.842 c 38.418
59.42 32.852 60.807 27.613 60.807 c 22.383 60.807 16.82 59.42 16.82
56.842 c 16.82 56.635 16.867 56.436 16.938 56.241 c 16.91 56.19 l
16.672 55.756 16.555 55.319 16.555 54.885 c 16.555 51.698 l 16.555
51.209 16.707 50.737 16.98 50.291 c 16.945 50.233 l 16.684 49.78 16.555
49.319 16.555 48.866 c 16.555 45.682 l 16.555 45.205 16.699 44.748
16.957 44.319 c 16.945 44.295 l 16.684 43.846 16.555 43.385 16.555
42.932 c 16.555 39.745 l 16.555 36.912 21.41 34.698 27.613 34.698 c
33.824 34.698 38.684 36.912 38.684 39.745 c 38.684 42.932 l 38.684
43.385 38.555 43.846 38.289 44.299 c 38.277 44.315 l 38.535 44.748
38.684 45.205 38.684 45.682 c 38.684 48.866 l 38.684 49.323 38.555
49.78 38.289 50.233 c 38.254 50.291 l 38.527 50.737 38.684 51.209
38.684 51.702 c 38.684 54.889 l 38.684 55.319 38.562 55.756 38.328
56.194 c h
37.5 39.745 m 37.5 37.916 33.441 35.881 27.613 35.881 c 21.793 35.881
17.738 37.916 17.738 39.745 c 17.738 42.745 l 19.555 41.08 23.293
40.018 27.613 40.018 c 31.945 40.018 35.684 41.08 37.5 42.745 c h
37.5 45.682 m 37.5 43.854 33.441 41.815 27.613 41.815 c 21.793 41.815
17.738 43.854 17.738 45.682 c 17.738 48.678 l 19.555 47.014 23.293
45.952 27.613 45.952 c 31.945 45.952 35.684 47.014 37.5 48.678 c h
37.5 51.702 m 37.5 49.873 33.441 47.834 27.613 47.834 c 21.793 47.834
17.738 49.87 17.738 51.702 c 17.738 54.354 l 19.512 52.846 23.629
52.069 27.613 52.069 c 31.605 52.069 35.723 52.846 37.5 54.354 c h
37.5 51.702 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+105
View File
@@ -0,0 +1,105 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Thu Aug 7 07:20:27 2014
%%Pages: 1
%%BoundingBox: 0 -1 19 11
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 19 11
%%EndPageSetup
q 0 -1 19 12 rectclip q
0 10.4 19 -11 re W n
0 g
4 7.201 m 4.801 7.201 l 5.281 7.201 5.602 6.798 5.602 6.4 c 6.398 6.4 l
6.398 7.279 5.68 8.002 4.801 8.002 c 4 8.002 l 3.121 8.002 2.398 7.279
2.398 6.4 c 2.398 5.521 3.121 4.798 4 4.798 c 4.801 4.798 l 5.281 4.798
5.602 4.478 5.602 4.002 c 5.602 3.521 5.281 3.201 4.801 3.201 c 4 3.201
l 3.52 3.201 3.199 3.599 3.199 4.002 c 2.398 4.002 l 2.398 3.119 3.121
2.4 4 2.4 c 4.801 2.4 l 5.68 2.4 6.398 3.119 6.398 4.002 c 6.398 4.88
5.68 5.599 4.801 5.599 c 4 5.599 l 3.52 5.599 3.199 5.92 3.199 6.4 c
3.199 6.88 3.52 7.201 4 7.201 c h
4 7.201 m f
11.199 4.002 m 11.199 6.4 l 11.199 7.279 10.48 8.002 9.602 8.002 c
8.801 8.002 l 7.922 8.002 7.199 7.279 7.199 6.4 c 7.199 4.002 l 7.199
3.119 7.922 2.4 8.801 2.4 c 9.602 2.4 l 9.762 2.4 10 2.4 10.16 2.478 c
10.879 1.759 l 11.441 2.322 l 10.801 2.959 l 11.039 3.201 11.199 3.599
11.199 4.002 c h
10.398 4.002 m 10.398 3.841 10.32 3.681 10.238 3.521 c 9.121 4.638 l
8.559 4.08 l 9.441 3.201 l 8.801 3.201 l 8.32 3.201 8 3.521 8 4.002 c 8
6.4 l 8 6.88 8.32 7.201 8.801 7.201 c 9.602 7.201 l 10.078 7.201 10.398
6.88 10.398 6.4 c h
10.398 4.002 m f
16 10.4 m 2.398 10.4 l 1.039 10.4 0 9.361 0 8.002 c 0 2.4 l 0 1.041
1.039 0.002 2.398 0.002 c 16 0.002 l 17.359 0.002 18.398 1.041 18.398
2.4 c 18.398 8.002 l 18.398 9.361 17.359 10.4 16 10.4 c h
17.602 2.4 m 17.602 1.521 16.879 0.798 16 0.798 c 2.398 0.798 l 1.52
0.798 0.801 1.521 0.801 2.4 c 0.801 8.002 l 0.801 8.88 1.52 9.599 2.398
9.599 c 16 9.599 l 16.879 9.599 17.602 8.88 17.602 8.002 c h
17.602 2.4 m f
12.801 8.002 m 12 8.002 l 12 2.4 l 16 2.4 l 16 3.201 l 12.801 3.201 l h
12.801 8.002 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+102
View File
@@ -0,0 +1,102 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:48:18 2014
%%Pages: 1
%%BoundingBox: 0 -1 13 13
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 13 13
%%EndPageSetup
q 0 -1 13 14 rectclip q
0 12.937 13 -13 re W n
0 g
10.434 7.843 m 10.246 7.843 10.117 7.827 10.047 7.804 c 10.047 6.589 l
10.129 6.57 10.227 6.562 10.359 6.562 c 10.859 6.562 11.164 6.812
11.164 7.238 c 11.164 7.616 10.898 7.843 10.434 7.843 c h
10.434 7.843 m f
12.113 12.937 m 0.828 12.937 l 0.371 12.937 0 12.566 0 12.113 c 0 0.824
l 0 0.37 0.371 -0.001 0.828 -0.001 c 12.113 -0.001 l 12.566 -0.001
12.938 0.37 12.938 0.824 c 12.938 12.113 l 12.938 12.566 12.566 12.937
12.113 12.937 c h
3.922 6.281 m 3.605 5.98 3.133 5.847 2.582 5.847 c 2.461 5.847 2.348
5.851 2.262 5.866 c 2.262 4.39 l 1.34 4.39 l 1.34 8.46 l 1.625 8.511
2.031 8.546 2.602 8.546 c 3.176 8.546 3.586 8.437 3.863 8.214 c 4.125
8.007 4.305 7.663 4.305 7.261 c 4.305 6.859 4.168 6.515 3.922 6.281 c h
8.305 4.39 m 7.375 4.39 l 7.375 6.116 l 5.836 6.116 l 5.836 4.39 l
4.898 4.39 l 4.898 8.515 l 5.836 8.515 l 5.836 6.929 l 7.375 6.929 l
7.375 8.515 l 8.305 8.515 l h
11.707 6.281 m 11.391 5.98 10.918 5.847 10.367 5.847 c 10.246 5.847
10.133 5.851 10.047 5.866 c 10.047 4.39 l 9.125 4.39 l 9.125 8.46 l
9.41 8.511 9.816 8.546 10.387 8.546 c 10.961 8.546 11.371 8.437 11.648
8.214 c 11.91 8.007 12.09 7.663 12.09 7.261 c 12.09 6.859 11.953 6.515
11.707 6.281 c h
11.707 6.281 m f
2.648 7.843 m 2.461 7.843 2.332 7.827 2.262 7.804 c 2.262 6.589 l 2.344
6.57 2.441 6.562 2.574 6.562 c 3.07 6.562 3.379 6.812 3.379 7.238 c
3.379 7.616 3.113 7.843 2.648 7.843 c h
2.648 7.843 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+81
View File
@@ -0,0 +1,81 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:31:42 2014
%%Pages: 1
%%BoundingBox: 0 0 384 384
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 0 384 384
%%EndPageSetup
q 0 0 384 384 rectclip q
0 g
0.141 204.801 m 0 329.629 l 153.602 350.488 l 153.602 204.801 l h
179.199 354.207 m 383.949 384 l 383.949 204.801 l 179.199 204.801 l h
384 179.199 m 383.949 0 l 179.199 28.805 l 179.199 179.199 l h
153.602 32.066 m 0.125 53.102 l 0.117 179.199 l 153.602 179.199 l h
153.602 32.066 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+96
View File
@@ -0,0 +1,96 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 09:36:27 2014
%%Pages: 1
%%BoundingBox: 0 -1 359 410
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 359 410
%%EndPageSetup
q 0 -1 359 411 rectclip q
0 409.6 359 -410 re W n
0 g
230.312 219.245 m 247.996 219.245 l 227.59 128.772 l 201.062 255.975 l
158.441 255.975 l 127.594 128.772 l 104.469 255.975 l 59.91 255.975 l
105.148 51.225 l 148.684 51.225 l 179.199 172.307 l 206.504 51.225 l
246.637 51.225 l 298.488 255.975 l 230.309 255.975 l 230.309 219.245 l
h
335.773 329.827 m 278.629 386.971 l 266.184 399.416 241.602 409.6 224
409.6 c 32 409.6 l 14.398 409.6 0 395.202 0 377.6 c 0 31.998 l 0 14.401
14.398 -0.002 32 -0.002 c 326.398 -0.002 l 344 -0.002 358.398 14.401
358.398 31.998 c 358.398 275.202 l 358.398 292.799 348.219 317.381
335.773 329.827 c h
317.672 311.725 m 318.922 310.475 320.172 308.936 321.383 307.202 c 256
307.202 l 256 372.58 l 257.734 371.37 259.273 370.123 260.527 368.87 c
h
332.801 31.998 m 332.801 28.53 329.867 25.6 326.398 25.6 c 32 25.6 l
28.531 25.6 25.602 28.53 25.602 31.998 c 25.602 377.6 l 25.602 381.069
28.531 383.998 32 383.998 c 224 383.998 l 225.934 383.998 228.102
383.756 230.398 383.319 c 230.398 281.6 l 332.117 281.6 l 332.555
279.303 332.801 277.135 332.801 275.202 c h
332.801 31.998 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
@@ -0,0 +1,96 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:28:54 2014
%%Pages: 1
%%BoundingBox: 0 -1 72 73
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 72 73
%%EndPageSetup
q 0 -1 72 74 rectclip q
0 72.157 72 -73 re W n
0 g
4.066 53.633 m 10.07 64.833 22.113 72.157 36 72.157 c 44.988 72.157
53.203 68.325 59.508 62.919 c 57.707 63.27 55.738 62.876 53.758 61.743
c 49.117 59.083 47.602 51.551 53.617 47.77 c 57.375 45.422 58.711
39.544 58.586 35.954 c 58.461 32.356 49.852 15.84 49.852 15.84 c 41.469
44.626 l 41.469 44.626 41.18 46.645 41.18 47.227 c 41.18 47.961 41.422
48.86 41.875 49.376 c 42.188 49.715 42.664 50.434 43.227 50.434 c
47.199 50.434 l 47.199 53.633 l 25.602 53.633 l 25.602 50.434 l 26.27
50.434 l 26.977 50.434 27.668 49.481 28.336 48.797 c 29.125 47.985
30.117 44.922 31.32 41.743 c 34.461 31.395 l 27.691 15.754 l 20.266
47.016 l 20.266 47.016 20.484 49.157 20.934 49.524 c 21.227 49.774
21.676 50.434 22.195 50.434 c 22.398 50.434 l 22.398 53.633 l h
8.301 48.2 m 8.301 48.2 6.555 50.434 4.699 50.434 c 2.82 50.434 l 1.004
46.434 0 41.063 0 36.137 c 0 21.329 9.082 8.626 22.023 3.211 c h
66.98 53.919 m 67.664 50.672 67.523 46.735 66.188 42.403 c 62.707
31.133 54.09 10.86 50.754 3.137 c 63.277 8.731 72 21.211 72 35.723 c 72
42.368 70.164 48.59 66.98 53.919 c h
36.727 23.489 m 27.523 1.004 l 30.242 0.356 33.078 0.001 36 0.001 c
39.023 0.001 41.961 0.376 44.766 1.071 c h
36.727 23.489 m f*
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
@@ -0,0 +1,98 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:17:36 2014
%%Pages: 1
%%BoundingBox: 0 -1 13 13
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 13 13
%%EndPageSetup
q 0 -1 13 14 rectclip q
0 12.8 13 -13 re W n
0 g
6.398 12.8 m 2.867 12.8 0 9.933 0 6.402 c 0 2.866 2.867 -0.001 6.398
-0.001 c 9.934 -0.001 12.801 2.866 12.801 6.402 c 12.801 9.933 9.934
12.8 6.398 12.8 c h
0.914 6.402 m 0.914 7.175 1.086 7.909 1.391 8.573 c 4.008 1.593 l 2.176
2.456 0.914 4.284 0.914 6.402 c h
6.398 1.058 m 5.863 1.058 5.344 1.132 4.852 1.273 c 6.496 5.933 l 8.18
1.433 l 8.219 1.359 l 7.652 1.163 7.039 1.058 6.398 1.058 c h
7.156 8.905 m 7.484 8.921 7.781 8.956 7.781 8.956 c 8.078 8.991 8.043
9.413 7.746 9.398 c 7.746 9.398 6.859 9.327 6.285 9.327 c 5.746 9.327
4.84 9.398 4.84 9.398 c 4.543 9.413 4.512 8.972 4.805 8.956 c 4.805
8.956 5.086 8.921 5.379 8.905 c 6.234 6.624 l 5.035 3.116 l 3.039 8.905
l 3.371 8.921 3.668 8.956 3.668 8.956 c 3.961 8.991 3.926 9.413 3.633
9.398 c 3.633 9.398 2.742 9.327 2.172 9.327 c 1.816 9.335 l 2.797
10.784 4.484 11.741 6.398 11.741 c 7.828 11.741 9.129 11.21 10.105
10.339 c 10.035 10.347 l 9.496 10.347 9.113 9.89 9.113 9.398 c 9.113
8.956 9.371 8.585 9.652 8.144 c 9.859 7.788 10.102 7.331 10.102 6.671 c
10.102 6.214 9.922 5.683 9.688 4.941 c 9.137 3.163 l h
9.156 1.784 m 10.832 6.499 l 11.148 7.265 11.25 7.87 11.25 8.413 c
11.25 8.613 11.238 8.792 11.215 8.964 c 11.641 8.202 11.887 7.327
11.887 6.402 c 11.887 4.429 10.789 2.706 9.156 1.784 c h
9.156 1.784 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF
+88
View File
@@ -0,0 +1,88 @@
@font-face {
font-family: "Flaticon";
src: url("flaticon.eot");
src: url("flaticon.eot#iefix") format("embedded-opentype"),
url("flaticon.woff") format("woff"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}.flaticon-adobe:before {
content: "\e000";
}
.flaticon-adobe5:before {
content: "\e001";
}
.flaticon-computer20:before {
content: "\e002";
}
.flaticon-css:before {
content: "\e003";
}
.flaticon-css3:before {
content: "\e004";
}
.flaticon-document32:before {
content: "\e005";
}
.flaticon-excel2:before {
content: "\e006";
}
.flaticon-google125:before {
content: "\e007";
}
.flaticon-html-tag:before {
content: "\e008";
}
.flaticon-html3:before {
content: "\e009";
}
.flaticon-java1:before {
content: "\e00a";
}
.flaticon-linux1:before {
content: "\e00b";
}
.flaticon-macos:before {
content: "\e00c";
}
.flaticon-note45:before {
content: "\e00d";
}
.flaticon-painter11:before {
content: "\e00e";
}
.flaticon-powerpoint2:before {
content: "\e00f";
}
.flaticon-sql2:before {
content: "\e010";
}
.flaticon-sql3:before {
content: "\e011";
}
.flaticon-sql9:before {
content: "\e012";
}
.flaticon-symbol:before {
content: "\e013";
}
.flaticon-windows13:before {
content: "\e014";
}
.flaticon-word2:before {
content: "\e015";
}
.flaticon-wordpress11:before {
content: "\e016";
}
.flaticon-wordpress2:before {
content: "\e017";
}
Binary file not shown.
+319
View File
@@ -0,0 +1,319 @@
<!DOCTYPE html>
<html>
<head>
<title>Flaticon WebFont</title>
<link rel="stylesheet" type="text/css" href="flaticon.css">
<meta charset="UTF-8">
<style>
body {
font-family: sans-serif;
line-height: 1.5;
font-size: 16px;
padding: 20px;
color:#333;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 30px;
font-style: normal;
margin-left: 20px;
color: #333;
}
.image p {
font-size: 12px;
margin: 0px;
clear: none;
width: 300px;
line-height: 40px;
}
.text {
float: left;
font-size:14px;
margin-top: 15px;
}
.text ul {
margin-left:0px;
color:#111;
margin-bottom:20px;
}
.text .ex {
font-size:12px;
color:#666;
margin-left:35px;
display:block;
}
.text ul li {
margin-top:10px;
list-style:none;
}
.num {
background:#66A523;
color:#fff;
border-radius:20px;
padding:1px;
display:inline-block;
width:22px;
height:22px;
text-align:center;
margin-right: 5px;
}
.text ul strong {
font-weight:normal;
color:#000;
}
.image {
width: 280px;
float: left;
margin-bottom: 15px;
margin-right: 30px;
}
#glyphs {
clear: both;
}
.image p:nth-child(even) i {
clear: none;
}
.glyph {
display: inline-block;
width: 120px;
margin: 10px;
text-align: center;
vertical-align: top;
background: #FFF;
}
.glyph .glyph-icon {
padding: 10px;
display: block;
font-family:"Flaticon";
font-size: 64px;
line-height: 1;
}
.glyph .glyph-icon:before {
font-size: 64px;
color: #666;
margin-left: 0;
}
.class-name {
font-size: 12px;
}
.author-name {
font-size: 10px;
}
a{
color: #66A523;
}
.instructions {
font-style:italic;
font-size:22px;
margin-bottom:10px;
}
.iconsuse {
font-size:22px;
font-style:italic;
padding-top:20px;
margin-top:20px;
border-top:1px solid #bbb;
}
.usetitle {
margin-bottom: 10px;
font-size: 20px;
font-style: italic;
}
.class-name:last-child {
font-size: 10px;
color:#888;
}
.class-name:last-child a {
font-size: 10px;
color:#555;
}
.class-name:last-child a:hover {
color:#66A523;
}
.glyph > input {
display: block;
width: 100px;
margin: 5px auto;
text-align: center;
font-size: 12px;
cursor: text;
}
.glyph > input.icon-input {
font-family:"Flaticon";
font-size: 16px;
margin-bottom: 10px;
}
h1.logo {
font-size: 40px;
letter-spacing: -1px;
margin-top: -16px;
text-transform: lowercase;
border-bottom:1px solid #bbb;
}
h1.logo strong {
font-size: 16px;
font-family:sans-serif;
font-weight:normal;
color:#333;
}
h1.logo a {
color:#34302d;
text-decoration: none;
}
h1.logo a span {
color:#66A523;
}
#footer {
padding-top:40px;
clear:both;
text-align:center;
}
#footer a {
color:#66A523;
}
textarea {
margin: 0px;
width: 800px;
height: 150px;
border: 1px solid #CCC;
resize: none;
background: #EEE;
}
.author-link, .attrDiv a{
font-size: 12px;
color: #333;
text-decoration: none;
}
.external {
display: block;
}
.attrDiv {
font-size: 12px;
}
.attribution {
border-top: 1px solid #AAA;
margin: 10px 0;
padding-top: 15px;
}
</style>
</head>
<body>
<header>
<h1 class="logo">
<a href="http://www.flaticon.com">
<span>FLAT</span>ICON</a>
<strong>Font Demo</strong>
</h1>
</header>
<section class="demo">
<div class="text">
<div class="instructions">Instructions:</div>
<ul>
<li>
<p>
<span class="num">1</span>Copy the "Fonts" files and CSS files to your website CSS folder.
</li>
<li>
<p>
<span class="num">2</span>Add the CSS link to your website source code on header.
<br />
<span class="ex">&lt;head&gt;
<br/>...
<br/>&lt;link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"&gt;
<br/>...
<br/>&lt;/head&gt;</span>
</li>
<li>
<p>
<span class="num">3</span>Use the icon class on "display:inline" elements:
<br />
<span class="ex">Use example: &lt;i class=&quot;flaticon-airplane49&quot;&gt;&lt;/i&gt; or &lt;span class=&quot;flaticon-airplane49&quot;&gt;&lt;/span&gt;</span>
</li>
</ul>
</div>
</section>
<section id="glyphs"><div class="glyph">
<div class="glyph-icon flaticon-adobe"></div>
<div class="class-name">.flaticon-adobe</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/adobe-photoshop_1781">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-adobe5"></div>
<div class="class-name">.flaticon-adobe5</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/adobe-illustrator_1759">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-computer20"></div>
<div class="class-name">.flaticon-computer20</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/computer-mouse_30">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-css"></div>
<div class="class-name">.flaticon-css</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/css_9299">Zurb</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-css3"></div>
<div class="class-name">.flaticon-css3</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/css-3-logo_25462">Dave Gandy</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-document32"></div>
<div class="class-name">.flaticon-document32</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/document-content_17330">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-excel2"></div>
<div class="class-name">.flaticon-excel2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/excel-file-extension_23971">Icomoon</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-google125"></div>
<div class="class-name">.flaticon-google125</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/google-hangouts-logo_61005">Google</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-html-tag"></div>
<div class="class-name">.flaticon-html-tag</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/html-coding_13706">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-html3"></div>
<div class="class-name">.flaticon-html3</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/html-5-logo_24217">Icomoon</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-java1"></div>
<div class="class-name">.flaticon-java1</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/java_14427">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-linux1"></div>
<div class="class-name">.flaticon-linux1</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/linux-platform_13702">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-macos"></div>
<div class="class-name">.flaticon-macos</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/macos-platform_15476">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-note45"></div>
<div class="class-name">.flaticon-note45</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/note-filled-square-with-a-pencil_56998">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-painter11"></div>
<div class="class-name">.flaticon-painter11</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/painter-palette-and-brush-artistic-tools_45791">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-powerpoint2"></div>
<div class="class-name">.flaticon-powerpoint2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/powerpoint-file-symbol_23637">Icomoon</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-sql2"></div>
<div class="class-name">.flaticon-sql2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/sql-file-format-symbol_29165">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-sql3"></div>
<div class="class-name">.flaticon-sql3</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/sql-file-format-symbol_29553">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-sql9"></div>
<div class="class-name">.flaticon-sql9</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/sql-file-rounded-rectangular-outlined-interface-symbol_56394">Yannick</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-symbol"></div>
<div class="class-name">.flaticon-symbol</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/symbol-of-php_1975">Freepik</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-windows13"></div>
<div class="class-name">.flaticon-windows13</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/windows-8-logo_23700">Icomoon</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-word2"></div>
<div class="class-name">.flaticon-word2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/word-file-symbol_23631">Icomoon</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-wordpress11"></div>
<div class="class-name">.flaticon-wordpress11</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/wordpress-logo-of-a-letter-in-a-circle_33619">SimpleIcon</a></div></div><div class="glyph">
<div class="glyph-icon flaticon-wordpress2"></div>
<div class="class-name">.flaticon-wordpress2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/wordpress-logo_7663">Elegant Themes</a></div></div></section>
<section class="attribution">
<div class="usetitle">License and attribution:</div><div class="attrDiv">Font generated by <a href="http://www.flaticon.com">flaticon.com</a>
under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY</a>. The authors are: <a href="http://www.freepik.com">Freepik</a>, <a href="http://www.zurb.com">Zurb</a>, <a href="http://fontawesome.io">Dave Gandy</a>, <a href="http://www.icomoon.io">Icomoon</a>, <a href="http://www.google.com">Google</a>, <a href="http://yanlu.de">Yannick</a>, <a href="http://www.simpleicon.com">SimpleIcon</a>, <a href="http://www.elegantthemes.com">Elegant Themes</a>.</div><div class="usetitle">Copy the Attribution License:</div>
<textarea onclick="this.focus();this.select();">Font generated by &lt;a href=&quot;http://www.flaticon.com&quot;&gt;flaticon.com&lt;/a&gt;
under &lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/&quot;&gt;CC BY&lt;/a&gt;. The authors are: &lt;a href=&quot;http://www.freepik.com&quot;&gt;Freepik&lt;/a&gt;, &lt;a href=&quot;http://www.zurb.com&quot;&gt;Zurb&lt;/a&gt;, &lt;a href=&quot;http://fontawesome.io&quot;&gt;Dave Gandy&lt;/a&gt;, &lt;a href=&quot;http://www.icomoon.io&quot;&gt;Icomoon&lt;/a&gt;, &lt;a href=&quot;http://www.google.com&quot;&gt;Google&lt;/a&gt;, &lt;a href=&quot;http://yanlu.de&quot;&gt;Yannick&lt;/a&gt;, &lt;a href=&quot;http://www.simpleicon.com&quot;&gt;SimpleIcon&lt;/a&gt;, &lt;a href=&quot;http://www.elegantthemes.com&quot;&gt;Elegant Themes&lt;/a&gt;.</textarea>
</section>
<section class="iconsuse">
<div class="usetitle">Examples:</div>
<div class="image"><p>&lt;i class=&quot;flaticon-adobe&quot;&gt;&lt;/i&gt; <i class="flaticon-adobe"></i></p><p>&lt;i class=&quot;flaticon-adobe5&quot;&gt;&lt;/i&gt; <i class="flaticon-adobe5"></i></p><p>&lt;i class=&quot;flaticon-computer20&quot;&gt;&lt;/i&gt; <i class="flaticon-computer20"></i></p><p>&lt;i class=&quot;flaticon-css&quot;&gt;&lt;/i&gt; <i class="flaticon-css"></i></p><p>&lt;i class=&quot;flaticon-css3&quot;&gt;&lt;/i&gt; <i class="flaticon-css3"></i></p></div><div class="image"><p>&lt;span class=&quot;flaticon-document32&quot;&gt;&lt;/span&gt; <span class="flaticon-document32"></span></p><p>&lt;span class=&quot;flaticon-excel2&quot;&gt;&lt;/span&gt; <span class="flaticon-excel2"></span></p><p>&lt;span class=&quot;flaticon-google125&quot;&gt;&lt;/span&gt; <span class="flaticon-google125"></span></p><p>&lt;span class=&quot;flaticon-html-tag&quot;&gt;&lt;/span&gt; <span class="flaticon-html-tag"></span></p><p>&lt;span class=&quot;flaticon-html3&quot;&gt;&lt;/span&gt; <span class="flaticon-html3"></span></p></div><div class="image"><p>&lt;span class=&quot;flaticon-java1&quot;&gt;&lt;/span&gt; <span class="flaticon-java1"></span></p><p>&lt;i class=&quot;flaticon-linux1&quot;&gt;&lt;/i&gt; <i class="flaticon-linux1"></i></p><p>&lt;i class=&quot;flaticon-macos&quot;&gt;&lt;/i&gt; <i class="flaticon-macos"></i></p><p>&lt;i class=&quot;flaticon-note45&quot;&gt;&lt;/i&gt; <i class="flaticon-note45"></i></p><p>&lt;i class=&quot;flaticon-painter11&quot;&gt;&lt;/i&gt; <i class="flaticon-painter11"></i></p></div><div class="image"><p>&lt;span class=&quot;flaticon-powerpoint2&quot;&gt;&lt;/span&gt; <span class="flaticon-powerpoint2"></span></p><p>&lt;span class=&quot;flaticon-sql2&quot;&gt;&lt;/span&gt; <span class="flaticon-sql2"></span></p><p>&lt;span class=&quot;flaticon-sql3&quot;&gt;&lt;/span&gt; <span class="flaticon-sql3"></span></p><p>&lt;span class=&quot;flaticon-sql9&quot;&gt;&lt;/span&gt; <span class="flaticon-sql9"></span></p><p>&lt;span class=&quot;flaticon-symbol&quot;&gt;&lt;/span&gt; <span class="flaticon-symbol"></span></p></div><div class="image"></div>
</section>
<div id="footer">
<div>Generated by <a href="http://www.flaticon.com">flaticon.com</a>
</div>
</div>
</body>
</html>
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="26px" height="26px" viewBox="0 0 26 26" enable-background="new 0 0 26 26" xml:space="preserve">
<g>
<path d="M10.313,9.021c-0.442,0-0.742,0.043-0.898,0.087v2.841c0.186,0.043,0.413,0.057,0.727,0.057
c1.157,0,1.871-0.585,1.871-1.571C12.012,9.551,11.398,9.021,10.313,9.021z"/>
<path d="M20.788,4.041H5.458c-0.591,0-1.07,0.478-1.07,1.068v15.329c0,0.59,0.479,1.069,1.07,1.069h15.33
c0.59,0,1.069-0.479,1.069-1.069V5.109C21.857,4.519,21.378,4.041,20.788,4.041z M13.282,12.663
c-0.741,0.7-1.842,1.014-3.125,1.014c-0.287,0-0.543-0.014-0.743-0.043v3.442H7.257V7.58c0.671-0.113,1.613-0.199,2.942-0.199
c1.341,0,2.299,0.256,2.94,0.771c0.617,0.486,1.03,1.286,1.03,2.228S13.854,12.12,13.282,12.663z M16.533,17.218
c-0.916,0-1.729-0.198-2.258-0.485l0.385-1.556c0.4,0.241,1.229,0.527,1.873,0.527c0.655,0,0.927-0.228,0.927-0.586
c0-0.356-0.214-0.527-1.027-0.799c-1.442-0.485-2-1.271-1.986-2.099c0-1.298,1.114-2.286,2.842-2.286c0.814,0,1.542,0.187,1.97,0.4
l-0.385,1.5c-0.314-0.172-0.913-0.399-1.514-0.399c-0.527,0-0.826,0.214-0.826,0.571c0,0.328,0.269,0.499,1.126,0.8
c1.328,0.456,1.886,1.128,1.899,2.154C19.559,16.261,18.529,17.218,16.533,17.218z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="26px" height="26px" viewBox="0 0 26 26" enable-background="new 0 0 26 26" xml:space="preserve">
<g>
<path d="M11.412,10.336h-0.025c-0.127,0.511-0.254,1.16-0.395,1.657l-0.51,1.821h1.898l-0.535-1.821
C11.693,11.483,11.54,10.847,11.412,10.336z"/>
<path d="M20.402,4.564H5.598c-0.571,0-1.033,0.462-1.033,1.033v14.805c0,0.57,0.462,1.033,1.033,1.033h14.805
c0.57,0,1.033-0.463,1.033-1.033V5.597C21.436,5.027,20.973,4.564,20.402,4.564z M13.323,17.469l-0.663-2.203h-2.457l-0.612,2.203
H7.579l2.624-8.583h2.546l2.663,8.583H13.323z M18.358,17.469h-1.937v-6.227h1.937V17.469z M17.378,10.478
c-0.611,0-1.019-0.434-1.007-0.969c-0.012-0.561,0.396-0.979,1.021-0.979c0.623,0,1.018,0.419,1.03,0.979
C18.422,10.044,18.015,10.478,17.378,10.478z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+42
View File
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="15.54px" height="27.442px" viewBox="0 0 15.54 27.442" style="enable-background:new 0 0 15.54 27.442;"
xml:space="preserve">
<path style="fill:#000000;" d="M13.543,0H1.997C0.892,0,0,0.896,0,1.999v23.446c0,1.102,0.892,1.997,1.997,1.997h11.546
c1.103,0,1.997-0.895,1.997-1.997V1.999C15.54,0.896,14.646,0,13.543,0z M4.921,1.214h5.7c0.144,0,0.261,0.215,0.261,0.481
c0,0.266-0.117,0.482-0.261,0.482h-5.7c-0.145,0-0.26-0.216-0.26-0.482C4.661,1.429,4.776,1.214,4.921,1.214z M7.771,25.469
c-0.703,0-1.275-0.572-1.275-1.276s0.572-1.274,1.275-1.274c0.701,0,1.273,0.57,1.273,1.274S8.472,25.469,7.771,25.469z
M14.044,21.1H1.497V3.373h12.547V21.1z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="31.771px" height="35.223px" viewBox="0 0 31.771 35.223" style="enable-background:new 0 0 31.771 35.223;"
xml:space="preserve">
<g id="c64_mouse">
<path style="fill:#000000;" d="M19.332,16.199c-0.045-0.052-1.361-1.665,0.144-3.015l1.678-1.508c0,0,1.734-1.199,2.972,0.184
l1.557-1.395l-0.666-0.741c-2.737-3.056-7.436-3.306-10.491-0.566l-2.854,2.563l5.635,6.281L19.332,16.199z"/>
<path style="fill:#000000;" d="M3.011,19.494c-3.054,2.741-4.202,8.24-1.461,11.295l2.127,2.37
c2.739,3.051,8.33,2.504,11.385-0.236l8.065-7.241L11.068,12.263L3.011,19.494z"/>
<path style="fill:#000000;" d="M24.691,15.72l-1.578,1.418c0,0-1.717,1.361-3.044-0.115v0.011l-2.009,1.808l5.66,6.31l2.859-2.565
c3.051-2.741,3.307-7.438,0.567-10.492l-0.666-0.738l-1.583,1.417C24.898,12.771,26.172,14.392,24.691,15.72z"/>
<path style="fill:#000000;" d="M31.686,0.673c-2.173-0.994-4.139-0.881-5.262,0.302c-1.162,1.212-0.773,2.874,0.984,4.315
c2.207,1.823,1.806,2.913,1.424,3.466c0,0-0.49,0.896-2.102,1.405c-0.212,0.048-0.98,0.123-1.053,0.33l0.804,0.863
c0.106-0.031,2.001-0.849,3.078-2.423c0.931-1.351,0.464-2.771-1.438-4.331c-1.719-1.408-1.758-2.807-1.24-3.351
c0.465-0.485,1.949-0.849,4.154,0.159c0.143,0.061,0.402-0.048,0.582-0.254C31.791,0.956,31.824,0.735,31.686,0.673z"/>
<path style="fill:#000000;" d="M22.164,12.661l-1.646,1.479c-0.5,0.447-0.542,1.217-0.092,1.719
c0.447,0.501,1.219,0.541,1.717,0.094l1.649-1.48c0.499-0.447,0.54-1.217,0.091-1.717C23.434,12.253,22.666,12.211,22.164,12.661z"
/>
</g>
<g id="Capa_1">
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+37
View File
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="612px" height="792px" viewBox="0 0 612 792" enable-background="new 0 0 612 792" xml:space="preserve">
<path d="M429.012,451.08c9.792,0,18.258-1.53,25.398-4.59c7.14-3.062,13.056-7.038,17.748-11.936
c4.69-4.896,8.16-10.506,10.402-16.83c2.244-6.322,3.366-12.75,3.366-19.276c0-8.568-1.428-15.912-4.284-22.032
c-2.854-6.12-6.63-11.322-11.32-15.606c-4.692-4.284-9.69-7.752-14.994-10.404l-15.3-7.65c-6.528-2.856-11.526-5.304-14.994-7.344
s-5.202-4.284-5.202-6.732c0-4.08,1.53-6.63,4.59-7.65c3.062-1.02,5.202-1.53,6.426-1.53c10.2,0,18.36,3.468,24.48,10.404
c2.854,2.04,5.508,2.856,7.956,2.448c2.854,0,5.1-1.428,6.73-4.284l11.628-18.36c2.856-4.08,2.448-7.956-1.224-11.628
c-12.648-12.648-28.968-18.972-48.96-18.972c-16.32,0-29.682,4.794-40.086,14.382c-10.404,9.588-15.606,21.726-15.606,36.414
c0,8.568,1.43,15.708,4.284,21.42c2.856,5.712,6.528,10.608,11.018,14.688c4.486,4.08,9.384,7.446,14.688,10.098
s10.404,4.998,15.3,7.038c7.346,3.264,12.75,6.12,16.22,8.568c3.468,2.448,5.2,5.304,5.2,8.568c0,6.936-4.69,10.403-14.074,10.403
c-11.018,0-20.4-4.283-28.152-12.853c-1.632-2.04-4.08-3.06-7.344-3.06c-3.672,0-6.12,1.428-7.346,4.284l-12.238,18.974
c-2.448,4.08-2.244,7.956,0.61,11.628C388.212,443.94,406.572,451.08,429.012,451.08z M306,451.08c9.792,0,18.36-1.53,25.704-4.59
c7.344-3.062,13.362-7.038,18.054-11.936c4.692-4.896,8.16-10.506,10.404-16.83c2.244-6.322,3.366-12.75,3.366-19.276
c0-8.568-1.53-15.912-4.592-22.032c-3.06-6.12-6.834-11.322-11.32-15.606c-4.488-4.284-9.486-7.752-14.994-10.404
c-5.508-2.652-10.71-5.202-15.606-7.65c-6.118-2.856-11.016-5.304-14.688-7.344s-5.508-4.284-5.508-6.732
c0-4.08,1.53-6.63,4.59-7.65s5.406-1.53,7.038-1.53c10.2,0,18.358,3.468,24.479,10.404c2.04,2.448,4.692,3.264,7.956,2.448
c2.448,0,4.692-1.428,6.732-4.284l11.628-18.36c2.854-4.08,2.448-7.956-1.226-11.628c-12.646-12.648-28.968-18.972-48.96-18.972
c-16.319,0-29.682,4.794-40.084,14.382c-10.404,9.588-15.606,21.726-15.606,36.414c0,8.568,1.428,15.708,4.284,21.42
c2.856,5.712,6.528,10.608,11.016,14.688c4.488,4.08,9.282,7.446,14.382,10.098c5.1,2.652,10.098,4.998,14.994,7.038
c7.752,3.264,13.362,6.12,16.83,8.568c3.468,2.448,5.202,5.304,5.202,8.568c0,6.936-4.692,10.403-14.076,10.403
c-11.424,0-20.808-4.283-28.152-12.853c-1.632-2.04-4.284-3.06-7.956-3.06c-3.264,0-5.508,1.428-6.732,4.284l-12.852,18.974
c-2.448,4.486-2.04,8.364,1.224,11.628C264.996,443.94,283.152,451.08,306,451.08z M236.844,411.3c1.224-2.448,1.224-4.896,0-7.344
c-0.816-2.448-2.448-4.08-4.896-4.896l-20.196-9.18c-2.448-1.224-4.896-1.224-7.344,0c-2.856,1.224-4.488,3.06-4.896,5.508
c-0.816,2.04-2.652,5.1-5.508,9.18s-7.14,6.119-12.852,6.119c-7.752,0-14.076-4.183-18.972-12.547
c-4.896-8.364-7.344-19.276-7.344-32.742c0-13.464,2.448-24.48,7.344-33.048S173.4,319.5,181.152,319.5
c4.896,0,8.772,1.632,11.628,4.896c2.856,3.264,5.1,6.528,6.732,9.792c1.224,2.448,3.06,4.08,5.508,4.896
c2.448,0.816,4.692,0.816,6.732,0l20.196-9.18c2.856-1.224,4.488-3.06,4.896-5.508c0.816-2.856,0.612-5.304-0.612-7.344
c-11.832-25.296-30.192-37.944-55.08-37.944c-20.808,0-37.638,7.956-50.49,23.868s-19.278,36.72-19.278,62.424
c0,25.704,6.426,46.41,19.278,62.118s29.682,23.562,50.49,23.562C206.04,451.08,224.604,437.82,236.844,411.3z M552.636,140.184
c5.306,0,9.69,1.734,13.158,5.202c3.468,3.468,5.202,7.854,5.202,13.158V542.88c0,3.672-1.122,7.14-3.366,10.404
c-2.244,3.264-4.998,5.508-8.262,6.73l-248.472,94.86c-1.634,0.816-3.878,1.224-6.732,1.224c-2.856,0-5.1-0.406-6.732-1.224
l-249.696-94.86c-3.672-1.224-6.63-3.468-8.874-6.73c-2.244-3.266-3.366-6.732-3.366-10.404V158.544
c0-5.304,1.836-9.69,5.508-13.158c3.672-3.468,7.956-5.202,12.852-5.202H552.636L552.636,140.184z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="216px" height="146px" viewBox="0 0 216 146" enable-background="new 0 0 216 146" xml:space="preserve">
<polygon points="57.405,7.821 52.598,32.019 151.018,32.019 147.922,47.58 49.421,47.58 44.695,71.778 143.115,71.778
137.574,99.396 97.979,112.514 63.597,99.396 65.96,87.42 41.762,87.42 35.977,116.425 92.846,138.178 158.35,116.425
180.021,7.821 "/>
</svg>

After

Width:  |  Height:  |  Size: 736 B

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
<path d="M74.396,46.166l-0.028-0.103c-0.022-0.179-0.064-0.351-0.123-0.527l-0.06-0.177l-0.043-0.09
c-0.094-0.205-0.203-0.385-0.329-0.549l-0.031-0.063L54.208,25.085c-0.227-0.227-0.492-0.41-0.827-0.564l-0.234-0.086
c-0.172-0.059-0.349-0.101-0.533-0.126l-0.134-0.037h-13.04c-5.076,0-9.205,4.128-9.205,9.203v38.646
c0,5.075,4.129,9.203,9.205,9.203h25.765c5.072,0,9.2-4.128,9.2-9.203V46.427L74.396,46.166z M42.135,69.287H41.36
c-1.188,0-2.15-0.963-2.15-2.15c0-1.188,0.962-2.152,2.15-2.152h0.775c1.189,0,2.151,0.964,2.151,2.152
C44.287,68.324,43.325,69.287,42.135,69.287z M42.135,63.552H41.36c-1.188,0-2.15-0.964-2.15-2.15c0-1.188,0.962-2.151,2.15-2.151
h0.775c1.189,0,2.151,0.964,2.151,2.151C44.287,62.588,43.325,63.552,42.135,63.552z M42.135,57.816H41.36
c-1.188,0-2.15-0.963-2.15-2.15c0-1.188,0.962-2.151,2.15-2.151h0.775c1.189,0,2.151,0.964,2.151,2.151
C44.287,56.853,43.325,57.816,42.135,57.816z M63.824,69.287H48.051c-1.188,0-2.151-0.963-2.151-2.15
c0-1.188,0.963-2.152,2.151-2.152h15.772c1.189,0,2.15,0.964,2.15,2.152C65.974,68.324,65.013,69.287,63.824,69.287z M63.824,63.552
H48.051c-1.188,0-2.151-0.964-2.151-2.15c0-1.188,0.963-2.151,2.151-2.151h15.772c1.189,0,2.15,0.964,2.15,2.151
C65.974,62.588,65.013,63.552,63.824,63.552z M63.824,57.816H48.051c-1.188,0-2.151-0.963-2.151-2.15
c0-1.188,0.963-2.151,2.151-2.151h15.772c1.189,0,2.15,0.964,2.15,2.151C65.974,56.853,65.013,57.816,63.824,57.816z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path d="M371.514,192h-67.646l-47.866,70.516L208.131,192h-67.644l81.081,121.232L130.081,448h131.12v-45.788h-30.278l25.078-37.497
L311.699,448h70.221l-91.488-134.768L371.514,192z M451.716,99.715l-71.432-71.431C364.728,12.728,334,0,312,0H72C50,0,32,18,32,40
v432c0,22,18,40,40,40h368c22,0,40-18,40-40V168C480,146,467.272,115.271,451.716,99.715z M429.089,122.343
c1.565,1.565,3.125,3.487,4.64,5.657H352V46.272c2.17,1.515,4.092,3.075,5.657,4.64L429.089,122.343z M448,472c0,4.336-3.664,8-8,8
H72c-4.336,0-8-3.664-8-8V40c0-4.336,3.664-8,8-8h240c2.416,0,5.127,0.305,8,0.852V160h127.148c0.547,2.873,0.852,5.583,0.852,8V472
z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Icons" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="100px" height="100px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<path id="Facebook_Places" d="M79.535,27.4c-0.32-1.201-0.971-2.48-1.452-3.6C72.324,9.96,59.741,5,49.581,5
C35.98,5,21,14.12,19,32.919v3.841c0,0.16,0.055,1.6,0.134,2.32c1.121,8.959,8.19,18.48,13.47,27.439
c5.68,9.599,11.574,19.041,17.414,28.48c3.6-6.159,7.188-12.399,10.706-18.4c0.96-1.76,2.073-3.52,3.033-5.2
c0.64-1.119,1.862-2.239,2.421-3.28C71.857,57.72,81,47.24,81,36.92v-4.24C81,31.561,79.614,27.641,79.535,27.4z M49.83,46.68
c-3.998,0-8.374-1.999-10.534-7.52C38.974,38.281,39,36.52,39,36.359v-2.48c0-7.038,5.976-10.239,11.175-10.239
c6.4,0,11.351,5.121,11.351,11.521C61.525,41.561,56.23,46.68,49.83,46.68z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="pointer-events: none; display: block;"><g id="hangout"><path d="M11.5,2C6.8,2,3,5.8,3,10.5S6.8,19,11.5,19H12v3.5c4.9-2.3,8-7.5,8-12C20,5.8,16.2,2,11.5,2z M11,11l-1,2H8.5l1-2H8V8h3V11z M15,11l-1,2h-1.5l1-2H12V8h3V11z"></path></g></svg>

After

Width:  |  Height:  |  Size: 301 B

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="23.303px" height="23.816px" viewBox="0 0 23.303 23.816" enable-background="new 0 0 23.303 23.816" xml:space="preserve">
<path d="M7.131,16.863L0,12.974v-2.154l7.131-3.867v2.53L2.162,11.87l4.969,2.477V16.863z"/>
<path d="M8.349,18.224l4.729-12.633h1.494l-4.74,12.633H8.349z"/>
<path d="M16.172,16.863v-2.516l4.968-2.457l-4.968-2.438v-2.5l7.131,3.872v2.141L16.172,16.863z"/>
</svg>

After

Width:  |  Height:  |  Size: 756 B

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path d="M30.269,0l41.072,460.815L255.719,512l184.862-51.262L481.731,0H30.269z M392.315,150.714h-0.195H176.045l5.151,57.875
H387.18l-15.521,173.505L255.99,414.182l-0.115,0.039h-0.077h-0.061l-115.786-32.127l-7.915-88.756h56.747l4.024,45.116
l62.931,16.958l0.139-0.039l62.967-16.996l6.535-73.275h-195.87L114.262,94.202h283.107L392.315,150.714z"/>
</svg>

After

Width:  |  Height:  |  Size: 832 B

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- The icon can be used freely in both personal and commercial projects with no attribution required, but always appreciated.
You may NOT sub-license, resell, rent, redistribute or otherwise transfer the icon without express written permission from iconmonstr.com -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<g id="google-plus-icon">
<path d="M462,141.347h-54.621v54.622h-27.311v-54.622h-54.622v-27.311h54.622V59.416h27.311v54.621H462V141.347z M307.583,367.26
c0,40.943-37.384,90.787-131.434,90.787C107.365,458.047,50,428.379,50,378.478c0-38.514,24.383-88.511,138.323-88.511
c-16.922-13.792-21.075-33.077-10.733-53.959c-66.714,0-100.879-39.222-100.879-89.023c0-48.731,36.242-93.032,110.15-93.032
c18.66,0,118.398,0,118.398,0l-26.457,27.77h-31.079c21.925,12.562,33.586,38.433,33.586,66.949
c0,26.175-14.413,47.375-34.983,63.279c-36.503,28.222-27.158,43.98,11.087,71.872C295.121,312.074,307.583,333.882,307.583,367.26
z M233.738,150.453c-5.506-41.905-32.806-76.284-64.704-77.243c-31.909-0.949-53.309,31.119-47.798,73.035
c5.509,41.905,35.834,71.178,67.749,72.139C220.882,219.333,239.242,192.363,233.738,150.453z M266.631,371.463
c0-34.466-31.441-67.317-84.192-67.317c-47.542-0.523-87.832,30.042-87.832,65.471c0,36.154,34.335,66.25,81.879,66.25
C237.267,435.866,266.631,407.617,266.631,371.463z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+23
View File
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="17.18px" height="23.305px" viewBox="0 0 17.18 23.305" enable-background="new 0 0 17.18 23.305" xml:space="preserve">
<path d="M8.104,12.512c0,0-1.299-2.503-1.251-4.332c0.035-1.307,2.982-2.599,4.139-4.475C12.147,1.828,10.848,0,10.848,0
s0.289,1.348-0.481,2.742C9.597,4.138,6.755,4.957,5.65,7.363C4.545,9.769,8.104,12.512,8.104,12.512z"/>
<path d="M12.966,4.908c0,0-4.427,1.685-4.427,3.609c0,1.926,1.202,2.551,1.396,3.176c0.192,0.627-0.337,1.685-0.337,1.685
s1.732-1.203,1.442-2.599c-0.289-1.396-1.636-1.83-0.865-3.224C10.69,6.62,12.966,4.908,12.966,4.908z"/>
<path d="M7.624,15.055c4.091-0.146,5.583-1.437,5.583-1.437c-2.646,0.721-9.673,0.674-9.722,0.145
c-0.047-0.529,2.165-0.963,2.165-0.963s-3.464,0-3.753,0.866S3.536,15.198,7.624,15.055z"/>
<path d="M13.543,17.083c0,0,4.004-0.854,3.608-3.029c-0.48-2.648-3.272-1.156-3.272-1.156s1.975,0,2.166,1.202
C16.238,15.303,13.543,17.083,13.543,17.083z"/>
<path d="M11.57,15.929c0,0-1.009,0.265-2.504,0.433c-2.004,0.225-4.427,0.047-4.62-0.29c-0.19-0.337,0.337-0.529,0.337-0.529
c-2.407,0.578-1.09,1.587,1.731,1.781c2.418,0.165,6.017-0.722,6.017-0.722L11.57,15.929z"/>
<path d="M5.363,18.031c0,0-1.092,0.031-1.156,0.609c-0.063,0.574,0.672,1.09,3.368,1.25c2.695,0.16,4.589-0.737,4.589-0.737
l-1.219-0.74c0,0-0.771,0.162-1.958,0.322c-1.188,0.161-3.624-0.129-3.72-0.352C5.169,18.158,5.363,18.031,5.363,18.031z"/>
<path d="M15.852,20.63c0.417-0.45-0.129-0.803-0.129-0.803s0.192,0.225-0.062,0.481c-0.257,0.256-2.6,0.897-6.354,1.09
c-3.753,0.193-7.828-0.353-7.957-0.834c-0.125-0.481,2.087-0.865,2.087-0.865c-0.256,0.032-3.336,0.096-3.434,0.931
c-0.096,0.833,1.347,1.507,7.124,1.507C12.901,22.136,15.437,21.077,15.852,20.63z"/>
<path d="M13.607,22.522c-2.535,0.512-10.233,0.189-10.233,0.189s5.003,1.188,10.714,0.194c2.73-0.476,2.889-1.797,2.889-1.797
S16.142,22.007,13.607,22.522z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

+35
View File
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="19.943px" height="23.42px" viewBox="0 0 19.943 23.42" enable-background="new 0 0 19.943 23.42" xml:space="preserve">
<path d="M19.434,19.103c-0.619-0.254-1.129-0.654-1.092-1.42c0.036-0.765-0.547-1.272-0.547-1.272s0.51-1.675,0.036-3.058
c-0.473-1.385-2.038-3.604-3.239-5.278C13.393,6.4,14.411,4.47,13.32,1.996c-1.093-2.474-3.931-2.329-5.46-1.273
C6.33,1.777,6.803,4.397,6.875,5.637c0.073,1.236,0.033,2.117-0.108,2.437c-0.144,0.32-1.128,1.494-1.784,2.476
c-0.655,0.982-1.128,3.021-1.603,3.858c-0.473,0.837-0.145,1.601-0.145,1.601s-0.328,0.108-0.583,0.657
c-0.255,0.544-0.764,0.799-1.674,0.979c-0.91,0.182-0.91,0.767-0.692,1.422c0.219,0.654,0.001,1.02-0.254,1.855
s1.019,1.092,2.256,1.235c1.238,0.147,2.621,0.948,3.787,1.093c1.163,0.146,1.528-0.8,1.528-0.8s1.31-0.293,2.692-0.327
c1.384-0.037,2.692,0.291,2.692,0.291s0.255,0.582,0.728,0.836c0.474,0.255,1.493,0.292,2.148-0.398
c0.656-0.693,2.403-1.565,3.385-2.112C20.233,20.192,20.053,19.356,19.434,19.103z M10.916,3.052c0.624,0,1.128,0.619,1.128,1.382
c0,0.542-0.253,1.009-0.622,1.236c-0.094-0.041-0.193-0.083-0.298-0.128c0.222-0.11,0.38-0.393,0.38-0.723
c0-0.43-0.266-0.779-0.595-0.779c-0.325,0-0.592,0.35-0.592,0.779c0,0.159,0.038,0.312,0.103,0.437
c-0.194-0.077-0.373-0.149-0.513-0.202c-0.076-0.186-0.119-0.396-0.119-0.62C9.788,3.671,10.292,3.052,10.916,3.052z M10.835,5.966
c0.312,0.108,0.659,0.311,0.623,0.512c-0.037,0.202-0.201,0.202-0.623,0.46c-0.423,0.256-1.339,0.824-1.632,0.861
C8.908,7.836,8.744,7.671,8.432,7.47C8.12,7.268,7.533,6.789,7.681,6.534c0,0,0.457-0.35,0.658-0.533
c0.202-0.184,0.716-0.623,1.028-0.566C9.679,5.488,10.523,5.856,10.835,5.966z M8.022,3.271c0.492,0,0.892,0.586,0.892,1.309
c0,0.133-0.013,0.256-0.038,0.375c-0.12,0.041-0.242,0.107-0.36,0.207c-0.06,0.049-0.113,0.095-0.164,0.141
C8.43,5.157,8.461,4.949,8.426,4.73C8.36,4.335,8.097,4.047,7.836,4.088c-0.26,0.045-0.417,0.4-0.351,0.797
C7.552,5.282,7.814,5.57,8.074,5.527C8.089,5.524,8.103,5.52,8.118,5.515C7.991,5.637,7.874,5.742,7.755,5.831
c-0.36-0.167-0.624-0.664-0.624-1.252C7.131,3.856,7.53,3.271,8.022,3.271z M7.061,21.662c-0.116,0.522-0.727,0.901-0.727,0.901
c-0.554,0.174-2.094-0.494-2.792-0.787c-0.697-0.289-2.472-0.379-2.705-0.637c-0.231-0.264,0.116-0.845,0.205-1.396
c0.086-0.555-0.174-0.902-0.088-1.281c0.088-0.377,1.222-0.377,1.657-0.638c0.437-0.263,0.524-1.019,0.873-1.222
c0.349-0.205,0.988,0.522,1.25,0.931c0.261,0.405,1.25,2.151,1.657,2.587C6.799,20.556,7.177,21.14,7.061,21.662z M13.498,16.59
c-0.105,0.513-0.105,2.367-0.105,2.367s-1.128,1.563-2.877,1.819c-1.747,0.256-2.621,0.072-2.621,0.072l-0.982-1.127
c0,0,0.763-0.111,0.655-0.875c-0.11-0.764-2.329-1.82-2.73-2.767c-0.399-0.945-0.072-2.548,0.438-3.349
c0.509-0.8,0.835-2.546,1.345-3.13C7.131,9.02,7.53,7.782,7.348,7.235c0,0,1.092,1.311,1.855,1.094
c0.764-0.219,2.477-1.494,2.73-1.274c0.254,0.219,2.438,5.022,2.655,6.551c0.219,1.528-0.146,2.692-0.146,2.692
S13.606,16.08,13.498,16.59z M19.084,20.019c-0.34,0.312-2.232,1.076-2.799,1.672c-0.564,0.591-1.301,1.072-1.752,0.932
c-0.454-0.143-0.849-0.764-0.651-1.67c0.197-0.903,0.368-1.893,0.34-2.459s-0.143-1.331,0-1.444c0.141-0.11,0.366-0.055,0.366-0.055
s-0.111,1.073,0.538,1.358c0.649,0.28,1.583-0.113,1.866-0.398c0.284-0.281,0.482-0.705,0.482-0.705s0.282,0.143,0.254,0.594
c-0.028,0.452,0.197,1.104,0.623,1.329C18.774,19.396,19.424,19.709,19.084,20.019z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="19.007px" height="23.303px" viewBox="0 0 19.007 23.303" enable-background="new 0 0 19.007 23.303" xml:space="preserve">
<path d="M15.89,13.062c-0.641-3.225,2.421-5.117,2.421-5.117s-1.194-1.726-3.198-2.17c-2.004-0.445-3.007,0.111-4.008,0.528
C10.103,6.72,9.603,6.72,9.603,6.72c-1.446,0-2.503-1.531-5.258-0.834c-1.898,0.479-3.896,2.67-4.257,5.285
c-0.361,2.616,0.418,5.954,1.92,8.541c1.502,2.589,3.032,3.562,4.118,3.59c1.086,0.027,2.17-0.778,3.477-0.974
c1.307-0.194,2.113,0.474,3.395,0.835c1.279,0.361,1.726,0.026,3.199-1.226c1.475-1.252,2.811-4.842,2.811-4.842
S16.531,16.29,15.89,13.062z"/>
<path d="M13.052,3.687C14.472,2.24,13.99,0,13.99,0s-1.994,0.35-3.33,1.74C9.325,3.131,9.547,5.328,9.547,5.328
S11.632,5.133,13.052,3.687z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
<path d="M27.6,183v732.7c0,33.1,26.9,60,60,60h732.7c33.1,0,60-26.9,60-60V332L478.8,735.8c-10.6,10.6-23.7,18.7-37.9,23.4
L295.2,807c-7.9,2.6-16.1,3.9-24.4,3.9c-12.2,0-24.4-2.9-35.4-8.5c-10.3-5.2-19.5-12.8-26.5-21.9c-15-19.2-20.1-43.7-14.2-67.3
l39-154.9c4.2-16.6,12.8-31.9,24.9-44L647.6,123H87.6C54.4,123,27.6,149.9,27.6,183z"/>
<path d="M904.4,222.6l59.6-60c16.3-16.3,16-50-0.6-66.6l-68.8-68.8c-8.4-8.4-21.2-12.6-33.9-12.6c-12.4,0-24.6,4-32.6,12l-59.6,60
l36.4,36.4l75.4,75.4L904.4,222.6z"/>
<path d="M291.9,573l-39,154.9c-3,12,6.5,23,17.9,23c1.9,0,3.8-0.3,5.7-0.9l145.7-47.8c0.4-0.1,0.8-0.3,1.1-0.4L292.5,570.9
C292.3,571.6,292.1,572.3,291.9,573z"/>
<polygon points="332,525.6 468,661.6 862.1,265.2 726.1,129.2 "/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+26
View File
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<g>
<path d="M25.083,6.205c-1.95-3.218-5.202-5.542-9.127-6.088C8.863-0.866,2.937,4.439,1.257,11.698
c-2.123,9.183,0.275,12.399,4.726,12.532c0.817-0.74,1.83-1.322,2.945-1.666L25.083,6.205z M11.987,5.602
c0.241-1.737,1.845-2.95,3.583-2.709c1.737,0.242,2.95,1.847,2.709,3.583c-0.242,1.737-1.846,2.951-3.583,2.709
C12.958,8.943,11.746,7.341,11.987,5.602z M5.428,9.045C5.606,7.759,6.796,6.858,8.082,7.04c1.289,0.176,2.188,1.364,2.009,2.653
C9.912,10.98,8.722,11.881,7.435,11.7C6.148,11.523,5.249,10.335,5.428,9.045z M6.093,19.607c-1.288-0.178-2.187-1.365-2.008-2.655
c0.179-1.285,1.369-2.187,2.656-2.005c1.287,0.177,2.187,1.365,2.007,2.653C8.569,18.889,7.38,19.788,6.093,19.607z"/>
<path d="M19.516,21.314l0.324-0.41L31.779,5.342c-0.026-0.255-0.162-0.613-0.61-1.018c-0.885-0.798-1.467-0.407-1.467-0.407
L15.824,17.33l-0.355,0.342L19.516,21.314z"/>
<path d="M14.722,26.637l0.342-0.382l3.733-4.157l-4.071-3.623l-3.707,4.133l-0.343,0.384L14.722,26.637z M12.497,22.386
l1.856-2.104c0.172-0.194,0.468-0.216,0.663-0.042l0.239,0.211c0.093,0.082,0.15,0.195,0.158,0.32
c0.007,0.127-0.034,0.248-0.117,0.342l-1.856,2.104c-0.172,0.193-0.468,0.215-0.663,0.04l-0.238-0.209
c-0.094-0.083-0.15-0.196-0.159-0.321C12.373,22.602,12.415,22.479,12.497,22.386z"/>
<path d="M13.631,27.736L13.631,27.736c0-0.002,0.211-0.336,0.244-0.401l-3.792-3.431c-0.086,0.016-0.167,0.035-0.253,0.054
c-0.008,0.002-0.014,0.005-0.023,0.007c-3.065,0.723-6.078,4.012-3.046,7.7c0.14,0.169,0.366,0.243,0.579,0.187
c0.213-0.055,0.375-0.229,0.415-0.441c0.088-0.486,0.263-1.018,0.671-1.403C9.358,29.125,11.97,30.549,13.631,27.736z
M9.926,28.662c-0.763,0.029-1.551,0.059-2.152,0.629C7.658,29.4,7.553,29.52,7.46,29.641c-0.106,0.139-0.281,0.207-0.453,0.178
C6.835,29.79,6.693,29.667,6.64,29.5c-0.171-0.525-0.212-1.092-0.047-1.673c0.095-0.341,0.252-0.657,0.452-0.944
c0.773,0.842,1.447,1.321,2.694,1.209c0.78-0.068,1.497-0.039,2.161,0.139C11.288,28.609,10.618,28.635,9.926,28.662z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path d="M96,256h96v32H96V256z M96,320h96v32H96V320z M96,384h96v32H96V384z M451.716,99.715l-71.432-71.431
C364.728,12.728,334,0,312,0H72C50,0,32,18,32,40v432c0,22,18,40,40,40h368c22,0,40-18,40-40V168
C480,146,467.272,115.271,451.716,99.715z M429.089,122.343c1.565,1.565,3.125,3.487,4.64,5.657H352V46.272
c2.17,1.515,4.092,3.075,5.657,4.64L429.089,122.343z M448,472c0,4.336-3.664,8-8,8H72c-4.336,0-8-3.664-8-8V40c0-4.336,3.664-8,8-8
h240c2.416,0,5.127,0.305,8,0.852V160h127.148c0.547,2.873,0.852,5.583,0.852,8V472z M288,352h94.396
c-7.413,36.516-39.693,64-78.396,64c-44.184,0-80-35.816-80-80c0-38.703,27.485-70.982,64-78.396V352z M336,224
c44.183,0,80,35.816,80,80c0,5.479-0.554,10.83-1.604,16H320v-94.396C325.17,224.554,330.521,224,336,224z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
<g>
<path d="M1.285,11.671C0.6,11.934,0.114,12.55,0.017,13.277c-0.096,0.728,0.213,1.449,0.806,1.88l6.492,4.724L30.374,1.74
L9.985,21.826l8.875,6.458c0.565,0.411,1.293,0.534,1.964,0.33c0.67-0.204,1.204-0.712,1.444-1.368l9.494-25.985
c0.096-0.264,0.029-0.559-0.171-0.756c-0.2-0.197-0.495-0.259-0.758-0.158L1.285,11.671z"/>
<path d="M5.774,21.451l0.055,0.301l1.26,6.889c0.094,0.512,0.436,0.941,0.912,1.148c0.476,0.206,1.025,0.162,1.461-0.119
c1.755-1.132,4.047-2.634,3.985-2.722L5.774,21.451z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 990 B

+30
View File
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="126px" height="126px" viewBox="0 0 126 126" enable-background="new 0 0 126 126" xml:space="preserve">
<path d="M74.458,107.909c0.143,0.009,0.287,0.022,0.434,0.022h33c3.859,0,7-3.141,7-7v-76.5c0-3.859-3.141-7-7-7h-33
c-0.146,0-0.291,0.013-0.434,0.021V8.32l-64.41,8.596v91.586l64.41,8.818V107.909z M74.458,21.474
c0.143-0.021,0.285-0.043,0.434-0.043h33c1.654,0,3,1.346,3,3v76.5c0,1.654-1.346,3-3,3h-33c-0.148,0-0.291-0.023-0.434-0.045
V21.474z M20.446,69.362c-2.176-0.058-4.301-0.719-5.355-1.38l0.857-3.787c1.143,0.653,2.912,1.32,4.754,1.352
c2.002,0.034,3.07-0.841,3.07-2.197c0-1.293-0.924-2.039-3.24-2.941c-3.16-1.195-5.191-3.068-5.191-6.025
c0-3.47,2.678-6.195,7.191-6.314c2.195-0.059,3.828,0.395,5.002,0.926l-0.998,3.84c-0.791-0.393-2.186-0.956-4.09-0.924
c-1.887,0.031-2.793,0.962-2.793,2.029c0,1.311,1.078,1.883,3.57,2.881c3.457,1.35,5.105,3.279,5.105,6.24
C28.329,66.581,25.774,69.503,20.446,69.362z M49.438,73.61c-3.115-1.021-5.678-2.041-8.521-3.349
c-0.471-0.205-0.973-0.314-1.471-0.36c-4.688-0.442-8.975-4.062-8.975-10.953c0-6.327,3.859-11.19,10.068-11.354
c6.559-0.173,10.242,4.859,10.242,10.907c0,5.03-2.322,8.536-5.199,9.778v0.13c1.676,0.527,3.563,0.966,5.299,1.37L49.438,73.61z
M68.634,70.305l-14.531-0.376V47.601l5.17-0.133v18.303l9.361,0.152V70.305z"/>
<path d="M40.415,51.479c-3.234,0.056-5.076,3.319-5.076,7.313c-0.033,4.057,1.873,7.196,5.043,7.252
c3.252,0.057,5.17-3.061,5.17-7.347C45.552,54.704,43.698,51.423,40.415,51.479z"/>
<path d="M90.89,80.964c7.762,0,13.836-2.773,13.836-6.313v-3.984c0-0.566-0.164-1.141-0.494-1.705l-0.014-0.022
c0.322-0.542,0.508-1.112,0.508-1.707V63.25c0-0.567-0.164-1.142-0.494-1.707l-0.043-0.072c0.342-0.558,0.537-1.146,0.537-1.761
v-3.983c0-0.539-0.15-1.088-0.447-1.631l-0.035-0.063c0.088-0.242,0.15-0.49,0.15-0.753c0-3.219-6.957-4.957-13.504-4.957
c-6.541,0-13.496,1.738-13.496,4.957c0,0.263,0.061,0.512,0.15,0.754l-0.035,0.063c-0.299,0.543-0.447,1.092-0.447,1.631v3.983
c0,0.613,0.193,1.202,0.535,1.759l-0.045,0.076c-0.326,0.566-0.49,1.139-0.49,1.705v3.983c0,0.594,0.182,1.163,0.506,1.705
l-0.016,0.025c-0.326,0.565-0.49,1.14-0.49,1.704v3.984C77.062,78.191,83.136,80.964,90.89,80.964z M78.542,56.394
c2.219,1.881,7.365,2.855,12.348,2.855c4.99,0,10.133-0.975,12.354-2.856v3.316c0,2.285-5.07,4.831-12.354,4.831
c-7.277,0-12.348-2.546-12.348-4.831V56.394z M78.542,63.486c2.271,2.079,6.943,3.407,12.348,3.407
c5.412,0,10.084-1.328,12.354-3.409v3.749c0,2.285-5.07,4.832-12.354,4.832c-7.277,0-12.348-2.547-12.348-4.832V63.486z
M78.542,70.904c2.271,2.08,6.943,3.408,12.348,3.408c5.412,0,10.084-1.328,12.354-3.409v3.749c0,2.285-5.07,4.831-12.354,4.831
c-7.277,0-12.348-2.546-12.348-4.831V70.904z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Some files were not shown because too many files have changed in this diff Show More