@icongo/mc
Version:
Micon Icons
13 lines • 952 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlShop = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1792 512v1280q0 53-20.5 99.5t-55 81-81.5 55-99 20.5H384q-53 0-99.5-20.5t-81-55-55-81T128 1792V512h256V384q0-79 30.5-149T497 113t122-82.5T768 0q104 0 193 52 89-52 191-52 79 0 149 30.5t122 82.5 82.5 122 30.5 149v128h256zm-384-128q0-52-20.5-99t-55-81.5-81.5-55-99-20.5q-45 0-85 15 29 36 46 71t25.5 70 11 71.5 2.5 76.5v80h256V384zM512 512h512V384q0-52-20.5-99t-55-81.5-81.5-55-99-20.5q-53 0-99.5 20.5t-81 55-55 81.5-20.5 99v128zm802 1408q-34-60-34-128V640H256v1152q0 27 10 50t27.5 40.5T334 1910t50 10h930zm350-1280h-256v1152q0 27 10 50t27.5 40.5 40.5 27.5 50 10 50-10 40.5-27.5 27.5-40.5 10-50V640z"
})
}));
export { MCMdlShop };