diff options
author | codecalm <codecalm@gmail.com> | 2020-10-01 12:48:54 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-01 12:48:54 +0200 |
commit | 1e407a913f6bc101599ab16fcffc0387c0fccf27 (patch) | |
tree | 342129a80ac9bce7bbc079bd98761492363fc8d3 /src/_icons/file-search.svg | |
parent | `virus-scan` icon #80 (diff) | |
download | tabler-icons-1e407a913f6bc101599ab16fcffc0387c0fccf27.tar.xz |
2 new icons: `file-search`, `virus-off` #80
Fixed icons: `virus-search`
Diffstat (limited to 'src/_icons/file-search.svg')
-rw-r--r-- | src/_icons/file-search.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/file-search.svg b/src/_icons/file-search.svg new file mode 100644 index 00000000..93f13859 --- /dev/null +++ b/src/_icons/file-search.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4.5" /> + <circle cx="16.5" cy="17.5" r="2.5" /> + <line x1="18.5" y1="19.5" x2="21" y2="22" /> +</svg> |