UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 624 B
import React from 'react'; export default function YoutubeGamingIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-youtube-gaming ${props.className}`} viewBox="0 0 24 24" > <path d="M6 3.54c-.19 0-.37.08-.54.17L.55 6.5c-.34.2-.55.56-.55.95v6.23c0 .39.21.75.55.95l10.91 6.2c.17.09.35.17.54.17.19 0 .37-.08.54-.17l10.91-6.2c.34-.19.55-.55.55-.94V7.45c0-.39-.21-.75-.55-.95l-4.91-2.79c-.17-.09-.35-.17-.54-.17-.19 0-.37.08-.54.17L12.54 6.5c-.33.2-.74.2-1.08 0L6.54 3.71c-.17-.09-.35-.17-.54-.17m12.14.55l5.32 3-5.32 3.14V4.09z" /> </svg> ); }