diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/drag-drop.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/drag-drop.svg')
-rw-r--r-- | src/icons/drag-drop.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/icons/drag-drop.svg b/src/icons/drag-drop.svg new file mode 100644 index 00000000..b81d6d6e --- /dev/null +++ b/src/icons/drag-drop.svg @@ -0,0 +1,17 @@ +--- +tags: [location, gesture, move] +version: "1.3" +category: Design +unicode: "eb89" +--- +<svg> + <path d="M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" /> + <path d="M13 13l9 3l-4 2l-2 4l-3 -9" /> + <line x1="3" y1="3" x2="3" y2="3.01" /> + <line x1="7" y1="3" x2="7" y2="3.01" /> + <line x1="11" y1="3" x2="11" y2="3.01" /> + <line x1="15" y1="3" x2="15" y2="3.01" /> + <line x1="3" y1="7" x2="3" y2="7.01" /> + <line x1="3" y1="11" x2="3" y2="11.01" /> + <line x1="3" y1="15" x2="3" y2="15.01" /> +</svg> |