@icongo/mc
Version:
Micon Icons
13 lines • 661 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDial5 = 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: "M937 809q114 0 209.5 29t164.5 87.5 108 147.5 39 209q0 124-41 218t-113.5 157.5-172.5 96-218 32.5q-39 0-79.5-2.5t-80-9.5-78-19-73.5-31v-155q72 44 152 70t165 26 157.5-25 125-72.5 82-116.5 29.5-157q0-100-32.5-168.5t-89-110.5-134-60.5T890 936q-61 0-121.5 4T648 949l49-776h692v128H818l-33 515q38-3 76-5t76-2z"
})
}));
export { MCMdlDial5 };