Add search page

This commit is contained in:
Peter Maquiran
2021-01-07 09:38:46 +01:00
parent 40543826b7
commit 3ba9c6aac5
6 changed files with 405 additions and 108 deletions
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25">
<g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g stroke="#42B9FE" stroke-width="2">
<g>
<g>
<g>
<path d="M15.5 7.5L9.5 13 15.5 18.5" transform="translate(-969 -156) translate(421 151) translate(328) translate(220 5) matrix(0 -1 -1 0 25.5 25.5)"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 544 B

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45">
<g fill="none" fill-rule="evenodd">
<g>
<g transform="translate(-337 -26) translate(337 26)">
<circle cx="22.5" cy="22.5" r="22.5" fill="#E0E9EE"/>
<g>
<g stroke="#061B52" stroke-width="2" transform="translate(11 11) translate(6)">
<circle cx="7.714" cy="7.714" r="6.714"/>
<path stroke-linecap="round" d="M12.857 12.857L17.357 17.357"/>
</g>
<g fill="#061B52" transform="translate(11 11) translate(.857 15.857)">
<rect width="2" height="8" x="3" rx="1"/>
<rect width="8" height="2" y="3" rx="1"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 886 B

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25">
<g fill="none" fill-rule="evenodd">
<g>
<g>
<g transform="translate(-287 -36) translate(18 24) translate(269 12)">
<path fill="#FFF" d="M5 5H12.777999999999999V6H5z"/>
<circle cx="7.778" cy="5.556" r="1.111" fill="#FFF"/>
<g>
<circle cx="12.5" cy="12.5" r="12.5" fill="#E0E9EE"/>
<g stroke="#061B52" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M6.782 0.163L6.782 12.94" transform="rotate(45 2.6 16.764) rotate(-90 6.782 6.552)"/>
<path d="M6.782 0.163L6.782 12.94" transform="rotate(45 2.6 16.764)"/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 940 B

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
<g fill="none" fill-rule="evenodd">
<g>
<g>
<g>
<g transform="translate(-20 -278) translate(20 224) translate(0 46) translate(0 8)">
<path fill="#FFF" stroke="#0782C9" d="M21.351 2.5c.415 0 .79.168 1.061.44.271.27.44.646.44 1.06h0v20.297l-1.318 1.354-1.8 1.849H7.839c-.414 0-.79-.168-1.06-.44-.272-.27-.44-.646-.44-1.06h0V4c0-.414.168-.79.44-1.06.27-.272.646-.44 1.06-.44h0z"/>
<rect width="9.73" height="1" x="9.73" y="8" fill="#0782C9" rx=".5"/>
<rect width="9.73" height="1" x="9.73" y="11" fill="#0782C9" rx=".5"/>
<rect width="9.73" height="1" x="9.73" y="14" fill="#0782C9" rx=".5"/>
<rect width="9.73" height="1" x="9.73" y="17" fill="#0782C9" rx=".5"/>
<rect width="5.351" height="1" x="9.73" y="20" fill="#0782C9" rx=".5"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB