MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / IconFork

Function IconFork

apps/baseai.dev/src/components/icons/IconFork.tsx:2–18  ·  view source on GitHub ↗
(props: React.SVGProps<SVGSVGElement>)

Source from the content-addressed store, hash-verified

1import React from 'react';
2export function IconFork(props: React.SVGProps<SVGSVGElement>) {
3 return (
4 <svg
5 {...props}
6 xmlns="http://www.w3.org/2000/svg"
7 width="24"
8 height="24"
9 viewBox="0 0 24 24"
10 fill="none"
11 >
12 <path
13 d="M3 5.5C3 3.567 4.567 2 6.5 2C8.433 2 10 3.567 10 5.5C10 7.08551 8.94574 8.42479 7.5 8.85506V11H11C11.3643 11 11.7058 11.0974 12 11.2676C12.2942 11.0974 12.6357 11 13 11H16.5V8.85506C15.0543 8.42479 14 7.08551 14 5.5C14 3.567 15.567 2 17.5 2C19.433 2 21 3.567 21 5.5C21 7.08551 19.9457 8.42479 18.5 8.85506V11C18.5 12.1046 17.6046 13 16.5 13H13V15.1449C14.4457 15.5752 15.5 16.9145 15.5 18.5C15.5 20.433 13.933 22 12 22C10.067 22 8.5 20.433 8.5 18.5C8.5 16.9145 9.55426 15.5752 11 15.1449V13H7.5C6.39543 13 5.5 12.1046 5.5 11V8.85506C4.05426 8.42479 3 7.08551 3 5.5Z"
14 fill="currentColor"
15 />
16 </svg>
17 );
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected