react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 3.73 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class TiStarOutline extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m28.09166666666667 34.943333333333335c-0.37333333333333485 0-0.7383333333333333-0.0833333333333357-1.076666666666668-0.2433333333333323-0.05999999999999872-0.023333333333333428-0.11666666666666714-0.04999999999999716-0.1750000000000007-0.0833333333333357l-6.845000000000002-3.9066666666666663-6.844999999999997 3.9066666666666663c-0.05666666666666664 0.03333333333333144-0.11666666666666714 0.061666666666667425-0.1750000000000007 0.08833333333333115-0.8133333333333326 0.38000000000000256-1.8083333333333336 0.28999999999999915-2.533333333333333-0.23833333333333684-0.7833333333333332-0.56666666666667-1.17-1.5549999999999997-0.9783333333333335-2.5166666666666657l1.5950000000000006-7.733333333333334-2.67-2.4299999999999997-3.158333333333333-2.875c-0.04499999999999993-0.04166666666666785-0.09166666666666679-0.08833333333333471-0.1299999999999999-0.13666666666666671-0.625-0.6600000000000001-0.8500000000000005-1.6166666666666671-0.5666666666666664-2.486666666666668 0.2883333333333331-0.8733333333333331 1.0333333333333332-1.5199999999999996 1.9333333333333336-1.6833333333333336 0.05666666666666664-0.011666666666666714 0.11166666666666636-0.0216666666666665 0.16999999999999993-0.02833333333333421l7.833333333333335-0.8666666666666671 3.245000000000001-7.183333333333333c0.026666666666667282-0.06666666666666643 0.05833333333333357-0.12666666666666693 0.10000000000000142-0.18333333333333357 0.43333333333333357-0.79 1.2716666666666683-1.286666666666667 2.1799999999999997-1.286666666666667 0.9050000000000011 0 1.740000000000002 0.49666666666666703 2.1833333333333336 1.2833333333333332l0.10000000000000142 0.18666666666666654 3.245000000000001 7.186666666666667 7.833333333333336 0.8666666666666671c0.05833333333333002 0.0066666666666659324 0.11666666666666714 0.016666666666667496 0.17499999999999716 0.02999999999999936 0.8999999999999986 0.16666666666666607 1.6433333333333309 0.8100000000000005 1.9299999999999997 1.6866666666666674 0.28333333333333144 0.8666666666666671 0.05833333333333002 1.8300000000000018-0.56666666666667 2.490000000000002-0.03999999999999915 0.043333333333333-0.0833333333333357 0.08999999999999986-0.13000000000000256 0.129999999999999l-5.830000000000002 5.306666666666668 1.5949999999999989 7.719999999999999c0.18666666666666742 0.9783333333333317-0.1999999999999993 1.9633333333333312-0.9833333333333343 2.5333333333333314-0.42166666666666686 0.29999999999999716-0.9283333333333346 0.46666666666666856-1.4583333333333321 0.46666666666666856z m-13.583333333333334-10.940000000000001l-1.4066666666666663 6.803333333333335 6.073333333333336-3.461666666666666c0.5116666666666667-0.29166666666666785 1.1400000000000006-0.29166666666666785 1.6499999999999986 0l6.071666666666665 3.458333333333332-1.4166666666666679-6.84c-0.11666666666666714-0.576666666666668 0.07666666666666799-1.1750000000000007 0.5166666666666657-1.5700000000000003l5.166666666666668-4.703333333333333-6.949999999999999-0.7666666666666657c-0.5833333333333321-0.06666666666666643-1.0883333333333347-0.43333333333333357-1.3333333333333321-0.9749999999999996l-2.8800000000000026-6.370000000000003-2.878333333333334 6.366666666666667c-0.2433333333333323 0.538333333333334-0.75 0.9066666666666663-1.333333333333334 0.9750000000000014l-6.950000000000001 0.7666666666666657 5.166666666666668 4.704999999999998c0.45500000000000007 0.41000000000000014 0.6416666666666675 1.0283333333333324 0.5050000000000008 1.6099999999999994z"/></g>
</IconBase>
);
}
}