diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 17:01:33 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 17:01:33 +0200 |
commit | cee76bb68ba3e5c3f60bec2595ea91ca2098183e (patch) | |
tree | 919c94c5e1f5d4267794eb8b8b2c09c0cd38fdc4 /src/_icons/pin.svg | |
parent | `subtask` icon (diff) | |
download | tabler-icons-cee76bb68ba3e5c3f60bec2595ea91ca2098183e.tar.xz |
`pin` icon #64
Diffstat (limited to 'src/_icons/pin.svg')
-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> |