@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlDictionaryCloud = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlDictionaryCloud = function MCMdlDictionaryCloud(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: "M2048 640v1408h-960q-40 0-75-15t-61-41-41-61-15-75v-320H512q-106 0-199-40.5t-162.5-110-110-162.5T0 1024t40.5-199 110-162.5 162.5-110T512 512q46 0 93 9 40-61 93-110t115-83.5 132-53 143-18.5q91 0 176 28t156.5 78.5 126 121T1631 640h417zm-128 128h-832q-11 0-22.5 6t-20.5 15-15 20.5-6 22.5v843q33-11 64-11h832V768zM896 1408V832q0-37 16-71.5t43-61.5 61.5-43 71.5-16h405q-28-58-70.5-105.5t-95-81T1214 402t-126-18q-70 0-135 21t-119.5 59-96.5 91.5T670 675q-75-35-158-35-80 0-149.5 30t-122 82.5T158 875t-30 149q0 80 30 149.5t82.5 122 122 82.5 149.5 30h384zm1024 512v-128h-832q-26 0-45 19t-19 45 19 45 45 19h832zm-128-640h-640V896h640v384zm-128-256h-384v128h384v-128z"
})
}));
};
exports.MCMdlDictionaryCloud = MCMdlDictionaryCloud;