diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-27 01:38:16 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-27 01:38:16 +0200 |
| commit | 4ad32f09d68dd7b589e1f44ccc77766a133a6761 (patch) | |
| tree | 950c3587118ce94a4b02ab4c05ce6738ef76316f /src/icons/light | |
| parent | 8a1961707348c85b6564a18a4c0c3e1d8e34b65c (diff) | |
| download | kristall-4ad32f09d68dd7b589e1f44ccc77766a133a6761.tar.gz | |
Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape)
Diffstat (limited to 'src/icons/light')
| -rw-r--r-- | src/icons/light/actions/search-next.svg | 1 | ||||
| -rw-r--r-- | src/icons/light/actions/search-previous.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/icons/light/actions/search-next.svg b/src/icons/light/actions/search-next.svg new file mode 100644 index 0000000..fc32cf8 --- /dev/null +++ b/src/icons/light/actions/search-next.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>
\ No newline at end of file diff --git a/src/icons/light/actions/search-previous.svg b/src/icons/light/actions/search-previous.svg new file mode 100644 index 0000000..24cd1dd --- /dev/null +++ b/src/icons/light/actions/search-previous.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg>
\ No newline at end of file |
