diff options
Diffstat (limited to 'src/content/img/icon/photo/dark.svg')
-rw-r--r-- | src/content/img/icon/photo/dark.svg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/content/img/icon/photo/dark.svg b/src/content/img/icon/photo/dark.svg new file mode 100644 index 0000000..86a84b0 --- /dev/null +++ b/src/content/img/icon/photo/dark.svg @@ -0,0 +1,35 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <rect + x="4" + y="4" + width="16" + height="16" + rx="3" + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + d=" + M 4 16 + L 8.29289 11.7071 + C 8.68342 11.3166 9.31658 11.3166 9.70711 11.7071 + L 13 15 + M 13 15 + L 15.7929 12.2071 + C 16.1834 11.8166 16.8166 11.8166 17.2071 12.2071 + L 20 15 + M 13 15 + L 15.25 17.25 + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |