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
|
<?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="tool-pointer-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="metadata1072">
<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="defs1070" />
<sodipodi:namedview
inkscape:snap-nodes="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.963079"
inkscape:cx="-5.0287986"
inkscape:zoom="27.166187"
showgrid="true"
id="namedview"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10">
<inkscape:grid
id="grid"
type="xygrid" />
</sodipodi:namedview>
<g
inkscape:label="tool-pointer-symbolic"
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="base"
inkscape:connector-curvature="0"
id="path1684"
d="M 13.154925,6.1549822 5.0156342,1.139053 C 4.6230006,0.89641956 4.1333204,0.89200622 3.7362802,1.1213863 3.33924,1.3507865 3.0966132,1.7787067 3.1098465,2.2375069 L 3.35248,11.854665 c 0.0132,0.507334 0.3308668,0.957301 0.8073137,1.138181 0.4764469,0.180873 1.0146539,0.05293 1.358754,-0.322047 l 1.4778675,-1.596968 1.9278476,3.308649 c 0.1676267,0.286753 0.4411535,0.494093 0.763187,0.577913 0.1058868,0.02647 0.2117601,0.03967 0.3176272,0.03967 0.220586,0 0.436747,-0.05733 0.63086,-0.172047 l 1.601387,-0.935247 c 0.595561,-0.34852 0.798494,-1.111707 0.449981,-1.711674 L 10.772697,8.8944836 12.775531,8.4312833 C 13.269625,8.3165766 13.644605,7.9151231 13.728432,7.4166295 13.816659,6.9181159 13.587258,6.4196223 13.154925,6.1549289 Z M 8.8404361,8.0607631 11.610884,12.811986 10.00949,13.747239 7.2302286,8.9783636 4.6053606,11.819398 4.3627205,2.2022402 12.502018,7.2181627 Z" />
</g>
</svg>
|