UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 825 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonGitCompare extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m15 30h-2.5c-0.7 0-1.2-0.3-1.7-0.8s-0.8-1-0.8-1.7v-15.7c1.5-0.9 2.5-2.5 2.5-4.3 0-2.8-2.2-5-5-5s-5 2.2-5 5c0 1.8 1 3.4 2.5 4.3v15.7c0.1 2 0.9 3.7 2.3 5.2s3.2 2.2 5.2 2.3h2.5v5l7.5-7.5-7.5-7.5v5z m-7.5-25.5c1.6 0 3 1.4 3 3s-1.4 3-3 3-3-1.4-3-3 1.4-3 3-3z m27.5 23.7v-15.7c-0.1-2-0.9-3.7-2.3-5.2s-3.2-2.2-5.2-2.3h-2.5v-5l-7.5 7.5 7.5 7.5v-5h2.5c0.7 0 1.2 0.3 1.7 0.8s0.8 1 0.8 1.7v15.7c-1.5 0.9-2.5 2.5-2.5 4.3 0 2.8 2.2 5 5 5s5-2.2 5-5c0-1.8-1-3.4-2.5-4.3z m-2.5 7.3c-1.6 0-3-1.4-3-3s1.4-3 3-3 3 1.4 3 3-1.4 3-3 3z"/></g> </IconBase> ); } }