UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.44 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlActionCenterQuietNotification = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlActionCenterQuietNotification = function MCMdlActionCenterQuietNotification(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: "M1664 1159q82 12 152.5 51t122 98 80.5 134 29 158q0 93-35 174.5t-96 142.5-142.5 96-174.5 35q-74 0-142.5-23.5T1333 1959t-97.5-101-62.5-130h43q93 0 174.5-35.5t142-96 96-142T1664 1280v-121zm-64 761q66 0 124.5-25t102-68.5 68.5-102 25-124.5q0-78-34-144.5t-97-112.5q-10 86-44 164t-87 141.5-123.5 111T1381 1832q48 43 101.5 65.5T1600 1920zM2048 0v1238q-41-51-91.5-91t-108-67-120.5-41.5-128-14.5h-64v256q0 66-25.5 124.5t-69 102T1340 1575t-124 25h-192q0 91 28 177.5t82 160.5l-110 110-384-384H0V0h2048zm-896 1152H384v128h768v-128zm512-384H384v128h1280V768zm0-384H384v128h1280V384z" }) })); }; exports.MCMdlActionCenterQuietNotification = MCMdlActionCenterQuietNotification;