diff options
Diffstat (limited to 'src/_icons/screenshot.svg')
-rw-r--r-- | src/_icons/screenshot.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/_icons/screenshot.svg b/src/_icons/screenshot.svg new file mode 100644 index 00000000..56676aab --- /dev/null +++ b/src/_icons/screenshot.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <path d="M7 19a2 2 0 0 1 -2 -2" /> + <path d="M5 13v-2" /> + <path d="M5 7a2 2 0 0 1 2 -2" /> + <path d="M11 5h2" /> + <path d="M17 5a2 2 0 0 1 2 2" /> + <path d="M19 11v2" /> + <path d="M19 17v4" /> + <path d="M21 19h-4" /> + <path d="M13 19h-2" /> +</svg> |