UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 3.65 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiCogOutline extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m21.666666666666668 8.333333333333334l1.4250000000000007 5.700000000000001 5.649999999999999-1.6166666666666671 2.5 4.333333333333332-4.225000000000001 4.079999999999998 4.225000000000001 4.083333333333336-2.5 4.333333333333336-5.649999999999999-1.6166666666666671-1.4250000000000007 5.703333333333333h-5l-1.4250000000000007-5.703333333333333-5.65 1.6166666666666671-2.5-4.333333333333336 4.2233333333333345-4.083333333333336-4.2250000000000005-4.083333333333336 2.499999999999999-4.333333333333334 5.65 1.6199999999999992 1.4266666666666676-5.699999999999994h5z m0-3.333333333333334h-5c-1.5299999999999994 0-2.8633333333333333 1.041666666666667-3.2333333333333343 2.5266666666666673l-0.5883333333333329 2.3533333333333335-2.333333333333334-0.6666666666666661c-0.30666666666666664-0.08833333333333293-0.6166666666666671-0.13000000000000078-0.9199999999999999-0.13000000000000078-1.166666666666666 0-2.2800000000000002 0.6166666666666671-2.883333333333333 1.666666666666666l-2.5 4.333333333333334c-0.7666666666666666 1.3266666666666662-0.5300000000000002 3.003333333333332 0.5666666666666664 4.063333333333334l1.746666666666667 1.6833333333333336-1.746666666666667 1.6933333333333316c-1.1 1.0616666666666674-1.336666666666667 2.7383333333333333-0.5716666666666672 4.063333333333333l2.503333333333334 4.333333333333336c0.6050000000000004 1.0500000000000007 1.7166666666666668 1.6666666666666643 2.883333333333333 1.6666666666666643 0.30666666666666664 0 0.6166666666666671-0.0416666666666643 0.9216666666666669-0.12666666666666515l2.333333333333334-0.6666666666666679 0.5883333333333329 2.3566666666666656c0.370000000000001 1.4750000000000014 1.703333333333335 2.516666666666673 3.2333333333333343 2.516666666666673h5c1.5300000000000011 0 2.8633333333333333-1.0416666666666643 3.2333333333333343-2.5266666666666637l0.5883333333333347-2.3566666666666656 2.333333333333332 0.6666666666666679c0.3049999999999997 0.08833333333333115 0.6133333333333333 0.1283333333333303 0.9166666666666679 0.1283333333333303 1.1666666666666679 0 2.283333333333335-0.6166666666666671 2.8866666666666667-1.6666666666666679l2.4999999999999964-4.333333333333332c0.7666666666666657-1.326666666666668 0.528333333333336-3-0.5700000000000003-4.063333333333333l-1.745000000000001-1.6900000000000013 1.745000000000001-1.6883333333333326c1.1000000000000014-1.0616666666666674 1.3333333333333357-2.7399999999999984 0.5700000000000003-4.063333333333333l-2.5-4.333333333333334c-0.6083333333333343-1.0500000000000007-1.7166666666666686-1.666666666666666-2.8866666666666667-1.666666666666666-0.3066666666666684 0-0.6133333333333333 0.041666666666666075-0.9166666666666679 0.12666666666666693l-2.333333333333332 0.6699999999999999-0.591666666666665-2.3550000000000004c-0.36666666666666714-1.4750000000000076-1.7000000000000028-2.5150000000000077-3.2300000000000004-2.5150000000000077z m-2.5 12.5c1.8399999999999999 0 3.333333333333332 1.4916666666666671 3.333333333333332 3.333333333333332s-1.4933333333333323 3.333333333333332-3.333333333333332 3.333333333333332-3.333333333333334-1.4933333333333323-3.333333333333334-3.333333333333332c0-1.841666666666665 1.493333333333334-3.333333333333332 3.333333333333334-3.333333333333332z m0-1.666666666666666c-2.7566666666666677 0-5 2.243333333333334-5 5.000000000000002s2.2433333333333323 5 5 5 5-2.2433333333333323 5-5-2.2433333333333323-5-5-5z"/></g> </IconBase> ); } }