Files
IRTH-2/client/src/components/icons/YoutubeIcon.tsx
T
2024-08-08 19:24:04 +05:00

21 lines
977 B
TypeScript

function YoutubeIcon() {
return (
<svg
width={20}
height={20}
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16.512 4.51942C17.2291 4.71335 17.7938 5.28486 17.9855 6.01043C18.3337 7.32568 18.3337 10.0697 18.3337 10.0697C18.3337 10.0697 18.3337 12.8139 17.9855 14.1291C17.7938 14.8546 17.2291 15.4261 16.512 15.62C15.2122 15.9725 10.0004 15.9725 10.0004 15.9725C10.0004 15.9725 4.78854 15.9725 3.48875 15.62C2.77171 15.4261 2.20692 14.8546 2.01528 14.1291C1.66699 12.8139 1.66699 10.0697 1.66699 10.0697C1.66699 10.0697 1.66699 7.32568 2.01528 6.01043C2.20692 5.28486 2.77171 4.71335 3.48875 4.51942C4.78854 4.16699 10.0004 4.16699 10.0004 4.16699C10.0004 4.16699 15.2122 4.16699 16.512 4.51942ZM8.61143 7.63914V12.5003L12.7781 10.0697L8.61143 7.63914Z"
fill="currentColor"
/>
</svg>
);
}
export default YoutubeIcon;