diff options
Diffstat (limited to 'src/icons/sort-descending.svg')
-rw-r--r-- | src/icons/sort-descending.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/sort-descending.svg b/src/icons/sort-descending.svg new file mode 100644 index 00000000..29185241 --- /dev/null +++ b/src/icons/sort-descending.svg @@ -0,0 +1,13 @@ +--- +category: Text +tags: [filter, classify, arrange, order] +version: "1.0" +unicode: "eb27" +--- +<svg> + <line x1="4" y1="6" x2="13" y2="6" /> + <line x1="4" y1="12" x2="11" y2="12" /> + <line x1="4" y1="18" x2="11" y2="18" /> + <polyline points="15 15 18 18 21 15" /> + <line x1="18" y1="6" x2="18" y2="18" /> +</svg> |