-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathYouTube.njs
More file actions
7 lines (7 loc) · 825 Bytes
/
YouTube.njs
File metadata and controls
7 lines (7 loc) · 825 Bytes
1
2
3
4
5
6
7
export default function YouTube({ size }) {
return (
<svg width={size} height={size} viewBox="0 0 482 482">
<path fill-rule="evenodd" clip-rule="evenodd" d="M242.949 353.27C272.252 353.27 360.16 350.815 360.16 350.815C382.859 350.815 401.432 332.243 401.432 309.544C401.432 309.544 403.886 257.94 403.886 240.641C403.886 223.342 401.432 171.738 401.432 171.738C401.432 149.027 382.847 130.455 360.148 130.455C360.148 130.455 272.24 128 242.937 128C213.634 128 125.726 130.455 125.726 130.455C103.016 130.455 84.4429 149.027 84.4546 171.726C84.4546 171.726 82 223.377 82 240.629C82 257.881 84.4546 309.532 84.4546 309.532C84.4546 332.243 103.039 350.815 125.738 350.815C125.738 350.815 213.646 353.27 242.949 353.27ZM212.116 190.299V290.971L293.443 240.629L212.116 190.299Z" fill="currentColor" />
</svg>
)
}