UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.98 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdForward10 extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m22.033333333333335 25.313333333333336q0 0.5466666666666669 0.7800000000000011 0.5466666666666669 0.39000000000000057 0 0.5466666666666669-0.1566666666666663l0.3133333333333326-0.39000000000000057q0.1566666666666663-0.3133333333333326 0.1566666666666663-0.466666666666665v-3.363333333333337q-0.1566666666666663-0.3116666666666674-0.1566666666666663-0.466666666666665t-0.3500000000000014-0.3500000000000014-0.5100000000000016-0.19666666666666544q-0.23333333333333428 0-0.466666666666665 0.23333333333333428l-0.31666666666666643 0.31666666666666643q-0.23333333333333428 0.3116666666666674-0.23333333333333428 0.466666666666665v3.3599999999999994q0.23333333333333428 0.3133333333333326 0.23333333333333428 0.466666666666665z m3.123333333333335-1.6416666666666657q0 1.0166666666666657-0.1566666666666663 1.3283333333333331l-0.466666666666665 1.0166666666666657q-0.5500000000000007 0.466666666666665-0.8616666666666681 0.466666666666665-0.1566666666666663 0-0.5083333333333329 0.07833333333333314t-0.5083333333333329 0.07833333333333314q-0.7033333333333331 0-1.0166666666666657-0.1566666666666663-0.15500000000000114-0.07833333333333314-0.38833333333333186-0.23333333333333428t-0.39000000000000057-0.23666666666666814q-0.7033333333333331-0.39000000000000057-0.7033333333333331-2.3433333333333337v-1.1699999999999982q0-1.0166666666666657 0.1566666666666663-1.3299999999999983l0.5466666666666669-1.0166666666666657q0.466666666666665-0.466666666666665 0.783333333333335-0.466666666666665 0.15500000000000114 0 0.5066666666666677-0.07833333333333314t0.5083333333333329-0.07833333333333314q0.7033333333333331 0 1.0166666666666657 0.1566666666666663 0.15500000000000114 0.07833333333333314 0.42833333333333456 0.23333333333333428t0.4299999999999997 0.23666666666666814 0.466666666666665 1.0166666666666657q0.158333333333335 0.466666666666665 0.158333333333335 1.326666666666668v1.1716666666666669z m-6.953333333333333 2.966666666666665h-1.5633333333333326v-5.466666666666669l-1.6400000000000006 0.466666666666665v-1.1699999999999982l2.966666666666665-0.9366666666666674h0.23666666666666814v7.109999999999999z m-11.563333333333333-5q0-5.466666666666669 3.9066666666666663-9.373333333333333t9.45333333333333-3.908333333333335v-6.715000000000001l8.36 8.358333333333334-8.36 8.36v-6.716666666666669q-4.063333333333333 0-7.033333333333333 2.928333333333333t-2.966666666666667 7.070000000000002 2.966666666666667 7.07 7.033333333333333 2.9299999999999997 7.033333333333331-2.9299999999999997 2.9666666666666686-7.07h3.3599999999999994q0 5.546666666666667-3.9450000000000003 9.453333333333333t-9.415 3.905000000000001-9.411666666666667-3.905000000000001-3.9450000000000003-9.453333333333333z"/></g> </IconBase> ); } }