UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.55 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdFormatShapes extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m17.813333333333336 21.25h4.375l-2.188333333333336-6.4066666666666645z m5.076666666666664 2.1099999999999994h-5.859999999999999l-1.1716666666666669 3.2833333333333314h-2.7333333333333343l5.699999999999999-15h2.344999999999999l5.625 15h-2.6566666666666663z m8.75-15h3.3599999999999994v-3.3599999999999994h-3.3599999999999994v3.3599999999999994z m3.3599999999999994 26.64v-3.3599999999999994h-3.3599999999999994v3.3599999999999994h3.3599999999999994z m-6.640000000000001-3.3599999999999994v-3.2833333333333314h3.2833333333333314v-16.715000000000003h-3.2833333333333314v-3.2833333333333314h-16.71666666666667v3.283333333333333h-3.2833333333333314v16.71666666666667h3.283333333333333v3.2833333333333314h16.71666666666667z m-20 3.3599999999999994v-3.3599999999999994h-3.3599999999999994v3.3599999999999994h3.3599999999999994z m-3.3599999999999994-30v3.3599999999999994h3.3599999999999994v-3.3599999999999994h-3.3599999999999994z m33.36 6.640000000000001h-3.3599999999999994v16.716666666666665h3.3599999999999994v10.000000000000004h-10v-3.356666666666669h-16.71666666666667v3.3583333333333343h-9.999999999999998v-10h3.3566666666666674v-16.71666666666667h-3.3566666666666665v-9.999999999999998h10v3.3583333333333325h16.716666666666665v-3.36h10v10z"/></g> </IconBase> ); } }