@icongo/mc
Version:
Micon Icons
13 lines • 611 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCDashcube = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1306.4 416H441.6C237.2 416 76.8 589.2 76.8 790v918c0 202 160.4 340 364.8 340h908.8c204.4 0 364.8-138 364.8-340V0l-408.8 416zM615.6 1666c-70.8 0-129.6-60.4-129.6-131.2V963.2c0-70.8 58.8-130 129.6-130h562.8c70.8 0 128 59.2 128 130v494l204.4 209.2H615.6z"
})
}));
export { MCDashcube };