diff options
Diffstat (limited to '')
-rw-r--r-- | icon-themes/colibre_svg/res/plus.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/icon-themes/colibre_svg/res/plus.svg b/icon-themes/colibre_svg/res/plus.svg new file mode 100644 index 000000000..23660b55e --- /dev/null +++ b/icon-themes/colibre_svg/res/plus.svg @@ -0,0 +1,6 @@ +<svg viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> + <path + style="fill:#3a3a38" + d="m5 1v4h-4v1h4v4h1v-4h4v-1h-4v-4z" + /> +</svg> |