diff options
Diffstat (limited to '')
| -rw-r--r-- | src/content/img/icon/help/light.svg | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/content/img/icon/help/light.svg b/src/content/img/icon/help/light.svg new file mode 100644 index 0000000..07ee03b --- /dev/null +++ b/src/content/img/icon/help/light.svg @@ -0,0 +1,44 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 10 9 + C 10 8.60444 10.1173 8.21776 10.3371 7.88886 + C 10.5568 7.55996 10.8692 7.30362 11.2346 7.15224 + C 11.6001 7.00087 12.0022 6.96126 12.3902 7.03843 + C 12.7781 7.1156 13.1345 7.30608 13.4142 7.58579 + C 13.6939 7.86549 13.8844 8.22186 13.9616 8.60982 + C 14.0387 8.99778 13.9991 9.39992 13.8478 9.76537 + C 13.6964 10.1308 13.44 10.4432 13.1111 10.6629 + C 12.7822 10.8827 12.3956 11 12 11 + V 12 + M 14.25 19 + L 12.8 20.9333 + C 12.4 21.4667 11.6 21.4667 11.2 20.9333 + L 9.75 19 + H 7 + C 4.79086 19 3 17.2091 3 15 + V 7 + C 3 4.79086 4.79086 3 7 3 + H 17 + C 19.2091 3 21 4.79086 21 7 + V 15 + C 21 17.2091 19.2091 19 17 19 + H 14.25 + Z + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <circle + cx="12" + cy="15" + r="1" + fill="black" + /> +</svg> |
