pdnew/themes/default/assets/svg/search.svg
phryk a1a2cde38a A boatload of changes, fixes, improvements and theming work.
* All menus have IDs now
* Added support for burgerized menus; burgerized main menu and minisearch
* Fixed menu in Listing objects
* Fixed issue with invalid datetime-local values
* Improved section breakout logic for inline renderables in markdown
* Search now ignores abstract content types
* Added some assets
* Various other things, mostly theming-related
2024-10-14 16:54:17 +02:00

37 lines
692 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="100"
height="100"
viewBox="0 0 100 100"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<style>
path, circle {
fill: none;
stroke: hsl(0 0 10%);
stroke-linecap: round;
}
circle {
stroke-width: 10;
}
path {
stroke-width: 16;
}
</style>
<path
d="M 34,66 10,90"
id="path1" />
<circle
id="path2"
cx="60"
cy="40"
r="30" />
</svg>