MCPcopy Create free account
hub / github.com/api-platform/website / Icon

Function Icon

pwa/components/icons/arrow.tsx:7–23  ·  view source on GitHub ↗
({ className }: IconProps)

Source from the content-addressed store, hash-verified

5}
6
7export default function Icon({ className }: IconProps) {
8 return (
9 <svg
10 xmlns="http://www.w3.org/2000/svg"
11 fill="none"
12 viewBox="0 0 24 24"
13 strokeWidth={1.5}
14 className={classNames("stroke-current", className)}
15 >
16 <path
17 strokeLinecap="round"
18 strokeLinejoin="round"
19 d="M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3"
20 />
21 </svg>
22 );
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected