@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlChineseQuick = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlChineseQuick = function MCMdlChineseQuick(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M444 426q-66-96-151.5-177T118 94l82-92q90 76 174.5 158.5T528 339zm242 1123q80-46 158.5-99t151-112 138.5-126 122-142H815V553h504V346H743V229h576V0h119v229h577v117h-577v207h494v517h-494v44q162 87 308 196.5t277 238.5l-73 96q-54-53-115.5-110t-127-110.5T1574 1323t-136-83v507h-119v-574q-115 145-256.5 261.5T763 1645zm752-594h375V670h-375v285zm-119 0V670H934v285h385zm-863 642q67 69 149 113.5t172 71 184.5 37T1148 1829h900l-31 114h-809q-103 0-213.5-10T777 1896t-204.5-75.5T399 1695q-60 85-127.5 162.5T127 2005l-93-80q172-147 289-329t162-406H104v-113q57-70 112-139.5T327 798q36-46 73-92.5t69-95.5H59V498h547v112l-359 467h357q0 28 1 56.5t-1 56.5q-1 14-4 23t-7 23q-23 95-56 185.5T456 1597z"
})
}));
};
exports.MCMdlChineseQuick = MCMdlChineseQuick;