UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.06 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdApps extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m26.64 33.36v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666669z m0-10v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666669z m-10-10v-6.716666666666668h6.716666666666669v6.716666666666668h-6.716666666666669z m10-6.720000000000001h6.716666666666669v6.716666666666667h-6.716666666666669v-6.716666666666668z m-10 16.72v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666669z m-10 0v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666668z m0 10v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666668z m10 0v-6.716666666666669h6.716666666666669v6.716666666666669h-6.716666666666669z m-10-20v-6.716666666666668h6.716666666666669v6.716666666666668h-6.716666666666668z"/></g> </IconBase> ); } }