@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 325 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const MdViewHeadline = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m6.6 8.4h26.8v3.2h-26.8v-3.2z m0 10v-3.4h26.8v3.4h-26.8z m0 13.2v-3.2h26.8v3.2h-26.8z m0-6.6v-3.4h26.8v3.4h-26.8z"/></g>
</Icon>
)
export default MdViewHeadline