UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.95 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiPinOutline extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m35.72666666666667 12.643333333333334l-6.663333333333334-6.699999999999999c-1.2533333333333339-1.2599999999999998-3.4383333333333326-1.2733333333333334-4.716666666666669-0.009999999999999787-0.326666666666668 0.3266666666666671-0.5833333333333321 0.7266666666666666-0.6966666666666654 1.0499999999999998-1.0883333333333347 2.2666666666666666-2.2566666666666677 3.6900000000000004-3.7566666666666677 4.543333333333334l-0.36166666666666814 0.1750000000000007c-1.6149999999999949 0.809999999999997-3.809999999999995 1.6316666666666642-7.864999999999995 1.6316666666666642-0.44333333333333336 0-0.8666666666666671 0.086666666666666-1.2766666666666673 0.25333333333333385-0.8066666666666666 0.336666666666666-1.4666666666666668 0.9916666666666671-1.8033333333333328 1.8066666666666666-0.3333333333333339 0.8066666666666684-0.3333333333333339 1.7333333333333343 0 2.541666666666668 0.17333333333333378 0.41666666666666785 0.4166666666666661 0.7866666666666653 0.7249999999999996 1.086666666666666l5.391666666666666 5.391666666666666-6.369999999999999 8.920000000000002 8.920000000000003-6.370000000000001 5.378333333333334 5.378333333333334c0.30833333333333357 0.31666666666667 0.6750000000000007 0.56666666666667 1.091666666666665 0.7333333333333343 0.4116666666666653 0.173333333333332 0.8383333333333347 0.25833333333333286 1.2766666666666673 0.25833333333333286s0.8666666666666671-0.086666666666666 1.2766666666666673-0.2566666666666677c0.8299999999999983-0.34166666666666856 1.4716666666666676-0.9866666666666646 1.8000000000000007-1.7966666666666669 0.17166666666666686-0.40333333333333243 0.25833333333333286-0.8449999999999989 0.25833333333333286-1.2800000000000011 0-4.060000000000002 0.8249999999999993-6.253333333333334 1.6333333333333329-7.866666666666667 0.8249999999999993-1.6550000000000011 2.2799999999999976-2.916666666666668 4.588333333333335-4.024999999999999 0.45000000000000284-0.173333333333332 0.8500000000000014-0.42666666666666586 1.18333333333333-0.7616666666666667 1.288333333333334-1.3033333333333346 1.2833333333333314-3.416666666666666-0.011666666666663161-4.703333333333333z m-8.74666666666667 8c-1.3666666666666671 2.7399999999999984-1.9800000000000004 5.616666666666667-1.9916666666666671 9.341666666666669l-13.321666666666662-13.318333333333335c3.5666666666666664 0 6.356666666666666-0.5583333333333336 8.993333333333336-1.8066666666666666l0.3916666666666657-0.1750000000000007c2.333333333333332-1.163333333333334 4.116666666666667-3.153333333333334 5.649999999999999-6.388333333333334l6.538333333333334 6.75c-3.1050000000000004 1.4899999999999984-5.093333333333334 3.2666666666666657-6.258333333333333 5.600000000000001z"/></g> </IconBase> ); } }