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
|
<?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"
height="16"
width="16"
version="1.1"
id="svg8"
sodipodi:docname="sticky-notes.svg"
inkscape:version="0.92.2 2405546, 2018-03-11">
<metadata
id="metadata14">
<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="defs12" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1138"
id="namedview10"
showgrid="false"
inkscape:zoom="32"
inkscape:cx="13.780454"
inkscape:cy="7.0306543"
inkscape:window-x="1920"
inkscape:window-y="38"
inkscape:window-maximized="0"
inkscape:current-layer="svg8" />
<path
style="fill:#bebebe;fill-rule:evenodd;stroke-width:1.14285719"
inkscape:connector-curvature="0"
id="path4"
d="m 14,0 -1,1 c 1,0 2,1 2,2 L 16,2 C 16,1 15.248149,0 14,0 Z m -2,2 -6.9977714,7 -0.00229,2 h 2 L 13.999939,4 c 0,-1 -1,-2 -2,-2 z M 1.0937486,2.1160686 C 0.5250629,2.1161143 4.57e-5,2.6189257 0,3.1785714 v 9.7276796 0.25 0.781246 C 4.57e-5,14.497154 0.5250629,14.999954 1.0937486,15 h 4.3437485 1.1250058 5.3437481 c 0.557543,-4.6e-5 1.073978,-0.484674 1.093749,-1.031246 3.89e-4,-0.01143 0,-0.02034 0,-0.0312 V 7.0000571 l -2,2 V 13.000057 H 2 V 4.1161257 h 5.9151771 l 1.9955429,-2 z" />
</svg>
|