@icongo/mc
Version:
Micon Icons
13 lines • 554 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCDyalog = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1664 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M0 128v476.8h256V384h428.8c453.6 0 723.2 320.8 723.2 639.6 0 304.4-234.4 640.4-723.2 640.4H0v256h684.8c642.8 0 979.2-450.8 979.2-896.4 0-234.8-88.4-453.6-249.2-617.2C1235.6 224 982.8 128 684.8 128H0z"
})
}));
export { MCDyalog };