diff options
Diffstat (limited to 'src/content/img/icon/warning/light.svg')
-rw-r--r-- | src/content/img/icon/warning/light.svg | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/content/img/icon/warning/light.svg b/src/content/img/icon/warning/light.svg new file mode 100644 index 0000000..d42c8f6 --- /dev/null +++ b/src/content/img/icon/warning/light.svg @@ -0,0 +1,38 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <circle + cx="12" + cy="17" + r="1" + fill="black" + /> + <path + d=" + M 12 10 + L 12 14 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 3.44722 18.1056 + L 10.2111 4.57771 + C 10.9482 3.10361 13.0518 3.10362 13.7889 4.57771 + L 20.5528 18.1056 + C 21.2177 19.4354 20.2507 21 18.7639 21 + H 5.23607 + C 3.7493 21 2.78231 19.4354 3.44722 18.1056 + Z + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |