UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.11 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdIso extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m28.36 28.36h-8.36v-2.5h8.36v2.5z m3.280000000000001 3.280000000000001v-23.28333333333333l-23.283333333333335 23.28333333333333h23.283333333333335z m-22.5-19.14v2.5h3.3599999999999994v3.3599999999999994h2.5v-3.3599999999999994h3.3599999999999994v-2.5h-3.3599999999999994v-3.3599999999999994h-2.5v3.3599999999999994h-3.3599999999999994z m22.5-7.5q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.3400000000000007v23.28333333333333q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-23.28333333333333q-1.3266666666666689 0-2.3416666666666686-1.0166666666666657t-1.0150000000000006-2.341666666666665v-23.28333333333334q0-1.3266666666666653 1.0166666666666666-2.341666666666665t2.3400000000000007-1.0150000000000006h23.28333333333333z"/></g> </IconBase> ); } }