@icongo/mc
Version:
Micon Icons
13 lines • 809 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDial3 = 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: "M1078 932q79 9 147 39.5t117 79.5 77 116.5 28 150.5q0 116-43.5 204t-117 147-170.5 88.5-205 29.5q-92 0-180.5-19.5T561 1702v-156q79 55 168 87t186 32q78 0 148.5-20t123-60.5 83.5-103 31-147.5q0-68-18.5-119t-50.5-88-76-61.5-95-39-107.5-20.5-112.5-6H715V877h116q80 0 155-14.5t132.5-51 92-98T1245 558q0-75-21.5-129.5t-61-89.5-96.5-52-129-17q-87 0-165.5 30T623 379V236q81-44 166.5-67T967 146q86 0 163.5 24t135.5 71.5 92 118 34 162.5q0 162-79.5 262T1078 928v4z"
})
}));
export { MCMdlDial3 };