@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 338 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const MdFullscreen = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m23.4 8.4h8.2v8.2h-3.2v-5h-5v-3.2z m5 20v-5h3.2v8.2h-8.2v-3.2h5z m-20-11.8v-8.2h8.2v3.2h-5v5h-3.2z m3.2 6.8v5h5v3.2h-8.2v-8.2h3.2z"/></g>
</Icon>
)
export default MdFullscreen