1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg1"
width="16"
height="15.99999"
version="1.1"
sodipodi:docname="edit-select-all.svg"
viewBox="0 0 16 15.99999">
<metadata
id="metadata27">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="640"
inkscape:window-height="480"
id="namedview25"
showgrid="false" />
<defs
id="defs3">
<linearGradient
id="linearGradient16754">
<stop
id="stop16756"
offset="0.0000000"
style="stop-color:white;stop-opacity:1" />
<stop
id="stop16758"
offset="1.0000000"
style="stop-color:#cdcdcd;stop-opacity:1" />
</linearGradient>
<radialGradient
cx="48.158642"
cy="245.5378"
fx="48.158642"
fy="245.5378"
gradientTransform="matrix(0.8191553,0,0,1.070684,115.821,44.90855)"
gradientUnits="userSpaceOnUse"
id="radialGradient13104"
inkscape:collect="always"
r="20.14575"
xlink:href="#linearGradient16754" />
</defs>
<g
id="selection_select_all"
transform="translate(-144,-296)">
<rect
height="12.99996"
id="rect13099"
rx="0"
ry="0"
style="display:inline;fill:url(#radialGradient13104);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
width="13"
x="145.5"
y="297.5" />
<rect
height="7"
id="rect54674"
rx="0.50887609"
ry="0.59476203"
style="display:inline;fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
width="7.0000038"
x="146.5"
y="302.5" />
<rect
height="5"
id="rect54676"
rx="0"
ry="0"
style="display:inline;opacity:0.47999998;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
width="4.99999"
x="147.5"
y="303.5" />
<rect
height="14.99999"
id="rect12726"
style="display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dasharray:2, 1;stroke-dashoffset:0.5;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
width="15"
x="144.5"
y="296.5" />
<ellipse
cx="154.3438"
cy="303.25"
id="path12761"
rx="3.28125"
ry="3.6875"
style="display:inline;overflow:visible;visibility:visible;fill:#73d216;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99384272;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
transform="matrix(1.066667,0,0,0.9491525,-10.63333,14.16949)" />
<ellipse
cx="152.8438"
cy="302.875"
id="path12763"
rx="2.53125"
ry="2.5625"
style="display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#a5f956;stroke-width:1.01873076;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
transform="matrix(0.9876543,0,0,0.9756098,3.043213,6.512195)" />
</g>
</svg>
|