react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.35 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdNotificationsPaused extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m24.14 16.328333333333337v-2.966666666666667h-8.283333333333333v2.966666666666667h4.611666666666666l-4.6083333333333325 5.704999999999998v2.966666666666665h8.283333333333333v-2.9666666666666686h-4.611666666666668z m5.859999999999999 10.311666666666664l3.3599999999999994 3.3599999999999994v1.6400000000000006h-26.716666666666665v-1.6400000000000006l3.3566666666666656-3.3599999999999994v-8.283333333333331q0-3.905000000000001 1.993333333333334-6.795t5.508333333333335-3.75v-1.1716666666666669q0-1.0166666666666666 0.7049999999999983-1.7583333333333329t1.793333333333333-0.7433333333333358 1.8000000000000007 0.7416666666666671 0.6999999999999993 1.7566666666666668v1.1716666666666669q3.5166666666666657 0.8600000000000003 5.510000000000002 3.749999999999999t1.9899999999999984 6.800000000000001v8.283333333333331z m-10 10q-1.4066666666666663 0-2.383333333333333-0.9766666666666666t-0.9766666666666666-2.3049999999999997h6.716666666666669q0 1.3283333333333331-1.0133333333333319 2.3049999999999997t-2.3433333333333373 0.9766666666666737z"/></g>
</IconBase>
);
}
}