UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 884 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdTransform extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m16.64 13.360000000000001v-3.360000000000001h10q1.3283333333333331 0 2.3433333333333337 1.0166666666666657t1.0166666666666657 2.34v10h-3.361666666666668v-10h-10z m20 16.64h-6.640000000000001v3.3599999999999994h3.3599999999999994l-5 5-5-5h3.2833333333333314v-3.3599999999999994h-13.283333333333333q-1.3283333333333331 0-2.3433333333333337-1.0166666666666657t-1.016666666666664-2.34v-13.283333333333333h-6.636666666666667v-3.360000000000001h6.636666666666667v-3.3599999999999994h-3.3566666666666665l5.000000000000001-5 5 5h-3.283333333333333v20h23.28333333333334v3.3599999999999994z"/></g> </IconBase> ); } }