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
|
<?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-rectangle-symbolic.svg"
inkscape:version="1.0alpha2 (9f2c3edcd0, 2019-06-24, custom)">
<style
id="s0">.base { }
.success { }
.warning { }
.error { }
.dark { }
</style>
<style
id="s2">
@import '../../highlights.css';
</style>
<metadata
id="metadata1678">
<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="defs1676">
<inkscape:path-effect
effect="join_type"
id="path-effect4438"
is_visible="true"
linecap_type="round"
line_width="2.1"
linejoin_type="round"
miter_limit="100"
attempt_force_join="true" />
</defs>
<sodipodi:namedview
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
id="namedview"
showgrid="true"
inkscape:zoom="22.4"
inkscape:cx="4.4645255"
inkscape:cy="10.022127"
inkscape:window-width="1360"
inkscape:window-height="704"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g0"
inkscape:document-rotation="0"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid" />
</sodipodi:namedview>
<g
id="g0"
inkscape:label="draw-rectangle">
<path
inkscape:connector-curvature="0"
style="opacity:0"
d="M 0,0 H 16 V 16 H 0 Z"
id="background" />
<path
inkscape:connector-curvature="0"
id="rect938"
style="opacity:0.6;stroke-width:0.789289"
inkscape:label="fill"
d="M 3.0427478,3.0034122 H 12.957504 V 12.918169 H 3.0487134 Z"
class="warning" />
<path
transform="matrix(0.61244876,0,0,0.61244876,-173.89717,-379.28925)"
id="rect939"
d="m 305.30965,625.10206 a 1.05,1.05 0 0 0 -1.05,-1.05 v 16.61965 a 1.05,1.05 0 0 0 1.05,-1.05 H 288.69 a 1.05,1.05 0 0 0 1.05,1.05 v -16.61965 a 1.05,1.05 0 0 0 -1.05,1.05 z M 287.64,640.67171 a 1.05,1.05 0 0 0 1.05,1.05 h 16.61965 a 1.05,1.05 0 0 0 1.05,-1.05 v -16.61965 a 1.05,1.05 0 0 0 -1.05,-1.05 H 288.69 a 1.05,1.05 0 0 0 -1.05,1.05 z"
inkscape:connector-curvature="0"
inkscape:path-effect="#path-effect4438"
inkscape:original-d="m 288.69,624.05206 h 16.61965 v 16.61965 H 288.69 Z"
inkscape:label="stroke"
class="base" />
</g>
</svg>
|