diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 20:27:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 20:27:43 -0500 |
commit | 98975d59231eeedeaa2b17998b56a3c21e5d647e (patch) | |
tree | 264e90afac5145f4357b172c2b775ad5f8a7f4b5 /ext/mixed/img/view-note.svg | |
parent | 2b4af57bd764ee07ed1d7db8e2985e34ba7ef8ea (diff) |
Move images (#1372)
* Move mixed/img/ to images/
* Move bg/img/ to images/
Diffstat (limited to 'ext/mixed/img/view-note.svg')
-rw-r--r-- | ext/mixed/img/view-note.svg | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/mixed/img/view-note.svg b/ext/mixed/img/view-note.svg deleted file mode 100644 index 3e6f1dce..00000000 --- a/ext/mixed/img/view-note.svg +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <linearGradient id="linearGradient5010" x2="-3.9688" y1="3.7042" y2="1.0583" gradientTransform="matrix(3.7795 0 0 3.7795 15.5 -.5)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#012e5b" offset="0"/> - <stop stop-color="#6399c6" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient5018-3" x1="3.8365" x2=".39687" y1="3.0427" y2=".59531" gradientTransform="scale(3.7795 3.7795)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#012e5b" offset="0"/> - <stop stop-color="#6399c6" offset="1"/> - </linearGradient> - </defs> - <g stroke-width="1px"> - <path d="m9.75 13.5-1 1h-1.5l-1-1h-5.75v-10h6l1 1h1l1-1h6v10z" fill="#5d8bb3" stroke="url(#linearGradient5010)"/> - <path d="m14.5 11.5h-5l-1 1h-1l-1-1h-5v-9.25h5l1 1h1l1-1h5v9.25" fill="#f8f8f8" stroke="url(#linearGradient5018-3)"/> - <g fill="none"> - <path d="m10 8.75h3m-3-2h3m-3-2h3m-10 4h3m-3-2h3m-3-2h3" stroke="#bdbdbd"/> - <path d="m7.5 10.25v-4.75" stroke="#a6a6a6"/> - <path d="m8.5 5.75v4.25" stroke="#d8d8d8"/> - </g> - </g> -</svg> |