react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.23 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdShopTwo extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m20 25l9.14-6.640000000000001-9.14-5v11.64z m0-20v3.3599999999999994h6.640000000000001v-3.3599999999999994h-6.640000000000001z m10 3.3599999999999994h8.36v18.283333333333335q0 1.4050000000000011-0.9766666666666666 2.383333333333333t-2.383333333333333 0.9733333333333327h-23.36q-1.4066666666666663 0-2.3433333333333337-0.9750000000000014t-0.9383333333333326-2.383333333333333v-18.28333333333333h8.283333333333331v-3.3583333333333343q0-1.4066666666666667 0.9750000000000014-2.3833333333333333t2.383333333333333-0.9766666666666666h6.640000000000001q1.4066666666666663 0 2.383333333333333 0.9766666666666666t0.9766666666666666 2.3833333333333333v3.3599999999999994z m-25 6.640000000000001v18.36h26.64q0 1.4066666666666663-0.9383333333333326 2.3433333333333337t-2.3416666666666686 0.9383333333333326h-23.36q-1.4083333333333332 0-2.3833333333333333-0.9383333333333326t-0.9783333333333333-2.3433333333333337v-18.36h3.3616666666666664z"/></g>
</IconBase>
);
}
}