UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.31 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlBlueLight = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlBlueLight = function MCMdlBlueLight(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: "M960 384q119 0 224 45.5T1367 553t123.5 183 45.5 224-45.5 224-123.5 183-183 123.5-224 45.5-224-45.5T553 1367t-123.5-183T384 960t45.5-224T553 553t183-123.5T960 384zm0 128q-93 0-174.5 35.5t-142 96-96 142T512 960q0 85 30 161 38 16 79 23.5t83 7.5q93 0 174.5-35t142.5-96 96-142.5 35-174.5q0-42-7.5-83t-23.5-79q-77-30-161-30zm64-256H896V0h128v256zM896 1664h128v256H896v-256zm1024-768v128h-256V896h256zM256 1024H0V896h256v128zm161-517L236 326l90-90 181 181zm1086 906 181 181-90 90-181-181zm-1086 0 90 90-181 181-90-90zm1086-906-90-90 181-181 90 90z" }) })); }; exports.MCMdlBlueLight = MCMdlBlueLight;