36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<!--
|
|
Copyright (c) 2021, Philipp Matthias Schäfer (philipp.matthias.schaefer@posteo.de)
|
|
|
|
This file is part of the WebLDAPPasswd application.
|
|
|
|
The WebLDAPPasswd application is free software: you can redistribute it and/or
|
|
modify it under the terms of the GNU Affero General Public License as published
|
|
by the Free Software Foundation, either version 3 of the License or (at your
|
|
option) any later version.
|
|
|
|
The WebLDAPPasswd application is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
|
|
for more details.
|
|
|
|
You should have received a copy of the GNU General Affero Public License along
|
|
with the WebLDAPPasswd. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<svg width="100"
|
|
height="100"
|
|
viewBox="-1 -1 2 2"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="-1" y="-1" width="2" height="2" fill="white"/>
|
|
<path stroke-width="0.2"
|
|
stroke="black"
|
|
stroke-linejoin="round"
|
|
stroke-linecap="round"
|
|
fill="none"
|
|
d="
|
|
M -0.8 0.2
|
|
L -0.4 0.6
|
|
L 0 0.2
|
|
L 0.4 -0.2
|
|
L 0.75 -0.55"/>
|
|
</svg>
|