Files
hamed a8c3a57114 feat(doctor): enhance doctor schema with addresses, ratings, and social media links
feat(robots): update disallow rules to include '/panel'
feat(sitemap): implement separate sitemaps for doctors, clinics, and blogs
feat(icons): add social media icons for doctor profiles
2026-06-21 12:35:15 +03:30

28 lines
960 B
JavaScript

function Youtube() {
return (
<svg
className="transition-all duration-500"
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
>
<path
d="M1.66675 10.0001C1.66675 6.27106 1.66675 4.40656 2.78731 3.18996C3.90787 1.97337 5.66881 1.97337 9.19069 1.97337H10.8092C14.331 1.97337 16.092 1.97337 17.2125 3.18996C18.3331 4.40656 18.3334 6.27106 18.3334 10.0001C18.3334 13.7291 18.3334 15.5936 17.2125 16.8102C16.092 18.0268 14.331 18.0268 10.8092 18.0268H9.19069C5.66881 18.0268 3.90787 18.0268 2.78731 16.8102C1.66675 15.5936 1.66675 13.7291 1.66675 10.0001Z"
stroke="#5559CE"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8.33325 7.50002L12.5 10.0001L8.33325 12.5V7.50002Z"
stroke="#5559CE"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
export default Youtube;