import type { SVGProps } from "react" export function TangledIcon(props: SVGProps) { return ( ) }