react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.75 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdDialerSip extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m33.36 25.86q0.7033333333333331 0 1.1716666666666669 0.466666666666665t0.46666666666666856 1.173333333333332v5.860000000000003q0 0.7033333333333331-0.46666666666666856 1.1716666666666669t-1.173333333333332 0.46666666666666856q-11.716666666666669 0-20.038333333333334-8.32t-8.32-20.03666666666667q0-0.7033333333333323 0.46999999999999975-1.171666666666666t1.1716666666666669-0.4666666666666668h5.858333333333333q0.7050000000000001 0 1.1733333333333338 0.4666666666666668t0.4666666666666668 1.1716666666666669q0 3.124999999999999 0.9399999999999995 5.9383333333333335 0.3133333333333326 1.0166666666666675-0.39000000000000057 1.7166666666666668l-3.673333333333332 3.6750000000000007q3.673333333333334 7.188333333333333 11.016666666666667 11.01666666666667l3.671666666666667-3.673333333333332q0.7033333333333331-0.7033333333333331 1.716666666666665-0.39000000000000057 2.8166666666666664 0.9383333333333326 5.939999999999998 0.9383333333333326z m0-17.5v-1.7166666666666668h-1.7166666666666686v1.7166666666666668h1.7166666666666686z m-3.3599999999999994-3.3599999999999994h5v5h-3.3599999999999994v3.3599999999999994h-1.6400000000000006v-8.36z m-5 3.3599999999999994v5h-5v-1.7166666666666668h3.3599999999999994v-1.6433333333333326h-3.3599999999999994v-5h5v1.6416666666666666h-3.3599999999999994v1.7166666666666677h3.3599999999999994z m3.3599999999999994-3.3599999999999994v8.360000000000001h-1.7166666666666686v-8.360000000000001h1.7166666666666686z"/></g>
</IconBase>
);
}
}