UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 3.91 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiRefreshOutline extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m28.946666666666665 8.33c-0.8133333333333326 0-2 0.24166666666666714-3.2600000000000016 1.288333333333334-1.726666666666663-0.8133333333333326-3.6499999999999986-1.2850000000000001-5.686666666666664-1.2850000000000001-7.363333333333333 0-13.333333333333334 5.970000000000001-13.333333333333334 13.333333333333334s5.970000000000001 13.333333333333332 13.333333333333334 13.333333333333332c7.186666666666667 0 13.333333333333336-5.526666666666667 13.333333333333336-13.333333333333336v-8.226666666666663c-0.02666666666666373-3.5166666666666657-2.291666666666668-5.109999999999999-4.386666666666667-5.109999999999999z m1.0533333333333346 13.336666666666668h-8.546666666666667c-1.8900000000000006 0-2.344999999999999-0.9333333333333336-1.0066666666666677-2.2716666666666683l2.413333333333334-2.336666666666666c-0.9366666666666674-0.6166666666666671-2.0333333333333314-0.9166666666666679-3.1833333333333336-0.9166666666666679-1.5500000000000007 0-3.0066666666666677 0.6266666666666652-4.105 1.7233333333333327-1.0950000000000006 1.091666666666665-1.6999999999999993 2.5599999999999987-1.6999999999999993 4.109999999999999 0 1.5549999999999997 0.6033333333333335 3.0166666666666657 1.6999999999999993 4.116666666666667s2.556666666666665 1.6999999999999993 4.106666666666666 1.6999999999999993 3.008333333333333-0.6000000000000014 4.108333333333334-1.6999999999999993c0.2950000000000017-0.3000000000000007 0.5566666666666684-0.6166666666666671 0.7800000000000011-0.9633333333333347 0.370000000000001-0.5749999999999993 0.9933333333333323-0.8883333333333319 1.6333333333333329-0.8883333333333319 0.3583333333333343 0 0.7199999999999989 0.10000000000000142 1.0399999999999991 0.30833333333333357 0.8999999999999986 0.576666666666668 1.1616666666666653 1.7716666666666683 0.5833333333333321 2.673333333333332-0.370000000000001 0.5733333333333341-0.8049999999999997 1.1133333333333333-1.3000000000000007 1.6083333333333343-1.823333333333327 1.831666666666667-4.256666666666664 2.8366666666666696-6.839999999999996 2.8366666666666696s-5.016666666666666-1.0066666666666677-6.841666666666669-2.833333333333332c-1.8283333333333331-1.8283333333333331-2.833333333333334-4.260000000000002-2.833333333333334-6.844999999999999s1.0050000000000008-5.02 2.833333333333334-6.84c1.8283333333333331-1.8283333333333331 4.258333333333333-2.833333333333334 6.841666666666669-2.833333333333334 2.1833333333333336 0 4.25 0.7283333333333335 5.943333333333332 2.0500000000000007l1.923333333333332-1.9299999999999997c0.5166666666666657-0.5199999999999996 1.0033333333333339-0.7666666666666675 1.3999999999999986-0.7666666666666675 0.629999999999999 0 1.0466666666666669 0.6166666666666671 1.0549999999999997 1.7733333333333334v8.224999999999998z m-11.8 0.08333333333333215c0.2699999999999996 0.6533333333333324 1.0500000000000007 1.5833333333333321 3.253333333333334 1.5833333333333321h2.166666666666668s-0.3500000000000014 0.8399999999999999-1.0249999999999986 1.5116666666666667-1.8099999999999987 1.2416666666666671-2.916666666666668 1.2416666666666671-2.1499999999999986-0.41000000000000014-2.9299999999999997-1.1916666666666664c-0.7833333333333332-0.783333333333335-1.213333333333333-1.8133333333333326-1.213333333333333-2.919999999999998s0.4299999999999997-1.8999999999999986 1.209999999999999-2.673333333333332c0.7866666666666653-0.783333333333335 1.8283333333333331-0.966666666666665 2.9333333333333336-0.966666666666665 0.03666666666666529 0-0.4116666666666653 0.2049999999999983-0.4116666666666653 0.2049999999999983-1.5566666666666684 1.5566666666666684-1.336666666666666 2.5599999999999987-1.0666666666666664 3.211666666666666z"/></g> </IconBase> ); } }