Files
documentation/content/developer/reference/user_interface/view_architectures/search.svg
T

21 lines
1.2 KiB
XML
Raw Normal View History

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 660 54" width="660" height="54">
<defs>
<pattern id="diagonalHatch" width="5" height="5" patternTransform="rotate(45 0 0)" patternUnits="userSpaceOnUse">
<line x1="0" y1="0" x2="0" y2="5" stroke="#cccccc" stroke-width="1"/>
</pattern>
<pattern id="search" width="30" height="30" patternUnits="userSpaceOnUse">
<g transform="translate(2 2)">
<circle cx="16" cy="16" r="6" stroke="black" stroke-width="3" fill="none"/>
<line x1="21" y1="21" x2="28" y2="28" stroke="black" stroke-width="3"/>
</g>
</pattern>
</defs>
<g font-family="Arial" font-size="16px" direction="ltr" fill="none" stroke="#495057" stroke-width="0">
<rect x="10" y="10" width="636" height="34" stroke-width="1"/>
<rect transform="translate(8 6)" width="30" height="30" fill="url(#search)"/>
<rect x="50" y="14" width="54" height="25" fill="#dddddd" stroke-width="1"/>
<text x="54" y="31" fill="#888888" style="font-weight: bold;">Name</text>
<rect x="104" y="14" width="130" height="25" fill="url(#diagonalHatch)" stroke-width="1"/>
<text x="110" y="31" fill="#888888">Searching value</text>
</g>
</svg>