diff options
| -rw-r--r-- | src/_icons/pin.svg | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/pin.svg b/src/_icons/pin.svg new file mode 100644 index 00000000..5c1b9c35 --- /dev/null +++ b/src/_icons/pin.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> +  <line x1="4" y1="20" x2="9.5" y2="14.5" /> +  <path d="M6 11l7 7l1 -1l1 -4l4 -4m-4 -4l-4 4l-4 1l-1 1" /> +  <line x1="14" y1="4" x2="20" y2="10" /> +</svg>  | 
