UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 594 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSignalWifiStatusbarConnectedNoInternet2 extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m37.3 13.8l2.1-2.5c-0.8-0.6-8.2-6.7-19.4-6.7s-18.6 6.1-19.4 6.7l19.4 24.1 0 0 0 0 10.8-13.4v-8.2h6.5z"/><path d="m8.4 20.9l11.6 14.5 0 0 0 0 10.8-13.4v-1.7c-1.7-1.1-5.6-3.4-10.8-3.4-6.7 0-11.2 3.7-11.6 4z m25.4-4v12.3h3.1v-12.3h-3.1z m0 18.5h3.1v-3.1h-3.1v3.1z"/></g> </IconBase> ); } }