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

Function TwitterIcon

apps/baseai.dev/src/components/icons/TwitterIcon.tsx:1–16  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

1export function TwitterIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg
4 {...props}
5 aria-hidden="true"
6 viewBox="0 0 20 19"
7 fill="none"
8 xmlns="http://www.w3.org/2000/svg"
9 >
10 <path
11 d="M15.676 0H18.7287L12.0602 7.64106L19.906 18.0405H13.7636L8.94916 11.7346L3.44658 18.0405H0.39101L7.52304 9.86484L0 0.00142184H6.29882L10.644 5.7642L15.676 0ZM14.6025 16.2092H16.2945L5.37461 1.73609H3.56033L14.6025 16.2092Z"
12 fill="currentColor"
13 />
14 </svg>
15 );
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected