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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg1"
width="16"
height="16"
viewBox="0 0 16 16"
sodipodi:docname="draw-connector-symbolic.svg"
inkscape:version="1.0">
<style
id="s0">.base { }
.success { }
.warning { }
.error { }
.dark { }
</style>
<style
id="s2">
@import '../../highlights.css';
</style>
<metadata
id="metadata1676">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1674">
<inkscape:path-effect
effect="join_type"
id="path-effect2376"
is_visible="true"
linecap_type="round"
line_width="1"
linejoin_type="round"
miter_limit="100"
attempt_force_join="false" />
<inkscape:path-effect
attempt_force_join="true"
miter_limit="100"
linejoin_type="round"
line_width="1"
linecap_type="round"
is_visible="true"
id="path-effect2329"
effect="join_type" />
</defs>
<sodipodi:namedview
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
id="namedview"
showgrid="true"
inkscape:zoom="15.839192"
inkscape:cx="9.5439392"
inkscape:cy="9.8027341"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"
inkscape:document-rotation="0">
<inkscape:grid
type="xygrid"
id="grid" />
</sodipodi:namedview>
<g
inkscape:label="draw-connector"
id="g0">
<path
id="background"
d="M 0,0 H 16 V 16 H 0 Z"
style="opacity:0"
inkscape:connector-curvature="0" />
<path
class="base"
d="M 1,10.425233 H 5.8509212 V 15 H 1 Z"
id="rect1026" />
<path
class="base"
d="M 8.9610987,7.0661168 H 15 V 11 H 8.9610987 Z"
style="opacity:0.5"
id="rect1028" />
<path
class="base"
d="M 0.9999975,1.0000019 H 5.1162461 V 4.1106353 H 0.9999975 Z"
id="rect1030" />
<path
class="base"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
inkscape:original-d="M 6.945097,3.1936092 10,5.2781347"
inkscape:path-effect="#path-effect2329"
d="m 6.6632775,3.6066198 3.054903,2.0845255 A 0.5,0.5 0 1 0 10.281819,4.8651241 L 7.2269165,2.7805986 a 0.5,0.5 0 1 0 -0.563639,0.8260212 z"
id="line1036" />
<path
class="base"
inkscape:path-effect="#path-effect2376"
inkscape:original-d="M 3,5.2602893 V 9"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
d="M 2.5,5.2602893 V 9 a 0.5,0.5 0 1 0 1,0 V 5.2602893 a 0.5,0.5 0 1 0 -1,0 z"
id="line2346" />
</g>
</svg>
|