diff options
Diffstat (limited to 'src/icons/flag.svg')
-rw-r--r-- | src/icons/flag.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/flag.svg b/src/icons/flag.svg new file mode 100644 index 00000000..f8b6f723 --- /dev/null +++ b/src/icons/flag.svg @@ -0,0 +1,12 @@ +--- +category: Map +tags: [banner, pin, report, map, warning, alert] +version: "1.0" +unicode: "eaa6" +--- +<svg> + <line x1="5" y1="5" x2="5" y2="21" /> + <line x1="19" y1="5" x2="19" y2="14" /> + <path d="M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0" /> + <path d="M5 14a5 5 0 0 1 7 0a5 5 0 0 0 7 0" /> +</svg> |