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
|
<?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 (2892b30, 2019-06-19)"
sodipodi:docname="draw-rectangle-symbolic.svg"
viewBox="0 0 16 16"
height="16"
width="16"
id="svg1"
version="1.1">
<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="draw-rectangle"
inkscape:window-maximized="1"
inkscape:window-y="-8"
inkscape:window-x="54"
inkscape:window-height="1177"
inkscape:window-width="1858"
inkscape:cy="15.643266"
inkscape:cx="16.396526"
inkscape:zoom="15.839192"
showgrid="true"
id="namedview"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10">
<inkscape:grid
id="grid"
type="xygrid" />
</sodipodi:namedview>
<g
id="draw-rectangle"
inkscape:label="rectangle"
transform="matrix(0.666667,0,0,0.666667,-190,-413.57479)">
<path
class="warning"
d="m 288.69,624 h 16.62 v 16.62 H 288.7 Z"
inkscape:label="fill"
style="opacity:0.6;fill:#ff00ff"
id="rect938" />
<path
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" />
</g>
</svg>
|