OpenCPN Partial API docs
Loading...
Searching...
No Matches
svg_icons.cpp
1
5const char* kFunnelSvg = R"--(
6 <svg xmlns="http://www.w3.org/2000/svg"
7 height="16px" viewBox="0 0 16 16" width="16px">
8 <path d="m 0 1 h 15 l -6 7 v 6 l -3 2 v -8 z m 0 0" fill="#222222"/>
9 </svg>
10)--";
11
12const char* kNoFunnelSvg = R"--(
13<svg
14 height="16px" viewBox="0 0 16 16" width="16px" version="1.1"
15 id="svg1"
16 xmlns:svg="http://www.w3.org/2000/svg">
17 <defs id="defs1" />
18 <path
19 d="m 0 1 h 15 l -6 7 v 6 l -3 2 v -8 z m 0 0"
20 fill="#222222"
21 id="path1" />
22 <path
23 style="fill:none;stroke:#f80000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
24 d="M 0.88888889,12.565657 14.969697,4.969697"
25 id="path2" />
26 <path
27 style="fill:none;stroke:#f80000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
28 d="m 1.010101,5.2121212 13.49495,7.1515148"
29 id="path3" />
30</svg>
31)--";
32
33const char* kEditPenSvg = R"--(
34<svg xmlns="http://www.w3.org/2000/svg" height="15.976562px" viewBox="0 0 16 15.976562" width="16px">
35<path d="m 11 0.976562 l -2 2 h 1.5 c 0.132812 0 0.257812 0.050782 0.355469 0.144532 l 1.984375 1.988281
36 c 0.09375 0.09375 0.144531 0.21875 0.144531 0.351563 v 1.589843 l 2.074219 -2.074219 v -1.941406
37 l -2.058594 -2.058594 z m -3 3 l -7 7 v 4 h 4.058594 l 6.925781
38 -6.925781 v -2.382812 l -1.691406 -1.691407 z m 0 0" fill="#222222"/>
39</svg>
40)--";
41
42const char* kCheckmarkSvg = R"--(
43<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px">
44<path d="m 13.753906 4.667969 c 0.175782 -0.199219 0.261719 -0.460938
45 0.246094 -0.722657 c -0.019531 -0.265624 -0.140625 -0.511718 -0.339844
46 -0.6875 c -0.199218 -0.175781 -0.460937 -0.265624 -0.726562 -0.246093 c
47 -0.265625 0.015625 -0.511719 0.140625 -0.6875 0.339843 l -6.296875
48 7.195313 l -2.242188 -2.246094 c -0.390625 -0.390625 -1.023437 -0.390625
49 -1.414062 0 c -0.1875 0.1875 -0.292969 0.445313 -0.292969 0.710938
50 s 0.105469 0.519531 0.292969 0.707031 l 3 3 c 0.195312 0.195312 0.464843
51 0.300781 0.742187 0.292969 c 0.277344 -0.011719 0.535156 -0.132813
52 0.71875 -0.34375 z m 0 0" fill="#222222"/></svg>
53)--";