UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 3.08 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiStopwatch extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m32.35666666666667 14.836666666666666c0.173333333333332-0.08000000000000007 0.3433333333333337-0.17999999999999972 0.48833333333333684-0.3249999999999993l0.8333333333333357-0.8333333333333339c0.6499999999999986-0.6500000000000004 0.6499999999999986-1.705 0-2.3566666666666674s-1.7049999999999983-0.6500000000000004-2.3566666666666656 0l-0.8333333333333321 0.8333333333333339c-0.08333333333333215 0.08333333333333393-0.12833333333333385 0.19166666666666643-0.19166666666666643 0.288333333333334-2.3116666666666674-2.1866666666666674-5.313333333333333-3.6500000000000004-8.650000000000002-4.0166666666666675 0.003333333333326749-0.033333333333333215 0.019999999999992468-0.05999999999999872 0.019999999999992468-0.09333333333333194v-1.666666666666667h1.6666666666666679c0.9166666666666679 0 1.6666666666666679-0.75 1.6666666666666679-1.666666666666667s-0.75-1.666666666666667-1.6666666666666679-1.666666666666667h-6.666666666666668c-0.9166666666666661 0-1.666666666666666 0.75-1.666666666666666 1.666666666666667s0.75 1.666666666666667 1.666666666666666 1.666666666666667h1.6666666666666679v1.666666666666667c0 0.033333333333333215 0.01666666666666572 0.061666666666667425 0.019999999999999574 0.09500000000000064-7.510000000000002 0.8216666666666654-13.353333333333335 7.178333333333335-13.353333333333335 14.905000000000001 0 8.283333333333331 6.716666666666669 15 15 15s15-6.716666666666669 15-15c0-3.1566666666666663-0.9799999999999969-6.079999999999998-2.643333333333331-8.496666666666666z m-12.35666666666667 20.163333333333334c-6.433333333333334 0-11.666666666666668-5.233333333333334-11.666666666666668-11.666666666666668s5.233333333333334-11.666666666666668 11.666666666666668-11.666666666666668 11.666666666666668 5.233333333333334 11.666666666666668 11.666666666666668-5.233333333333334 11.666666666666668-11.666666666666668 11.666666666666668z m1.6666666666666679-13.333333333333332v-3.333333333333332c0-0.9166666666666679-0.75-1.6666666666666679-1.6666666666666679-1.6666666666666679s-1.6666666666666679 0.75-1.6666666666666679 1.6666666666666679v5c0 0.9166666666666679 0.75 1.6666666666666679 1.6666666666666679 1.6666666666666679h5c0.9166666666666679 0 1.6666666666666679-0.75 1.6666666666666679-1.6666666666666679s-0.75-1.6666666666666679-1.6666666666666679-1.6666666666666679h-3.333333333333332z m-1.6666666666666679-8.333333333333334c-5.52 0-10 4.479999999999999-10 10.000000000000002s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10z m0 18.333333333333336c-4.595000000000001 0-8.333333333333334-3.7383333333333333-8.333333333333334-8.333333333333336s3.7383333333333333-8.333333333333334 8.333333333333334-8.333333333333334 8.333333333333336 3.738333333333335 8.333333333333336 8.333333333333334-3.7383333333333333 8.333333333333336-8.333333333333336 8.333333333333336z"/></g> </IconBase> ); } }