blob: 067106f3ea9741126a68b17da69149c67af78b77 (
plain)
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
|
<?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="gradient-spread-reflect-symbolic.svg"
inkscape:version="1.0 (4035a4f, 2020-05-01)">
<metadata
id="metadata13829">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs13827" />
<style
id="s0">
.success { fill:#009909; }
.warning { fill:#FF1990; }
.error { fill:#00AAFF; }
</style>
<style
id="s2">
@import '../../highlights.css';
</style>
<sodipodi:namedview
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
id="namedview"
showgrid="true"
inkscape:zoom="22.627417"
inkscape:cx="24.729483"
inkscape:cy="8"
inkscape:window-width="1500"
inkscape:window-height="933"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1"
inkscape:document-rotation="0">
<inkscape:grid
type="xygrid"
id="grid" />
</sodipodi:namedview>
<path
id="rect842"
d="M 4,4 V 7 H 0 v 2 h 4 v 3 L 8,8 Z"
sodipodi:nodetypes="cccccccc" />
<path
sodipodi:nodetypes="cccccccc"
d="m 12,4 v 3 h 4 v 2 h -4 v 3 L 8,8 Z"
id="path840" />
</svg>
|