@icongo/mc
Version:
Micon Icons
13 lines • 950 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlSimError = 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: "M891 1920q26 37 58 68.5t67 59.5H256q-26 0-49.5-10t-41-27.5-27.5-41-10-49.5V128q0-26 10-49.5t27.5-41 41-27.5T256 0h1115l421 421v390q-61-31-128-48V475l-347-347H256v1792h635zm581-1024q119 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 1920zm237-595-147 147 147 147-90 90-147-147-147 147-90-90 147-147-147-147 90-90 147 147 147-147z"
})
}));
export { MCMdlSimError };