diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-20 18:31:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-24 14:04:05 +0200 |
commit | 0b18f4aa80df8868bf34605423c7a298dffbb2aa (patch) | |
tree | 25299da5d94fc73e88b21e87aeb2c156999c6fcd /client/src/assets/images | |
parent | d525fc399a14a8b16eaad6d4c0bc0a9c4093c3c9 (diff) | |
download | PeerTube-0b18f4aa80df8868bf34605423c7a298dffbb2aa.tar.gz PeerTube-0b18f4aa80df8868bf34605423c7a298dffbb2aa.tar.zst PeerTube-0b18f4aa80df8868bf34605423c7a298dffbb2aa.zip |
Add advanced search in client
Diffstat (limited to 'client/src/assets/images')
-rw-r--r-- | client/src/assets/images/search/filter.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client/src/assets/images/search/filter.svg b/client/src/assets/images/search/filter.svg new file mode 100644 index 000000000..218d6dee7 --- /dev/null +++ b/client/src/assets/images/search/filter.svg | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
3 | <!-- Generator: Sketch 43.2 (39069) - http://www.bohemiancoding.com/sketch --> | ||
4 | <title>filter-ios</title> | ||
5 | <desc>Created with Sketch.</desc> | ||
6 | <defs></defs> | ||
7 | <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||
8 | <g id="Artboard-4" transform="translate(-796.000000, -291.000000)"> | ||
9 | <g id="98" transform="translate(796.000000, 291.000000)"> | ||
10 | <circle id="Oval-23" stroke="#333333" stroke-width="2" cx="12" cy="12" r="10"></circle> | ||
11 | <rect id="Rectangle-44" fill="#333333" x="6" y="8" width="12" height="2" rx="1"></rect> | ||
12 | <rect id="Rectangle-44" fill="#333333" x="8" y="12" width="8" height="2" rx="1"></rect> | ||
13 | <rect id="Rectangle-44" fill="#333333" x="10" y="16" width="4" height="2" rx="1"></rect> | ||
14 | </g> | ||
15 | </g> | ||
16 | </g> | ||
17 | </svg> \ No newline at end of file | ||