@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlSyncError = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlSyncError = function MCMdlSyncError(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1472 896q119 0 224 45.5t183 123.5 123.5 183 45.5 224-45.5 224-123.5 183-183 123.5-224 45.5-224-45.5-183-123.5-123.5-183-45.5-224 45.5-224 123.5-183 183-123.5 224-45.5zm0 1024q93 0 174.5-35.5t142-96 96-142T1920 1472t-35.5-174.5-96-142-142-96T1472 1024t-174.5 35.5-142 96-96 142T1024 1472t35.5 174.5 96 142 142 96T1472 1920zm576-1664v512h-512V640h316q-59-117-146.5-211.5t-195.5-161-231.5-103T1024 128q-154 0-295.5 47.5t-258 134-203 208T136 787L14 749q50-166 149-304t232.5-237 294-153.5T1024 0q137 0 267 34t245.5 98.5 213.5 157T1920 499V256h128zM880 1908q29 39 62.5 74t71.5 65q-135-1-264-36.5t-243.5-101-211-157.5T128 1545v247H0v-512h512v128H198q50 99 122 183t159.5 148.5 189 107.5 211.5 61zm528-756h128v384h-128v-384zm0 512h128v128h-128v-128z"
})
}));
};
exports.MCMdlSyncError = MCMdlSyncError;