mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-27 21:06:38 +00:00
add first version of tailwind docs
This commit is contained in:
12
src/components/icons/LinkIcon.jsx
Normal file
12
src/components/icons/LinkIcon.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export function LinkIcon(props) {
|
||||
return (
|
||||
<svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
|
||||
<path
|
||||
fill="none"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
d="m5.056 11.5-1.221-1.222a4.556 4.556 0 0 1 6.443-6.443L11.5 5.056M7.5 7.5l5 5m2.444-4 1.222 1.222a4.556 4.556 0 0 1-6.444 6.444L8.5 14.944"
|
||||
/>
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user