UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 3.35 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdTimer10 extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m21.483333333333334 22.033333333333335v-4.220000000000002q0-2.8133333333333326-0.7800000000000011-4.140000000000001-0.5466666666666669-1.1716666666666669-2.3433333333333337-1.1716666666666669-0.783333333333335 0-1.4066666666666663 0.23666666666666636-1.7966666666666669 1.0933333333333337-1.7966666666666669 5.1566666666666645v4.140000000000001q0 1.875 0.1566666666666663 2.578333333333333 0.07833333333333314 0.39000000000000057 0.7033333333333331 1.6400000000000006t2.3433333333333337 1.25 2.3433333333333337-1.25q0.466666666666665-0.9366666666666674 0.625-1.6383333333333319t0.1566666666666663-2.578333333333333z m-9.608333333333333-3.6733333333333356q0-8.516666666666667 6.4833333333333325-8.516666666666667 3.2049999999999983 0 4.690000000000001 1.876666666666667 1.716666666666665 2.1883333333333326 1.716666666666665 6.640000000000001v3.203333333333333q0 8.593333333333334-6.406666666666666 8.593333333333334-6.483333333333334 0-6.483333333333334-8.593333333333334v-3.203333333333333z m22.18833333333334-0.9383333333333326q-2.3433333333333337 0-2.3433333333333337 1.7966666666666669 0 0.23666666666666814 0.038333333333333997 0.43333333333333357t0.11666666666666714 0.3116666666666674l0.1566666666666663 0.23333333333333428 0.23333333333333428 0.19666666666666544 0.23333333333333428 0.11666666666666714 0.3533333333333317 0.1566666666666663 0.3500000000000014 0.11666666666666714q0.7049999999999983 0.3116666666666674 1.4866666666666646 0.38833333333333186 0.7033333333333331 0.1566666666666663 2.1883333333333326 0.625 0.625 0.23333333333333428 1.7166666666666686 0.9383333333333326 0.6266666666666652 0.3916666666666657 1.0166666666666657 1.25 0.39000000000000057 0.783333333333335 0.39000000000000057 1.6416666666666657 0 2.8900000000000006-3.4366666666666674 4.063333333333333-0.9383333333333326 0.3133333333333326-2.3433333333333337 0.3133333333333326-4.453333333333333 0-5.783333333333335-3.0450000000000017-0.38833333333333186-0.9383333333333326-0.38833333333333186-1.7166666666666686h3.1999999999999993q0 2.3416666666666686 2.9700000000000024 2.3416666666666686 2.578333333333333 0 2.578333333333333-1.7966666666666669 0-0.466666666666665-0.23666666666666458-0.8200000000000003t-0.46666666666666856-0.466666666666665-0.7833333333333314-0.3533333333333317-1.913333333333334-0.586666666666666-1.836666666666666-0.5083333333333329q-0.625-0.23666666666666814-1.5633333333333326-0.8616666666666681-1.4833333333333343-1.0166666666666657-1.4833333333333343-2.8133333333333326 0-2.9666666666666686 3.280000000000001-4.063333333333333 0.9399999999999906-0.3133333333333326 2.269999999999989-0.3133333333333326 2.576666666666668 0 4.216666666666669 1.1700000000000017t1.6400000000000006 3.4383333333333326h-3.2833333333333314q0-1.6400000000000006-1.4050000000000011-1.9533333333333331-0.9399999999999977-0.23333333333333428-1.173333333333332-0.23333333333333428z m-34.06333333333334-4.533333333333333l7.890000000000001-2.8883333333333336h0.4666666666666668v20h-3.3566666666666674v-16.016666666666666l-5 1.7216666666666658v-2.8149999999999995z"/></g> </IconBase> ); } }