diff options
Diffstat (limited to 'src/content/img/icon/launch/light.svg')
-rw-r--r-- | src/content/img/icon/launch/light.svg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/content/img/icon/launch/light.svg b/src/content/img/icon/launch/light.svg new file mode 100644 index 0000000..78edfda --- /dev/null +++ b/src/content/img/icon/launch/light.svg @@ -0,0 +1,28 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 10.1429 7 + H 7 + C 5.89543 7 5 7.89543 5 9 + V 17 + C 5 18.1046 5.89543 19 7 19 + H 15 + C 16.1046 19 17 18.1046 17 17 + V 13.2143 + M 19 5 + H 15 + M 19 5 + V 9 + M 19 5 + L 9 15 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |