UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 600 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdOpenWith extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m23.36 25v5h5l-8.36 8.36-8.36-8.36h5v-5h6.716666666666669z m15-5l-8.36 8.36v-5h-5v-6.716666666666669h5v-5z m-23.36-3.3599999999999994v6.716666666666669h-5v5l-8.36-8.35666666666667 8.36-8.363333333333333v5h5z m1.6400000000000006-1.6400000000000006v-5h-5l8.36-8.36 8.36 8.36h-5v5h-6.716666666666669z"/></g> </IconBase> ); } }