example-apps/chatbot-rag-app/frontend/src/images/conversation.tsx (14 lines of code) (raw):
export default () => (
<svg
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8.01626 2C11.8717 2 14.9889 4.57031 14.9889 7.6875C14.9889 10.832 11.8717 13.375 8.01626 13.375C7.11391 13.375 6.23891 13.2383 5.47329 12.9922C4.65298 13.5664 3.34048 14.25 1.67251 14.25C1.39907 14.25 1.15298 14.1133 1.0436 13.8672C0.96157 13.6211 0.988914 13.3477 1.18032 13.1562C1.20766 13.1562 2.05532 12.2266 2.43813 11.1602C1.53579 10.2031 1.01626 9 1.01626 7.6875C1.01626 4.57031 4.13345 2 8.01626 2ZM8.01626 12.0625C11.1334 12.0625 13.7038 10.1211 13.7038 7.6875C13.7038 5.28125 11.1334 3.3125 8.01626 3.3125C4.87173 3.3125 2.32876 5.28125 2.32876 7.6875C2.32876 8.86328 2.90298 9.73828 3.39516 10.2578L3.96938 10.8594L3.6686 11.625C3.53188 12.0078 3.34048 12.3906 3.12173 12.7188C3.77798 12.5 4.32485 12.1992 4.70766 11.9258L5.2272 11.543L5.8561 11.7344C6.5397 11.9531 7.27798 12.0625 8.01626 12.0625Z"
fill="#69707D"
/>
</svg>
)