UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.5 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdTapAndPlay extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m28.36 1.7166666666666668q1.3283333333333331 0 2.3049999999999997 0.9783333333333335t0.975000000000005 2.3049999999999997v28.36q0 1.3283333333333331-0.9766666666666666 2.3049999999999997t-2.3066666666666684 0.9750000000000014h-3.5166666666666657q-0.23333333333333428-3.3599999999999994-1.5616666666666674-6.640000000000001h5.076666666666668v-21.636666666666667h-16.711666666666673v10q-1.9549999999999983-0.8599999999999994-3.2833333333333314-1.0933333333333337v-12.264999999999999q0-1.3283333333333331 0.9766666666666666-2.3433333333333333t2.3049999999999997-1.0166666666666666z m-25 18.28333333333333q7.578333333333333 0 12.93 5.350000000000001t5.350000000000001 13.009999999999998h-3.280000000000001q0-6.171666666666667-4.413333333333334-10.586666666666666t-10.586666666666668-4.413333333333334v-3.3599999999999994z m8.881784197001252e-16 13.36q2.033333333333333 0 3.5166666666666666 1.4833333333333343t1.4833333333333325 3.5166666666666657h-5v-5z m0-6.719999999999999q4.843333333333333 0 8.241666666666667 3.4383333333333326t3.3983333333333334 8.283333333333331h-3.3599999999999994q0-3.4399999999999977-2.421666666666667-5.899999999999999t-5.858333333333333-2.461666666666666v-3.3599999999999994z"/></g> </IconBase> ); } }