@icongo/mc
Version:
Micon Icons
13 lines • 919 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlProcess = 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: "M274 1508q105 161 266 266l-49 119q-103-63-188-148t-148-188zM151 836q-11 47-17 93.5t-6 94.5 6 95 17 94l-119 49q-14-59-23-118.5T0 1024t9-119.5T32 786zm873 1084q48 0 95-6t94-17l49 119q-59 14-118.5 23t-119.5 9-119.5-9-118.5-23l49-119q47 11 94 17t95 6zm992-1134q14 59 22.5 118.5t8.5 119.5-8.5 119.5T2016 1262l-119-49q11-47 17-94t6-95-6-94.5-17-93.5zm-243-246q-51-80-118-147t-147-118l49-119q103 63 188 147.5T1893 491zm-265 1234q161-105 266-266l119 49q-63 103-148 188t-188 148zM256 0h512v512H640V219q-112 53-206 134T273 539l-120-49q70-114 166-205.5T532 128H256V0z"
})
}));
export { MCMdlProcess };