diff options
author | codecalm <codecalm@gmail.com> | 2022-08-08 15:41:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-08 15:41:06 +0200 |
commit | e4e4bd6eb8c9fff4f6663ff7585eb9cb1d54f9d9 (patch) | |
tree | 6ce8153039229ac0518518b5918015975ea5f0d0 /src/_icons/arrows-diff.svg | |
parent | Delete _import.tsv (diff) | |
download | tabler-icons-e4e4bd6eb8c9fff4f6663ff7585eb9cb1d54f9d9.tar.xz |
18 new icons: `arrows-diff`, `brand-google-fit`, `brand-xbox`, `clipboard-copy`, `currency-yuan`, `empathize`, `exposure-0`, `exposure-minus-1`, `exposure-minus-2`, `exposure-plus-1`, `exposure-plus-2`, `file-orientation`, `input-search`, `mickey`, `text-orientation`, `text-plus`, `text-spellcheck`, `zoom-replace`
Diffstat (limited to 'src/_icons/arrows-diff.svg')
-rw-r--r-- | src/_icons/arrows-diff.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/arrows-diff.svg b/src/_icons/arrows-diff.svg new file mode 100644 index 00000000..1ca9166f --- /dev/null +++ b/src/_icons/arrows-diff.svg @@ -0,0 +1,11 @@ +--- +category: Arrows +--- +<svg> + <path d="M11 16h10" /> + <path d="M11 16l4 4" /> + <path d="M11 16l4 -4" /> + <path d="M13 8h-10" /> + <path d="M13 8l-4 4" /> + <path d="M13 8l-4 -4" /> +</svg> |