UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 3.16 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiArrowShuffle extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m6.666666666666667 15h5.833333333333333c1.2266666666666666 0 2.321666666666667 0.6500000000000004 3.083333333333334 1.6666666666666679 0.5433333333333348-1.0050000000000008 1.2166666666666668-1.9366666666666674 1.9866666666666664-2.7666666666666657-1.336666666666666-1.3750000000000018-3.1099999999999994-2.2333333333333343-5.07-2.2333333333333343h-5.833333333333333c-0.9216666666666669 0-1.666666666666667 0.7466666666666661-1.666666666666667 1.666666666666666s0.7450000000000001 1.666666666666666 1.666666666666667 1.666666666666666z m12.808333333333334 5.183333333333334c0.9166666666666679-2.7600000000000016 3.759999999999998-5.183333333333334 6.083333333333332-5.183333333333334h3.0616666666666674l-2.155000000000001 2.155000000000001c-0.6533333333333324 0.6499999999999986-0.6533333333333324 1.7049999999999983 0 2.3566666666666656 0.32333333333333414 0.3249999999999993 0.75 0.4883333333333333 1.1766666666666659 0.4883333333333333s0.8533333333333317-0.163333333333334 1.1783333333333346-0.4883333333333333l6.18-6.178333333333333-6.178333333333335-6.178333333333334c-0.6499999999999986-0.6500000000000004-1.7049999999999983-0.6500000000000004-2.3566666666666656 0s-0.6533333333333324 1.7049999999999992 0 2.3566666666666665l2.151666666666671 2.155000000000001h-3.0633333333333326c-3.789999999999999 0-7.850000000000001 3.278333333333334-9.245000000000001 7.466666666666669l-0.7866666666666671 2.3500000000000014c-1.0633333333333344 3.2099999999999973-3.450000000000003 5.18333333333333-4.688333333333336 5.18333333333333h-4.166666666666667c-0.9216666666666669 0-1.666666666666667 0.7466666666666661-1.666666666666667 1.6666666666666679s0.7450000000000001 1.6666666666666679 1.666666666666667 1.6666666666666679h4.166666666666667c3.0616666666666656 0 6.438333333333334-3.208333333333332 7.854999999999999-7.466666666666669l0.7866666666666653-2.3500000000000014z m6.991666666666667 1.9716666666666676c-0.6533333333333324 0.6499999999999986-0.6533333333333324 1.7049999999999983 0 2.3566666666666656l2.150000000000002 2.155000000000001h-3.8966666666666683c-2.1133333333333333 0-3.883333333333333-1.4833333333333343-4.483333333333334-3.513333333333332-0.42833333333333456 1.25-1.0466666666666669 2.5-1.8166666666666664 3.6416666666666657 1.4750000000000014 1.9366666666666674 3.736666666666668 3.2049999999999983 6.300000000000001 3.2049999999999983h3.8966666666666683l-2.155000000000001 2.155000000000001c-0.6533333333333324 0.6499999999999986-0.6533333333333324 1.7049999999999983 0 2.356666666666669 0.32333333333333414 0.32500000000000284 0.75 0.48833333333333684 1.1766666666666659 0.48833333333333684s0.8533333333333317-0.163333333333334 1.1783333333333346-0.48833333333333684l6.18333333333333-6.178333333333335-6.178333333333335-6.178333333333335c-0.6499999999999986-0.6499999999999986-1.7049999999999983-0.6499999999999986-2.3566666666666656 0z"/></g> </IconBase> ); } }