react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.07 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdSwitchVideo extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m21.64 25.86l5.859999999999999-5.859999999999999-5.859999999999999-5.859999999999999v4.216666666666669h-10v-4.216666666666667l-5.783333333333334 5.859999999999998 5.783333333333334 5.859999999999999v-4.216666666666669h10v4.216666666666669z m8.36-10l6.640000000000001-6.716666666666669v21.716666666666665l-6.640000000000001-6.7166666666666615v5.856666666666666q0 0.7049999999999983-0.466666666666665 1.173333333333332t-1.173333333333332 0.466666666666665h-23.360000000000003q-0.7033333333333331 0-1.1716666666666669-0.466666666666665t-0.46666666666666634-1.173333333333332v-20q0-0.6999999999999993 0.4666666666666668-1.17t1.1716666666666664-0.4666666666666668h23.36q0.7033333333333331 0 1.1716666666666669 0.4666666666666668t0.4683333333333337 1.17v5.861666666666666z"/></g>
</IconBase>
);
}
}