MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / RetweetIcon

Function RetweetIcon

app/components/Preview/Types/RetweetIcon.tsx:1–14  ·  view source on GitHub ↗
(props: React.SVGProps<SVGSVGElement>)

Source from the content-addressed store, hash-verified

1export function RetweetIcon(props: React.SVGProps<SVGSVGElement>) {
2 return (
3 <svg
4 className={props.className}
5 viewBox="0 0 24 24"
6 aria-hidden="true"
7 stroke="currentColor"
8 >
9 <g>
10 <path d="M23.77 15.67c-.292-.293-.767-.293-1.06 0l-2.22 2.22V7.65c0-2.068-1.683-3.75-3.75-3.75h-5.85c-.414 0-.75.336-.75.75s.336.75.75.75h5.85c1.24 0 2.25 1.01 2.25 2.25v10.24l-2.22-2.22c-.293-.293-.768-.293-1.06 0s-.294.768 0 1.06l3.5 3.5c.145.147.337.22.53.22s.383-.072.53-.22l3.5-3.5c.294-.292.294-.767 0-1.06zm-10.66 3.28H7.26c-1.24 0-2.25-1.01-2.25-2.25V6.46l2.22 2.22c.148.147.34.22.532.22s.384-.073.53-.22c.293-.293.293-.768 0-1.06l-3.5-3.5c-.293-.294-.768-.294-1.06 0l-3.5 3.5c-.294.292-.294.767 0 1.06s.767.293 1.06 0l2.22-2.22V16.7c0 2.068 1.683 3.75 3.75 3.75h5.85c.414 0 .75-.336.75-.75s-.337-.75-.75-.75z"></path>
11 </g>
12 </svg>
13 );
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected