UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.65 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdImportantDevices extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m19.921666666666667 15h5.078333333333333l-4.140000000000001 2.9666666666666686 1.5633333333333326 4.844999999999999-4.063333333333333-3.046666666666667-4.140000000000001 3.0450000000000017 1.5633333333333326-4.843333333333334-4.139999999999999-2.9666666666666686h5.078333333333335l1.6400000000000006-5z m13.438333333333333-11.64q1.3283333333333331 0 2.3049999999999997 0.9383333333333335t0.9750000000000014 2.341666666666667v8.36h-3.2833333333333314v-8.356666666666666h-30v20h21.64333333333333v3.3566666666666656h-3.3599999999999994v3.3616666666666646h3.3599999999999994v3.2833333333333314h-13.36v-3.2833333333333314h3.3599999999999994v-3.3616666666666646h-11.64q-1.4066666666666658 0-2.3833333333333324-1.0133333333333319t-0.976666666666667-2.3433333333333337v-20q0-1.4066666666666663 0.9766666666666667-2.3433333333333337t2.3833333333333333-0.9383333333333335h30z m5 30v-11.716666666666669h-8.36v11.716666666666669h8.36z m0-15q0.7033333333333331 0 1.1716666666666669 0.466666666666665t0.4683333333333337 1.1733333333333356v15q0 0.7033333333333331-0.46666666666666856 1.1716666666666669t-1.173333333333332 0.46666666666666856h-8.36q-0.7033333333333331 0-1.1716666666666669-0.46666666666666856t-0.466666666666665-1.1716666666666669v-15q0-0.7033333333333331 0.466666666666665-1.1716666666666669t1.1716666666666669-0.466666666666665h8.36z"/></g> </IconBase> ); } }