@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlExploitProtectionSettings = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlExploitProtectionSettings = function MCMdlExploitProtectionSettings(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: "m1398 1104-124 51q6 30 6 61t-6 61l124 51-49 119-124-52q-17 26-38.5 47.5T1139 1481l52 124-119 49-51-124q-30 6-60 6-32 0-62-6l-51 124-119-49 52-124q-26-17-47.5-38.5T695 1395l-124 52-49-119 124-51q-6-30-6-61t6-61l-124-51 49-119 124 52q17-26 38.5-47.5T781 951l-52-124 119-49 51 124q30-6 61-6t61 6l51-124 119 49-52 124q26 17 47.5 38.5t38.5 47.5l124-52zm-438 304q39 0 74-15t61.5-41.5 41.5-61.5 15-74-15-74-41.5-61.5-61.5-41.5-74-15-74 15-61.5 41.5T783 1142t-15 74 15 74 41.5 61.5T886 1393t74 15zm960-1280v1792H0V128h1920zM128 256v256h1664V256H128zm1664 1536V640H128v1152h1664z"
})
}));
};
exports.MCMdlExploitProtectionSettings = MCMdlExploitProtectionSettings;