comparison icons/context-web-search.svg @ 0:2050741e9711

Initial revision
author Guido Berhoerster <guido+cws@berhoerster.name>
date Tue, 18 Sep 2018 22:57:18 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2050741e9711
1 <!--
2 Copyright (C) 2018 Guido Berhoerster <guido+cws@berhoerster.name>
3
4 This Source Code Form is subject to the terms of the Mozilla Public
5 License, v. 2.0. If a copy of the MPL was not distributed with this
6 file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 -->
8 <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
9 <rect width="16" height="16" rx="3" ry="3" fill="#ed00b5"/>
10 <g stroke="#ffffff" stroke-linecap="round" stroke-width="2" fill="none">
11 <circle cx="7" cy="7" r="4"/>
12 <path d="m10 10 3 3"/>
13 </g>
14 </svg>