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"
inkscape:version="1.0alpha2 (119fb3b5e8, 2019-06-21, custom)"
sodipodi:docname="draw-rectangle-symbolic.svg"
viewBox="0 0 16 16"
height="16"
width="16"
id="svg1"
version="1.1">
<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
attempt_force_join="true"
miter_limit="100"
linejoin_type="round"
line_width="2.5"
linecap_type="round"
is_visible="true"
id="path-effect4438"
effect="join_type" />
</defs>
<sodipodi:namedview
inkscape:snap-global="false"
inkscape:document-rotation="0"
inkscape:current-layer="svg1"
inkscape:window-maximized="1"
inkscape:window-y="27"
inkscape:window-x="0"
inkscape:window-height="1016"
inkscape:window-width="1920"
inkscape:cy="10.361318"
inkscape:cx="4.468584"
inkscape:zoom="22.4"
showgrid="true"
id="namedview"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10">
<inkscape:grid
id="grid"
type="xygrid" />
</sodipodi:namedview>
<g
inkscape:label="draw-rectangle"
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="warning"
d="M 1.7193115,1.6799758 H 14.280941 V 14.241606 H 1.7268697 Z"
inkscape:label="fill"
style="opacity:0.6"
id="rect938"
inkscape:connector-curvature="0" />
<path
class="base"
inkscape:label="stroke"
inkscape:original-d="m 288.69,624.05206 h 16.61965 v 16.61965 H 288.69 Z"
inkscape:path-effect="#path-effect4438"
inkscape:connector-curvature="0"
d="m 305.30965,625.30206 a 1.25,1.25 0 0 0 -1.25,-1.25 v 16.61965 a 1.25,1.25 0 0 0 1.25,-1.25 H 288.69 a 1.25,1.25 0 0 0 1.25,1.25 v -16.61965 a 1.25,1.25 0 0 0 -1.25,1.25 z M 287.44,640.67171 a 1.25,1.25 0 0 0 1.25,1.25 h 16.61965 a 1.25,1.25 0 0 0 1.25,-1.25 v -16.61965 a 1.25,1.25 0 0 0 -1.25,-1.25 H 288.69 a 1.25,1.25 0 0 0 -1.25,1.25 z"
id="rect939"
transform="matrix(0.75581407,0,0,0.75581407,-216.47665,-469.94801)" />
</g>
</svg>
|