@icongo/mc
Version:
Micon Icons
13 lines • 510 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDial4 = 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: "M1595 1237v129h-248v394h-140v-394H455v-129q100-111 204-240.5t202.5-268 184.5-280T1196 173h151v1064h248zm-388-837q-131 224-278.5 430.5T616 1237h591V400z"
})
}));
export { MCMdlDial4 };