@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 323 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoSocialTwitch = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m6 2.5h30v21.3l-8.7 8.7h-6.3l-5 5h-5v-5h-7.5v-23.7z m13.8 18.8v-10.1h-3.8v10.1h3.8z m8.7 0v-10.1h-3.7v10.1h3.7z"/></g>
</Icon>
)
export default IoSocialTwitch