mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-23 23:39:04 +02:00
Add nested navigation links (#112)
Co-authored-by: Eduard Gert <eduard@netbird.io> Co-authored-by: braginini <bangvalo@gmail.com>
This commit is contained in:
co-authored by
Eduard Gert
braginini
parent
464530a4d8
commit
ddc65c7ae0
@@ -0,0 +1,8 @@
|
||||
|
||||
export default function ChevronDownIcon({className, size= 16 }) {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height={size} width={size} viewBox="0 0 512 512" className={className} fill={"white"}>
|
||||
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
|
||||
</svg>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user