diff options
author | codecalm <codecalm@gmail.com> | 2021-11-03 13:30:30 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-03 13:30:30 +0100 |
commit | 944a657e3d68ccf06e58b605ab90ff5c7d70a557 (patch) | |
tree | 1671e31bc7bf2be0a85189a0e5739235e48e3777 /src/_icons/highlight.svg | |
parent | Merge pull request #119 from DevSrSouza/patch-1 (diff) | |
download | tabler-icons-944a657e3d68ccf06e58b605ab90ff5c7d70a557.tar.xz |
10 new icons: `arrow-autofit-down`, `arrow-autofit-height`, `arrow-autofit-left`, `arrow-autofit-right`, `arrow-autofit-up`, `arrow-autofit-width`, `arrows-diagonal-minimize-2`, `arrows-diagonal-minimize`, `brand-bootstrap`, `highlight`
Diffstat (limited to 'src/_icons/highlight.svg')
-rw-r--r-- | src/_icons/highlight.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/highlight.svg b/src/_icons/highlight.svg new file mode 100644 index 00000000..017e7981 --- /dev/null +++ b/src/_icons/highlight.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M3 19h4L17.5 8.5a2.828 2.828 0 1 0-4-4L3 15v4"/> + <path d="M12.5 5.5l4 4"/> + <path d="M4.5 13.5l4 4"/> + <path d="M21 15v4h-8l4-4z"/> +</svg> |