@icongo/mc
Version:
Micon Icons
13 lines • 476 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDial7 = 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: "M1516 173v60q-103 188-197.5 369t-173 367-137.5 381-92 410H766q30-190 88-379.5t135-374 167.5-362T1342 301H527V173h989z"
})
}));
export { MCMdlDial7 };