Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export default function ReaderA8cConversationsIcon( { size = 20, viewBox = '0 0 20 20' } ) {
return (
<svg
className="sidebar__menu-icon sidebar_svg-a8c-conversations"
fill="none"
height={ size }
viewBox={ viewBox }
width={ size }
xmlns="http://www.w3.org/2000/svg"
>
<g stroke="#a2aab2" strokeWidth="1.5">
<path d="m12.5278 14.5556v-.75h-.75-8.00002c-.56801 0-1.02778-.4598-1.02778-1.0278v-8.00002c0-.56801.45977-1.02778 1.02778-1.02778h12.44442c.568 0 1.0278.45977 1.0278 1.02778v7.94842c0 .9051-.4384 1.7561-1.1748 2.2822l-3.5474 2.5341z" />
<path d="m11 7.25-2 3" strokeLinecap="round" />
</g>
</svg>
);
}