chat / packages /client /src /svgs /CodePaths.tsx
helloya20's picture
Upload 2345 files
f0743f4 verified
export default function CodePaths() {
return (
<>
<path
d="M21.333 23L26.333 18L21.333 13"
stroke="white"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14.667 13L9.66699 18L14.667 23"
stroke="white"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
</>
);
}