diff options
Diffstat (limited to 'src/icons/zoom-out-area.svg')
-rw-r--r-- | src/icons/zoom-out-area.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/icons/zoom-out-area.svg b/src/icons/zoom-out-area.svg new file mode 100644 index 00000000..8cb91ae2 --- /dev/null +++ b/src/icons/zoom-out-area.svg @@ -0,0 +1,16 @@ +--- +tags: [selected, square, magnifier, diminishing] +category: Map +version: "1.68" +unicode: "f1dd" +--- +<svg> + <path d="M13 15h4" /> + <circle cx="15" cy="15" r="5" /> + <path d="M22 22l-3 -3" /> + <path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" /> + <path d="M3 11v-1" /> + <path d="M3 6v-1a2 2 0 0 1 2 -2h1" /> + <path d="M10 3h1" /> + <path d="M15 3h1a2 2 0 0 1 2 2v1" /> +</svg> |