UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 963 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdKitchen extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m13.360000000000001 20h3.283333333333333v8.36h-3.283333333333333v-8.36z m0-11.64h3.283333333333333v5h-3.283333333333333v-5z m16.64 6.640000000000001v-8.36h-20v8.36h20z m0 18.36v-15.076666666666664h-20v15.076666666666664h20z m0-30q1.4066666666666663 0 2.383333333333333 0.9383333333333335t0.9766666666666666 2.341666666666667v26.71666666666667q0 1.3299999999999983-1.0166666666666657 2.306666666666665t-2.3416666666666686 0.9750000000000014h-20.001666666666665q-1.3266666666666662 0-2.341666666666667-0.9766666666666666t-1.0166666666666666-2.306666666666665v-26.71166666666667q0-1.408333333333334 0.9783333333333335-2.3450000000000006t2.3833333333333337-0.94h20z"/></g> </IconBase> ); } }