UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.55 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdAcUnit extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m36.64000000000001 18.36v3.2833333333333314h-6.953333333333333l5.390000000000001 5.388333333333335-2.3433333333333337 2.4200000000000017-7.733333333333341-7.811666666666667h-3.361666666666668v3.3599999999999994l7.813333333333333 7.733333333333334-2.419999999999998 2.344999999999999-5.390000000000001-5.390000000000001v6.953333333333333h-3.2833333333333314v-6.953333333333333l-5.388333333333334 5.390000000000001-2.42-2.344999999999999 7.809999999999999-7.733333333333334v-3.3599999999999994h-3.3599999999999994l-7.733333333333333 7.813333333333333-2.3449999999999998-2.421666666666667 5.390000000000001-5.391666666666666h-6.953333333333333v-3.2833333333333314h6.953333333333333l-5.390000000000001-5.385000000000002 2.3450000000000006-2.421666666666667 7.7333333333333325 7.809999999999999h3.3599999999999994v-3.3599999999999994l-7.813333333333333-7.7333333333333325 2.42-2.3433333333333337 5.3916666666666675 5.390000000000001v-6.953333333333334h3.2833333333333314v6.953333333333332l5.388333333333335-5.390000000000001 2.4200000000000017 2.3433333333333355-7.810000000000002 7.7333333333333325v3.361666666666668h3.3599999999999994l7.733333333333334-7.813333333333333 2.3433333333333337 2.42-5.390000000000001 5.389999999999999h6.953333333333333z"/></g> </IconBase> ); } }