AnthoLume/ngtemplates/svgs/search2.templ
Evan Reichard a881351b84
Some checks reported errors
continuous-integration/drone/push Build was killed
geez
2024-10-04 19:40:03 -04:00

18 lines
583 B
Plaintext

package svgs
templ Search2SVG(className string) {
<svg
xmlns="http://www.w3.org/2000/svg"
class={ className }
viewBox="0 0 24 24"
fill="currentColor"
>
<rect width="24" height="24" fill="none"></rect>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C11.8487 18 13.551 17.3729 14.9056 16.3199L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L16.3199 14.9056C17.3729 13.551 18 11.8487 18 10C18 5.58172 14.4183 2 10 2Z"
></path>
</svg>
}