UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.83 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdDevicesOther extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m35 30v-13.36h-6.640000000000001v13.36h6.640000000000001z m1.6400000000000006-16.64q0.625 0 1.1716666666666669 0.5083333333333329t0.5466666666666669 1.1333333333333329v16.641666666666666q0 0.625-0.5466666666666669 1.1716666666666669t-1.1716666666666669 0.5466666666666669h-10q-0.625 0-1.1333333333333329-0.5466666666666669t-0.5066666666666677-1.173333333333332v-16.641666666666666q0-0.6233333333333331 0.5066666666666677-1.1333333333333329t1.1333333333333329-0.5066666666666659h10z m-18.28 15.780000000000001q1.0166666666666657 0 1.7583333333333329-0.7416666666666671t0.7433333333333323-1.7600000000000016-0.7416666666666671-1.7583333333333329-1.7566666666666677-0.7433333333333323-1.7583333333333329 0.7416666666666671-0.7400000000000002 1.7566666666666677 0.7416666666666654 1.7583333333333329 1.7600000000000016 0.7399999999999984z m3.280000000000001-9.14v2.9666666666666686q1.7166666666666686 1.5666666666666664 1.7166666666666686 3.673333333333332 0 2.1883333333333326-1.7166666666666686 3.75v2.9666666666666686h-6.640000000000001v-2.9666666666666686q-1.6400000000000006-1.4833333333333343-1.6400000000000006-3.75 0-2.1883333333333326 1.6400000000000006-3.671666666666667v-2.9683333333333337h6.640000000000001z m-16.64-10v20h6.640000000000001v3.3599999999999994h-6.640000000000001q-1.3283333333333331 0-2.3433333333333333-1.0166666666666657t-1.0166666666666666-2.3416666666666686v-20.001666666666665q0-1.3266666666666662 1.0166666666666666-2.341666666666667t2.3433333333333333-1.0166666666666666h30v3.3616666666666672h-30z"/></g> </IconBase> ); } }