mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 18:06:38 +00:00
add first version of tailwind docs
This commit is contained in:
13
src/components/icons/MagnifyingGlassIcon.jsx
Normal file
13
src/components/icons/MagnifyingGlassIcon.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export function MagnifyingGlassIcon(props) {
|
||||
return (
|
||||
<svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
|
||||
<path strokeWidth="0" d="M2.5 8.5a6 6 0 1 1 12 0 6 6 0 0 1-12 0Z" />
|
||||
<path
|
||||
fill="none"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
d="m13 13 4.5 4.5m-9-3a6 6 0 1 1 0-12 6 6 0 0 1 0 12Z"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user