react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 3.28 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class TiVolumeMute extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m32.845000000000006 8.821666666666667c-0.6499999999999986-0.6500000000000004-1.7049999999999983-0.6500000000000004-2.3566666666666656 0l-2.583333333333332 2.583333333333334c-0.576666666666668-1.1449999999999996-1.6466666666666683-1.6999999999999993-2.6750000000000007-1.6999999999999993-0.75 0-1.5083333333333329 0.2550000000000008-2.2600000000000016 0.7566666666666659l-4.453333333333333 2.966666666666667c-1.255000000000006 0.841666666666665-3.676666666666673 1.5716666666666654-5.183333333333339 1.5716666666666654-2.756666666666666 0-5 2.2433333333333323-5 5v3.333333333333332c0 2.0616666666666674 1.256666666666666 3.836666666666666 3.043333333333333 4.599999999999998l-2.5549999999999997 2.5549999999999997c-0.6500000000000004 0.6499999999999986-0.6500000000000004 1.7049999999999983 0 2.356666666666669 0.3249999999999993 0.32500000000000284 0.75 0.48833333333333684 1.1783333333333328 0.48833333333333684s0.8533333333333335-0.163333333333334 1.1783333333333328-0.48833333333333684l4.211666666666668-4.211666666666666c1.1616666666666653 0.28999999999999915 2.3599999999999994 0.7583333333333329 3.125 1.2699999999999996l4.449999999999999 2.966666666666665c0.7533333333333339 0.5033333333333303 1.5133333333333319 0.7566666666666677 2.2616666666666667 0.7566666666666677 1.4966666666666661 0 3.1050000000000004-1.1333333333333329 3.1050000000000004-3.626666666666665v-14.31l4.511666666666667-4.511666666666667c0.6499999999999986-0.6500000000000004 0.6499999999999986-1.705 0-2.3566666666666674z m-8.028333333333336 4.411666666666667c0.06666666666666643-0.03999999999999915 0.12333333333333485-0.07499999999999929 0.1750000000000007-0.09999999999999964 0.004999999999999005 0.05666666666666664 0.00833333333333286 0.12333333333333307 0.00833333333333286 0.1999999999999993v2.1549999999999994l-3.333333333333332 3.333333333333332v-3.4833333333333343l3.1499999999999986-2.1033333333333335z m-13.150000000000002 6.766666666666666c0-0.9200000000000017 0.7466666666666661-1.6666666666666679 1.666666666666666-1.6666666666666679 2.0166666666666675 0 4.845000000000001-0.8249999999999993 6.666666666666666-1.9100000000000001v4.066666666666666l-4.716666666666667 4.716666666666665c-0.6883333333333326-0.13166666666666416-1.3566666666666656-0.20666666666666345-1.9499999999999993-0.20666666666666345-0.9199999999999999 0-1.666666666666666-0.7466666666666661-1.666666666666666-1.6666666666666679v-3.333333333333332z m5.5 5.676666666666666l2.833333333333332-2.833333333333332v4.066666666666666c-0.8000000000000007-0.4783333333333317-1.7916666666666679-0.9033333333333324-2.833333333333332-1.2333333333333343z m7.823333333333334 4.523333333333333c-0.05000000000000071-0.026666666666667282-0.10833333333333428-0.05999999999999872-0.173333333333332-0.10333333333333172l-3.150000000000002-2.1000000000000014v-6.816666666666666l3.333333333333332-3.333333333333332v12.153333333333332c0 0.07666666666666799-0.0033333333333338544 0.14333333333333442-0.010000000000001563 0.1999999999999993z"/></g>
</IconBase>
);
}
}