@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 333 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const IoSocialWindows = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m35 20.7v16.8l-19.4-2.8v-14h19.4z m-20.6 0v13.8l-14.4-2.1v-11.7h14.4z m20.6-18.2v17h-19.4v-14.3z m-20.6 3v14h-14.4v-12z"/></g>
</Icon>
)
export default IoSocialWindows