@exah/react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (8 loc) • 414 B
JavaScript
import React from 'react'
import Icon from 'react-icon-base'
const MdSettingsEthernet = props => (
<Icon viewBox="0 0 40 40" {...props}>
<g><path d="m29.6 9.1l9.1 10.9-9.1 10.9-2.6-2.1 7.3-8.8-7.3-8.7z m-11.2 12.5v-3.2h3.2v3.2h-3.2z m10-3.2v3.2h-3.4v-3.2h3.4z m-16.8 3.2v-3.2h3.4v3.2h-3.4z m1.4-10.3l-7.3 8.7 7.3 8.8-2.6 2.1-9.1-10.9 9.1-10.9z"/></g>
</Icon>
)
export default MdSettingsEthernet