MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / ChevronRightLeftIcon

Function ChevronRightLeftIcon

src/components/icons/ChevronRightLeftIcon.tsx:1–19  ·  view source on GitHub ↗
(
  props: React.ComponentPropsWithoutRef<'svg'>,
)

Source from the content-addressed store, hash-verified

1export function ChevronRightLeftIcon(
2 props: React.ComponentPropsWithoutRef<'svg'>,
3) {
4 return (
5 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
6 <path
7 strokeLinecap="round"
8 strokeLinejoin="round"
9 d="M1.5 10A6.5 6.5 0 0 1 8 3.5h4a6.5 6.5 0 1 1 0 13H8A6.5 6.5 0 0 1 1.5 10Z"
10 />
11 <path
12 fill="none"
13 strokeLinecap="round"
14 strokeLinejoin="round"
15 d="m7.5 7.5-3 2.5 3 2.5M12.5 7.5l3 2.5-3 2.5"
16 />
17 </svg>
18 )
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected