react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.32 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdPhonelinkOff extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m38.36 13.360000000000001q0.7033333333333331 0 1.1716666666666669 0.4666666666666668t0.4683333333333337 1.173333333333332v16.64q0 0.7033333333333331-0.46666666666666856 1.211666666666666t-1.173333333333332 0.509999999999998h-0.3133333333333326l-5-5h3.5933333333333337v-11.716666666666669h-6.640000000000001v8.670000000000002l-3.3599999999999994-3.3599999999999994v-6.954999999999998q0-0.7033333333333331 0.5083333333333329-1.1716666666666669t1.2100000000000009-0.4666666666666668h10z m-31.72-2.8933333333333344v17.891666666666666h17.89z m-3.4366666666666674-7.733333333333333q6.33 6.333333333333335 18.008333333333336 18.05t14.33666666666667 14.373333333333331l-2.1116666666666646 2.1099999999999994-3.9066666666666663-3.9066666666666663h-29.53000000000001v-5h3.3600000000000003v-18.36q0-1.1716666666666669 0.7833333333333332-2.1100000000000003l-3.0516666666666667-3.046666666666666z m33.436666666666675 7.266666666666667h-21.95333333333334l-3.3599999999999994-3.3599999999999994h25.313333333333333v3.3599999999999994z"/></g>
</IconBase>
);
}
}