@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.7 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlAccounts = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlAccounts = function MCMdlAccounts(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: "M1024 0q141 0 272 36.5t245 103 207.5 160 160 207.5 103 245 36.5 272q0 55-10.5 114.5T2006 1255t-53 108-74.5 89.5-96.5 61-118 22.5q-54 0-105.5-14.5T1463 1480t-80.5-66-60.5-88q-30 47-69 85.5t-85 66.5-98.5 43-109.5 15q-102 0-185-44.5T633.5 1375t-90-164-31.5-187 31.5-187 90-164T775 556.5 960 512q95 0 176.5 41T1280 665V512h128v640q0 53 20 99.5t55 81.5 81.5 55 99.5 20q44 0 80.5-18.5t65-49 49.5-70 34.5-82.5 20-85.5 6.5-78.5q0-123-32-237.5t-90.5-214T1657 391t-181.5-140.5-214-90.5-237.5-32-237.5 32-214 90.5T391 391 250.5 572.5t-90.5 214-32 237.5 32 237.5 90.5 214T391 1657t181.5 140.5T786 1888t238 32q178 0 343-68l49 118q-94 39-192.5 58.5T1024 2048q-141 0-272-36.5t-245-103-207.5-160-160-207.5-103-244.5T0 1024q0-141 36.5-272t103-245 160-207.5 207.5-160 244.5-103T1024 0zm-64 1408q75 0 134.5-34.5T1195 1284t63-123.5 22-136.5-22-136.5-63-123.5-100.5-89.5T960 640t-134.5 34.5T725 764t-63 123.5-22 136.5 22 136.5 63 123.5 100.5 89.5T960 1408z"
})
}));
};
exports.MCMdlAccounts = MCMdlAccounts;