UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.04 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdCompare extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 5q1.3283333333333367 0 2.34333333333333 1.0166666666666666t1.0166666666666657 2.3400000000000007v23.28333333333333q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-8.283333333333331v-15l8.283333333333331 10v-21.641666666666666h-8.283333333333331v-3.356666666666669h8.283333333333331z m-15 25v-10l-8.283333333333333 10h8.283333333333333z m0-25v-3.36h3.359999999999996v36.71666666666667h-3.3599999999999994v-3.356666666666669h-8.283333333333333q-1.326666666666667 0-2.341666666666667-1.0166666666666657t-1.0150000000000006-2.34333333333333v-23.28333333333334q0-1.3266666666666653 1.0166666666666666-2.341666666666665t2.3400000000000007-1.0150000000000006h8.283333333333333z"/></g> </IconBase> ); } }