UNPKG

kitten-components

Version:
9 lines (7 loc) 469 B
import React from 'react' export const YoutubeIcon = props => ( <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 124" {...props}> <title>Youtube</title> <path d="M172.3 19.4c-2-7.6-8-13.6-15.6-15.7C143 0 88 0 88 0S33 0 19.2 3.7c-7.6 2-13.5 8-15.6 15.7C0 33.2 0 62 0 62s0 28.8 3.7 42.6c2 7.6 8 13.6 15.6 15.7C33 124 88 124 88 124s55 0 68.8-3.7c7.6-2 13.5-8 15.6-15.7C176 90.8 176 62 176 62s0-28.8-3.7-42.6zM70 88.2V35.8L116 62 70 88.2z" /> </svg> )