UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.67 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdReplay5 extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m19.688333333333336 22.656666666666666q-0.5466666666666669 0.23333333333333428-0.5466666666666669 0.3133333333333326l-0.1566666666666663 0.23333333333333428h-1.1699999999999982l0.39000000000000057-3.6700000000000017h3.9833333333333343v1.1716666666666669h-2.888333333333339l-0.158333333333335 1.4833333333333343q0.1566666666666663 0 0.1566666666666663-0.15500000000000114 0-0.07833333333333314 0.11666666666666714-0.11666666666666714t0.11666666666666714-0.11666666666666714h0.6233333333333348q0.625 0 0.8599999999999994 0.23333333333333428 0.07833333333333314 0.0799999999999983 0.3133333333333326 0.23666666666666814t0.3133333333333326 0.23333333333333428q0.7033333333333331 0.7049999999999983 0.7033333333333331 1.8000000000000007 0 0.6999999999999993-0.1566666666666663 0.8583333333333343-0.07833333333333314 0.07833333333333314-0.23333333333333428 0.39000000000000057t-0.31666666666666643 0.46999999999999886-0.3500000000000014 0.27333333333333343-0.27333333333333343 0.19500000000000028q-0.1566666666666663 0.1566666666666663-1.0166666666666657 0.1566666666666663-0.6999999999999993 0-0.8583333333333343-0.1566666666666663-0.07833333333333314-0.07833333333333314-0.3500000000000014-0.1566666666666663t-0.43333333333333357-0.158333333333335q-0.6999999999999993-0.39000000000000057-0.6999999999999993-1.4833333333333343h1.326666666666668q0 0.7800000000000011 1.0166666666666657 0.7800000000000011 0.3133333333333326 0 0.466666666666665-0.1566666666666663l0.3916666666666657-0.31666666666666643q0.1566666666666663-0.3116666666666674 0.1566666666666663-0.466666666666665v-1.0166666666666657l-0.158333333333335-0.3116666666666674-0.39000000000000057-0.39000000000000057q-0.3116666666666674-0.158333333333335-0.466666666666665-0.158333333333335h-0.3133333333333326z m0.31166666666666387-14.296666666666665q5.546666666666667 0 9.453333333333333 3.9066666666666663t3.9066666666666663 9.374999999999998q0 5.546666666666667-3.9450000000000003 9.453333333333333t-9.415 3.905000000000001-9.411666666666667-3.905000000000001-3.9450000000000003-9.453333333333333h3.360000000000001q0 4.140000000000001 2.966666666666667 7.07t7.033333333333333 2.9299999999999997 7.033333333333335-2.9299999999999997 2.963333333333331-7.07-2.9666666666666686-7.07-7.033333333333331-2.929999999999998v6.716666666666667l-8.356666666666667-8.358333333333334 8.360000000000001-8.36v6.716666666666667z"/></g> </IconBase> ); } }