diff options
Diffstat (limited to 'src/content/img/icon/scissors/light.svg')
-rw-r--r-- | src/content/img/icon/scissors/light.svg | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/content/img/icon/scissors/light.svg b/src/content/img/icon/scissors/light.svg new file mode 100644 index 0000000..e344df3 --- /dev/null +++ b/src/content/img/icon/scissors/light.svg @@ -0,0 +1,55 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <circle + cx="6.5" + cy="6.5" + r="2.5" + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <circle + cx="6.5" + cy="17.5" + r="2.5" + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 6 14.9999 + L 20 6.26758 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + fill-rule="evenodd" + clip-rule="evenodd" + d=" + M 12.6985 11.9995 + L 6.52936 8.15153 + C 6.06076 7.85925 5.44394 8.00218 5.15166 8.47078 + C 4.85937 8.93939 5.0023 9.55621 5.47091 9.84849 + L 10.809 13.1781 + L 12.6985 11.9995 + Z + M 14.5881 13.1781 + L 12.6985 14.3566 + L 19.4709 18.5809 + C 19.9395 18.8731 20.5564 18.7302 20.8486 18.2616 + C 21.1409 17.793 20.998 17.1762 20.5294 16.8839 + L 14.5881 13.1781 + Z + " + fill="black" + /> +</svg> |