UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 988 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdQueuePlayNext extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m40 30l-7.5 7.5-2.5-2.5 5-5-5-5 2.5-2.5z m-18.36-13.36h5v3.3599999999999994h-5v5h-3.2833333333333314v-5h-5v-3.3599999999999994h5v-5h3.2833333333333314v5z m13.36-11.64q1.3283333333333331 0 2.3433333333333337 0.9766666666666666t1.0166666666666657 2.383333333333333v13.283333333333331h-3.3616666666666646v-13.283333333333333h-29.998333333333335v20h25v3.2833333333333314h-3.361666666666668v3.356666666666669h-13.283333333333333v-3.3583333333333343h-8.354999999999999q-1.4066666666666667 0-2.3833333333333333-0.9766666666666666t-0.9766666666666666-2.306666666666665v-20q0-1.4066666666666663 0.9766666666666666-2.383333333333333t2.3800000000000003-0.9750000000000014h30.000000000000004z"/></g> </IconBase> ); } }