diff options
Diffstat (limited to 'src/content/img/icon/sad/dark.svg')
-rw-r--r-- | src/content/img/icon/sad/dark.svg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/content/img/icon/sad/dark.svg b/src/content/img/icon/sad/dark.svg new file mode 100644 index 0000000..dd89282 --- /dev/null +++ b/src/content/img/icon/sad/dark.svg @@ -0,0 +1,48 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <g clip-path="url(#clip0_443_3604)"> + <circle + cx="12" + cy="12" + r="9" + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <circle + cx="9.5" + cy="9.5" + r="1.5" + fill="white" + /> + <circle + cx="14.5" + cy="9.5" + r="1.5" + fill="white" + /> + <path + d=" + M 7.53803 15.6064 + C 8.79314 14.5681 10.3711 14 12 14 + C 13.6289 14 15.2069 14.5681 16.462 15.6064" + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + </g> + <defs> + <clipPath id="clip0_443_3604"> + <rect + width="24" + height="24" + fill="black" + /> + </clipPath> + </defs> +</svg> |