@icongo/mc
Version:
Micon Icons
13 lines • 780 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDial2 = 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: "M1477 1632v128H538v-41q0-57 3.5-110.5T563 1499q23-73 67-132.5t100-111 120-97.5 127.5-92.5 122-96 103-107 71-127T1300 580q0-73-21.5-130.5t-62-97.5-98.5-61-130-21q-56 0-109 14.5T777 324t-93.5 59-83.5 72V298q90-77 190-114.5t218-37.5q96 0 176.5 29t138 83.5 90 132T1445 564q0 92-22 165.5T1362 865t-91 114-111.5 99.5-124.5 93-128 94.5q-25 20-51.5 42t-50.5 46.5-44.5 51T726 1461q-13 27-18.5 52t-11.5 54q-4 17-6.5 32t-2.5 33h790z"
})
}));
export { MCMdlDial2 };